diff --git a/static/layoutget.js b/static/layoutget.js index 897dfab..3fb414d 100644 --- a/static/layoutget.js +++ b/static/layoutget.js @@ -1,3 +1,17 @@ +/* +Copyright 2024 Nekoweb Wiki + +This software is licensed under the 3-clause BSD license. +You should have recieved a copy of such license with this software, +if you did not, a copy can be found at the following + + https://opensource.org/license/BSD-3-Clause + +Otherwise, a copy of the license can be found in the root directory +of the source files, see + + https://github.com/NekowebWiki/WikiGen +*/ const defaults = { textsize: "16px", width: null diff --git a/static/layoutset.js b/static/layoutset.js index c34b5f7..a85e356 100644 --- a/static/layoutset.js +++ b/static/layoutset.js @@ -1,3 +1,17 @@ +/* +Copyright 2024 Nekoweb Wiki + +This software is licensed under the 3-clause BSD license. +You should have recieved a copy of such license with this software, +if you did not, a copy can be found at the following + + https://opensource.org/license/BSD-3-Clause + +Otherwise, a copy of the license can be found in the root directory +of the source files, see + + https://github.com/NekowebWiki/WikiGen +*/ const settings = document.querySelector("#layout-form"); function ValueOrLocalStorage(wanted, name, value) {