summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-02-28 23:09:44 +0000
committerVeronika Irvine <veronika>2005-02-28 23:09:44 +0000
commite2b04c5a78e8200f4dd7331962de1396873fdde6 (patch)
tree67df9ee92eca4956627c3ef7521474e487c31599 /bundles/org.eclipse.swt.opengl
parent43bbe00c42fcd66f397e44086535920be2642109 (diff)
downloadeclipse.platform.swt-e2b04c5a78e8200f4dd7331962de1396873fdde6.tar.gz
eclipse.platform.swt-e2b04c5a78e8200f4dd7331962de1396873fdde6.tar.xz
eclipse.platform.swt-e2b04c5a78e8200f4dd7331962de1396873fdde6.zip
Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition
Diffstat (limited to 'bundles/org.eclipse.swt.opengl')
-rw-r--r--bundles/org.eclipse.swt.opengl/common/library/swt.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/common/library/swt.h10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/build.sh10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/glx.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/structs.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/structs.h10
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/xgtk.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/build.sh8
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/glx.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/structs.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/structs.h10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/build.bat10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/glw.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/make_win32.mak10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/structs.c10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/structs.h10
-rw-r--r--bundles/org.eclipse.swt.opengl/win32/library/swt.rc10
22 files changed, 109 insertions, 109 deletions
diff --git a/bundles/org.eclipse.swt.opengl/common/library/swt.c b/bundles/org.eclipse.swt.opengl/common/library/swt.c
index 4c67f958cf..6740c65109 100644
--- a/bundles/org.eclipse.swt.opengl/common/library/swt.c
+++ b/bundles/org.eclipse.swt.opengl/common/library/swt.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/common/library/swt.h b/bundles/org.eclipse.swt.opengl/common/library/swt.h
index 0095fe654d..2729037ce9 100644
--- a/bundles/org.eclipse.swt.opengl/common/library/swt.h
+++ b/bundles/org.eclipse.swt.opengl/common/library/swt.h
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/build.sh b/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
index 986b795340..dc26d12412 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/glx.c b/bundles/org.eclipse.swt.opengl/gtk/library/glx.c
index 7b4aa72991..4bb4fbb2a4 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/glx.c
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/glx.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak b/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
index e7ce317d5d..7bc593b53e 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/structs.c b/bundles/org.eclipse.swt.opengl/gtk/library/structs.c
index bf8db55dfa..f11d22d342 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/structs.c
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/structs.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/structs.h b/bundles/org.eclipse.swt.opengl/gtk/library/structs.h
index 4121f7f488..5d98fdd395 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/structs.h
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/structs.h
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/xgtk.c b/bundles/org.eclipse.swt.opengl/gtk/library/xgtk.c
index 0f97a7846d..b2230e0fca 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/xgtk.c
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/xgtk.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/build.sh b/bundles/org.eclipse.swt.opengl/motif/library/build.sh
index 5b70d33a9e..afec19dd74 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/build.sh
+++ b/bundles/org.eclipse.swt.opengl/motif/library/build.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#*******************************************************************************
-# Copyright (c) 2000, 2004 IBM Corporation and others.
+# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/glx.c b/bundles/org.eclipse.swt.opengl/motif/library/glx.c
index 4fca4eb8eb..df8e1024f9 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/glx.c
+++ b/bundles/org.eclipse.swt.opengl/motif/library/glx.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
index 77ade16f10..78b7b7a2e3 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
index ac2938b8c8..e0afb28abe 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
index e601f76860..2c995c09cb 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
index 5c647d527a..c9510b7cd3 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/structs.c b/bundles/org.eclipse.swt.opengl/motif/library/structs.c
index bf8db55dfa..f11d22d342 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/structs.c
+++ b/bundles/org.eclipse.swt.opengl/motif/library/structs.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/structs.h b/bundles/org.eclipse.swt.opengl/motif/library/structs.h
index 4121f7f488..5d98fdd395 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/structs.h
+++ b/bundles/org.eclipse.swt.opengl/motif/library/structs.h
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/build.bat b/bundles/org.eclipse.swt.opengl/win32/library/build.bat
index 9d6a37a923..e3cd949c2e 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/build.bat
+++ b/bundles/org.eclipse.swt.opengl/win32/library/build.bat
@@ -1,9 +1,9 @@
rem *******************************************************************************
-rem Copyright (c) 2000, 2003 IBM Corporation and others.
-rem All rights reserved. This program and the accompanying materials
-rem are made available under the terms of the Common Public License v1.0
-rem which accompanies this distribution, and is available at
-rem http://www.eclipse.org/legal/cpl-v10.html
+rem Copyright (c) 2000, 2005 IBM Corporation and others.
+rem All rights reserved. This program and the accompanying materials
+rem are made available under the terms of the Eclipse Public License v1.0
+rem which accompanies this distribution, and is available at
+rem http://www.eclipse.org/legal/epl-v10.html
rem
rem Contributors:
rem IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/glw.c b/bundles/org.eclipse.swt.opengl/win32/library/glw.c
index bcad15db6b..81c8ed5494 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/glw.c
+++ b/bundles/org.eclipse.swt.opengl/win32/library/glw.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/make_win32.mak b/bundles/org.eclipse.swt.opengl/win32/library/make_win32.mak
index 3b90d867ce..af6a861e89 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/make_win32.mak
+++ b/bundles/org.eclipse.swt.opengl/win32/library/make_win32.mak
@@ -1,9 +1,9 @@
#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/structs.c b/bundles/org.eclipse.swt.opengl/win32/library/structs.c
index a9c61dcf6f..a38435b144 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/structs.c
+++ b/bundles/org.eclipse.swt.opengl/win32/library/structs.c
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/structs.h b/bundles/org.eclipse.swt.opengl/win32/library/structs.h
index 63f8b7b109..14c62a85dd 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/structs.h
+++ b/bundles/org.eclipse.swt.opengl/win32/library/structs.h
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
diff --git a/bundles/org.eclipse.swt.opengl/win32/library/swt.rc b/bundles/org.eclipse.swt.opengl/win32/library/swt.rc
index 68b7074163..c5b350cb38 100644
--- a/bundles/org.eclipse.swt.opengl/win32/library/swt.rc
+++ b/bundles/org.eclipse.swt.opengl/win32/library/swt.rc
@@ -1,9 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation