@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652
652
If the program does terminal interaction, make it output a short
653
653
notice like this when it starts in an interactive mode:
654
654
655
- Frontier project Copyright (C) 2020 Parity Technologies Limited
655
+ { project} Copyright (C) {year} {fullname}
656
656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
657
This is free software, and you are welcome to redistribute it
658
658
under certain conditions; type `show c' for details.
@@ -672,3 +672,29 @@ may consider it more useful to permit linking proprietary applications with
672
672
the library. If this is what you want to do, use the GNU Lesser General
673
673
Public License instead of this License. But first, please read
674
674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675
+
676
+ "CLASSPATH" EXCEPTION TO THE GPL
677
+
678
+ Linking this library statically or dynamically with other modules is making
679
+ a combined work based on this library. Thus, the terms and conditions of the
680
+ GNU General Public License cover the whole combination.
681
+
682
+ As a special exception, the copyright holders of this library give you
683
+ permission to link this library with independent modules to produce an
684
+ executable, regardless of the license terms of these independent modules,
685
+ and to copy and distribute the resulting executable under terms of your
686
+ choice, provided that you also meet, for each linked independent module,
687
+ the terms and conditions of the license of that module. An independent
688
+ module is a module which is not derived from or based on this library.
689
+ If you modify this library, you may extend this exception to your version
690
+ of the library, but you are not obligated to do so. If you do not wish to
691
+ do so, delete this exception statement from your version.
692
+
693
+ NOTE
694
+
695
+ Individual files contain the following tag instead of the full license text.
696
+
697
+ SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
698
+
699
+ This enables machine processing of license information based on the SPDX
700
+ License Identifiers that are here available: http://spdx.org/licenses/
0 commit comments