From 31a271affa9cbe96f865df2bf961c204f7afeb67 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 12 Feb 2008 22:38:35 +0000 Subject: [PATCH] [cleanup] fix copyright notices for 2008 --- .../org.eclipse.tm.discovery.doc.isv/build.properties | 2 +- .../builder/doc/build.properties | 11 +++++++++++ .../builder/examples/build.properties | 11 +++++++++++ .../builder/runtime/build.properties | 11 +++++++++++ .../builder/sdk/build.properties | 11 +++++++++++ .../builder/tests/build.properties | 11 +++++++++++ .../builder/tests/configs/local/relengbuildgtk.sh | 11 +++++++++++ .../builder/tests/configs/local/testing.properties | 11 +++++++++++ .../promoteToEclipse.rse.properties | 11 +++++++++++ releng/org.eclipse.tm.releng/repoInfo.properties | 11 +++++++++++ 10 files changed, 100 insertions(+), 1 deletion(-) diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/build.properties b/discovery/org.eclipse.tm.discovery.doc.isv/build.properties index 5add757f8c5..1134d620304 100644 --- a/discovery/org.eclipse.tm.discovery.doc.isv/build.properties +++ b/discovery/org.eclipse.tm.discovery.doc.isv/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 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 diff --git a/releng/org.eclipse.tm.releng/builder/doc/build.properties b/releng/org.eclipse.tm.releng/builder/doc/build.properties index ffd2815681e..918aa8e7fc7 100644 --- a/releng/org.eclipse.tm.releng/builder/doc/build.properties +++ b/releng/org.eclipse.tm.releng/builder/doc/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### # TODO: set correct source and target levels here javacSource=1.4 javacTarget=1.4 diff --git a/releng/org.eclipse.tm.releng/builder/examples/build.properties b/releng/org.eclipse.tm.releng/builder/examples/build.properties index fe16598ca9b..5cfbca4fdf7 100644 --- a/releng/org.eclipse.tm.releng/builder/examples/build.properties +++ b/releng/org.eclipse.tm.releng/builder/examples/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### # TODO: set correct source and target levels here javacSource=1.4 javacTarget=1.4 diff --git a/releng/org.eclipse.tm.releng/builder/runtime/build.properties b/releng/org.eclipse.tm.releng/builder/runtime/build.properties index c9ada5ed3d3..60a9131e9a3 100644 --- a/releng/org.eclipse.tm.releng/builder/runtime/build.properties +++ b/releng/org.eclipse.tm.releng/builder/runtime/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### # TODO: set correct source and target levels here javacSource=1.4 javacTarget=1.4 diff --git a/releng/org.eclipse.tm.releng/builder/sdk/build.properties b/releng/org.eclipse.tm.releng/builder/sdk/build.properties index c9ada5ed3d3..60a9131e9a3 100644 --- a/releng/org.eclipse.tm.releng/builder/sdk/build.properties +++ b/releng/org.eclipse.tm.releng/builder/sdk/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### # TODO: set correct source and target levels here javacSource=1.4 javacTarget=1.4 diff --git a/releng/org.eclipse.tm.releng/builder/tests/build.properties b/releng/org.eclipse.tm.releng/builder/tests/build.properties index c9ada5ed3d3..60a9131e9a3 100644 --- a/releng/org.eclipse.tm.releng/builder/tests/build.properties +++ b/releng/org.eclipse.tm.releng/builder/tests/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### # TODO: set correct source and target levels here javacSource=1.4 javacTarget=1.4 diff --git a/releng/org.eclipse.tm.releng/builder/tests/configs/local/relengbuildgtk.sh b/releng/org.eclipse.tm.releng/builder/tests/configs/local/relengbuildgtk.sh index 6a4a2cefee6..97221e5d864 100644 --- a/releng/org.eclipse.tm.releng/builder/tests/configs/local/relengbuildgtk.sh +++ b/releng/org.eclipse.tm.releng/builder/tests/configs/local/relengbuildgtk.sh @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### #!/bin/bash echo -n "[relengbuild] $0 started on: `date +%Y%m%d\ %H\:%M\:%S`"; diff --git a/releng/org.eclipse.tm.releng/builder/tests/configs/local/testing.properties b/releng/org.eclipse.tm.releng/builder/tests/configs/local/testing.properties index 155bc706619..9dc29709e68 100644 --- a/releng/org.eclipse.tm.releng/builder/tests/configs/local/testing.properties +++ b/releng/org.eclipse.tm.releng/builder/tests/configs/local/testing.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### #which (sub)project? project=rse diff --git a/releng/org.eclipse.tm.releng/promoteToEclipse.rse.properties b/releng/org.eclipse.tm.releng/promoteToEclipse.rse.properties index 0f9e4509378..fc7e8448eb4 100644 --- a/releng/org.eclipse.tm.releng/promoteToEclipse.rse.properties +++ b/releng/org.eclipse.tm.releng/promoteToEclipse.rse.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2006, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### ## promoteToEclipse.*.properties ## specific version of promoteToEclipse.sh properties ## diff --git a/releng/org.eclipse.tm.releng/repoInfo.properties b/releng/org.eclipse.tm.releng/repoInfo.properties index 87e2e692aa1..c1ae539a00c 100644 --- a/releng/org.eclipse.tm.releng/repoInfo.properties +++ b/releng/org.eclipse.tm.releng/repoInfo.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2006, 2008 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 +# Martin Oberhuber (Wind River) - adapt for DSDP from o.e.emf.validation.releng +############################################################################### cvsHost=dev.eclipse.org cvsReadProtocol=pserver cvsWriteProtocol=ext