Skip to content

Commit

Permalink
Update license and file copyrights
Browse files Browse the repository at this point in the history
* Update LICENSE to include EPLv2 plus exceptions
* Add missing copyright header to README.md
* Update copyright headers in all IBM authored files to include EPLv2 plus exceptions

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
  • Loading branch information
0xdaryl committed Mar 1, 2018
1 parent bb22d5e commit 6d9e20f
Show file tree
Hide file tree
Showing 26 changed files with 712 additions and 508 deletions.
446 changes: 266 additions & 180 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<!--
Copyright (c) 2016, 2018 IBM Corp. 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/
or the Apache License, Version 2.0 which accompanies this distribution and
is available at https://www.apache.org/licenses/LICENSE-2.0.
This Source Code may also be made available under the following
Secondary Licenses when the conditions for such availability set
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
General Public License, version 2 with the GNU Classpath
Exception [1] and GNU General Public License, version 2 with the
OpenJDK Assembly Exception [2].
[1] https://www.gnu.org/software/classpath/license.html
[2] http://openjdk.java.net/legal/assembly-exception.html
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
-->

This repository holds the source for the Eclipse OMR web site
hosted at the [Eclipse Foundation](https://www.eclipse.org/omr).

Expand Down
30 changes: 17 additions & 13 deletions guide/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Best Practices

Expand Down
30 changes: 17 additions & 13 deletions guide/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Building

Expand Down
32 changes: 18 additions & 14 deletions guide/coding-stds.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,30 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Coding standards

Content is needed for this section of the documentation.

Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
30 changes: 17 additions & 13 deletions guide/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Configuring OMR

Expand Down
32 changes: 18 additions & 14 deletions guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,30 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Testing your runtime

Content is needed for this section of the documentation.

Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
32 changes: 18 additions & 14 deletions guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,30 @@ menu: guide
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

# Troubleshooting

Content is needed for this section of the documentation.

Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
Pull requests are very welcome if you would like to help. For more information about contributing, see: [https://github.com/eclipse/omr/issues/165](https://github.com/eclipse/omr/issues/165).
36 changes: 20 additions & 16 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@ menu: home
lang: en
---

[//]: # "*********************************************************************"
[//]: # "*******************************************************************************"
[//]: # "* Copyright (c) 2016, 2018 IBM Corp. and others"
[//]: # "*"
[//]: # "* Copyright IBM Corp. 2016 All Rights Reserved."
[//]: # "* 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/"
[//]: # "* or the Apache License, Version 2.0 which accompanies this distribution and"
[//]: # "* is available at https://www.apache.org/licenses/LICENSE-2.0."
[//]: # "*"
[//]: # "* This program and the accompanying materials are made available"
[//]: # "* under the terms of the Eclipse Public License v1.0 and"
[//]: # "* Apache License v2.0 which accompanies this distribution."
[//]: # "* This Source Code may also be made available under the following"
[//]: # "* Secondary Licenses when the conditions for such availability set"
[//]: # "* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU"
[//]: # "* General Public License, version 2 with the GNU Classpath"
[//]: # "* Exception [1] and GNU General Public License, version 2 with the"
[//]: # "* OpenJDK Assembly Exception [2]."
[//]: # "*"
[//]: # "* The Eclipse Public License is available at"
[//]: # "* http://www.eclipse.org/legal/epl-v10.html"
[//]: # "* [1] https://www.gnu.org/software/classpath/license.html"
[//]: # "* [2] http://openjdk.java.net/legal/assembly-exception.html"
[//]: # "*"
[//]: # "* The Apache License v2.0 is available at"
[//]: # "* http://www.opensource.org/licenses/apache2.0.php"
[//]: # "*"
[//]: # "* Contributors:"
[//]: # "* <First author> - initial implementation and documentation"
[//]: # "*********************************************************************"
[//]: # "* 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"
[//]: # "*******************************************************************************"

<section id="home-content">
{% include header/header-en.html %}
Expand All @@ -34,7 +38,7 @@ lang: en
</a>
</div>
</section>

<section id="description">
<!--<a href="/" class="omr">Eclipse OMR</a>-->

Expand All @@ -59,11 +63,11 @@ lang: en
</div>

<div id="apis">
<span class="drop">O</span>MR components are built to be extensible. It is easy to get started, and then to incrementally add powerful capabilities to your runtime.
<span class="drop">O</span>MR components are built to be extensible. It is easy to get started, and then to incrementally add powerful capabilities to your runtime.
</div>

<div id="anything">
<span class="drop">O</span>MR takes care of the core capabilities that are common to all runtimes, so that you can focus on the unique requirements of your language.
<span class="drop">O</span>MR takes care of the core capabilities that are common to all runtimes, so that you can focus on the unique requirements of your language.
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 6d9e20f

Please sign in to comment.