diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bencode.lua | 5 | ||||
-rw-r--r-- | plugins/elf.lua | 5 | ||||
-rw-r--r-- | plugins/gzip.lua | 5 | ||||
-rw-r--r-- | plugins/pcap.lua | 5 | ||||
-rw-r--r-- | plugins/pdf.lua | 5 | ||||
-rw-r--r-- | plugins/vdi.lua | 5 | ||||
-rw-r--r-- | plugins/zip.lua | 5 | ||||
-rw-r--r-- | plugins/zlib.lua | 5 |
8 files changed, 16 insertions, 24 deletions
diff --git a/plugins/bencode.lua b/plugins/bencode.lua index 7d2f66e..8a73bdd 100644 --- a/plugins/bencode.lua +++ b/plugins/bencode.lua @@ -1,11 +1,10 @@ -- -- bencode.lua: BitTorrent data encoding -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/elf.lua b/plugins/elf.lua index a9a0d81..2dfb812 100644 --- a/plugins/elf.lua +++ b/plugins/elf.lua @@ -1,11 +1,10 @@ -- -- elf.lua: Executable and Linkable Format -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/gzip.lua b/plugins/gzip.lua index 68b0cd3..7055c2c 100644 --- a/plugins/gzip.lua +++ b/plugins/gzip.lua @@ -1,11 +1,10 @@ -- -- gzip.lua: GZIP File Format -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/pcap.lua b/plugins/pcap.lua index aaa713c..4c5f9b5 100644 --- a/plugins/pcap.lua +++ b/plugins/pcap.lua @@ -1,11 +1,10 @@ -- -- pcap.lua: libpcap file format -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/pdf.lua b/plugins/pdf.lua index 91f8b6b..c8e7bbd 100644 --- a/plugins/pdf.lua +++ b/plugins/pdf.lua @@ -5,11 +5,10 @@ -- In practice almost useless, I just wanted to learn about the file format. -- FIXME: it's also not very robust and doesn't support all documents. -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/vdi.lua b/plugins/vdi.lua index 75bfd78..5f937e5 100644 --- a/plugins/vdi.lua +++ b/plugins/vdi.lua @@ -1,11 +1,10 @@ -- -- vdi.lua: VirtualBox Disk Image -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/zip.lua b/plugins/zip.lua index a1b61de..d82759b 100644 --- a/plugins/zip.lua +++ b/plugins/zip.lua @@ -1,11 +1,10 @@ -- -- zip.lua: ZIP archives -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF diff --git a/plugins/zlib.lua b/plugins/zlib.lua index 69c8734..b9afc9f 100644 --- a/plugins/zlib.lua +++ b/plugins/zlib.lua @@ -1,11 +1,10 @@ -- -- zlib.lua: ZLIB Compressed Data Format -- --- Copyright (c) 2017, Přemysl Janouch <p.janouch@gmail.com> +-- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any --- purpose with or without fee is hereby granted, provided that the above --- copyright notice and this permission notice appear in all copies. +-- purpose with or without fee is hereby granted. -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |