Update copyright
This commit is contained in:
6
CREDITS
6
CREDITS
@@ -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.
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'."""
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user