diff --git a/COPYING b/COPYING index 0940de5..0f68f4a 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) <2010-2013> Gabriel Falcão +Copyright (C) <2010-2017> Gabriel Falcão GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/sure/__init__.py b/sure/__init__.py index bf4218d..8ab5b63 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sure/core.py b/sure/core.py index 25601de..d7abeff 100644 --- a/sure/core.py +++ b/sure/core.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sure/deprecated.py b/sure/deprecated.py index 242cef5..4d5f17c 100644 --- a/sure/deprecated.py +++ b/sure/deprecated.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sure/old.py b/sure/old.py index cce8067..090ae92 100644 --- a/sure/old.py +++ b/sure/old.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sure/terminal.py b/sure/terminal.py index 90c95e5..df0a222 100644 --- a/sure/terminal.py +++ b/sure/terminal.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_assertion_builder.py b/tests/test_assertion_builder.py index d878763..4dc00fc 100644 --- a/tests/test_assertion_builder.py +++ b/tests/test_assertion_builder.py @@ -1,7 +1,7 @@ ## #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_cpython_patches.py b/tests/test_cpython_patches.py index ca18e3c..1cae718 100644 --- a/tests/test_cpython_patches.py +++ b/tests/test_cpython_patches.py @@ -1,7 +1,7 @@ ## #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_old_api.py b/tests/test_old_api.py index 947cab9..d63d8fe 100644 --- a/tests/test_old_api.py +++ b/tests/test_old_api.py @@ -1,7 +1,7 @@ ## #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2010-2013> Gabriel Falcão +# Copyright (C) <2010-2017> Gabriel Falcão # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by