| author | Stephan Schwiebert | 2011-09-05 15:41:34 (EDT) |
|---|---|---|
| committer | Fabian Steeg | 2011-09-06 09:40:57 (EDT) |
| commit | 605ea46913eae345e6b7a630282cb2efa0bc922d (patch) (side-by-side diff) | |
| tree | e4af0bbba7e05056282be7b327428caa84a230ad | |
| parent | 2c409bc4663819622c0ef92ec5ac125698c11f00 (diff) | |
| download | org.eclipse.gef4-605ea46913eae345e6b7a630282cb2efa0bc922d.zip org.eclipse.gef4-605ea46913eae345e6b7a630282cb2efa0bc922d.tar.gz org.eclipse.gef4-605ea46913eae345e6b7a630282cb2efa0bc922d.tar.bz2 | |
added header
Change-Id: I6cccc9f9a97a9dafd79552d632ef4b3a400b412f
2 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudSnippet.java b/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudSnippet.java index 80610c8..82b221e 100644 --- a/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudSnippet.java +++ b/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudSnippet.java @@ -1,3 +1,11 @@ +/******************************************************************************* +* Copyright (c) 2011 Stephan Schwiebert. 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 +* <p/> +* Contributors: Stephan Schwiebert - initial API and implementation +*******************************************************************************/ package org.eclipse.zest.examples.cloudio.snippets; import java.util.ArrayList; diff --git a/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudViewerSnippet.java b/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudViewerSnippet.java index 206a2f6..662e341 100644 --- a/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudViewerSnippet.java +++ b/org.eclipse.zest.examples.cloudio/src/main/java/org/eclipse/zest/examples/cloudio/snippets/TagCloudViewerSnippet.java @@ -1,3 +1,11 @@ +/******************************************************************************* +* Copyright (c) 2011 Stephan Schwiebert. 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 +* <p/> +* Contributors: Stephan Schwiebert - initial API and implementation +*******************************************************************************/ package org.eclipse.zest.examples.cloudio.snippets; import java.util.ArrayList; |

