From 1bfc8ecb956fdc505cd6ea217878b6e76ee8969b Mon Sep 17 00:00:00 2001 From: Veronika Irvine Date: Mon, 28 Feb 2005 22:34:11 +0000 Subject: Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition --- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh | 8 ++++---- .../org.eclipse.swt/Eclipse SWT PI/photon/library/make_qnx.mak | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.h | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_custom.c | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.c | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.h | 6 +++--- .../org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.c | 6 +++--- .../org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.h | 6 +++--- 9 files changed, 28 insertions(+), 28 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/photon') diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh index b5b5bb1196..4aaf2a463d 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/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 +# 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/cpl-v10.html +# http://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/make_qnx.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/make_qnx.mak index eed3a453a1..c8f0b84d1c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/make_qnx.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/make_qnx.mak @@ -1,9 +1,9 @@ #******************************************************************************* -# 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 +# 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/cpl-v10.html +# http://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c index 1122508f5d..b96adc03d9 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c @@ -1,9 +1,9 @@ /******************************************************************************* -* 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 +* 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/cpl-v10.html +* http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.h index cd5491433d..6e5a159945 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os.h @@ -1,9 +1,9 @@ /******************************************************************************* - * 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 + * 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/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_custom.c b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_custom.c index 33de9365d4..350f48973b 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_custom.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_custom.c @@ -1,9 +1,9 @@ /******************************************************************************* - * 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 + * 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/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.c index b4b1d74c29..224792a431 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.c @@ -1,9 +1,9 @@ /******************************************************************************* -* 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 +* 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/cpl-v10.html +* http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.h index ba07fe1428..a5a5aebdd8 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_stats.h @@ -1,9 +1,9 @@ /******************************************************************************* -* 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 +* 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/cpl-v10.html +* http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.c b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.c index 948c2f992e..c1a9f89ecf 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.c @@ -1,9 +1,9 @@ /******************************************************************************* -* 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 +* 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/cpl-v10.html +* http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.h b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.h index 3e7cf429af..f28d7a7b6d 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/os_structs.h @@ -1,9 +1,9 @@ /******************************************************************************* -* 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 +* 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/cpl-v10.html +* http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation -- cgit v1.2.3