Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-04-01 07:34:31 +0000
committerLars Vogel2016-04-01 07:34:31 +0000
commitda3251e49a28c8f4a01c06f029edc500357b6316 (patch)
tree949951353e5e082b1d79462cdbd950d8cca8dffa /examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java
parent88cbde11660dd993ed105f8452359810d973692c (diff)
downloadeclipse.platform.swt-da3251e49a28c8f4a01c06f029edc500357b6316.tar.gz
eclipse.platform.swt-da3251e49a28c8f4a01c06f029edc500357b6316.tar.xz
eclipse.platform.swt-da3251e49a28c8f4a01c06f029edc500357b6316.zip
Bug 490856 - Run copyright tooling for org.eclipse.swt.snippets
Change-Id: I043306c0a5901f2582be1bfeedc28a4f95a9a299 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java
index a3a8adedfa..cde8648f4d 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2016 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.swt.snippets;
/*

Back to the top