diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-07-19 09:17:15 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-07-19 09:17:15 (GMT) |
| commit | 1981efa86246cde84b4496c77c3befdd87e3ad6e (patch) | |
| tree | 0fb45754a98e970f38cb7b76eb5a9ac71b63228c | |
| parent | 7a12c586bae8eb51e67653dc6ba45c97c4deb724 (diff) | |
| download | tcl-1981efa86246cde84b4496c77c3befdd87e3ad6e.zip tcl-1981efa86246cde84b4496c77c3befdd87e3ad6e.tar.gz tcl-1981efa86246cde84b4496c77c3befdd87e3ad6e.tar.bz2 | |
Added ActiveState to license.terms
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | license.terms | 7 |
2 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2002-07-19 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * license.terms: Added AS to list of copyright holders; it's only + fair for the current gatekeepers to be listed here! + * tests/cmdMZ.test: Renamed constraint for clarity. [Bug#583427] Added tests for the [time] command, which was previously only indirectly tested! diff --git a/license.terms b/license.terms index 9df3e60..f1dcaa5 100644 --- a/license.terms +++ b/license.terms @@ -1,7 +1,8 @@ This software is copyrighted by the Regents of the University of -California, Sun Microsystems, Inc., Scriptics Corporation, -and other parties. The following terms apply to all files associated -with the software unless explicitly disclaimed in individual files. +California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState +Corporation and other parties. The following terms apply to all files +associated with the software unless explicitly disclaimed in +individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided |
