compress: Update BSD-3 license + remove semicolons from compressed example.

This commit is contained in:
Jeroen van Rijn
2021-09-06 21:33:40 +02:00
parent 0434281f73
commit 2c13315e72
6 changed files with 21 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package gzip
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-2 license.
Made available under Odin's BSD-3 license.
List of contributors:
Jeroen van Rijn: Initial implementation.
+1 -1
View File
@@ -2,7 +2,7 @@ package gzip
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-2 license.
Made available under Odin's BSD-3 license.
List of contributors:
Jeroen van Rijn: Initial implementation.