summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 18:27:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 18:27:46 -0700
commit6e4dbf06d4d049666cf81207d9f853a0a40c71b7 (patch)
treea5662b55effc26461fef82ee15c2de8d1259293e
parent94680a56a32ada91f07db34e02a526dca5ecbbf4 (diff)
Sun's copyrights belong to Oracle now
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--COPYING2
-rw-r--r--include/X11/ThreadsI.h2
-rw-r--r--src/ActionHook.c2
-rw-r--r--src/Alloc.c2
-rw-r--r--src/Callback.c2
-rw-r--r--src/ClickTime.c2
-rw-r--r--src/Composite.c2
-rw-r--r--src/Constraint.c2
-rw-r--r--src/Convert.c2
-rw-r--r--src/Converters.c2
-rw-r--r--src/Core.c2
-rw-r--r--src/Create.c2
-rw-r--r--src/Destroy.c2
-rw-r--r--src/Display.c2
-rw-r--r--src/Error.c2
-rw-r--r--src/Event.c2
-rw-r--r--src/EventUtil.c2
-rw-r--r--src/Functions.c2
-rw-r--r--src/GCManager.c2
-rw-r--r--src/Geometry.c2
-rw-r--r--src/GetActKey.c2
-rw-r--r--src/GetResList.c2
-rw-r--r--src/GetValues.c2
-rw-r--r--src/Initialize.c2
-rw-r--r--src/Intrinsic.c2
-rw-r--r--src/Keyboard.c2
-rw-r--r--src/Manage.c2
-rw-r--r--src/NextEvent.c2
-rw-r--r--src/Object.c2
-rw-r--r--src/PassivGrab.c2
-rw-r--r--src/Resources.c2
-rw-r--r--src/Selection.c2
-rw-r--r--src/SetSens.c2
-rw-r--r--src/SetValues.c2
-rw-r--r--src/SetWMCW.c2
-rw-r--r--src/Shell.c2
-rw-r--r--src/TMaction.c2
-rw-r--r--src/TMgrab.c2
-rw-r--r--src/TMkey.c2
-rw-r--r--src/TMparse.c2
-rw-r--r--src/TMprint.c2
-rw-r--r--src/TMstate.c2
-rw-r--r--src/Threads.c2
-rw-r--r--src/VarCreate.c2
-rw-r--r--src/VarGet.c2
45 files changed, 45 insertions, 45 deletions
diff --git a/COPYING b/COPYING
index 4e743ab..5507aa4 100644
--- a/COPYING
+++ b/COPYING
@@ -19,7 +19,7 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/include/X11/ThreadsI.h b/include/X11/ThreadsI.h
index b1c51e7..2ec4875 100644
--- a/include/X11/ThreadsI.h
+++ b/include/X11/ThreadsI.h
@@ -2,7 +2,7 @@
/************************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/ActionHook.c b/src/ActionHook.c
index 4e02ca7..64f5adb 100644
--- a/src/ActionHook.c
+++ b/src/ActionHook.c
@@ -3,7 +3,7 @@
/*LINTLIBRARY*/
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Alloc.c b/src/Alloc.c
index 871396e..cf17bf6 100644
--- a/src/Alloc.c
+++ b/src/Alloc.c
@@ -1,7 +1,7 @@
/* $Xorg: Alloc.c,v 1.4 2001/02/09 02:03:53 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Callback.c b/src/Callback.c
index feb4318..79038d8 100644
--- a/src/Callback.c
+++ b/src/Callback.c
@@ -1,7 +1,7 @@
/* $Xorg: Callback.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/ClickTime.c b/src/ClickTime.c
index 25f17a6..4b5b9c0 100644
--- a/src/ClickTime.c
+++ b/src/ClickTime.c
@@ -1,7 +1,7 @@
/* $Xorg: ClickTime.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Composite.c b/src/Composite.c
index 24cf0a1..9542b20 100644
--- a/src/Composite.c
+++ b/src/Composite.c
@@ -1,7 +1,7 @@
/* $Xorg: Composite.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Constraint.c b/src/Constraint.c
index 79bc41a..3d0f479 100644
--- a/src/Constraint.c
+++ b/src/Constraint.c
@@ -1,7 +1,7 @@
/* $Xorg: Constraint.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Convert.c b/src/Convert.c
index f3017d7..d939032 100644
--- a/src/Convert.c
+++ b/src/Convert.c
@@ -1,7 +1,7 @@
/* $Xorg: Convert.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Converters.c b/src/Converters.c
index 45777bd..809215c 100644
--- a/src/Converters.c
+++ b/src/Converters.c
@@ -1,7 +1,7 @@
/* $Xorg: Converters.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Core.c b/src/Core.c
index 8a1ca7f..d3d1d37 100644
--- a/src/Core.c
+++ b/src/Core.c
@@ -1,7 +1,7 @@
/* $Xorg: Core.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Create.c b/src/Create.c
index 7db4a23..3ead846 100644
--- a/src/Create.c
+++ b/src/Create.c
@@ -1,7 +1,7 @@
/* $Xorg: Create.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Destroy.c b/src/Destroy.c
index 0beacbf..57600ec 100644
--- a/src/Destroy.c
+++ b/src/Destroy.c
@@ -1,7 +1,7 @@
/* $Xorg: Destroy.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Display.c b/src/Display.c
index 1e444f8..c43ed33 100644
--- a/src/Display.c
+++ b/src/Display.c
@@ -1,7 +1,7 @@
/* $Xorg: Display.c,v 1.6 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Error.c b/src/Error.c
index 7a6cedf..2657c2f 100644
--- a/src/Error.c
+++ b/src/Error.c
@@ -1,7 +1,7 @@
/* $Xorg: Error.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Event.c b/src/Event.c
index 0bad788..0ca0cb3 100644
--- a/src/Event.c
+++ b/src/Event.c
@@ -1,7 +1,7 @@
/* $Xorg: Event.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/EventUtil.c b/src/EventUtil.c
index 29ae3f3..cd50907 100644
--- a/src/EventUtil.c
+++ b/src/EventUtil.c
@@ -1,7 +1,7 @@
/* $Xorg: EventUtil.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Functions.c b/src/Functions.c
index 4be2720..db69de6 100644
--- a/src/Functions.c
+++ b/src/Functions.c
@@ -2,7 +2,7 @@
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/GCManager.c b/src/GCManager.c
index 5870459..4f5a1eb 100644
--- a/src/GCManager.c
+++ b/src/GCManager.c
@@ -1,7 +1,7 @@
/* $Xorg: GCManager.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Geometry.c b/src/Geometry.c
index e725be8..d75b11b 100644
--- a/src/Geometry.c
+++ b/src/Geometry.c
@@ -1,7 +1,7 @@
/* $Xorg: Geometry.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/GetActKey.c b/src/GetActKey.c
index b3baf53..ff8f1dc 100644
--- a/src/GetActKey.c
+++ b/src/GetActKey.c
@@ -3,7 +3,7 @@
/*LINTLIBRARY*/
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/GetResList.c b/src/GetResList.c
index fafcbd5..156c36d 100644
--- a/src/GetResList.c
+++ b/src/GetResList.c
@@ -1,7 +1,7 @@
/* $Xorg: GetResList.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/GetValues.c b/src/GetValues.c
index df85b8c..8000780 100644
--- a/src/GetValues.c
+++ b/src/GetValues.c
@@ -2,7 +2,7 @@
/*LINTLIBRARY*/
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Initialize.c b/src/Initialize.c
index 27e3d84..40ed373 100644
--- a/src/Initialize.c
+++ b/src/Initialize.c
@@ -1,7 +1,7 @@
/* $Xorg: Initialize.c,v 1.8 2001/02/09 02:03:55 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index 77402ce..0032aed 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -1,7 +1,7 @@
/* $Xorg: Intrinsic.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Keyboard.c b/src/Keyboard.c
index c3c5b27..2916d1a 100644
--- a/src/Keyboard.c
+++ b/src/Keyboard.c
@@ -1,7 +1,7 @@
/* $Xorg: Keyboard.c,v 1.5 2001/02/09 02:03:55 xorgcvs Exp $ */
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Manage.c b/src/Manage.c
index 4c9a80f..4d862a4 100644
--- a/src/Manage.c
+++ b/src/Manage.c
@@ -1,7 +1,7 @@
/* $Xorg: Manage.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/NextEvent.c b/src/NextEvent.c
index 4bade13..10292f5 100644
--- a/src/NextEvent.c
+++ b/src/NextEvent.c
@@ -1,7 +1,7 @@
/* $Xorg: NextEvent.c,v 1.8 2001/02/09 02:03:55 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Object.c b/src/Object.c
index 8bfbcb2..f650746 100644
--- a/src/Object.c
+++ b/src/Object.c
@@ -1,7 +1,7 @@
/* $Xorg: Object.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/PassivGrab.c b/src/PassivGrab.c
index b7648d1..9d8b026 100644
--- a/src/PassivGrab.c
+++ b/src/PassivGrab.c
@@ -1,7 +1,7 @@
/* $Xorg: PassivGrab.c,v 1.5 2001/02/09 02:03:56 xorgcvs Exp $ */
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Resources.c b/src/Resources.c
index 0f5bf1c..7d3f5d4 100644
--- a/src/Resources.c
+++ b/src/Resources.c
@@ -1,7 +1,7 @@
/* $Xorg: Resources.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Selection.c b/src/Selection.c
index b10db13..9c01bcd 100644
--- a/src/Selection.c
+++ b/src/Selection.c
@@ -1,7 +1,7 @@
/* $Xorg: Selection.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/SetSens.c b/src/SetSens.c
index 0e2fe45..5ade1e8 100644
--- a/src/SetSens.c
+++ b/src/SetSens.c
@@ -1,7 +1,7 @@
/* $Xorg: SetSens.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/SetValues.c b/src/SetValues.c
index 2cbc4e2..e4dcf38 100644
--- a/src/SetValues.c
+++ b/src/SetValues.c
@@ -1,7 +1,7 @@
/* $Xorg: SetValues.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/SetWMCW.c b/src/SetWMCW.c
index af33a62..09b88ab 100644
--- a/src/SetWMCW.c
+++ b/src/SetWMCW.c
@@ -6,7 +6,7 @@
/************************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Shell.c b/src/Shell.c
index 2699808..0cdeff8 100644
--- a/src/Shell.c
+++ b/src/Shell.c
@@ -1,7 +1,7 @@
/* $Xorg: Shell.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMaction.c b/src/TMaction.c
index 9389ffa..7c19ef9 100644
--- a/src/TMaction.c
+++ b/src/TMaction.c
@@ -2,7 +2,7 @@
/*LINTLIBRARY*/
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMgrab.c b/src/TMgrab.c
index db016eb..50ff118 100644
--- a/src/TMgrab.c
+++ b/src/TMgrab.c
@@ -1,7 +1,7 @@
/* $Xorg: TMgrab.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMkey.c b/src/TMkey.c
index 8ba9d37..059b68c 100644
--- a/src/TMkey.c
+++ b/src/TMkey.c
@@ -2,7 +2,7 @@
/*LINTLIBRARY*/
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMparse.c b/src/TMparse.c
index 4acc92d..664096e 100644
--- a/src/TMparse.c
+++ b/src/TMparse.c
@@ -1,7 +1,7 @@
/* $Xorg: TMparse.c,v 1.6 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMprint.c b/src/TMprint.c
index 1aceedb..a7f9dbb 100644
--- a/src/TMprint.c
+++ b/src/TMprint.c
@@ -1,7 +1,7 @@
/* $Xorg: TMprint.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/TMstate.c b/src/TMstate.c
index bbae908..cb06583 100644
--- a/src/TMstate.c
+++ b/src/TMstate.c
@@ -1,7 +1,7 @@
/* $Xorg: TMstate.c,v 1.6 2001/02/09 02:03:58 xorgcvs Exp $ */
/***********************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/Threads.c b/src/Threads.c
index 520a475..ed26c76 100644
--- a/src/Threads.c
+++ b/src/Threads.c
@@ -1,7 +1,7 @@
/* $Xorg: Threads.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
/************************************************************
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/VarCreate.c b/src/VarCreate.c
index acfe13e..1a26d3a 100644
--- a/src/VarCreate.c
+++ b/src/VarCreate.c
@@ -2,7 +2,7 @@
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/src/VarGet.c b/src/VarGet.c
index c381475..02bf7ee 100644
--- a/src/VarGet.c
+++ b/src/VarGet.c
@@ -1,7 +1,7 @@
/* $Xorg: VarGet.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
/*
-Copyright 1993 Sun Microsystems, Inc. All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),