diff options
author | Ralf Sternberg | 2008-06-12 15:24:25 +0000 |
---|---|---|
committer | Ralf Sternberg | 2008-06-12 15:24:25 +0000 |
commit | bac3c344b2187e469a86078fb929264362acbca3 (patch) | |
tree | f7a9f27584304b0cd82f5f8888e5f480dfff1802 /bundles/org.eclipse.rap.ui/src | |
parent | aed112a2433a7bb078a15d27ba65d00d3789f55c (diff) | |
download | org.eclipse.rap-bac3c344b2187e469a86078fb929264362acbca3.tar.gz org.eclipse.rap-bac3c344b2187e469a86078fb929264362acbca3.tar.xz org.eclipse.rap-bac3c344b2187e469a86078fb929264362acbca3.zip |
Adjusted copyright header for ui, ui.forms, and ui.views - bug 214860: Adjust copyright headers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214860
Diffstat (limited to 'bundles/org.eclipse.rap.ui/src')
-rw-r--r-- | bundles/org.eclipse.rap.ui/src/org/eclipse/ui/internal/RAPHttpContext.java | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/bundles/org.eclipse.rap.ui/src/org/eclipse/ui/internal/RAPHttpContext.java b/bundles/org.eclipse.rap.ui/src/org/eclipse/ui/internal/RAPHttpContext.java index 70bb64ef1b..c71f407afc 100644 --- a/bundles/org.eclipse.rap.ui/src/org/eclipse/ui/internal/RAPHttpContext.java +++ b/bundles/org.eclipse.rap.ui/src/org/eclipse/ui/internal/RAPHttpContext.java @@ -1,11 +1,14 @@ /******************************************************************************* - * Copyright (c) 2002-2008 Innoopract Informationssysteme GmbH. 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: Innoopract Informationssysteme GmbH - initial API and - * implementation + * Copyright (c) 2002, 2008 Innoopract Informationssysteme GmbH. + * 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: + * Innoopract Informationssysteme GmbH - initial API and implementation ******************************************************************************/ + package org.eclipse.ui.internal; import java.io.IOException; |