mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend_tcl: add "licence.txt"; add note to "readme.txt"
re LINK32 tcl/tk libs update_version.php: add year replace for "licence.txt" above
This commit is contained in:
14
backend_tcl/licence.txt
Normal file
14
backend_tcl/licence.txt
Normal file
@ -0,0 +1,14 @@
|
||||
Copyright (c) 2023 Robin Stuart
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms are permitted
|
||||
provided that the above copyright notice and this paragraph are
|
||||
duplicated in all such forms and that any documentation,
|
||||
advertising materials, and other materials related to such
|
||||
distribution and use acknowledge that the software was developed
|
||||
by the <organization>. The name of the
|
||||
<organization> may not be used to endorse or promote products derived
|
||||
from this software without specific prior written permission.
|
||||
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
@ -10,6 +10,8 @@ Build:
|
||||
The header files of a TCL and Tk build are required for the build.
|
||||
|
||||
- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
|
||||
(will need to add your version of tcl/tk libs to LINK32, e.g.
|
||||
"tcl85.lib" and "tk85.lib")
|
||||
- Linux/Unix build is provided by the configure script.
|
||||
Thanks to Christian Werner for that.
|
||||
|
||||
|
Reference in New Issue
Block a user