Merge pull request #1086 from pi-hole/js-license-header

Add missing license header
This commit is contained in:
DL6ER
2019-12-17 15:56:31 +01:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
/* Pi-hole: A black hole for Internet advertisements
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
*
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
/* global ActiveXObject: false */
// Credit: http://stackoverflow.com/a/10642418/2087442