Skip to content

Commit a22f8bd

Browse files
committed
create-sets.sh: Add missing copyright header
I wrote this file and am the only person who has modified it since it was added. MFC after: 3 days
1 parent 86221f9 commit a22f8bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

release/packages/create-sets.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#! /bin/sh
2+
#
3+
# SPDX-License-Identifier: ISC
4+
#
5+
# Copyright (c) 2025 Lexi Winter <[email protected]>
6+
#
7+
# Permission to use, copy, modify, and distribute this software for any
8+
# purpose with or without fee is hereby granted, provided that the above
9+
# copyright notice and this permission notice appear in all copies.
10+
#
11+
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12+
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13+
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14+
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15+
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16+
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17+
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
218

319
# Generate metapackage sets. We do this by examining the annotations field
420
# of the packages we previously built.

0 commit comments

Comments
 (0)