| author | Steve Pitschke | 2012-07-01 12:26:45 (EDT) |
|---|---|---|
| committer | Steve Pitschke | 2012-07-01 12:26:45 (EDT) |
| commit | 3ec522421e10d9c54d93b659fddca956e55bfabd (patch) (side-by-side diff) | |
| tree | 866b1ea9a4d9245a8241a552629f6beeb736b692 | |
| parent | 415a65c6af65e233c13da16693a84df9c08c18b8 (diff) | |
| download | org.eclipse.lyo.core-3ec522421e10d9c54d93b659fddca956e55bfabd.zip org.eclipse.lyo.core-3ec522421e10d9c54d93b659fddca956e55bfabd.tar.gz org.eclipse.lyo.core-3ec522421e10d9c54d93b659fddca956e55bfabd.tar.bz2 | |
Bug 383930: Add copyrights to ANTLR sourcesrefs/changes/71/6571/1
Change-Id: Icb6aeb82de1e39ec58d42b6c4930503aaebbccd3
Signed-off-by: Steve Pitschke <pitschke@us.ibm.com>
| -rw-r--r-- | org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g | 16 | ||||
| -rw-r--r-- | org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g b/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g index ce5a73e..74b2f7e 100644 --- a/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g +++ b/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g @@ -1,3 +1,19 @@ +/******************************************************************************
+ * Copyright (c) 2011, 2012 IBM Corporation.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v. 1.0 which accompanies this distribution.
+ *
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *
+ * Jim Conallen - initial API and implementation
+ * Steve Pitchke - ammendments and cleanup.
+ *******************************************************************************/
grammar OslcSelect;
options {
diff --git a/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g b/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g index 28a7793..64956b0 100644 --- a/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g +++ b/org.eclipse.lyo.core.query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g @@ -1,3 +1,19 @@ +/******************************************************************************
+ * Copyright (c) 2011, 2012 IBM Corporation.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v. 1.0 which accompanies this distribution.
+ *
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *
+ * Jim Conallen - initial API and implementation
+ * Steve Pitchke - ammendments and cleanup.
+ *******************************************************************************/
grammar OslcWhere;
options {
|

