diff options
author | Grant Gayed <ggayed> | 2011-04-28 18:07:26 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2011-04-28 18:07:26 +0000 |
commit | b0c3aa7fe48d89e7e18eeb9e5e611ae5464f0617 (patch) | |
tree | 6ce8fe2a847a981f10f2b7f74094f109b8422f35 /examples/org.eclipse.swt.snippets/src | |
parent | 293f0568d871c11f8eed8e99001c8788ce0efd76 (diff) | |
download | eclipse.platform.swt-b0c3aa7fe48d89e7e18eeb9e5e611ae5464f0617.tar.gz eclipse.platform.swt-b0c3aa7fe48d89e7e18eeb9e5e611ae5464f0617.tar.xz eclipse.platform.swt-b0c3aa7fe48d89e7e18eeb9e5e611ae5464f0617.zip |
*** empty log message ***
Diffstat (limited to 'examples/org.eclipse.swt.snippets/src')
-rw-r--r-- | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java | 1 | ||||
-rw-r--r-- | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet355.java | 29 |
2 files changed, 4 insertions, 26 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java index 3a774c826b..4bd7a9d4bf 100644 --- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java +++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java @@ -1,4 +1,3 @@ -// /******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet355.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet355.java index 5b6dedd660..0ffc167d82 100644 --- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet355.java +++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet355.java @@ -1,30 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 2011 IBM Corporation and others. - * - * All rights reserved. Redistribution and use in source and binary forms, with - * or without modification, are permitted provided that the following conditions - * are met: - * - * Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * Neither the name of the Eclipse Foundation, Inc. nor the names of its - * contributors may be used to endorse or promote products derived from this - * software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. + * All rights reserved. This Example Content is intended to demonstrate + * usage of Eclipse technology. It is provided to you under the terms and + * conditions of the Eclipse Distribution License v1.0 which is available + * at http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * IBM Corporation - initial API and implementation |