diff options
Diffstat (limited to 'lib/std/enums.zig')
| -rw-r--r-- | lib/std/enums.zig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/std/enums.zig b/lib/std/enums.zig index 95c6fc7ec7..cfcc8e4f1d 100644 --- a/lib/std/enums.zig +++ b/lib/std/enums.zig @@ -1,9 +1,3 @@ -// SPDX-License-Identifier: MIT -// Copyright (c) 2015-2021 Zig Contributors -// This file is part of [zig](https://ziglang.org/), which is MIT licensed. -// The MIT license requires this copyright notice to be included in all copies -// and substantial portions of the software. - //! This module contains utilities and data structures for working with enums. const std = @import("std.zig"); |
