From aae8e2d429f71a4e7bb976e8be2cf92fc3225737 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 14 May 2015 21:06:30 +0200 Subject: update copyright date --- gitlab/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitlab/__init__.py') 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 +# Copyright (C) 2013-2015 Gauvain Pocentek # # 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) -- cgit v1.2.1