Skip to content

Commit aae8e2d

Browse files
author
Gauvain Pocentek
committed
update copyright date
1 parent d254e64 commit aae8e2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gitlab/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net>
3+
# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by
@@ -31,7 +31,7 @@
3131
__author__ = 'Gauvain Pocentek'
3232
__email__ = 'gauvain@pocentek.net'
3333
__license__ = 'LGPL3'
34-
__copyright__ = 'Copyright 2013-2014 Gauvain Pocentek'
34+
__copyright__ = 'Copyright 2013-2015 Gauvain Pocentek'
3535

3636
warnings.simplefilter('always', DeprecationWarning)
3737

gitlab/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net>
4+
# Copyright (C) 2013-2015 Gauvain Pocentek <gauvain@pocentek.net>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)