diff options
author | marha <marha@users.sourceforge.net> | 2009-11-18 09:23:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-18 09:23:08 +0000 |
commit | b3a1e4eae3215f03c88760d225f100dc4b5865d5 (patch) | |
tree | 1b7a6cca01b74dba662020fa52e2ac4266b35c3d | |
parent | 7ae76c00e557b0aa54294b2b1c6ac9b04214f426 (diff) | |
download | vcxsrv-b3a1e4eae3215f03c88760d225f100dc4b5865d5.tar.gz vcxsrv-b3a1e4eae3215f03c88760d225f100dc4b5865d5.tar.bz2 vcxsrv-b3a1e4eae3215f03c88760d225f100dc4b5865d5.zip |
Added copyright
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 2661c4998..c9d36586f 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -1,10 +1,20 @@ -; example2.nsi
-;
-; This script is based on example1.nsi, but it remember the directory,
-; has uninstall support and (optionally) installs start menu shortcuts.
-;
-; It will install example2.nsi into a directory that the user selects,
-
+/* This file is part of vcxsrv.
+ *
+ * Copyright (C) 2009 Marc Haesen
+ *
+ * vcxsrv 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.
+ *
+ * vcxsrv 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 vcxsrv. If not, see <http://www.gnu.org/licenses/>.
+*/
;--------------------------------
; The name of the installer
|