Update init file, update versions in files, update comments in files
This commit is contained in:
@@ -3,28 +3,17 @@
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
# ignoblepdf.pyw, version 0.1
|
||||
# Copyright © 2009-2010 by i♥cabbages
|
||||
# ignoblepdf.py
|
||||
# Copyright © 2009-2020 by Apprentice Harper et al.
|
||||
|
||||
# Released under the terms of the GNU General Public Licence, version 3
|
||||
# <http://www.gnu.org/licenses/>
|
||||
|
||||
# Modified 2010–2012 by some_updates, DiapDealer and Apprentice Alf
|
||||
# Modified 2015-2017 by Apprentice Harper
|
||||
# Modified 2020 by Pu D. Pud
|
||||
# Based on version 8.0.6 of ineptpdf.py
|
||||
|
||||
# Windows users: Before running this program, you must first install Python 2.7
|
||||
# from <http://www.python.org/download/> and PyCrypto from
|
||||
# <http://www.voidspace.org.uk/python/modules.shtml#pycrypto> (make sure to
|
||||
# install the version for Python 2.7). Save this script file as
|
||||
# ineptpdf.pyw and double-click on it to run it.
|
||||
#
|
||||
# Mac OS X users: Save this script file as ineptpdf.pyw. You can run this
|
||||
# program from the command line (pythonw ineptpdf.pyw) or by double-clicking
|
||||
# it when it has been associated with PythonLauncher.
|
||||
|
||||
# Revision history:
|
||||
# 0.1 - Alpha testing release
|
||||
# 0.1 - Initial alpha testing release 2020 by Pu D. Pud
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user