Remove Copyright years (Closes #28)

It seems that stating the copyright years is useless after all :)
This commit is contained in:
Raphaël Barrois 2016-02-12 00:44:30 +01:00
parent c321d091d9
commit d6e5651c34
15 changed files with 15 additions and 15 deletions

View File

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

View File

@ -293,7 +293,7 @@ When submitting patches or pull requests, you should respect the following rules
.. note:: All files should contain the following header::
# -*- encoding: utf-8 -*-
# Copyright (c) 2012-2014 The python-semanticversion project
# Copyright (c) The python-semanticversion project
Contents

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) The python-semanticversion project
import codecs

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
try: # pragma: no cover

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) 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-2014 The python-semanticversion project
# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
import itertools

View File

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