Remove Copyright years (Closes #28)
It seems that stating the copyright years is useless after all :)
This commit is contained in:
parent
c321d091d9
commit
d6e5651c34
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'."""
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user