Skip to content

Commit 4690fb6

Browse files
authored
Add license and copyright to local-https.sh
Add license information and copyright notice to the script Signed-off-by: Luiz Bizzio <contact@luizbizzio.com>
1 parent 4a11428 commit 4690fb6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

local-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
set -euo pipefail
38

49
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

0 commit comments

Comments
 (0)