commit 1bcb98996d9263f4db8045d0b71c8029749ca0bf from: Omar Polo date: Mon Aug 29 20:53:44 2022 UTC state the license on each file commit - 800cf002788cddd6b3bbb707428aa97f384236e0 commit + 1bcb98996d9263f4db8045d0b71c8029749ca0bf blob - c0a474c93d8015f99a35ca3139603901ef400cc2 blob + 81bae9be0eed05cdf1f2b61fbb63f7e88d4b908d --- GotMArc.pm +++ GotMArc.pm @@ -1,3 +1,7 @@ +# GotMArc was written by Omar Polo and is placed in +# the public domain. The author hereby disclaims copyright to this +# source code. + package GotMArc; use strict; use warnings; blob - a278974416e8cc31760eb1af30184868c94d624a blob + 034c9aba8c8aac1385b6ce31efa31acdbc3ac51f --- mexp +++ mexp @@ -1,4 +1,8 @@ #!/usr/bin/env perl +# +# mexp was written by Omar Polo and is placed in the +# public domain. The author hereby disclaims copyright to this source +# code. use open ":std", ":encoding(UTF-8)"; use utf8; blob - c457a43c8af1c173b1b3f4e58d11e6e0b03b3bd8 blob + c4a737f62a074b753ace5130fde82a16f29cffaf --- mkindex +++ mkindex @@ -1,4 +1,8 @@ #!/usr/bin/env perl +# +# mkindex was written by Omar Polo and is placed in +# the public domain. The author hereby disclaims copyright to this +# source code. use open ":std", ":encoding(UTF-8)"; use utf8; blob - 72fd7a73aca75acbdf27126a43654e1dc12825db blob + 196eb5e9e3d68ab259d4b19299da6063cc54fab4 --- pe +++ pe @@ -1,4 +1,8 @@ #!/usr/bin/env perl +# +# pe was written by Omar Polo and is placed in the +# public domain. The author hereby disclaims copyright to this source +# code. use open ":std", ":encoding(UTF-8)"; use strict;