diff options
| author | Teddy Wing | 2022-05-26 19:08:51 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-05-26 19:08:51 +0200 |
| commit | 4e8d6da96d41d82d2cb3003af1f03b1d9a9fea6c (patch) | |
| tree | 4c5646fbe7d4df0f6f5338c620b75ffb638f0b30 | |
| parent | 6f27901109b490c8c2ab956e40ecdfca86a638e6 (diff) | |
| download | macports-ports-4e8d6da96d41d82d2cb3003af1f03b1d9a9fea6c.tar.bz2 | |
scripts/port-checksums.sh: Add license header
| -rwxr-xr-x | scripts/port-checksums.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/port-checksums.sh b/scripts/port-checksums.sh index c4ae0e0..1481f75 100755 --- a/scripts/port-checksums.sh +++ b/scripts/port-checksums.sh @@ -1,5 +1,9 @@ #!/bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + # port-checksums.sh # # Output MacPorts Portfile checksums for a file. |
