diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 09:26:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 09:26:35 (GMT) |
commit | 86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8 (patch) | |
tree | 3989b54dfe4bbab8f507ecd0136858dba8add964 /generic | |
parent | b707b1101c0a02107e7e3b56bb87ccfa23820eb9 (diff) | |
parent | a1dd05a17089ddf2b20cc4bea8c98d3f2355bec6 (diff) | |
download | tcl-86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8.zip tcl-86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8.tar.gz tcl-86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.decls | 6 | ||||
-rw-r--r-- | generic/tclInt.decls | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 4a58a20..dc57324 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -5,9 +5,9 @@ # This file is used to generate the tclDecls.h, tclPlatDecls.h # and tclStubInit.c files. # -# Copyright (c) 1998-1999 by Scriptics Corporation. -# Copyright (c) 2001, 2002 by Kevin B. Kenny. All rights reserved. -# Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net> +# Copyright © 1998-1999 Scriptics Corporation. +# Copyright © 2001, 2002 Kevin B. Kenny. All rights reserved. +# Copyright © 2007 Daniel A. Steffen <das@users.sourceforge.net> # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 5b02fb4..9433b09 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -5,9 +5,9 @@ # is used to generate the tclIntDecls.h, tclIntPlatDecls.h # and tclStubInit.c files # -# Copyright (c) 1998-1999 by Scriptics Corporation. -# Copyright (c) 2001 by Kevin B. Kenny. All rights reserved. -# Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net> +# Copyright © 1998-1999 Scriptics Corporation. +# Copyright © 2001 Kevin B. Kenny. All rights reserved. +# Copyright © 2007 Daniel A. Steffen <das@users.sourceforge.net> # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |