diff options
Diffstat (limited to 'core/compress/gzip/gzip.odin')
| -rw-r--r-- | core/compress/gzip/gzip.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/compress/gzip/gzip.odin b/core/compress/gzip/gzip.odin index 57ed3c3c5..7dc8120e4 100644 --- a/core/compress/gzip/gzip.odin +++ b/core/compress/gzip/gzip.odin @@ -2,7 +2,7 @@ package compress_gzip /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. List of contributors: Jeroen van Rijn: Initial implementation. |