File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
#
4
- # Copyright (C) 2013 Gauvain Pocentek <gauvain@pocentek.net>
4
+ # Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net>
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify
7
7
# it under the terms of the GNU Lesser General Public License as published by
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2013 Gauvain Pocentek <gauvain@pocentek.net>
3
+ # Copyright (C) 2013-2014 Gauvain Pocentek <gauvain@pocentek.net>
4
4
#
5
5
# This program is free software: you can redistribute it and/or modify
6
6
# it under the terms of the GNU Lesser General Public License as published by
24
24
__author__ = 'Gauvain Pocentek'
25
25
__email__ = 'gauvain@pocentek.net'
26
26
__license__ = 'LGPL3'
27
- __copyright__ = 'Copyright 2013 Gauvain Pocentek'
27
+ __copyright__ = 'Copyright 2013-2014 Gauvain Pocentek'
28
28
29
29
30
30
class jsonEncoder (json .JSONEncoder ):
You can’t perform that action at this time.
0 commit comments