8000 update copyright years · python-gitlab/python-gitlab@c6f0a8d · GitHub
[go: up one dir, main page]

Skip to content

Commit c6f0a8d

Browse files
author
Gauvain Pocentek
committed
update copyright years
1 parent 5d5e0f7 commit c6f0a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gitlab

Lines changed: 1 addition & 1 deletion
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 Gauvain Pocentek <gauvain@pocentek.net>
4+
# Copyright (C) 2013-2014 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

gitlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2013 Gauvain Pocentek <gauvain@pocentek.net>
3+
# Copyright (C) 2013-2014 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
@@ -24,7 +24,7 @@
2424
__author__ = 'Gauvain Pocentek'
2525
__email__ = 'gauvain@pocentek.net'
2626
__license__ = 'LGPL3'
27-
__copyright__ = 'Copyright 2013 Gauvain Pocentek'
27+
__copyright__ = 'Copyright 2013-2014 Gauvain Pocentek'
2828

2929

3030
class jsonEncoder(json.JSONEncoder):

0 commit comments

Comments
 (0)
0