Skip to content

Commit 6e2d3f4

Browse files
eharris369GitHub Enterprise
authored andcommitted
Merge pull request #236 from eharris/226-updateCopyrightsToOpenSourceVersion
Issue #226: Change copyrights to open source version
2 parents 82df33d + 8f63e03 commit 6e2d3f4

File tree

91 files changed

+771
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+771
-489
lines changed

dev/com.ibm.microclimate.base/build.properties

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
###############################################################################
2-
# IBM Confidential
3-
# OCO Source Materials
4-
# (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
# The source code for this program is not published or otherwise
6-
# divested of its trade secrets, irrespective of what has
7-
# been deposited with the U.S. Copyright Office.
2+
# Copyright (c) 2018 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
#
8+
# Contributors:
9+
# IBM Corporation - initial API and implementation
810
###############################################################################
911

1012
bin.includes = feature.xml,\

dev/com.ibm.microclimate.base/build.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!--
2-
IBM Confidential
3-
OCO Source Materials
4-
(C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
The source code for this program is not published or otherwise
6-
divested of its trade secrets, irrespective of what has
7-
been deposited with the U.S. Copyright Office.
8-
-->
2+
Copyright (c) 2018 IBM Corporation and others.
3+
All rights reserved. This program and the accompanying materials
4+
are made available under the terms of the Eclipse Public License v2.0
5+
which accompanies this distribution, and is available at
6+
http://www.eclipse.org/legal/epl-v20.html
7+
8+
Contributors:
9+
IBM Corporation - initial API and implementation
10+
-->
911

1012
<project name="com.ibm.microclimate.base" default="build">
1113
<property name="image.write.dir" value="update/features"/>

dev/com.ibm.microclimate.base/feature.properties

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
###############################################################################
2-
# IBM Confidential
3-
# OCO Source Materials
4-
# (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
# The source code for this program is not published or otherwise
6-
# divested of its trade secrets, irrespective of what has
7-
# been deposited with the U.S. Copyright Office.
2+
# Copyright (c) 2018 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
#
8+
# Contributors:
9+
# IBM Corporation - initial API and implementation
810
###############################################################################
911

1012
featureName=Microclimate Developer Tools Base

dev/com.ibm.microclimate.base/feature.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
IBM Confidential
4-
OCO Source Materials
5-
(C) Copyright IBM Corp. 2018 All Rights Reserved.
6-
The source code for this program is not published or otherwise
7-
divested of its trade secrets, irrespective of what has
8-
been deposited with the U.S. Copyright Office.
9-
-->
3+
Copyright (c) 2018 IBM Corporation and others.
4+
All rights reserved. This program and the accompanying materials
5+
are made available under the terms of the Eclipse Public License v2.0
6+
which accompanies this distribution, and is available at
7+
http://www.eclipse.org/legal/epl-v20.html
8+
9+
Contributors:
10+
IBM Corporation - initial API and implementation
11+
-->
1012

1113
<feature
1214
id="com.ibm.microclimate.base"

dev/com.ibm.microclimate.core/build.properties

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
###############################################################################
2-
# IBM Confidential
3-
# OCO Source Materials
4-
# (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
# The source code for this program is not published or otherwise
6-
# divested of its trade secrets, irrespective of what has
7-
# been deposited with the U.S. Copyright Office.
2+
# Copyright (c) 2018 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
#
8+
# Contributors:
9+
# IBM Corporation - initial API and implementation
810
###############################################################################
911

1012
source.. = src/

dev/com.ibm.microclimate.core/build.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!--
2-
IBM Confidential
3-
OCO Source Materials
4-
(C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
The source code for this program is not published or otherwise
6-
divested of its trade secrets, irrespective of what has
7-
been deposited with the U.S. Copyright Office.
8-
-->
2+
Copyright (c) 2018 IBM Corporation and others.
3+
All rights reserved. This program and the accompanying materials
4+
are made available under the terms of the Eclipse Public License v2.0
5+
which accompanies this distribution, and is available at
6+
http://www.eclipse.org/legal/epl-v20.html
7+
8+
Contributors:
9+
IBM Corporation - initial API and implementation
10+
-->
11+
912
<project name="com.ibm.microclimate.core" default="build">
1013
<import file="../ant_build/public_imports/tooling_imports.xml"/>
1114
<target name="build" depends="standard_targets.build"/>
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
###############################################################################
2-
# IBM Confidential
3-
# OCO Source Materials
4-
# (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
# The source code for this program is not published or otherwise
6-
# divested of its trade secrets, irrespective of what has
7-
# been deposited with the U.S. Copyright Office.
2+
# Copyright (c) 2018 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
#
8+
# Contributors:
9+
# IBM Corporation - initial API and implementation
810
###############################################################################
911

1012
# NLS_ENCODING=UNICODE
@@ -19,4 +21,4 @@ SERVER_DESCRIPTION=Server representing a Microclimate project
1921

2022
LAUNCH_CONFIG_NAME=Microclimate Project
2123

22-
VALIDATION_MARKER=Microclimate Problem
24+
VALIDATION_MARKER=Microclimate Problem

dev/com.ibm.microclimate.core/plugin.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
IBM Confidential
5-
OCO Source Materials
6-
(C) Copyright IBM Corp. 2018 All Rights Reserved.
7-
The source code for this program is not published or otherwise
8-
divested of its trade secrets, irrespective of what has
9-
been deposited with the U.S. Copyright Office.
10-
-->
4+
Copyright (c) 2018 IBM Corporation and others.
5+
All rights reserved. This program and the accompanying materials
6+
are made available under the terms of the Eclipse Public License v2.0
7+
which accompanies this distribution, and is available at
8+
http://www.eclipse.org/legal/epl-v20.html
9+
10+
Contributors:
11+
IBM Corporation - initial API and implementation
12+
-->
1113

1214
<plugin>
1315

dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/MicroclimateCorePlugin.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*******************************************************************************
2-
* IBM Confidential
3-
* OCO Source Materials
4-
* (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
* The source code for this program is not published or otherwise
6-
* divested of its trade secrets, irrespective of what has
7-
* been deposited with the U.S. Copyright Office.
2+
* Copyright (c) 2018 IBM Corporation and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v2.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v20.html
7+
*
8+
* Contributors:
9+
* IBM Corporation - initial API and implementation
810
*******************************************************************************/
911

1012
package com.ibm.microclimate.core;

dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/HttpUtil.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*******************************************************************************
2-
* IBM Confidential
3-
* OCO Source Materials
4-
* (C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
* The source code for this program is not published or otherwise
6-
* divested of its trade secrets, irrespective of what has
7-
* been deposited with the U.S. Copyright Office.
2+
* Copyright (c) 2018 IBM Corporation and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v2.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v20.html
7+
*
8+
* Contributors:
9+
* IBM Corporation - initial API and implementation
810
*******************************************************************************/
911

1012
package com.ibm.microclimate.core.internal;

0 commit comments

Comments
 (0)