Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Suen2011-06-28 17:38:20 +0000
committerRemy Suen2011-06-28 17:38:20 +0000
commitbad02dc819b487605e69a062c1bb095ab2b3e77a (patch)
tree0a00a5a2ee33f3eb9ede11e135fa2685269c7c2a
parente54c21117c63452d1ff899d5865221e5ac3760ec (diff)
downloadeclipse.platform.ui.e4-bug123.tar.gz
eclipse.platform.ui.e4-bug123.tar.xz
eclipse.platform.ui.e4-bug123.zip
Add a copyright header.bug123
-rw-r--r--examples/org.eclipse.e4.examples.services/src/org/eclipse/e4/examples/services/snippets/adapter/ThingWithId.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/org.eclipse.e4.examples.services/src/org/eclipse/e4/examples/services/snippets/adapter/ThingWithId.java b/examples/org.eclipse.e4.examples.services/src/org/eclipse/e4/examples/services/snippets/adapter/ThingWithId.java
index d198efaa..c2ec35fb 100644
--- a/examples/org.eclipse.e4.examples.services/src/org/eclipse/e4/examples/services/snippets/adapter/ThingWithId.java
+++ b/examples/org.eclipse.e4.examples.services/src/org/eclipse/e4/examples/services/snippets/adapter/ThingWithId.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 IBM Corporation 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:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.e4.examples.services.snippets.adapter;
public interface ThingWithId {

Back to the top