Update copyright

This commit is contained in:
Raphaël Barrois
2014-03-08 21:14:24 +01:00
parent a9eea44319
commit ed74d6c409
15 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ Credits
Maintainers
-----------
The ``python-semantic_version`` project is operated and maintained by:
The ``python-semanticversion`` project is operated and maintained by:
* Raphaël Barrois <raphael.barrois+semver@polytechnique.org> (https://github.com/rbarrois)
@@ -31,12 +31,12 @@ add its name to the list in the :ref:`contributors` section, thereby "signing" t
following contributor license agreement:
They accept and agree to the following terms for their present end future contributions
submitted to the ``python-semantic_version`` project:
submitted to the ``python-semanticversion`` project:
* They represent that they are legally entitled to grant this license, and that their
contributions are their original creation
* They grant the ``python-semantic_version`` project a perpetual, worldwide, non-exclusive,
* They grant the ``python-semanticversion`` project a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to reproduce,
prepare derivative works of, publicly display, sublicense and distribute their contributions
and such derivative works.

View File

@@ -1,4 +1,4 @@
Copyright (c) 2012-2013, Raphaël Barrois
Copyright (c) 2012-2014 The python-semanticversion project
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'python-semanticversion'
copyright = u'2012-2013, Raphaël Barrois'
copyright = u'2012-2014, The python-semanticversion project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

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

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals

View File

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

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
import os
import re

View File

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

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
try:
from django.db import models

View File

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

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
"""Test conformance to the specs."""