diff --git a/hyde.scm b/hyde.scm index 76f1b90..154d81f 100644 --- a/hyde.scm +++ b/hyde.scm @@ -1,13 +1,13 @@ -;; Copyright (C) +;; Copyright (C) 2022 Ivan Polyakov ;; -;; This file is part of . +;; This file is part of vilor's website. ;; -;; is free software: you can redistribute it and/or modify +;; Vilor's website is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; -;; is distributed in the hope that it will be useful, +;; Vilor's website is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. diff --git a/layouts/clean.sxml b/layouts/clean.sxml index f70f2d4..d6cd069 100644 --- a/layouts/clean.sxml +++ b/layouts/clean.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + () `((xhtml-1.0-strict) (html (@ (xmlns "http://www.w3.org/1999/xhtml") (xml:lang "en") (lang "en")) diff --git a/layouts/default.sxml b/layouts/default.sxml index b65fcaa..b99c9f5 100644 --- a/layouts/default.sxml +++ b/layouts/default.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + () `((xhtml-1.0-strict) (html (@ (xmlns "http://www.w3.org/1999/xhtml") (xml:lang "en") (lang "en")) diff --git a/src/contacts.sxml b/src/contacts.sxml index 0e762c9..a761048 100644 --- a/src/contacts.sxml +++ b/src/contacts.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + ((title . "vilor/contacts") (page-name . "contacts")) diff --git a/src/index.sxml b/src/index.sxml index 66bbd32..77c7d2a 100644 --- a/src/index.sxml +++ b/src/index.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + ((title . "vilor") (page-name . "home")) diff --git a/src/style.scss b/src/style.scss index c6b8c6a..19a7e19 100644 --- a/src/style.scss +++ b/src/style.scss @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + () '((|html, body| (height 100%) diff --git a/src/webapps/index.sxml b/src/webapps/index.sxml index 7a40b31..b5c5997 100644 --- a/src/webapps/index.sxml +++ b/src/webapps/index.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + ((title . "vilor/webapps") (page-name . "webapps")) diff --git a/src/webapps/scrollbar.js b/src/webapps/scrollbar.js index 33d227c..9cdcea7 100644 --- a/src/webapps/scrollbar.js +++ b/src/webapps/scrollbar.js @@ -1,3 +1,21 @@ +/* + Copyright (C) 2022 Ivan Polyakov + + This file is part of vilor's website. + + Vilor's website is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Vilor's website is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + */ // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later (function() { var textArea = document.getElementById('sbTextArea'); diff --git a/src/webapps/scrollbar.sxml b/src/webapps/scrollbar.sxml index f4fb882..2f38825 100644 --- a/src/webapps/scrollbar.sxml +++ b/src/webapps/scrollbar.sxml @@ -1,3 +1,20 @@ +;; Copyright (C) 2022 Ivan Polyakov +;; +;; This file is part of vilor's website. +;; +;; Vilor's website is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Vilor's website is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + ((title . "vilor/webapps/scrollbar") (page-name . "Scrollbar styling") (page-desc . ("Demonstration of possible customization of the scrollbar."