Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-02-03 10:26:25 +0000
committerEike Stepper2010-02-03 10:26:25 +0000
commitda0577de6aa1c8829e8da7d59a5875cfb076b30c (patch)
tree2c508f5558bec4e5535f3039525a75f6b110ba96 /plugins/org.gastro.server
parent8d7152b4786c2b9fe3a2ec6523d67a3d5f0a6702 (diff)
downloadcdo-da0577de6aa1c8829e8da7d59a5875cfb076b30c.tar.gz
cdo-da0577de6aa1c8829e8da7d59a5875cfb076b30c.tar.xz
cdo-da0577de6aa1c8829e8da7d59a5875cfb076b30c.zip
adjust legal headers
Diffstat (limited to 'plugins/org.gastro.server')
-rw-r--r--plugins/org.gastro.server/build.properties11
-rw-r--r--plugins/org.gastro.server/copyright.txt2
-rw-r--r--plugins/org.gastro.server/plugin.xml15
-rw-r--r--plugins/org.gastro.server/src/org/gastro/internal/server/OM.java2
-rw-r--r--plugins/org.gastro.server/src/org/gastro/server/GastroServer.java2
5 files changed, 27 insertions, 5 deletions
diff --git a/plugins/org.gastro.server/build.properties b/plugins/org.gastro.server/build.properties
index 7f0e0236fe..ad0db3758b 100644
--- a/plugins/org.gastro.server/build.properties
+++ b/plugins/org.gastro.server/build.properties
@@ -1,3 +1,14 @@
+# Copyright (c) 2004 - 2010 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
+
+# NLS_MESSAGEFORMAT_VAR
+
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/plugins/org.gastro.server/copyright.txt b/plugins/org.gastro.server/copyright.txt
index d7088ff84e..a4aa1b9a74 100644
--- a/plugins/org.gastro.server/copyright.txt
+++ b/plugins/org.gastro.server/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
+Copyright (c) 2004 - 2010 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.gastro.server/plugin.xml b/plugins/org.gastro.server/plugin.xml
index 0b9c24058f..e2b3f599e1 100644
--- a/plugins/org.gastro.server/plugin.xml
+++ b/plugins/org.gastro.server/plugin.xml
@@ -1,9 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 2010 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
+-->
+
<plugin>
- <extension id="app"
- point="org.eclipse.core.runtime.applications"
+ <extension id="app"
+ point="org.eclipse.core.runtime.applications"
name="GastroServer">
<application cardinality="1" thread="main">
<run class="org.gastro.server.GastroServer"/>
diff --git a/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java b/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
index ffc790e3fb..b3b0539da5 100644
--- a/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
+++ b/plugins/org.gastro.server/src/org/gastro/internal/server/OM.java
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2004 - 2010 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.gastro.server/src/org/gastro/server/GastroServer.java b/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
index 8b2443824a..7a5ae6f00b 100644
--- a/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
+++ b/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2004 - 2010 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

Back to the top