Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-08 05:29:18 +0000
committerslewis2006-10-08 05:29:18 +0000
commitfb9b855dbbceedade4cc983f0f09c97d156ef5d5 (patch)
tree95f6645c3749db3d4d98675f372dcd76ee125b40 /examples/bundles/org.eclipse.ecf.example.pubsub
parentf7418b22ed79388d35af81dc121b006fb0ca2ed2 (diff)
downloadorg.eclipse.ecf-fb9b855dbbceedade4cc983f0f09c97d156ef5d5.tar.gz
org.eclipse.ecf-fb9b855dbbceedade4cc983f0f09c97d156ef5d5.tar.xz
org.eclipse.ecf-fb9b855dbbceedade4cc983f0f09c97d156ef5d5.zip
Change of meta file info to 0.9.3 version. Also fixed copyright notices in source
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.pubsub')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/SubscribeMessage.java10
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/UnsubscribeMessage.java10
2 files changed, 20 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/SubscribeMessage.java b/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/SubscribeMessage.java
index e324184c2..f2fbe00ba 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/SubscribeMessage.java
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/SubscribeMessage.java
@@ -1,3 +1,13 @@
+/**
+ * Copyright (c) 2006 Ecliptical Software 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:
+ * Ecliptical Software Inc. - initial API and implementation
+ */
package org.eclipse.ecf.pubsub.impl;
import java.io.Serializable;
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/UnsubscribeMessage.java b/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/UnsubscribeMessage.java
index 09514696b..6fa74925b 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/UnsubscribeMessage.java
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/src/org/eclipse/ecf/pubsub/impl/UnsubscribeMessage.java
@@ -1,3 +1,13 @@
+/**
+ * Copyright (c) 2006 Ecliptical Software 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:
+ * Ecliptical Software Inc. - initial API and implementation
+ */
package org.eclipse.ecf.pubsub.impl;
import java.io.Serializable;

Back to the top