Skip to content

Commit ea184d7

Browse files
committed
Switch to LGPLv3 license
1 parent 68d4b36 commit ea184d7

26 files changed

Lines changed: 185 additions & 694 deletions

LICENSE

Lines changed: 159 additions & 668 deletions
Large diffs are not rendered by default.

docs/css/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33
*/
44

55
/* Base layout */

docs/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33
*/
44

55
/* ------------------------------ Color Scheme ------------------------------ */

docs/js/address_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
class AddressSearch {
55
static start(query){

docs/js/content_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
class ContentSearch {
55
static #MAX_RESULTS = 25;

docs/js/field_testers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
// registry of register values by address string in hex
55
var RegValueRegistery = {};

docs/js/index_edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
var IndexEditState = {};
55
IndexEditState.active = false;

docs/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
var CurrentID;
55

docs/js/nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
async function load_page(id) {
55
var awaitable = fetch_page_content(id);

docs/js/path_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
2-
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
2+
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
33

44
class PathSearch {
55
static #MAX_RESULTS = 100;

0 commit comments

Comments
 (0)