From f291ed331e7aefb53da2a3c51a2e9a7432e7f5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Mon, 20 Mar 2017 10:10:27 -0400 Subject: [PATCH] updating header dates --- COPYING | 2 +- sure/__init__.py | 2 +- sure/core.py | 2 +- sure/deprecated.py | 2 +- sure/old.py | 2 +- sure/terminal.py | 2 +- tests/test_assertion_builder.py | 2 +- tests/test_cpython_patches.py | 2 +- tests/test_old_api.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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