diff options
-rw-r--r-- | gitlab/__init__.py | 4 | ||||
-rwxr-xr-x | gitlab/cli.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 6fea815..78fcfd0 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2015 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 @@ -31,7 +31,7 @@ __version__ = '0.8.1' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -__copyright__ = 'Copyright 2013-2014 Gauvain Pocentek' +__copyright__ = 'Copyright 2013-2015 Gauvain Pocentek' warnings.simplefilter('always', DeprecationWarning) diff --git a/gitlab/cli.py b/gitlab/cli.py index 9104331..205f0f8 100755 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net> +# Copyright (C) 2013-2015 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 |