From f80e6ed0d6cee93f502ed23c53d263793a73bf4e Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Sun, 24 Sep 2017 15:59:14 -0400 Subject: [PATCH] Change license and headers to reflect the real name of the repo --- LICENSE | 2 +- src/components/Alert.js | 2 +- src/components/Aside.js | 2 +- src/components/Breadcrumb.js | 2 +- src/components/DomainInput.js | 2 +- src/components/DomainList.js | 2 +- src/components/Footer.js | 2 +- src/components/ForwardDestOverTime.js | 2 +- src/components/Header.js | 2 +- src/components/ListPage.js | 2 +- src/components/QueriesGraph.js | 2 +- src/components/QueryLog.js | 2 +- src/components/QueryTypesOverTime.js | 2 +- src/components/Sidebar.js | 2 +- src/components/SummaryStats.js | 2 +- src/components/TopBlocked.js | 2 +- src/components/TopClients.js | 2 +- src/components/TopDomains.js | 2 +- src/config.development.js | 2 +- src/config.js | 2 +- src/config.production.js | 2 +- src/containers/Full.js | 2 +- src/index.js | 2 +- src/routes.js | 2 +- src/utils.js | 2 +- src/views/Blacklist.js | 2 +- src/views/Dashboard.js | 2 +- src/views/Whitelist.js | 2 +- src/views/Wildlist.js | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index d4be9a6..23e6e81 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Pi-hole Admin +Pi-hole Web Interface Copyright (C) 2017 Pi-hole, LLC (https://pi-hole.net) This software is licensed under the European Union Public License diff --git a/src/components/Alert.js b/src/components/Alert.js index 6e1577e..514dd1a 100644 --- a/src/components/Alert.js +++ b/src/components/Alert.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Alert component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/Aside.js b/src/components/Aside.js index 9cd9926..83b5197 100644 --- a/src/components/Aside.js +++ b/src/components/Aside.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Aside component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/Breadcrumb.js b/src/components/Breadcrumb.js index 759932e..8b7130f 100644 --- a/src/components/Breadcrumb.js +++ b/src/components/Breadcrumb.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Breadcrumb component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/DomainInput.js b/src/components/DomainInput.js index 636e295..ff3bad9 100644 --- a/src/components/DomainInput.js +++ b/src/components/DomainInput.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Domain Input component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/DomainList.js b/src/components/DomainList.js index f176eed..35ee9ab 100644 --- a/src/components/DomainList.js +++ b/src/components/DomainList.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Domain List component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/Footer.js b/src/components/Footer.js index 831aea2..cc85c6c 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Footer component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/ForwardDestOverTime.js b/src/components/ForwardDestOverTime.js index 28c8ab5..24a1446 100644 --- a/src/components/ForwardDestOverTime.js +++ b/src/components/ForwardDestOverTime.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Forward Destinations Over Time component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/Header.js b/src/components/Header.js index 3681baa..a0830d4 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Header component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/ListPage.js b/src/components/ListPage.js index 1af0223..c9a23de 100644 --- a/src/components/ListPage.js +++ b/src/components/ListPage.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * List Page component (abstracted whitelist, blacklist, etc) * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/QueriesGraph.js b/src/components/QueriesGraph.js index b05d035..0af289b 100644 --- a/src/components/QueriesGraph.js +++ b/src/components/QueriesGraph.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Queries Graph component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/QueryLog.js b/src/components/QueryLog.js index b8e1af4..bb94907 100644 --- a/src/components/QueryLog.js +++ b/src/components/QueryLog.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Query Log component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/QueryTypesOverTime.js b/src/components/QueryTypesOverTime.js index cdac7bb..236d707 100644 --- a/src/components/QueryTypesOverTime.js +++ b/src/components/QueryTypesOverTime.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Query Types Over Time component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/Sidebar.js b/src/components/Sidebar.js index 0e0f077..3b76b46 100644 --- a/src/components/Sidebar.js +++ b/src/components/Sidebar.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Sidebar component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/SummaryStats.js b/src/components/SummaryStats.js index a2cea62..4437433 100644 --- a/src/components/SummaryStats.js +++ b/src/components/SummaryStats.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Summary Stats component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/TopBlocked.js b/src/components/TopBlocked.js index b89c0df..5021611 100644 --- a/src/components/TopBlocked.js +++ b/src/components/TopBlocked.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Top Blocked component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/TopClients.js b/src/components/TopClients.js index 2121d7c..7d3b96e 100644 --- a/src/components/TopClients.js +++ b/src/components/TopClients.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Top Clients component * * This file is copyright under the latest version of the EUPL. diff --git a/src/components/TopDomains.js b/src/components/TopDomains.js index 0ad79dd..bca62d4 100644 --- a/src/components/TopDomains.js +++ b/src/components/TopDomains.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Top Domains component * * This file is copyright under the latest version of the EUPL. diff --git a/src/config.development.js b/src/config.development.js index eca1856..f7fc5d4 100644 --- a/src/config.development.js +++ b/src/config.development.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Development config * * This file is copyright under the latest version of the EUPL. diff --git a/src/config.js b/src/config.js index d0e05ad..8f502e9 100644 --- a/src/config.js +++ b/src/config.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Config handler * * This file is copyright under the latest version of the EUPL. diff --git a/src/config.production.js b/src/config.production.js index a9c95d0..c02ae07 100644 --- a/src/config.production.js +++ b/src/config.production.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Production config * * This file is copyright under the latest version of the EUPL. diff --git a/src/containers/Full.js b/src/containers/Full.js index d7a3a26..2cfe21e 100644 --- a/src/containers/Full.js +++ b/src/containers/Full.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Main container of the web interface (performs main routing) * * This file is copyright under the latest version of the EUPL. diff --git a/src/index.js b/src/index.js index 3ce8752..00baa19 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Starting point for React * * This file is copyright under the latest version of the EUPL. diff --git a/src/routes.js b/src/routes.js index d494c55..703b4c0 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * URL path to name associations * * This file is copyright under the latest version of the EUPL. diff --git a/src/utils.js b/src/utils.js index 6bcef3c..8bb699d 100644 --- a/src/utils.js +++ b/src/utils.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Various utilities including the API * * This file is copyright under the latest version of the EUPL. diff --git a/src/views/Blacklist.js b/src/views/Blacklist.js index 923cb6d..1fecc1e 100644 --- a/src/views/Blacklist.js +++ b/src/views/Blacklist.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Blacklist page * * This file is copyright under the latest version of the EUPL. diff --git a/src/views/Dashboard.js b/src/views/Dashboard.js index 63e19cc..c75eba9 100644 --- a/src/views/Dashboard.js +++ b/src/views/Dashboard.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Dashboard page * * This file is copyright under the latest version of the EUPL. diff --git a/src/views/Whitelist.js b/src/views/Whitelist.js index be650b6..35ddf18 100644 --- a/src/views/Whitelist.js +++ b/src/views/Whitelist.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Whitelist page * * This file is copyright under the latest version of the EUPL. diff --git a/src/views/Wildlist.js b/src/views/Wildlist.js index d1db4e8..b0c396f 100644 --- a/src/views/Wildlist.js +++ b/src/views/Wildlist.js @@ -2,7 +2,7 @@ * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * -* Admin Web Interface +* Web Interface * Wildlist page * * This file is copyright under the latest version of the EUPL.