From 083e1edec5813cc6a2250165ef909b65c7e9f88d Mon Sep 17 00:00:00 2001
From: Eike Stepper
Date: Fri, 3 May 2013 21:08:04 +0200
Subject: Update copyrights
---
.../.settings/org.eclipse.jdt.ui.prefs | 2 +-
plugins/org.eclipse.emf.cdo.releng.launches/about.properties | 4 ++--
plugins/org.eclipse.emf.cdo.releng.launches/build.properties | 2 +-
plugins/org.eclipse.emf.cdo.releng.launches/copyright.txt | 4 ++--
plugins/org.eclipse.emf.cdo.releng.launches/plugin.properties | 2 +-
plugins/org.eclipse.emf.cdo.releng.launches/plugin.xml | 2 +-
.../src/org/eclipse/emf/cdo/releng/launches/Activator.java | 2 +-
.../eclipse/emf/cdo/releng/launches/LaunchConfigLabelDecorator.java | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
(limited to 'plugins/org.eclipse.emf.cdo.releng.launches')
diff --git a/plugins/org.eclipse.emf.cdo.releng.launches/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.emf.cdo.releng.launches/.settings/org.eclipse.jdt.ui.prefs
index 4343e2f963..3fc140fcdc 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/.settings/org.eclipse.jdt.ui.prefs
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/.settings/org.eclipse.jdt.ui.prefs
@@ -64,7 +64,7 @@ org.eclipse.jdt.ui.keywordthis=false
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.overrideannotation=true
org.eclipse.jdt.ui.staticondemandthreshold=99
-org.eclipse.jdt.ui.text.custom_code_templates=/*\r\n * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * Contributors\:\r\n * Eike Stepper - initial API and implementation\r\n *//**\r\n * @author Eike Stepper\r\n */${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}\r\n\r\n\r\n\r\n${exception_var}.printStackTrace();${body_statement}${body_statement}return ${field};${field} \= ${param};
+org.eclipse.jdt.ui.text.custom_code_templates=/*\r\n * Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * Contributors\:\r\n * Eike Stepper - initial API and implementation\r\n *//**\r\n * @author Eike Stepper\r\n */${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}\r\n\r\n\r\n\r\n${exception_var}.printStackTrace();${body_statement}${body_statement}return ${field};${field} \= ${param};
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
diff --git a/plugins/org.eclipse.emf.cdo.releng.launches/about.properties b/plugins/org.eclipse.emf.cdo.releng.launches/about.properties
index a494abcdf7..7907aa3d07 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/about.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/about.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) 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
@@ -21,7 +21,7 @@ featureText = CDO Release Engineering Launch Decorator\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
\n\
Visit http://www.eclipse.org/cdo
diff --git a/plugins/org.eclipse.emf.cdo.releng.launches/build.properties b/plugins/org.eclipse.emf.cdo.releng.launches/build.properties
index e85a4c6b77..1c5996e92d 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/build.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) 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/plugins/org.eclipse.emf.cdo.releng.launches/copyright.txt b/plugins/org.eclipse.emf.cdo.releng.launches/copyright.txt
index 0a0f67e6d7..1c77978050 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/copyright.txt
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/copyright.txt
@@ -1,8 +1,8 @@
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) 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:
- Eike Stepper - initial API and implementation
\ No newline at end of file
+ Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.emf.cdo.releng.launches/plugin.properties b/plugins/org.eclipse.emf.cdo.releng.launches/plugin.properties
index 9111ae0132..8907901255 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) 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/plugins/org.eclipse.emf.cdo.releng.launches/plugin.xml b/plugins/org.eclipse.emf.cdo.releng.launches/plugin.xml
index 4840f9c423..0f805e0c66 100644
--- a/plugins/org.eclipse.emf.cdo.releng.launches/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.launches/plugin.xml
@@ -1,7 +1,7 @@