Skip to content

Commit

Permalink
Add license header to layout scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Oct 7, 2024
1 parent 17abe8d commit d088f87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/layoutget.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions static/layoutset.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit d088f87

Please sign in to comment.