diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-09 21:40:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-09 21:40:56 (GMT) |
commit | e162c2fd9d996c21a441b8b58b5ff3f47008bc82 (patch) | |
tree | 74b3f98acf23356710708a893a01a61f7fb43142 /generic | |
parent | 7b0480f8b2029add53fb8e8fc97f004c87f90736 (diff) | |
parent | 794c5c6783a20e8c42ee94337edb9e02eb06662a (diff) | |
download | tk-e162c2fd9d996c21a441b8b58b5ff3f47008bc82.zip tk-e162c2fd9d996c21a441b8b58b5ff3f47008bc82.tar.gz tk-e162c2fd9d996c21a441b8b58b5ff3f47008bc82.tar.bz2 |
(c) -> ©
Diffstat (limited to 'generic')
-rw-r--r-- | generic/default.h | 4 | ||||
-rw-r--r-- | generic/tk.h | 8 | ||||
-rw-r--r-- | generic/tkDecls.h | 2 | ||||
-rw-r--r-- | generic/tkImgGIF.c | 2 | ||||
-rw-r--r-- | generic/tkInt.h | 6 | ||||
-rw-r--r-- | generic/tkIntDecls.h | 2 | ||||
-rw-r--r-- | generic/tkIntPlatDecls.h | 2 | ||||
-rw-r--r-- | generic/tkIntXlibDecls.h | 2 | ||||
-rw-r--r-- | generic/tkMain.c | 4 | ||||
-rw-r--r-- | generic/tkPlatDecls.h | 2 | ||||
-rw-r--r-- | generic/tkPort.h | 2 | ||||
-rw-r--r-- | generic/tkText.h | 4 | ||||
-rw-r--r-- | generic/ttk/ttkTheme.h | 2 | ||||
-rw-r--r-- | generic/ttk/ttkThemeInt.h | 2 | ||||
-rw-r--r-- | generic/ttk/ttkWidget.h | 2 |
15 files changed, 23 insertions, 23 deletions
diff --git a/generic/default.h b/generic/default.h index e6ef132..c312bc9 100644 --- a/generic/default.h +++ b/generic/default.h @@ -4,8 +4,8 @@ * This file defines the defaults for all options for all of * the Tk widgets. * - * Copyright (c) 1991-1994 The Regents of the University of California. - * Copyright (c) 1994 Sun Microsystems, Inc. + * Copyright © 1991-1994 The Regents of the University of California. + * Copyright © 1994 Sun Microsystems, Inc. * * 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/tk.h b/generic/tk.h index fad4d45..e3c375c 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -4,10 +4,10 @@ * Declarations for Tk-related things that are visible outside of the Tk * module itself. * - * Copyright (c) 1989-1994 The Regents of the University of California. - * Copyright (c) 1994 The Australian National University. - * Copyright (c) 1994-1998 Sun Microsystems, Inc. - * Copyright (c) 1998-2000 Ajuba Solutions. + * Copyright © 1989-1994 The Regents of the University of California. + * Copyright © 1994 The Australian National University. + * Copyright © 1994-1998 Sun Microsystems, Inc. + * Copyright © 1998-2000 Ajuba Solutions. * * 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/tkDecls.h b/generic/tkDecls.h index daeaee8..bdad3d1 100644 --- a/generic/tkDecls.h +++ b/generic/tkDecls.h @@ -3,7 +3,7 @@ * * Declarations of functions in the platform independent public Tcl API. * - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright © 1998-1999 Scriptics Corporation. * * 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/tkImgGIF.c b/generic/tkImgGIF.c index 5c67b52..9b70344 100644 --- a/generic/tkImgGIF.c +++ b/generic/tkImgGIF.c @@ -1277,7 +1277,7 @@ GetDataBlock( * transparency, etc. * * This code is based on the code found in the ImageMagick GIF decoder, - * which is (c) 2000 ImageMagick Studio. + * which is © 2000 ImageMagick Studio. * * Some thoughts on our implementation: * It sure would be nice if ReadImage didn't take 11 parameters! I think diff --git a/generic/tkInt.h b/generic/tkInt.h index cfc311a..2130649 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -4,9 +4,9 @@ * Declarations for things used internally by the Tk functions but not * exported outside the module. * - * Copyright (c) 1990-1994 The Regents of the University of California. - * Copyright (c) 1994-1997 Sun Microsystems, Inc. - * Copyright (c) 1998 Scriptics Corporation. + * Copyright © 1990-1994 The Regents of the University of California. + * Copyright © 1994-1997 Sun Microsystems, Inc. + * Copyright © 1998 Scriptics Corporation. * * 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/tkIntDecls.h b/generic/tkIntDecls.h index 97e59c0..d71885b 100644 --- a/generic/tkIntDecls.h +++ b/generic/tkIntDecls.h @@ -6,7 +6,7 @@ * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright © 1998-1999 Scriptics Corporation. * * 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/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h index c3164da..e87272e 100644 --- a/generic/tkIntPlatDecls.h +++ b/generic/tkIntPlatDecls.h @@ -6,7 +6,7 @@ * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright © 1998-1999 Scriptics Corporation. * All rights reserved. */ diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h index 360594a..b935f0a 100644 --- a/generic/tkIntXlibDecls.h +++ b/generic/tkIntXlibDecls.h @@ -6,7 +6,7 @@ * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright © 1998-1999 Scriptics Corporation. * All rights reserved. */ diff --git a/generic/tkMain.c b/generic/tkMain.c index e970d04..07a7813 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -7,8 +7,8 @@ * can be used as a template for creating new main programs for Tk * applications. * - * Copyright (c) 1990-1994 The Regents of the University of California. - * Copyright (c) 1994-1997 Sun Microsystems, Inc. + * Copyright © 1990-1994 The Regents of the University of California. + * Copyright © 1994-1997 Sun Microsystems, Inc. * * 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/tkPlatDecls.h b/generic/tkPlatDecls.h index 422407f..46d425f 100644 --- a/generic/tkPlatDecls.h +++ b/generic/tkPlatDecls.h @@ -3,7 +3,7 @@ * * Declarations of functions in the platform-specific public Tcl API. * - * Copyright (c) 1998-1999 Scriptics Corporation. + * Copyright © 1998-1999 Scriptics Corporation. * * 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/tkPort.h b/generic/tkPort.h index d6db449..cdc6bea 100644 --- a/generic/tkPort.h +++ b/generic/tkPort.h @@ -5,7 +5,7 @@ * differences between systems. It reads in platform specific * portability files. * - * Copyright (c) 1995 Sun Microsystems, Inc. + * Copyright © 1995 Sun Microsystems, Inc. * * 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/tkText.h b/generic/tkText.h index 5fa86a7..90cc607 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -3,8 +3,8 @@ * * Declarations shared among the files that implement text widgets. * - * Copyright (c) 1992-1994 The Regents of the University of California. - * Copyright (c) 1994-1995 Sun Microsystems, Inc. + * Copyright © 1992-1994 The Regents of the University of California. + * Copyright © 1994-1995 Sun Microsystems, Inc. * * 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/ttk/ttkTheme.h b/generic/ttk/ttkTheme.h index d0406c9..a148fd0 100644 --- a/generic/ttk/ttkTheme.h +++ b/generic/ttk/ttkTheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Joe English. Freely redistributable. + * Copyright © 2003 Joe English. Freely redistributable. * * Declarations for Tk theme engine. */ diff --git a/generic/ttk/ttkThemeInt.h b/generic/ttk/ttkThemeInt.h index 23bbcd6..0b5e48f 100644 --- a/generic/ttk/ttkThemeInt.h +++ b/generic/ttk/ttkThemeInt.h @@ -1,7 +1,7 @@ /* * Theme engine: private definitions. * - * Copyright (c) 2004 Joe English. Freely redistributable. + * Copyright © 2004 Joe English. Freely redistributable. */ #ifndef _TTKTHEMEINT diff --git a/generic/ttk/ttkWidget.h b/generic/ttk/ttkWidget.h index e11e013..453b788 100644 --- a/generic/ttk/ttkWidget.h +++ b/generic/ttk/ttkWidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Joe English + * Copyright © 2003 Joe English * Helper routines for widget implementations. */ |