summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-14 21:06:30 +0200
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-14 21:06:30 +0200
commitaae8e2d429f71a4e7bb976e8be2cf92fc3225737 (patch)
tree5884ac49dfa450bb929c5e74dada9517a61810a7 /gitlab/__init__.py
parentd254e641c58d8784526882ae48662dfedeb6eb88 (diff)
downloadgitlab-aae8e2d429f71a4e7bb976e8be2cf92fc3225737.tar.gz
update copyright date
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r--gitlab/__init__.py4
1 files changed, 2 insertions, 2 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)