2017-08-13 18:53 UTC Viktor Szakats (vszakats users.noreply.github.com)

* config/global.mk
  * config/postinst.hb
  * debian/copyright
  * doc/oldnews.txt
  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
  * README.md
  * COPYING.txt -> LICENSE.txt
    * COPYING.txt -> LICENSE.txt
This commit is contained in:
Viktor Szakats
2017-08-13 18:53:52 +00:00
parent 9f16c2bf8e
commit 86879b8b83
10 changed files with 29 additions and 17 deletions

View File

@@ -10,6 +10,18 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2017-08-13 18:53 UTC Viktor Szakats (vszakats users.noreply.github.com)
* config/global.mk
* config/postinst.hb
* debian/copyright
* doc/oldnews.txt
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
* README.md
* COPYING.txt -> LICENSE.txt
* COPYING.txt -> LICENSE.txt
2017-08-13 18:27 UTC Viktor Szakats (vszakats users.noreply.github.com)
* *
* update copyright headers with new FSF postal address

View File

@@ -37,7 +37,7 @@ 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 software; see the file COPYING.txt. If not, write to
along with this software; see the file LICENSE.txt. If not, write to
the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).

View File

@@ -34,7 +34,7 @@ and interfaces to many popular APIs.
hope they will be useful, but there is NO GUARANTEE that they are
complete, accurate, non-infringing or usable for any purpose whatsoever.
Contributors are NOT LIABLE for any damages that result from using
Harbour in any ways. For more legal details, see [COPYING](COPYING.txt).
Harbour in any ways. For more legal details, see [LICENSE](LICENSE.txt).
If you think you can make Harbour better, start to contribute.
See [How to Participate](#how-to-participate).
@@ -1956,4 +1956,4 @@ Supported shells per host platforms:
This document Copyright &copy; 2009-2015 Viktor Szakats (vszakats.net/harbour)<br />
Licensed under [Creative Commons Attribution-ShareAlike 3.0](http://creativecommons.org/licenses/by-sa/3.0/)<br />
See [COPYING](COPYING.txt).
See [LICENSE](LICENSE.txt).

View File

@@ -1,6 +1,6 @@
# ---------------------------------------------------------------
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
# See COPYING.txt for licensing terms.
# See LICENSE.txt for licensing terms.
# ---------------------------------------------------------------
# ---------------------------------------------------------------
@@ -1922,7 +1922,7 @@ ifneq ($(HB_INSTALL_PREFIX),)
endif
else
# Require HB_INSTALL_PREFIX on non-*nix when install is used,
# so that obligatory supplement files (like COPYING.txt) are always
# so that obligatory supplement files (like LICENSE.txt) are always
# copied to install destination.
ifneq ($(filter install,$(HB_MAKECMDGOALS)),)
ifeq ($(HB_PLATFORM_UNIX),)

View File

@@ -4,7 +4,7 @@
*
* Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour)
* Copyright 2003 Przemyslaw Czerpak (druzus/at/priv.onet.pl) (embedded autoinstall bash script)
* See COPYING.txt for licensing terms.
* See LICENSE.txt for licensing terms.
*/
#pragma -w3
@@ -64,7 +64,7 @@ PROCEDURE Main( ... )
mk_hb_FCopy( aFile[ F_NAME ], tmp + hb_ps() + iif( GetEnvC( "HB_PLATFORM" ) == "dos", "CHANGES", "" ) )
NEXT
mk_hb_FCopy( "COPYING.txt", tmp + hb_ps() )
mk_hb_FCopy( "LICENSE.txt", tmp + hb_ps() )
mk_hb_FCopy( "README.md", tmp + hb_ps() )
ELSE
OutStd( hb_StrFormat( "! Error: Cannot create directory '%1$s'", tmp ) + hb_eol() )

2
debian/copyright vendored
View File

@@ -37,7 +37,7 @@ 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 software; see the file COPYING.txt. If not, write to
along with this software; see the file LICENSE.txt. If not, write to
the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).

