Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-06-09 09:14:15 +0000
committerEike Stepper2015-06-09 09:14:15 +0000
commitdf706dfccde60a827b254c2cc0ac14fc76b69805 (patch)
tree22ea6a3098675852063838e4c84b01654fa93656 /plugins/org.eclipse.oomph.p2/src
parent90e14af4b8feab6f568a79fe101871f6339f72fa (diff)
downloadorg.eclipse.oomph-df706dfccde60a827b254c2cc0ac14fc76b69805.tar.gz
org.eclipse.oomph-df706dfccde60a827b254c2cc0ac14fc76b69805.tar.xz
org.eclipse.oomph-df706dfccde60a827b254c2cc0ac14fc76b69805.zip
Update copyrights
Diffstat (limited to 'plugins/org.eclipse.oomph.p2/src')
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/ProfileDefinition.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Repository.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryList.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryType.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Requirement.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/VersionSegment.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2FactoryImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2PackageImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ProfileDefinitionImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryListImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RequirementImpl.java2
-rw-r--r--plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/util/P2Switch.java2
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
index fe0f70bb7..c23d87c2b 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/ProfileDefinition.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/ProfileDefinition.java
index 53fdef71c..9282c6dea 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/ProfileDefinition.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/ProfileDefinition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/Repository.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Repository.java
index 9d8d30c0b..c4b939012 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Repository.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Repository.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/RepositoryList.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryList.java
index 606b60b1c..254e8ab8e 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryList.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/RepositoryType.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryType.java
index f1c2cb545..65c7ca285 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryType.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/RepositoryType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/Requirement.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Requirement.java
index 9b73153b0..8e66a914d 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Requirement.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Requirement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/VersionSegment.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/VersionSegment.java
index aa39696b6..da82e449f 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/VersionSegment.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/VersionSegment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
index 18a869a12..77b3b3361 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/P2FactoryImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2FactoryImpl.java
index 62943d433..0c29484ba 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2FactoryImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2FactoryImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/P2PackageImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2PackageImpl.java
index b5f01df74..aca15a0a1 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2PackageImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/P2PackageImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/ProfileDefinitionImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ProfileDefinitionImpl.java
index a9ae5b78d..521e9bdf0 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ProfileDefinitionImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ProfileDefinitionImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryImpl.java
index a971b31e2..528795a15 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryListImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryListImpl.java
index a369eb9de..534c7c39c 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryListImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RepositoryListImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/impl/RequirementImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RequirementImpl.java
index ce2bf3356..00728e4a8 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RequirementImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/RequirementImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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.oomph.p2/src/org/eclipse/oomph/p2/util/P2Switch.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/util/P2Switch.java
index 3eac4f8cc..a94a71ead 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/util/P2Switch.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/util/P2Switch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2014, 2015 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