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

Commit

Permalink
Update license to EPL 2.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznyetsov authored Jul 31, 2018
1 parent 08b7dc0 commit 26ce4da
Show file tree
Hide file tree
Showing 41 changed files with 342 additions and 236 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ If you are interested in fixing issues and contributing directly to the code bas
* **Weekly Meetings:** Join us on [a hangout](https://github.com/eclipse/che/wiki/Weekly-Planning-Meetings).

### License
Che is open sourced under the Eclipse Public License 1.0.
Che is open sourced under the Eclipse Public License 2.0.
14 changes: 8 additions & 6 deletions recipes/alpine_jdk8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM openjdk:8u111-jre-alpine

Expand Down
14 changes: 8 additions & 6 deletions recipes/android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:centos

Expand Down
14 changes: 8 additions & 6 deletions recipes/artik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM fedora:24
ENV CC arm-linux-gnueabi-gcc
Expand Down
14 changes: 8 additions & 6 deletions recipes/centos_ceylon_nodejs_dart/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial implementation
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-jdk8

Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_dotnet20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-stack-base:latest

Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-nodejs
RUN sudo yum -y update && \
Expand Down
14 changes: 8 additions & 6 deletions recipes/centos_jdk8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-stack-base
EXPOSE 4403 8080 8000 9876 22
Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-stack-base

Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_python/2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-stack-base
EXPOSE 8080
Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_python/3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-stack-base

Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_spring_boot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
FROM registry.centos.org/che-stacks/centos-jdk8

MAINTAINER Gytis Trikleris
Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_vertx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-jdk8

Expand Down
14 changes: 9 additions & 5 deletions recipes/centos_wildfly_swarm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Copyright (c) 2012-2017 Red Hat, Inc
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM registry.centos.org/che-stacks/centos-jdk8

Expand Down
14 changes: 8 additions & 6 deletions recipes/cpp_gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:ubuntu
ENV CLANGD_VERSION="6.0"
Expand Down
14 changes: 8 additions & 6 deletions recipes/debian_jdk8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:debian
EXPOSE 4403 8080 8000 22
Expand Down
14 changes: 8 additions & 6 deletions recipes/debian_jdk8_node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/debian_jdk8
RUN sudo apt-get update && \
Expand Down
14 changes: 8 additions & 6 deletions recipes/dotnet_core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2017 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:ubuntu
ENV OMISHARP_VERSION="1.31.1"
Expand Down
16 changes: 9 additions & 7 deletions recipes/hadoop-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Copyright (c) 2012-2016 Codenvy, S.A. and LamdaFu, LLC
# 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
# Copyright (c) 2012-2018 Red Hat, Inc. and LamdaFu, LLC
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# LamdaFu, LLC - added BigTop 1.1.0 fork of ubuntu_jdk8 Dockerfile
# Red Hat, Inc. - initial API and implementation
# LamdaFu, LLC - added BigTop 1.1.0 fork of ubuntu_jdk8 Dockerfile

FROM eclipse/ubuntu_jdk8
MAINTAINER https://github.com/LamdaFu/dockerfiles/issues
Expand Down
14 changes: 8 additions & 6 deletions recipes/kotlin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:ubuntu
ENV KOTLIN_VERSION="1.2.50-eap-62" \
Expand Down
14 changes: 8 additions & 6 deletions recipes/meteor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:ubuntu
ENV NPM_CONFIG_LOGLEVEL info
Expand Down
14 changes: 8 additions & 6 deletions recipes/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright (c) 2012-2016 Codenvy, S.A.
# 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
# Copyright (c) 2012-2018 Red Hat, Inc.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which is available at http://www.eclipse.org/legal/epl-2.0.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Codenvy, S.A. - initial API and implementation
# Red Hat, Inc. - initial API and implementation

FROM eclipse/stack-base:debian

Expand Down
Loading

0 comments on commit 26ce4da

Please sign in to comment.