View File

@@ -3,7 +3,7 @@
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA. A summary of the license and the full legal text is included
in file: COPYING.txt. If you wish to distribute some or all of this
in file: LICENSE.txt. If you wish to distribute some or all of this
work under different terms, please contact respective author(s).
The license applies to all entries on or after Version 1.1.0.
*/

View File

@@ -1,6 +1,6 @@
; ---------------------------------------------------------------
; Copyright 2009 Viktor Szakats (vszakats.net/harbour)
; See COPYING.txt for licensing terms.
; See LICENSE.txt for licensing terms.
;
; Harbour Nullsoft installer script (for Windows/MS-DOS)
; [ Do not try to use this script directly. It won't work. ]
@@ -61,7 +61,7 @@ InstallDir C:\$%HB_PKGNAMI%
;--------------------------------
; License Language String
LicenseLangString MUILicense ${LANG_ENGLISH} "$%HB_INSTALL_PREFIX%\COPYING.txt"
LicenseLangString MUILicense ${LANG_ENGLISH} "$%HB_INSTALL_PREFIX%\LICENSE.txt"
;--------------------------------
; The stuff to install
@@ -73,7 +73,7 @@ Section "Main components" hb_main
; Set output path to the installation directory.
SetOutPath $INSTDIR
File /nonfatal "$%HB_INSTALL_PREFIX%\COPYING.txt"
File /nonfatal "$%HB_INSTALL_PREFIX%\LICENSE.txt"
File /nonfatal "$%HB_INSTALL_PREFIX%\README.md"
; Let it work also for MS-DOS packages where short filename is used here
File /nonfatal "$%HB_INSTALL_PREFIX%\Change*"

View File

@@ -2,7 +2,7 @@
rem ---------------------------------------------------------------
rem Copyright 2009-2013 Viktor Szakats (vszakats.net/harbour)
rem See COPYING.txt for licensing terms.
rem See LICENSE.txt for licensing terms.
rem ---------------------------------------------------------------
rem - Adjust target dir, mingw dirs, set HB_DIR_UPX, HB_DIR_7Z, HB_DIR_MINGW,
@@ -101,7 +101,7 @@ rem ; Create unified archive
echo.> _hbfiles
echo "%HB_DR%RELNOTES.txt" >> _hbfiles
echo "%HB_DR%README.md" >> _hbfiles
echo "%HB_DR%COPYING.txt" >> _hbfiles
echo "%HB_DR%LICENSE.txt" >> _hbfiles
echo "%HB_DR%ChangeLog*.txt" >> _hbfiles
echo "%HB_DR%bin\*-%HB_VS%.dll" >> _hbfiles
echo "%HB_DR%bin\harbour.exe" >> _hbfiles

View File

@@ -2,7 +2,7 @@
; NSIS installer script for Harbour
;
; Copyright 2009 Viktor Szakats (vszakats.net/harbour)
; See COPYING.txt for licensing terms.
; See LICENSE.txt for licensing terms.
; ---------------------------------------------------------------
; TODO: option: install .dlls to system paths
@@ -67,7 +67,7 @@ InstallDir C:\hb$%HB_VS%
;--------------------------------
; License Language String
LicenseLangString MUILicense ${LANG_ENGLISH} "$%HB_ABSROOT%COPYING.txt"
LicenseLangString MUILicense ${LANG_ENGLISH} "$%HB_ABSROOT%LICENSE.txt"
;--------------------------------
; The stuff to install
@@ -82,7 +82,7 @@ Section "Main components" hb_main
File /nonfatal "$%HB_ABSROOT%RELNOTES.txt"
File /nonfatal "$%HB_ABSROOT%README.md"
File /nonfatal "$%HB_ABSROOT%COPYING.txt"
File /nonfatal "$%HB_ABSROOT%LICENSE.txt"
File /nonfatal "$%HB_ABSROOT%ChangeLog.txt*"
SetOutPath $INSTDIR\bin