Skip to content

Commit 4109a5f

Browse files
Sophia Guosophia-guo
authored andcommitted
update license, contributing, notice file
Signed-off-by: Sophia Guo <[email protected]>
1 parent 4a4c4d5 commit 4109a5f

File tree

15 files changed

+488
-70
lines changed

15 files changed

+488
-70
lines changed

.github/workflows/NightlyJDK11BuildAndTest.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
###############################################################################
2+
# Copyright (c) 2020, 2020 IBM Corp. and others
3+
#
4+
# This program and the accompanying materials are made available under
5+
# the terms of the Eclipse Public License 2.0 which accompanies this
6+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7+
# or the Apache License, Version 2.0 which accompanies this distribution and
8+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9+
#
10+
# This Source Code may also be made available under the following
11+
# Secondary Licenses when the conditions for such availability set
12+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13+
# General Public License, version 2 with the GNU Classpath
14+
# Exception [1] and GNU General Public License, version 2 with the
15+
# OpenJDK Assembly Exception [2].
16+
#
17+
# [1] https://www.gnu.org/software/classpath/license.html
18+
# [2] http://openjdk.java.net/legal/assembly-exception.html
19+
#
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
21+
###############################################################################
122
name: "nightly build-openj9 jdk 11"
223
on:
324
schedule:

.github/workflows/NightlyJDK14BuildAndTest.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
###############################################################################
2+
# Copyright (c) 2020, 2020 IBM Corp. and others
3+
#
4+
# This program and the accompanying materials are made available under
5+
# the terms of the Eclipse Public License 2.0 which accompanies this
6+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7+
# or the Apache License, Version 2.0 which accompanies this distribution and
8+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9+
#
10+
# This Source Code may also be made available under the following
11+
# Secondary Licenses when the conditions for such availability set
12+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13+
# General Public License, version 2 with the GNU Classpath
14+
# Exception [1] and GNU General Public License, version 2 with the
15+
# OpenJDK Assembly Exception [2].
16+
#
17+
# [1] https://www.gnu.org/software/classpath/license.html
18+
# [2] http://openjdk.java.net/legal/assembly-exception.html
19+
#
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
21+
###############################################################################
122
name: "nightly build-openj9 jdk 14"
223
on:
324
schedule:

.github/workflows/NightlyJDK8BuildAndTest.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
###############################################################################
2+
# Copyright (c) 2020, 2020 IBM Corp. and others
3+
#
4+
# This program and the accompanying materials are made available under
5+
# the terms of the Eclipse Public License 2.0 which accompanies this
6+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7+
# or the Apache License, Version 2.0 which accompanies this distribution and
8+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9+
#
10+
# This Source Code may also be made available under the following
11+
# Secondary Licenses when the conditions for such availability set
12+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13+
# General Public License, version 2 with the GNU Classpath
14+
# Exception [1] and GNU General Public License, version 2 with the
15+
# OpenJDK Assembly Exception [2].
16+
#
17+
# [1] https://www.gnu.org/software/classpath/license.html
18+
# [2] http://openjdk.java.net/legal/assembly-exception.html
19+
#
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
21+
###############################################################################
122
name: "nightly build-openj9 jdk 8"
223
on:
324
schedule:

.github/workflows/test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
###############################################################################
2+
# Copyright (c) 2020, 2020 IBM Corp. and others
3+
#
4+
# This program and the accompanying materials are made available under
5+
# the terms of the Eclipse Public License 2.0 which accompanies this
6+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7+
# or the Apache License, Version 2.0 which accompanies this distribution and
8+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9+
#
10+
# This Source Code may also be made available under the following
11+
# Secondary Licenses when the conditions for such availability set
12+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13+
# General Public License, version 2 with the GNU Classpath
14+
# Exception [1] and GNU General Public License, version 2 with the
15+
# OpenJDK Assembly Exception [2].
16+
#
17+
# [1] https://www.gnu.org/software/classpath/license.html
18+
# [2] http://openjdk.java.net/legal/assembly-exception.html
19+
#
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
21+
###############################################################################
122
name: "test branch tip"
223
on:
324
push:

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Copyright (c) 2020, 2020 IBM Corp. and others
2+
#
3+
# This program and the accompanying materials are made available under
4+
# the terms of the Eclipse Public License 2.0 which accompanies this
5+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
6+
# or the Apache License, Version 2.0 which accompanies this distribution and
7+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
8+
#
9+
# This Source Code may also be made available under the following
10+
# Secondary Licenses when the conditions for such availability set
11+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
12+
# General Public License, version 2 with the GNU Classpath
13+
# Exception [1] and GNU General Public License, version 2 with the
14+
# OpenJDK Assembly Exception [2].
15+
#
16+
# [1] https://www.gnu.org/software/classpath/license.html
17+
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
#
19+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
20+
121
# Dependency directory
222
node_modules
323

CONTRIBUTING.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Contributing to Eclipse Build-openj9
2+
3+
Thanks for your interest in this project. We welcome and encourage all kinds of contribution to the project, not only code. This includes bug reports, user experience feedback, assistance in reproducing issues and more.
4+
5+
## Project description
6+
7+
Eclipse Build-openj9, a part of Eclipse OpenJ9 project, is a type scripted github action to build openj9 JDK.
8+
9+
* https://projects.eclipse.org/projects/technology.openj9
10+
11+
## Developing locally
12+
13+
* git clone the repo
14+
* npm install
15+
* start developing!
16+
17+
## Developer resources
18+
19+
Information regarding source code management, builds, coding standards, and
20+
more.
21+
22+
* https://projects.eclipse.org/projects/technology.openj9/developer
23+
24+
The project maintains the following source code repositories
25+
26+
* https://github.com/eclipse/openj9
27+
* https://github.com/eclipse/openj9-omr
28+
* https://github.com/eclipse/openj9-systemtest
29+
* https://github.com/eclipse/openj9-docs
30+
* https://github.com/eclipse/openj9-website
31+
* https://github.com/eclipse-openj9/openj9-testing
32+
* https://github.com/eclipse/build-openj9
33+
* https://github.com/eclipse/openj9-utils
34+
* https://github.com/eclipse/openj9-test
35+
* https://github.com/eclipse/openj9-docs-staging
36+
* https://github.com/eclipse/openj9-jenkins
37+
38+
39+
## Eclipse Development Process
40+
41+
This Eclipse Foundation open project is governed by the Eclipse Foundation
42+
Development Process and operates under the terms of the Eclipse IP Policy.
43+
44+
## Eclipse Contributor Agreement
45+
46+
Before your contribution can be accepted by the project team contributors must
47+
electronically sign the Eclipse Contributor Agreement (ECA).
48+
49+
* http://www.eclipse.org/legal/ECA.php
50+
51+
Commits that are provided by non-committers must have a Signed-off-by field in
52+
the footer indicating that the author is aware of the terms by which the
53+
contribution has been provided to the project. The non-committer must
54+
additionally have an Eclipse Foundation account and must have a signed Eclipse
55+
Contributor Agreement (ECA) on file.
56+
57+
For more information, please see the Eclipse Committer Handbook:
58+
https://www.eclipse.org/projects/handbook/#resources-commit
59+
60+
## Contact
61+
62+
Contact the project developers via the project's "dev" list.
63+
64+
* https://dev.eclipse.org/mailman/listinfo/openj9-dev

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ version(s), and exceptions or additional permissions here}."
274274
file in a relevant directory) where a recipient would be likely to
275275
look for such a notice.
276276

277-
You may add additional accurate notices of copyright ownership.
277+
You may add additional accurate notices of copyright ownership.

LICENSEMIT

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)