# HG changeset patch # User Dennis Fink # Date 2015-10-27 18:49:12 # Node ID fd50503ccaa28c92a009c2042b04d6d18a07ec95 # Parent 3e9fa40c856bfa9c4520949a812c927578a6d765 Added GPL Boilerplate to js files diff --git a/ennstatus/static/js/worldmap.js b/ennstatus/static/js/worldmap.js --- a/ennstatus/static/js/worldmap.js +++ b/ennstatus/static/js/worldmap.js @@ -1,3 +1,21 @@ +/* Ënnstatus + Copyright (C) 2015 Dennis Fink + + This program 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. + + 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 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 . +*/ + + d3.select(window).on("resize", throttle); var zoom = d3.behavior.zoom()