From d088f8716e545a2b2bc7a38532657fcd876a95e6 Mon Sep 17 00:00:00 2001 From: Steve0Greatness Date: Sun, 6 Oct 2024 18:22:13 -0700 Subject: [PATCH] Add license header to layout scripts --- static/layoutget.js | 14 ++++++++++++++ static/layoutset.js | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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) {