diff --git a/base-color.js b/base-color.js index c515abd..ffd3886 100644 --- a/base-color.js +++ b/base-color.js @@ -1,18 +1,13 @@ // mkcolor - a vim color scheme randomizer/previewer -// Copyright (C) 2020 QuietMisdreavus +// Written in 2020 by QuietMisdreavus -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. -// This program 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 Affero General Public License for more details. - -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . +// You should have received a copy of the CC0 Public Domain Dedication along +// with this software. If not, see +// . function clamp(val, min, max) { if (val < min) { diff --git a/color.css b/color.css index b5c3239..80b5d32 100644 --- a/color.css +++ b/color.css @@ -1,19 +1,14 @@ /* mkcolor - a vim color scheme randomizer/previewer - Copyright (C) 2020 QuietMisdreavus + Written in 2020 by QuietMisdreavus - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + To the extent possible under law, the author(s) have dedicated all copyright + and related and neighboring rights to this software to the public domain + worldwide. This software is distributed without any warranty. - This program 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . + You should have received a copy of the CC0 Public Domain Dedication along + with this software. If not, see + . */ body { diff --git a/color.js b/color.js index 08ed17b..307769f 100644 --- a/color.js +++ b/color.js @@ -1,18 +1,13 @@ // mkcolor - a vim color scheme randomizer/previewer -// Copyright (C) 2020 QuietMisdreavus +// Written in 2020 by QuietMisdreavus -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. -// This program 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 Affero General Public License for more details. - -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . +// You should have received a copy of the CC0 Public Domain Dedication along +// with this software. If not, see +// . class InvalidColorsError extends Error { constructor() { diff --git a/debug.js b/debug.js index 2139830..39a9ddb 100644 --- a/debug.js +++ b/debug.js @@ -1,18 +1,13 @@ // mkcolor - a vim color scheme randomizer/previewer -// Copyright (C) 2020 QuietMisdreavus +// Written in 2020 by QuietMisdreavus -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. -// This program 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 Affero General Public License for more details. - -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . +// You should have received a copy of the CC0 Public Domain Dedication along +// with this software. If not, see +// . function maxContrastRatio(col) { let cr = 0; diff --git a/index.html b/index.html index db6375e..6c3242e 100644 --- a/index.html +++ b/index.html @@ -2,20 +2,15 @@ diff --git a/palette.css b/palette.css index 0db8458..b893301 100644 --- a/palette.css +++ b/palette.css @@ -1,19 +1,14 @@ /* mkcolor - a vim color scheme randomizer/previewer - Copyright (C) 2020 QuietMisdreavus + Written in 2020 by QuietMisdreavus - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + To the extent possible under law, the author(s) have dedicated all copyright + and related and neighboring rights to this software to the public domain + worldwide. This software is distributed without any warranty. - This program 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . + You should have received a copy of the CC0 Public Domain Dedication along + with this software. If not, see + . */ :root { diff --git a/random.js b/random.js index e8b2e11..b099b70 100644 --- a/random.js +++ b/random.js @@ -1,18 +1,13 @@ // mkcolor - a vim color scheme randomizer/previewer -// Copyright (C) 2020 QuietMisdreavus +// Written in 2020 by QuietMisdreavus -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. -// This program 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 Affero General Public License for more details. - -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . +// You should have received a copy of the CC0 Public Domain Dedication along +// with this software. If not, see +// . // return a random integer from 0 to the given number (inclusive of 0, exclusive of the max) function getRandomInt(max) { diff --git a/render.js b/render.js index 921d3eb..2894075 100644 --- a/render.js +++ b/render.js @@ -1,18 +1,13 @@ // mkcolor - a vim color scheme randomizer/previewer -// Copyright (C) 2020 QuietMisdreavus +// Written in 2020 by QuietMisdreavus -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. -// This program 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 Affero General Public License for more details. - -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . +// You should have received a copy of the CC0 Public Domain Dedication along +// with this software. If not, see +// . function vimGroupName(name) { let groupNames = {