summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-09 18:51:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-09 18:51:55 (GMT)
commit794c5c6783a20e8c42ee94337edb9e02eb06662a (patch)
tree39be51f329e9f0c2435628953fcb2441575cc1e1 /win
parent7b800edfc4f1ceab602d6d26b05d5b3ca59071b3 (diff)
downloadtk-794c5c6783a20e8c42ee94337edb9e02eb06662a.zip
tk-794c5c6783a20e8c42ee94337edb9e02eb06662a.tar.gz
tk-794c5c6783a20e8c42ee94337edb9e02eb06662a.tar.bz2
Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyright-sign
Diffstat (limited to 'win')
-rw-r--r--win/tkWin.h2
-rw-r--r--win/tkWin3d.c2
-rw-r--r--win/tkWinButton.c2
-rw-r--r--win/tkWinConfig.c2
-rw-r--r--win/tkWinInt.h2
-rw-r--r--win/tkWinPointer.c2
-rw-r--r--win/tkWinTest.c4
-rw-r--r--win/tkWinWm.c2
-rw-r--r--win/tkWinX.c2
-rw-r--r--win/ttkWinXPTheme.c6
10 files changed, 13 insertions, 13 deletions
diff --git a/win/tkWin.h b/win/tkWin.h
index 4d278d7..21869da 100644
--- a/win/tkWin.h
+++ b/win/tkWin.h
@@ -4,7 +4,7 @@
* Declarations of public types and interfaces that are only
* available under Windows.
*
- * Copyright (c) 1996-1997 by Sun Microsystems, Inc.
+ * Copyright (c) 1996-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/win/tkWin3d.c b/win/tkWin3d.c
index 9f7ca22..91fe42e 100644
--- a/win/tkWin3d.c
+++ b/win/tkWin3d.c
@@ -4,7 +4,7 @@
* This file contains the platform specific routines for drawing 3D
* borders in the Windows 95 style.
*
- * Copyright (c) 1996 by Sun Microsystems, Inc.
+ * Copyright (c) 1996 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/win/tkWinButton.c b/win/tkWinButton.c
index 98ed69e..d6af35b 100644
--- a/win/tkWinButton.c
+++ b/win/tkWinButton.c
@@ -4,7 +4,7 @@
* This file implements the Windows specific portion of the button
* widgets.
*
- * Copyright (c) 1996-1998 by Sun Microsystems, Inc.
+ * Copyright (c) 1996-1998 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/win/tkWinConfig.c b/win/tkWinConfig.c
index f93975e..6cda300 100644
--- a/win/tkWinConfig.c
+++ b/win/tkWinConfig.c
@@ -4,7 +4,7 @@
* This module implements the Windows system defaults for the
* configuration package.
*
- * Copyright (c) 1997 by Sun Microsystems, Inc.
+ * Copyright (c) 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/win/tkWinInt.h b/win/tkWinInt.h
index 98c1a35..892d9c6 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -5,7 +5,7 @@
* Windows-specific parts of Tk, but aren't used by the rest of Tk.
*
* Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-2000 by Scriptics Corporation.
+ * Copyright (c) 1998-2000 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/win/tkWinPointer.c b/win/tkWinPointer.c
index d01c4b6..38c7311 100644
--- a/win/tkWinPointer.c
+++ b/win/tkWinPointer.c
@@ -4,7 +4,7 @@
* Windows specific mouse tracking code.
*
* Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-1999 by Scriptics Corporation.
+ * Copyright (c) 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/win/tkWinTest.c b/win/tkWinTest.c
index ae29eb6..617bfd8 100644
--- a/win/tkWinTest.c
+++ b/win/tkWinTest.c
@@ -5,8 +5,8 @@
* platform.
*
* Copyright (c) 1997 Sun Microsystems, Inc.
- * Copyright (c) 2000 by Scriptics Corporation.
- * Copyright (c) 2001 by ActiveState Corporation.
+ * Copyright (c) 2000 Scriptics Corporation.
+ * Copyright (c) 2001 ActiveState 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/win/tkWinWm.c b/win/tkWinWm.c
index 3651040..90503a6 100644
--- a/win/tkWinWm.c
+++ b/win/tkWinWm.c
@@ -7,7 +7,7 @@
* manager.
*
* Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-2000 by Scriptics Corporation.
+ * Copyright (c) 1998-2000 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/win/tkWinX.c b/win/tkWinX.c
index 9c48b8a..ad0c4d2 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 1995-1996 Sun Microsystems, Inc.
* Copyright (c) 1994 Software Research Associates, Inc.
- * Copyright (c) 1998-2000 by Scriptics Corporation.
+ * Copyright (c) 1998-2000 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/win/ttkWinXPTheme.c b/win/ttkWinXPTheme.c
index cd5c8ea..a12220e 100644
--- a/win/ttkWinXPTheme.c
+++ b/win/ttkWinXPTheme.c
@@ -2,9 +2,9 @@
* Tk theme engine which uses the Windows XP "Visual Styles" API
* Adapted from Georgios Petasis' XP theme patch.
*
- * Copyright (c) 2003 by Georgios Petasis, petasis@iit.demokritos.gr.
- * Copyright (c) 2003 by Joe English
- * Copyright (c) 2003 by Pat Thoyts
+ * Copyright (c) 2003 Georgios Petasis, petasis@iit.demokritos.gr.
+ * Copyright (c) 2003 Joe English
+ * Copyright (c) 2003 Pat Thoyts
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.