diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-03-23 14:41:10 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-03-23 14:41:10 +0100 |
commit | d5363b165479b90a3bfbf27835b98a709a3dedc3 (patch) | |
tree | 6971c502a891404397d65f58a262749379fa68d8 | |
parent | 69f9f5ac5f15806a7335927357fe707a31689949 (diff) | |
download | pyexiv2-d5363b165479b90a3bfbf27835b98a709a3dedc3.tar.gz |
License and copyright header in the installer script.
-rw-r--r-- | win32-installer.nsi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/win32-installer.nsi b/win32-installer.nsi index edcec4a..a2262c0 100644 --- a/win32-installer.nsi +++ b/win32-installer.nsi @@ -1,4 +1,19 @@ -; NSIS installer script for pyexiv2 0.2. +; Copyright (C) 2010 Olivier Tilloy <olivier@tilloy.net> +; +; 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 +; the Free Software Foundation, either version 3 of the License, or +; (at your option) any later version. +; +; This program is distributed in the hope that it will be useful, +; but WITHOUT ANY WARRANTY; without even the implied warranty of +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; GNU General Public License for more details. +; +; You should have received a copy of the GNU General Public License +; along with this program. If not, see <http://www.gnu.org/licenses/>. + +; NSIS installer script for pyexiv2. !include MUI.nsh !include nsDialogs.nsh |