mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-28 16:54:49 +01:00
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:
parent
c8f474cad2
commit
07ffc41fa4
13 changed files with 63 additions and 167 deletions
|
@ -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
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -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')
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 = {}
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue