2012-11-27 14:15 UTC+0100 Viktor Szakats (harbour syenar.net)

- COPYING
  + COPYING.txt
  * config/global.mk
  * config/postinst.hb
  * ChangeLog
  * debian/copyright
  * doc/class_tp.txt
  * doc/cmdline.txt
  * doc/hdr_tpl.txt
  * doc/howtorep.txt
  * doc/oldnews.txt
  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
  * README.txt
  * tests/hbdoctst.prg
  * utils/hbmk2/hbmk2.prg
  * website/faq/harbour3.html
  * website/license.html
    * renamed COPYING to COPYING.txt
    ; TODO: Update reference in all sources
This commit is contained in:
Viktor Szakats
2012-11-27 13:18:08 +00:00
parent 9574a27281
commit 231ef35d40
18 changed files with 54 additions and 31 deletions

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. If not, write to
along with this software; see the file COPYING.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 http://www.gnu.org/).

View File

@@ -10,6 +10,29 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-27 14:15 UTC+0100 Viktor Szakats (harbour syenar.net)
- COPYING
+ COPYING.txt
* config/global.mk
* config/postinst.hb
* ChangeLog
* debian/copyright
* doc/class_tp.txt
* doc/cmdline.txt
* doc/hdr_tpl.txt
* doc/howtorep.txt
* doc/oldnews.txt
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
* README.txt
* tests/hbdoctst.prg
* utils/hbmk2/hbmk2.prg
* website/faq/harbour3.html
* website/license.html
* renamed COPYING to COPYING.txt
; TODO: Update reference in all sources
2012-11-27 14:06 UTC+0100 Viktor Szakats (harbour syenar.net)
- README
+ README.txt
@@ -244301,7 +244324,7 @@ June 1st. 1999 00:30 Ron Pinkas
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. If you wish to distribute some or all of this work
under different terms, please contact respective author(s).
in file: COPYING.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 newer than 2009-04-28.
*/

View File

@@ -42,7 +42,7 @@ TABLE OF CONTENT
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.
Harbour in any ways. For more legal details, see COPYING.txt.
If you think you can make Harbour better, start to contribute.
See this section: 'HOW TO PARTICIPATE'
@@ -1871,4 +1871,4 @@ TABLE OF CONTENT
[ Copyright (c) 2009-2012 Viktor Szakats (harbour syenar.net)
Licensed under Creative Commons Attribution-ShareAlike 3.0:
http://creativecommons.org/licenses/by-sa/3.0/
See COPYING. ]
See COPYING.txt. ]

View File

@@ -4,7 +4,7 @@
# ---------------------------------------------------------------
# Copyright 2009 Viktor Szakats (harbour syenar.net)
# See COPYING for licensing terms.
# See COPYING.txt for licensing terms.
# ---------------------------------------------------------------
# ---------------------------------------------------------------
@@ -1886,7 +1886,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) are always
# so that obligatory supplement files (like COPYING.txt) are always
# copied to install destination.
ifneq ($(filter install,$(HB_MAKECMDGOALS)),)
ifeq ($(HB_PLATFORM_UNIX),)

View File

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

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. If not, write to
along with this software; see the file COPYING.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 http://www.gnu.org/).

View File

@@ -27,7 +27,7 @@ FILE HEADER TEMPLATE
* 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. If not, write to
* along with this software; see the file COPYING.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 http://www.gnu.org/).
*
@@ -67,7 +67,7 @@ FILE HEADER TEMPLATE (OPTIONAL ADDITION FOR PARTIAL COPYRIGHTS)
* Copyright 2000 {name} <{e-mail address}>
* {function or subsystem name}
*
* See COPYING for licensing terms.
* See COPYING.txt for licensing terms.
*
*/

View File

@@ -99,4 +99,4 @@ Exceptions:
[ Copyright (c) 1999-2009 Viktor Szakats (harbour syenar.net)
Licensed under Creative Commons Attribution-ShareAlike 3.0:
http://creativecommons.org/licenses/by-sa/3.0/
See COPYING. ]
See COPYING.txt. ]

View File

@@ -27,7 +27,7 @@ FILE HEADER TEMPLATE
* 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. If not, write to
* along with this software; see the file COPYING.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 http://www.gnu.org/).
*
@@ -67,7 +67,7 @@ FILE HEADER TEMPLATE (OPTIONAL ADDITION FOR PARTIAL COPYRIGHTS)
* Copyright 2010 {name} <{e-mail address}>
* {function or subsystem name}
*
* See COPYING for licensing terms.
* See COPYING.txt for licensing terms.
*
*/

View File

@@ -77,7 +77,7 @@ Important notes:
Possibly consult other Developers about the new filename and file
placement.
Add the new filename to the related makefiles.
(*) There are some exceptions: ChangeLog.*, Makefile, COPYING.
(*) There are some exceptions: ChangeLog.*, Makefile.
1.3 Here's how to format your ChangeLog entries
===============================================
@@ -197,4 +197,4 @@ IMPORTANT 3: Use operating system (or tool) specific quote
[ Copyright (c) 1999-2012 Viktor Szakats (harbour syenar.net)
Licensed under Creative Commons Attribution-ShareAlike 3.0:
http://creativecommons.org/licenses/by-sa/3.0/
See COPYING. ]
See COPYING.txt. ]

View File

@@ -7,8 +7,8 @@
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. If you wish to distribute some or all of this work
under different terms, please contact respective author(s).
in file: COPYING.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

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

View File

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

View File

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

View File

@@ -32,7 +32,7 @@ PROCEDURE Main( cRoot )
cRoot := "." + hb_ps()
DO WHILE hb_DirExists( cRoot + ".." )
IF hb_FileExists( cRoot + "README.txt" ) .AND. ;
hb_FileExists( cRoot + "COPYING" ) .AND. ;
hb_FileExists( cRoot + "COPYING.txt" ) .AND. ;
hb_DirExists( cRoot + "config" )
EXIT
ENDIF

View File

@@ -54,7 +54,7 @@
* optimized header time scan algorithm
* runner core logic
*
* See COPYING for licensing terms.
* See COPYING.txt for licensing terms.
*
*/

View File

@@ -18,7 +18,7 @@
<H2><A NAME="3"></A>1.2. Licence</H2>
<p>This document should be considered as free software, distributed under the
terms of the GNU General Public Licence, version 2. For details see the file
COPYING.</p>
COPYING.txt.</p>
<HR NOSHADE>
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>

View File

@@ -90,7 +90,7 @@
GNU General Public License for more details. <br />
<br />
You should have received a copy of the GNU General Public License
along with this software; see the file COPYING. If not, write to
along with this software; see the file COPYING.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 <a href="http://www.gnu.org/" class="black_link">http://www.gnu.org/</a>). <br />
<br />