Fix license string.

This commit is contained in:
Raphaël Barrois
2013-03-21 23:38:22 +01:00
parent a9dae494c1
commit a77278819e
8 changed files with 9 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ setup(
name="semantic_version",
version=get_version(),
author="Raphaël Barrois",
author_email="raphael.barrois@polytechnique.org",
author_email="raphael.barrois+semver@polytechnique.org",
description=("A library implementing the 'SemVer' scheme."),
license="BSD",
keywords=['semantic version', 'versioning', 'version'],

View File

@@ -1,7 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.1.2'

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
import functools

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
from django.db import models
from django.utils.translation import ugettext_lazy as _

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
"""Test the various functions from 'base'."""

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
try: # pragma: no cover
import unittest2 as unittest

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
import unittest

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.
import unittest