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 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
Original file line number Diff line number Diff line change 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
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
3030class jsonEncoder (json .JSONEncoder ):
You can’t perform that action at this time.
0 commit comments