Shorten the license text

Nearly nobody bat an eye on this one (better check the LICENSE file on GitHub), also now make it so it doesn't get removed when minified
This commit is contained in:
Hans5958 2023-03-22 22:38:18 +07:00
parent c8f474cad2
commit 07ffc41fa4
13 changed files with 63 additions and 167 deletions

View file

@ -1,20 +1,11 @@
<!-- <!--
========================================================================
The 2022 r/place Atlas The 2022 r/place Atlas
An atlas of Reddit's 2022 r/place, with information to each
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li> Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
--> -->
<!-- <!--
This shrinks the Atlas by making it arrays instead of objects, but This shrinks the Atlas by making it arrays instead of objects, but

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
/* purgecss start ignore */ /* purgecss start ignore */

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const redditWrapperEl = document.querySelector('#reddit-contributors-wrapper') const redditWrapperEl = document.querySelector('#reddit-contributors-wrapper')

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
window.addEventListener("error", function (e) { window.addEventListener("error", function (e) {

View file

@ -1,17 +1,10 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const finishButton = document.getElementById("finishButton") const finishButton = document.getElementById("finishButton")
const resetButton = document.getElementById("resetButton") const resetButton = document.getElementById("resetButton")
const undoButton = document.getElementById("undoButton") const undoButton = document.getElementById("undoButton")

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const baseLinkElement = document.createElement("a") const baseLinkElement = document.createElement("a")

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const innerContainer = document.getElementById("innerContainer") const innerContainer = document.getElementById("innerContainer")

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
function initOverlap() { function initOverlap() {

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
let areasSum = 0 let areasSum = 0

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const codeReference = {} const codeReference = {}

View file

@ -1,16 +1,8 @@
/* /*!
======================================================================== * The 2022 r/place Atlas
The 2022 r/place Atlas * Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
An atlas of Reddit's 2022 r/place, with information to each * Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
*/ */
const linesCanvas = document.getElementById("linesCanvas") const linesCanvas = document.getElementById("linesCanvas")

View file

@ -1,16 +1,8 @@
<!-- <!--
========================================================================
The 2022 r/place Atlas The 2022 r/place Atlas
An atlas of Reddit's 2022 r/place, with information to each
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li> Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
--> -->
<!DOCTYPE html> <!DOCTYPE html>

View file

@ -1,16 +1,8 @@
<!-- <!--
========================================================================
The 2022 r/place Atlas The 2022 r/place Atlas
An atlas of Reddit's 2022 r/place, with information to each
artwork of the canvas provided by the community.
Copyright (c) 2017 Roland Rytz <roland@draemm.li> Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under the GNU Affero General Public License Version 3
https://place-atlas.stefanocoding.me/license.txt
========================================================================
--> -->
<!DOCTYPE html> <!DOCTYPE html>