Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Chong2019-01-24 22:13:02 +0000
committerKeith Chong2019-02-08 19:08:34 +0000
commit77c001888c8633331b64c7558a5ccfec00d3050e (patch)
treeb69b4c343a2809f30aad6229578479a9fb0fa277 /core/bundles/org.eclipse.wst.ws.explorer/wsexplorer
parent67a519193ecf410a9546305289101e5b1080fcc3 (diff)
downloadwebtools.webservices-77c001888c8633331b64c7558a5ccfec00d3050e.tar.gz
webtools.webservices-77c001888c8633331b64c7558a5ccfec00d3050e.tar.xz
webtools.webservices-77c001888c8633331b64c7558a5ccfec00d3050e.zip
[543803] Update copyrights and licenses to EPL 2.0
Diffstat (limited to 'core/bundles/org.eclipse.wst.ws.explorer/wsexplorer')
-rw-r--r--core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/browserdetect.js22
-rw-r--r--core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/resumeproxyloadpage.js12
-rw-r--r--core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/toolbar.js22
-rw-r--r--core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/treeview.js22
4 files changed, 48 insertions, 30 deletions
diff --git a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/browserdetect.js b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/browserdetect.js
index 6b8135867..d60114755 100644
--- a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/browserdetect.js
+++ b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/browserdetect.js
@@ -1,13 +1,15 @@
-//
-// Copyright (c) 2002, 2004 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
-//
+/*******************************************************************************
+ * Copyright (c) 2002, 2019 IBM Corporation and others.
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
function isMicrosoftInternetExplorer()
{
diff --git a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/resumeproxyloadpage.js b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/resumeproxyloadpage.js
index d5e1549fa..eb03a468c 100644
--- a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/resumeproxyloadpage.js
+++ b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/resumeproxyloadpage.js
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2005, 2019 IBM Corporation and others.
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
//
// Copyright (c) 2002, 2004 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
diff --git a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/toolbar.js b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/toolbar.js
index bab1b2dbb..af079b8eb 100644
--- a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/toolbar.js
+++ b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/toolbar.js
@@ -1,13 +1,15 @@
-//
-// Copyright (c) 2002, 2004 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
-//
+/*******************************************************************************
+ * Copyright (c) 2002, 2019 IBM Corporation and others.
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
function mouseover(img)
{
diff --git a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/treeview.js b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/treeview.js
index 0e843fb42..b45574c89 100644
--- a/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/treeview.js
+++ b/core/bundles/org.eclipse.wst.ws.explorer/wsexplorer/scripts/treeview.js
@@ -1,13 +1,15 @@
-//
-// Copyright (c) 2002, 2004 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
-//
+/*******************************************************************************
+ * Copyright (c) 2002, 2019 IBM Corporation and others.
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
// Requires browserdetect.js

Back to the top