Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 6e76a4a

Browse files
authored
Change license on remaining files (#211)
1 parent 70e2f58 commit 6e76a4a

19 files changed

Lines changed: 104 additions & 81 deletions

File tree

recipes/android/vnc_start.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/bash
22
# Copyright (c) 2012-2018 Red Hat, Inc.
3-
# All rights reserved. This program and the accompanying materials
4-
# are made available under the terms of the Eclipse Public License v1.0
5-
# which accompanies this distribution, and is available at
6-
# http://www.eclipse.org/legal/epl-v10.html
3+
# This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
6+
#
7+
# SPDX-License-Identifier: EPL-2.0
8+
#
79
# Contributors:
810
# Red Hat, Inc. - initial implementation
911

recipes/centos_ceylon_nodejs_dart/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This file is needed to include the project in the CentOS Container Pipeline
89
# main index. It can be used to set the image name (using job-id), set the test

recipes/centos_dotnet20/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This file is needed to include the project in the CentOS Container Pipeline
89
# main index. It can be used to set the image name (using job-id), set the test

recipes/centos_go/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This file is needed to include the project in the CentOS Container Pipeline
89
# main index. It can be used to set the image name (using job-id), set the test

recipes/centos_jdk8/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This is file is needed to include the project in the CentOS Container
89
# Pipeline main index. It can be used to set the image name (using job-id), set

recipes/centos_jdk8/contrib/run.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22
# Copyright (c) 2012-2017 Red Hat, Inc.
3-
# All rights reserved. This program and the accompanying materials
4-
# are made available under the terms of the Eclipse Public License v1.0
5-
# which accompanies this distribution, and is available at
6-
# http://www.eclipse.org/legal/epl-v10.html
3+
# This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
6+
#
7+
# SPDX-License-Identifier: EPL-2.0
8+
#
79
# Contributors:
810
# Red Hat, Inc. - initial implementation
911

recipes/centos_jdk8/contrib/settings.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
Copyright (c) 2012-2017 Red Hat, Inc.
4-
All rights reserved. This program and the accompanying materials
5-
are made available under the terms of the Eclipse Public License v1.0
6-
which accompanies this distribution, and is available at
7-
http://www.eclipse.org/legal/epl-v10.html
4+
This program and the accompanying materials are made
5+
available under the terms of the Eclipse Public License 2.0
6+
which is available at https://www.eclipse.org/legal/epl-2.0/
7+
8+
SPDX-License-Identifier: EPL-2.0
9+
810
Contributors:
911
Red Hat, Inc. - initial API and implementation
1012
-->

recipes/centos_nodejs/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This file is needed to include the project in the CentOS Container Pipeline
89
# main index. It can be used to set the image name (using job-id), set the test

recipes/centos_python/2/.cccp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
67

78
# This file is needed to include the project in the CentOS Container Pipeline
89
# main index. It can be used to set the image name (using job-id), set the test

recipes/centos_python/3/.cccp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2012-2017 Red Hat, Inc
2-
# All rights reserved. This program and the accompanying materials
3-
# are made available under the terms of the Eclipse Public License v1.0
4-
# which accompanies this distribution, and is available at
5-
# http://www.eclipse.org/legal/epl-v10.html
6-
2+
# This program and the accompanying materials
3+
# are made available under the terms of the Eclipse Public License v2.0
4+
# which is available at http://www.eclipse.org/legal/epl-2.0.html
5+
#
6+
# SPDX-License-Identifier: EPL-2.0
77
# This file is needed to include the project in the CentOS Container Pipeline
88
# main index. It can be used to set the image name (using job-id), set the test
99
# script and/or build script and whether to perform or skip the user-defined

0 commit comments

Comments
 (0)