Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2011-05-02 22:52:38 +0000
committerIan Bull2011-05-02 22:52:38 +0000
commit2333d81a3f405da591be1b9c61999221e89b6ba0 (patch)
tree97f58045520e843d0867c7b6aed9f0467ee2bf8d /bundles/org.eclipse.equinox.p2.ql
parent0afdd5a911a5878fa4466aa624fc631bd0693681 (diff)
downloadrt.equinox.p2-2333d81a3f405da591be1b9c61999221e89b6ba0.tar.gz
rt.equinox.p2-2333d81a3f405da591be1b9c61999221e89b6ba0.tar.xz
rt.equinox.p2-2333d81a3f405da591be1b9c61999221e89b6ba0.zip
copyright update
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/build.properties12
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/plugin.properties12
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLExpression.java2
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLFactory.java2
4 files changed, 24 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/build.properties b/bundles/org.eclipse.equinox.p2.ql/build.properties
index e0cf562f5..9c67d204e 100644
--- a/bundles/org.eclipse.equinox.p2.ql/build.properties
+++ b/bundles/org.eclipse.equinox.p2.ql/build.properties
@@ -1,8 +1,18 @@
+###############################################################################
+# Copyright (c) 2011 Cloudsmith Inc. 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:
+# Cloudsmith Inc. - initial API and implementation
+###############################################################################
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.3 2010/01/23 22:21:13 johna Exp $
+# $Id: build.properties,v 1.4 2010/02/19 12:13:14 thallgren Exp $
bin.includes = .,\
META-INF/,\
diff --git a/bundles/org.eclipse.equinox.p2.ql/plugin.properties b/bundles/org.eclipse.equinox.p2.ql/plugin.properties
index cd7799fdd..9941d3978 100644
--- a/bundles/org.eclipse.equinox.p2.ql/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.ql/plugin.properties
@@ -1,8 +1,18 @@
+###############################################################################
+# Copyright (c) 2011 Cloudsmith Inc. 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:
+# Cloudsmith Inc. - initial API and implementation
+###############################################################################
# <copyright>
# </copyright>
#
-# $Id: plugin.properties,v 1.1 2009/12/01 17:41:31 helindbe Exp $
+# $Id: plugin.properties,v 1.2 2010/02/08 04:22:38 johna Exp $
pluginName =p2 query language
providerName = Eclipse.org - Equinox
diff --git a/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLExpression.java b/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLExpression.java
index 60b277ccb..4e25f1f04 100644
--- a/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLExpression.java
+++ b/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLExpression.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Cloudsmith Inc. and others.
+ * Copyright (c) 2009, 2010 Cloudsmith Inc. 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/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLFactory.java b/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLFactory.java
index b87c00959..05e0a7bca 100644
--- a/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLFactory.java
+++ b/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/IQLFactory.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Cloudsmith Inc. and others.
+ * Copyright (c) 2009, 2010 Cloudsmith Inc. 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