Commit 99cbe9dc authored by Mircea Bardac's avatar Mircea Bardac

Clarified Copyright notices

git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@10 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent dcf1debe
......@@ -3,7 +3,7 @@
Current version: v2.0
Release date: 2005-01-30
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
Copyright © 2004-2005 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org
******************************************************************************
......
******************************************************************************
NSIS Installer Script for Psi 0.10
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
Copyright © 2004-2005 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org
......@@ -11,7 +11,10 @@
** Legal notice
psi.nsi - NSIS script for installing Psi 0.10
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
Copyright © 2004-2005 Mircea Bardac (IceRAM)
Graphics (pctures, icons)
Copyright © 2005 Robert Martinez (MRAY)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
......
;********************************************************
; installer-functions.nsh v1.1 - functions for the Psi NSIS Script file
; Copyright 2004-2005 Mircea Ionut Bardac (IceRAM)
; Copyright 2004-2005 Mircea Bardac (IceRAM)
;
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
......
;********************************************************
; installer-languages.nsh v1.1 - installer languages Psi NSIS Script file
; Copyright 2004-2005 Mircea Ionut Bardac (IceRAM)
; Copyright 2004-2005 Mircea Bardac (IceRAM)
;
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
......
;*******************************************************************************
; psi.nsi v2.0 - NSIS script for installing Psi 0.10
; Copyright 2004-2005 Mircea Ionut Bardac (IceRAM)
; Copyright 2004-2005 Mircea Bardac (IceRAM)
;
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
......@@ -52,7 +52,7 @@
; Version information for the installer executable
VIAddVersionKey ProductName "${APPNAME}"
VIAddVersionKey ProductVersion "${APPFULLVERSION}"
VIAddVersionKey Comments "${APPNAMEANDVERSION} Installer - Win32 Installer v${INSTALLER_VERSION} build ${INSTALLER_BUILD} 2004-2005 Mircea Ionut Bardac (IceRAM)"
VIAddVersionKey Comments "${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} 2004-2005 Mircea Bardac (IceRAM)"
VIAddVersionKey CompanyName ""
VIAddVersionKey LegalCopyright ""
VIAddVersionKey FileDescription "${APPNAMEANDVERSION} Installer (build ${INSTALLER_BUILD}) - Win32 Installer v${INSTALLER_VERSION}"
......@@ -102,7 +102,7 @@ var LSTR_ERR_UNINST
!define XPSTYLE on
BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / script ver. ${INSTALLER_VERSION} / 2004-2005 Mircea Ionut Bardac (IceRAM) "
BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} 2004-2005 Mircea Bardac (IceRAM) "
!define HOME_URL "http://psi.affinix.com/"
!define INSTALLER_SOURCE "C:\dev\psi_installer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment