diff options
-rw-r--r-- | gitlab/__init__.py | 2 | ||||
-rw-r--r-- | gitlab/cli.py | 2 | ||||
-rw-r--r-- | gitlab/config.py | 2 | ||||
-rw-r--r-- | gitlab/const.py | 2 | ||||
-rw-r--r-- | gitlab/exceptions.py | 2 | ||||
-rw-r--r-- | gitlab/tests/test_cli.py | 2 | ||||
-rw-r--r-- | gitlab/tests/test_config.py | 2 | ||||
-rw-r--r-- | gitlab/tests/test_manager.py | 2 | ||||
-rw-r--r-- | gitlab/utils.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 9e64a36..5b11c39 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/cli.py b/gitlab/cli.py index 2a41907..8cc89c2 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/config.py b/gitlab/config.py index 9af804d..d5e87b6 100644 --- a/gitlab/config.py +++ b/gitlab/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/const.py b/gitlab/const.py index 99a1745..e4766d5 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2016-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index 48e6b4d..c7d1da6 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/tests/test_cli.py b/gitlab/tests/test_cli.py index c32ad50..701655d 100644 --- a/gitlab/tests/test_cli.py +++ b/gitlab/tests/test_cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2016-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/tests/test_config.py b/gitlab/tests/test_config.py index 2b9cce4..73830a1 100644 --- a/gitlab/tests/test_config.py +++ b/gitlab/tests/test_config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2016-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/tests/test_manager.py b/gitlab/tests/test_manager.py index 4f4dbe1..5cd3130 100644 --- a/gitlab/tests/test_manager.py +++ b/gitlab/tests/test_manager.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2016-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gitlab/utils.py b/gitlab/utils.py index bd9c275..a449f81 100644 --- a/gitlab/utils.py +++ b/gitlab/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2016-2017 Gauvain Pocentek <gauvain@pocentek.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by |