Skip to content

Commit 92156a3

Browse files
authored
Add license and copyright to pihole-https.sh
Add license information and copyright notice to the script. Signed-off-by: Luiz Bizzio <contact@luizbizzio.com>
1 parent c120ac0 commit 92156a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

legacy/pihole-https.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
# This Source Code Form is subject to the terms of the Mozilla Public
3+
# License, v. 2.0. If a copy of the MPL was not distributed with this
4+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
5+
#
6+
# Copyright (c) 2024-2026 Luiz Bizzio
27

38
if [ "$(id -u)" -ne 0 ]; then
49
echo -e "\033[31m[ERROR] This script must be run as root (sudo).\033[0m"

0 commit comments

Comments
 (0)