fixing header with the new year, info and documentation link

pull/117/head
Emilio J. Rodríguez-Posada 10 years ago
parent 31827f61f7
commit c9aa165504

@ -1,7 +1,8 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2011-2013 WikiTeam # dumpgenerator.py A generator of dumps of wikis
# Copyright (C) 2011-2014 WikiTeam developers
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
@ -15,11 +16,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
####################################################################### # To learn more, read the documentation:
# dumpgenerator.py is a script to generate backups of MediaWiki wikis # # https://github.com/WikiTeam/wikiteam/wiki
# To learn more, read the documentation: #
# http://code.google.com/p/wikiteam/wiki/NewTutorial #
#######################################################################
import cookielib import cookielib
import cPickle import cPickle

Loading…
Cancel
Save