rev 252 - 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:24:32 -0500 (Thu, 01 Apr 2004)
New Revision: 252
Modified:
trunk/LICENSE
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/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:
changed copyrights to Hahn Creative Apps
Modified: trunk/LICENSE
===================================================================
--- trunk/LICENSE 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/LICENSE 2004-04-02 00:24:32 UTC (rev 252)
@@ -2,34 +2,34 @@
LICENSE AGREEMENT FOR PROTHON
-----------------------------
-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 documentation.
+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 hereby grants Licensee a nonexclusive, royalty-free, world-wide
+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.
+alone or in any 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 derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Prothon.
+Licensee 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
+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.
@@ -38,8 +38,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/include/prothon/dict.h
===================================================================
--- trunk/include/prothon/dict.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/include/prothon/dict.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -2,22 +2,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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
@@ -25,14 +25,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.
@@ -41,8 +41,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/include/prothon/prlist.h
===================================================================
--- trunk/include/prothon/prlist.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/include/prothon/prlist.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/include/prothon/prothon.h
===================================================================
--- trunk/include/prothon/prothon.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/include/prothon/prothon.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/include/prothon/prothon_dll.h
===================================================================
--- trunk/include/prothon/prothon_dll.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/include/prothon/prothon_dll.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/Dict/Dict.c
===================================================================
--- trunk/modules/Dict/Dict.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/Dict/Dict.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/File/File.c
===================================================================
--- trunk/modules/File/File.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/File/File.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/Float/Float.c
===================================================================
--- trunk/modules/Float/Float.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/Float/Float.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/List/List.c
===================================================================
--- trunk/modules/List/List.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/List/List.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/Re/Re.c
===================================================================
--- trunk/modules/Re/Re.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/Re/Re.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/String/String.c
===================================================================
--- trunk/modules/String/String.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/String/String.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/modules/Tuple/Tuple.c
===================================================================
--- trunk/modules/Tuple/Tuple.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/modules/Tuple/Tuple.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/argproc.c
===================================================================
--- trunk/src/argproc.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/argproc.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/builtins.c
===================================================================
--- trunk/src/builtins.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/builtins.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/bytecodes.h
===================================================================
--- trunk/src/bytecodes.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/bytecodes.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/clist.c
===================================================================
--- trunk/src/clist.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/clist.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/clist.h
===================================================================
--- trunk/src/clist.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/clist.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/console.c
===================================================================
--- trunk/src/console.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/console.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/interp.c
===================================================================
--- trunk/src/interp.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/interp.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/interp.h
===================================================================
--- trunk/src/interp.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/interp.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/lock.c
===================================================================
--- trunk/src/lock.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/lock.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * 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/lock.h
===================================================================
--- trunk/src/lock.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/lock.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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-01 23:08:33 UTC (rev 251)
+++ trunk/src/memory_mgr.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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.h
===================================================================
--- trunk/src/memory_mgr.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/memory_mgr.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/object.c
===================================================================
--- trunk/src/object.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/object.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/object.h
===================================================================
--- trunk/src/object.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/object.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/parser.h
===================================================================
--- trunk/src/parser.h 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/parser.h 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/parser_routines.c
===================================================================
--- trunk/src/parser_routines.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/parser_routines.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/prothon.y
===================================================================
--- trunk/src/prothon.y 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/prothon.y 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/symbol.c
===================================================================
--- trunk/src/symbol.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/symbol.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/sys.c
===================================================================
--- trunk/src/sys.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/sys.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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/thread.c
===================================================================
--- trunk/src/thread.c 2004-04-01 23:08:33 UTC (rev 251)
+++ trunk/src/thread.c 2004-04-02 00:24:32 UTC (rev 252)
@@ -1,22 +1,22 @@
/* ====================================================================
* The Prothon License Agreement, Version 1.0
*
- * Copyright (c) 2004 Mark C. Hahn <[email protected]>. All rights
- * reserved.
+ * Copyright (c) 2004 Hahn Creative Applications, http://hahnca.com. All rights
+ * 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.
*