rev 253 - in trunk: include/prothon modules/Dict modules/File modules/Float modules/List modules/Re modules/String modules/Tuple src
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-04-01 19:27:07 -0500 (Thu, 01 Apr 2004)
New Revision: 253
Modified:
trunk/include/prothon/dict.h
trunk/include/prothon/prlist.h
trunk/include/prothon/prothon.h
trunk/include/prothon/prothon_dll.h
trunk/modules/Dict/Dict.c
trunk/modules/File/File.c
trunk/modules/Float/Float.c
trunk/modules/List/List.c
trunk/modules/Re/Re.c
trunk/modules/String/String.c
trunk/modules/Tuple/Tuple.c
trunk/src/argproc.c
trunk/src/builtins.c
trunk/src/bytecodes.h
trunk/src/clist.c
trunk/src/clist.h
trunk/src/console.c
trunk/src/interp.c
trunk/src/interp.h
trunk/src/lock.c
trunk/src/lock.h
trunk/src/main.c
trunk/src/memory_mgr.c
trunk/src/memory_mgr.h
trunk/src/object.c
trunk/src/object.h
trunk/src/parser.h
trunk/src/parser_routines.c
trunk/src/prothon.y
trunk/src/symbol.c
trunk/src/sys.c
trunk/src/thread.c
Log:
more copyright cleanup
Modified: trunk/include/prothon/dict.h
===================================================================
--- trunk/include/prothon/dict.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/include/prothon/dict.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,8 +1,8 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/include/prothon/prlist.h
===================================================================
--- trunk/include/prothon/prlist.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/include/prothon/prlist.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/include/prothon/prothon.h
===================================================================
--- trunk/include/prothon/prothon.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/include/prothon/prothon.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/include/prothon/prothon_dll.h
===================================================================
--- trunk/include/prothon/prothon_dll.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/include/prothon/prothon_dll.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/Dict/Dict.c
===================================================================
--- trunk/modules/Dict/Dict.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/Dict/Dict.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/File/File.c
===================================================================
--- trunk/modules/File/File.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/File/File.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/Float/Float.c
===================================================================
--- trunk/modules/Float/Float.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/Float/Float.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/List/List.c
===================================================================
--- trunk/modules/List/List.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/List/List.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/Re/Re.c
===================================================================
--- trunk/modules/Re/Re.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/Re/Re.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/String/String.c
===================================================================
--- trunk/modules/String/String.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/String/String.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/modules/Tuple/Tuple.c
===================================================================
--- trunk/modules/Tuple/Tuple.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/modules/Tuple/Tuple.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/argproc.c
===================================================================
--- trunk/src/argproc.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/argproc.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/builtins.c
===================================================================
--- trunk/src/builtins.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/builtins.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/bytecodes.h
===================================================================
--- trunk/src/bytecodes.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/bytecodes.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/clist.c
===================================================================
--- trunk/src/clist.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/clist.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/clist.h
===================================================================
--- trunk/src/clist.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/clist.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/console.c
===================================================================
--- trunk/src/console.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/console.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/interp.c
===================================================================
--- trunk/src/interp.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/interp.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/interp.h
===================================================================
--- trunk/src/interp.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/interp.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/lock.c
===================================================================
--- trunk/src/lock.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/lock.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,5 +1,5 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
* Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
Modified: trunk/src/lock.h
===================================================================
--- trunk/src/lock.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/lock.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/main.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,22 +1,22 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
+ * All rights reserved.
*
- * 1. This LICENSE AGREEMENT is between Mark C. Hahn ("MCH"), and the
- * Individual or Organization ("Licensee") accessing and otherwise using
- * Prothon software in source or binary form and its associated
+ * 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
+ * and the Individual or Organization ("Licensee") accessing and otherwise
+ * using Prothon software in source or binary form and its associated
* documentation.
*
- * 2. Subject to the terms and conditions of this License Agreement, MCH
+ * 2. Subject to the terms and conditions of this License Agreement, HCA
* hereby grants Licensee a nonexclusive, royalty-free, world-wide license
* to reproduce, analyze, test, perform and/or display publicly, prepare
* derivative works, distribute, and otherwise use Prothon alone or in any
- * derivative version, provided, however, that MCH's License Agreement and
- * MCH's notice of copyright, i.e., "Copyright (c) 2004 Mark C. Hahn; All
- * Rights Reserved" are retained in Prothon alone or in any derivative
- * version prepared by Licensee.
+ * derivative version, provided, however, that HCA's License Agreement and
+ * HCA's notice of copyright, i.e., "Copyright (c) 2004 Hahn Creative
+ * Applications; All Rights Reserved" are retained in Prothon alone or
+ * in any derivative version prepared by Licensee.
*
* 3. In the event Licensee prepares a derivative work that is based on or
* incorporates Prothon or any part thereof, and wants to make the
@@ -24,14 +24,14 @@
* hereby agrees to include in any such work a brief summary of the
* changes made to Prothon.
*
- * 4. MCH is making Prothon available to Licensee on an "AS IS" basis.
- * MCH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY
- * OF EXAMPLE, BUT NOT LIMITATION, MCH MAKES NO AND DISCLAIMS ANY
+ * 4. HCA is making Prothon available to Licensee on an "AS IS" basis.
+ * HCA MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY
+ * OF EXAMPLE, BUT NOT LIMITATION, HCA MAKES NO AND DISCLAIMS ANY
* REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY
* PARTICULAR PURPOSE OR THAT THE USE OF PROTHON WILL NOT INFRINGE ANY
* THIRD PARTY RIGHTS.
*
- * 5. MCH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PROTHON
+ * 5. HCA SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PROTHON
* FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
* RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PROTHON, OR ANY
* DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
@@ -40,8 +40,8 @@
* breach of its terms and conditions.
*
* 7. Nothing in this License Agreement shall be deemed to create any
- * relationship of agency, partnership, or joint venture between MCH and
- * Licensee. This License Agreement does not grant permission to use MCH
+ * relationship of agency, partnership, or joint venture between HCA and
+ * Licensee. This License Agreement does not grant permission to use HCA
* trademarks or trade name in a trademark sense to endorse or promote
* products or services of Licensee, or any third party.
*
Modified: trunk/src/memory_mgr.c
===================================================================
--- trunk/src/memory_mgr.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/memory_mgr.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/memory_mgr.h
===================================================================
--- trunk/src/memory_mgr.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/memory_mgr.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/object.c
===================================================================
--- trunk/src/object.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/object.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/object.h
===================================================================
--- trunk/src/object.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/object.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/parser.h
===================================================================
--- trunk/src/parser.h 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/parser.h 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/parser_routines.c
===================================================================
--- trunk/src/parser_routines.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/parser_routines.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/prothon.y
===================================================================
--- trunk/src/prothon.y 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/prothon.y 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/symbol.c
===================================================================
--- trunk/src/symbol.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/symbol.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/sys.c
===================================================================
--- trunk/src/sys.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/sys.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),
Modified: trunk/src/thread.c
===================================================================
--- trunk/src/thread.c 2004-04-02 00:24:32 UTC (rev 252)
+++ trunk/src/thread.c 2004-04-02 00:27:07 UTC (rev 253)
@@ -1,7 +1,7 @@
/* ====================================================================
- * The Prothon License Agreement, Version 1.0
+ * The Prothon License Agreement, Version 1.1
*
- * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com.
* All rights reserved.
*
* 1. This LICENSE AGREEMENT is between Hahn Creative Applications ("HCA"),