Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-02-24 18:29:18 +0000
committerChris Goldthorpe2009-02-24 18:29:18 +0000
commit34f450f11f521feea192e08da9a44023e915018c (patch)
tree5c5110208b3f3e56906f74fc1ff0a1607292d62f /org.eclipse.help.webapp
parent023b64e65c55b7fc6311a14230a74f34c43133ed (diff)
downloadeclipse.platform.ua-34f450f11f521feea192e08da9a44023e915018c.tar.gz
eclipse.platform.ua-34f450f11f521feea192e08da9a44023e915018c.tar.xz
eclipse.platform.ua-34f450f11f521feea192e08da9a44023e915018c.zip
Fix copyrights
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/buildJSPs.xml10
-rw-r--r--org.eclipse.help.webapp/plugin.xml12
-rw-r--r--org.eclipse.help.webapp/web-archive/help/WEB-INF/web.xml12
-rw-r--r--org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/build.properties10
4 files changed, 42 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/buildJSPs.xml b/org.eclipse.help.webapp/buildJSPs.xml
index 38f83e88f..2ed0367e9 100644
--- a/org.eclipse.help.webapp/buildJSPs.xml
+++ b/org.eclipse.help.webapp/buildJSPs.xml
@@ -1,3 +1,13 @@
+ <!--
+ Copyright (c) 2005, 2007 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
+ -->
<!-- ===================================================================== -->
<!-- Ant build script for JSPs -->
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 216884b1e..1e85bc769 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
+<?eclipse version="3.0"?> <!--
+ Copyright (c) 2005, 2009 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
+ -->
+
<plugin>
<extension-point id="contentFilter" name="%content_filter_extension_name" schema="schema/contentFilter.exsd"/>
<extension
diff --git a/org.eclipse.help.webapp/web-archive/help/WEB-INF/web.xml b/org.eclipse.help.webapp/web-archive/help/WEB-INF/web.xml
index 3b0655fd2..ef94b2a32 100644
--- a/org.eclipse.help.webapp/web-archive/help/WEB-INF/web.xml
+++ b/org.eclipse.help.webapp/web-archive/help/WEB-INF/web.xml
@@ -1,4 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?> <!--
+ Copyright (c) 2005, 2008 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
+ -->
+
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app id="WebApp">
<servlet id="iehs">
diff --git a/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/build.properties b/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/build.properties
index 64f93a9f0..88b341957 100644
--- a/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/build.properties
+++ b/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/build.properties
@@ -1 +1,11 @@
+###############################################################################
+# Copyright (c) 2005, 2008 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
+###############################################################################
bin.includes = feature.xml

Back to the top