Skip to content

Commit

Permalink
Merge pull request #15597 from pshipton/rm-musl
Browse files Browse the repository at this point in the history
Remove musl license and update OpenJ9/OMR start copyright date
  • Loading branch information
keithc-ca committed Jul 21, 2022
2 parents 9a38451 + df48eb6 commit 8b70dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.
25 changes: 1 addition & 24 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Product: OpenJ9

Copyright (c) 2017, 2022 IBM Corp. and others
Copyright (c) 1991, 2022 IBM Corp. and others

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2 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.

Expand All @@ -19,7 +19,6 @@ Subject to the following notices:
4. libffi is provided under the libffi license below (section E).
5. zlib is provided under the zlib license below (section F).
6. CuTest is provided under the CuTest license below (section G).
7. musl is provided under the musl license below (section H).

You may distribute this program and materials under either the
Eclipse Public License 2 or the Apache V2.0 License as long as you pass through
Expand Down Expand Up @@ -576,27 +575,5 @@ be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.

H. musl
Copyright (c) 2005-2014 Rich Felker, et al.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


END OF TERMS AND CONDITIONS
29 changes: 2 additions & 27 deletions longabout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body lang="EN-US">
<h2>About This Content</h2>

<p><em>March 30, 2022</em></p>
<p><em>July 21, 2022</em></p>
<h3>License</h3>

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2 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.
Expand Down Expand Up @@ -36,7 +36,7 @@ <h3>Third Party Content</h3>
terms and conditions of use.</p>

<h4>Eclipse OMR</h4>
<p>Copyright (c) 2017, 2022 IBM Corp. and others</p>
<p>Copyright (c) 1991, 2022 IBM Corp. and others</p>
<p>
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2 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.
<p>
Expand Down Expand Up @@ -234,30 +234,5 @@ <h4>CuTest</h4>
<p>
3. This notice may not be removed or altered from any source
distribution.
<h4>
musl 1.1.4
</h4>
c<p>
Copyright &copy; 2005-2014 Rich Felker, et al.
</p><p>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
</p><p>
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
</p><p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
</body>
</html>

0 comments on commit 8b70dfc

Please sign in to comment.