Index: generic/xotclDecls.h =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- generic/xotclDecls.h (.../xotclDecls.h) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ generic/xotclDecls.h (.../xotclDecls.h) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -3,9 +3,9 @@ * * Declarations of functions in the platform independent public XOTcl API. * - * Copyright (c) 1998-1999 by XXXX + * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun * - * See the file "license.terms" for information on usage and redistribution + * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ Index: generic/xotclInt.h =================================================================== diff -u -N -ref3421c713c73a847d5d3a2b8c70aa720c725f47 -rbfeda566de60595825c75d78632d42458bb6cb05 --- generic/xotclInt.h (.../xotclInt.h) (revision ef3421c713c73a847d5d3a2b8c70aa720c725f47) +++ generic/xotclInt.h (.../xotclInt.h) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -2,7 +2,7 @@ * $Id: xotclInt.h,v 1.27 2007/10/12 19:53:32 neumann Exp $ * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2006 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun * * xotclInt.h -- * Index: generic/xotclIntDecls.h =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- generic/xotclIntDecls.h (.../xotclIntDecls.h) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ generic/xotclIntDecls.h (.../xotclIntDecls.h) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -6,9 +6,9 @@ * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * - * Copyright (c) 1998-1999 by XXXX + * Copyright (c) 1998-2008 Gustaf Neumann, Uwe Zdun * - * See the file "license.terms" for information on usage and redistribution + * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ Index: tcl.m4 =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- tcl.m4 (.../tcl.m4) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ tcl.m4 (.../tcl.m4) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -6,7 +6,7 @@ # Copyright (c) 1999-2000 Ajuba Solutions. # Copyright (c) 2002-2005 ActiveState Corporation. # -# See the file "license.terms" for information on usage and redistribution +# See the file "tcl-license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: tcl.m4,v 1.8 2007/09/13 15:21:54 neumann Exp $ Index: unix/tclAppInit.c =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- unix/tclAppInit.c (.../tclAppInit.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ unix/tclAppInit.c (.../tclAppInit.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -8,7 +8,7 @@ * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright (c) 1998-1999 by Scriptics Corporation. * - * See the file "license.terms" for information on usage and redistribution + * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: tclAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ Index: unix/tkAppInit.c =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- unix/tkAppInit.c (.../tkAppInit.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ unix/tkAppInit.c (.../tkAppInit.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -8,7 +8,7 @@ * Copyright (c) 1993 The Regents of the University of California. * Copyright (c) 1994 Sun Microsystems, Inc. * - * See the file "license.terms" for information on usage and redistribution + * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ Index: win/rc/xotcl.rc =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- win/rc/xotcl.rc (.../xotcl.rc) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ win/rc/xotcl.rc (.../xotcl.rc) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -42,7 +42,7 @@ VALUE "OriginalFilename", "xotcl" STRINGIFY(JOIN(XOTCL_MAJOR_VERSION,XOTCL_MINOR_VERSION)) SUFFIX ".dll\0" VALUE "CompanyName", "Vienna University of Economics and Business Administration, University of Essen\0" VALUE "FileVersion", XOTCL_VERSION - VALUE "LegalCopyright", "Copyright \251 1999-2001\0" + VALUE "LegalCopyright", "Copyright \251 1999-2008\0" VALUE "ProductName", "XOTcl " XOTCL_VERSION " for Windows\0" VALUE "ProductVersion", XOTCL_VERSION END Index: win/winMain.c =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- win/winMain.c (.../winMain.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ win/winMain.c (.../winMain.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -6,7 +6,7 @@ * Copyright (c) 1995-1997 Sun Microsystems, Inc. * Copyright (c) 1998-1999 by Scriptics Corporation. * - * See the file "license.terms" for information on usage and redistribution + * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: winMain.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ Index: xotcl.m4 =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rbfeda566de60595825c75d78632d42458bb6cb05 --- xotcl.m4 (.../xotcl.m4) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ xotcl.m4 (.../xotcl.m4) (revision bfeda566de60595825c75d78632d42458bb6cb05) @@ -4,8 +4,9 @@ # a Tcl extension. # # Copyright (c) 1999 Scriptics Corporation. +# Copyright (c) 1999-2008 Gustaf Neumann, Uwe Zdun # -# See the file "license.terms" for information on usage and redistribution +# See the file "tcl-license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. #------------------------------------------------------------------------