aboutsummaryrefslogtreecommitdiff
path: root/src/slice.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/slice.zig')
-rw-r--r--src/slice.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/slice.zig b/src/slice.zig
index a0368fd..1e4a095 100644
--- a/src/slice.zig
+++ b/src/slice.zig
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
pub fn Filter(comptime T: type, comptime U: type) type {
return struct {
pub const Predicate = *const fn (T, U) bool;