summaryrefslogtreecommitdiff
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
parentd254e641c58d8784526882ae48662dfedeb6eb88 (diff)
downloadgitlab-aae8e2d429f71a4e7bb976e8be2cf92fc3225737.tar.gz
update copyright date
-rw-r--r--gitlab/__init__.py4
-rwxr-xr-xgitlab/cli.py2
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