├── .github └── workflows │ ├── build.yml │ └── release.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Doxyfile ├── Makefile ├── README.md ├── SBOM.json ├── cryptoDefs ├── 128-EEA1.txt ├── 2DES.txt ├── 3DES.txt ├── 3WAY.txt ├── A4.txt ├── A5-1 ├── ACE.txt ├── AES.txt ├── Anubis.txt ├── Aria.txt ├── Baton.txt ├── Bcrypt.txt ├── Blake.txt ├── Blake2.txt ├── Blowfish.txt ├── Blum-Goldwasser.txt ├── C2.txt ├── CAST.txt ├── CAST3.txt ├── CAST5.txt ├── CAST6.txt ├── CMEA.txt ├── CRC16.txt ├── CRC32.txt ├── Camellia.txt ├── ChaCha.txt ├── Cobra.txt ├── DCC.txt ├── DES.txt ├── DESX.txt ├── DESede.txt ├── DH.txt ├── DHE.txt ├── DHIES.txt ├── ECDH.txt ├── ECMQV.txt ├── ElGamal.txt ├── Enigma.txt ├── F8.txt ├── FASTHash.txt ├── FCrypt.txt ├── FNV1.txt ├── Feal.txt ├── Fletcher.txt ├── Fortezza.txt ├── Fortuna.txt ├── GEA.txt ├── GEA03.txt ├── GEA45.txt ├── GOST.txt ├── Grain.txt ├── GrainV1.txt ├── HAVAL.txt ├── HC128.txt ├── HC256.txt ├── ICE.txt ├── ISAAC.txt ├── Idea.txt ├── Juniper.txt ├── KHAZAD.txt ├── Kazumi.txt ├── Keccak.txt ├── LMHash.txt ├── LOKI91.txt ├── LUC.txt ├── Lucifer.txt ├── MD160.txt ├── MD2.txt ├── MD3.txt ├── MD4.txt ├── MD5.txt ├── MD6.txt ├── MDC2.txt ├── MISTY1.txt ├── MQV.txt ├── MSCASH.txt ├── MSCash2.txt ├── MULTI2.txt ├── McEliece.txt ├── NTRUEncrypt.txt ├── Nimbus.txt ├── Noekedon.txt ├── PBE.txt ├── PBES1.txt ├── PBES2.txt ├── Panama.txt ├── Quad.txt ├── RC2.txt ├── RC4.txt ├── RC4HMACxt ├── RC5.txt ├── RC6.txt ├── RIPEMD.txt ├── RSA-OAEP.txt ├── RSA.txt ├── RSAES-PKCS1-v1_5.txt ├── Rabbin.txt ├── Rabbit.txt ├── Rijndael.txt ├── SALSA10.txt ├── SALSA20.txt ├── SHS.txt ├── SMS4.txt ├── SNOW.txt ├── SNRF.txt ├── SOSEMANUK.txt ├── SSHA.txt ├── Seal.txt ├── Seed.txt ├── Sha.txt ├── Sha2.txt ├── Shacal.txt ├── Shark.txt ├── Skein.txt ├── Skipjack.txt ├── Sober.txt ├── TDES.txt ├── TEA.txt ├── TNEPRES.txt ├── Threefish.txt ├── Tiger.txt ├── Twofish.txt ├── VMPC.txt ├── Wake.txt ├── Whirlpool.txt ├── XTR.txt ├── Yarrow.txt ├── ZUC.txt ├── ZipCrypt.txt ├── dsa.txt ├── pbkdf1.txt ├── pbkdf2.txt ├── pkcs12.txt ├── pkcs7.txt ├── sapphire.txt ├── serpent.txt ├── srp.txt ├── tcryp.txt └── xtea.txt ├── doc ├── scanoss-logo.png └── style.css ├── external ├── inc │ ├── LICENSE │ ├── bsort.h │ ├── crc32c.h │ ├── json.h │ └── winnowing.h └── src │ ├── bsort.c │ ├── crc32c.c │ └── winnowing.c ├── inc ├── attributions.h ├── copyright.h ├── crc32c.h ├── crypto.h ├── crypto_loads.h ├── file.h ├── help.h ├── hex.h ├── ignored_extensions.h ├── ignored_files.h ├── ignored_wfp.h ├── ignorelist.h ├── import.h ├── license.h ├── minr.h ├── minr_log.h ├── mz.h ├── mz_mine.h ├── quality.h ├── scancode.h ├── trie.h ├── url.h └── wfp.h ├── licenses ├── AFL-2.0 │ ├── 01.txt │ └── 02.txt ├── AFL-2.1 │ ├── 01.txt │ └── 02.txt ├── AGPL-3.0-only │ ├── 01.txt │ └── 02.txt ├── AGPL-3.0-or-later │ ├── 01.txt │ └── 02.txt ├── Apache-1.0 │ ├── 01.txt │ └── 02.txt ├── Apache-1.1 │ ├── 01.txt │ └── 02.txt ├── Apache-2.0 │ ├── 01.txt │ ├── 02.txt │ └── 03.txt ├── Artistic-1.0-Perl │ ├── 01.txt │ └── 02.txt ├── BSD-2-Clause-Patent │ └── 01.txt ├── BSD-2-Clause │ └── 01.txt ├── BSD-3-Clause │ └── 01.txt ├── BSD-4-Clause-UC │ └── 01.txt ├── BSD-4-Clause │ └── 01.txt ├── BSL-1.0 │ └── 01.txt ├── CC0-1.0 │ └── 01.txt ├── CDDL-1.0 │ └── 01.txt ├── CPL-1.0 │ └── 01.txt ├── EFL-2.0 │ ├── 01.txt │ └── 02.txt ├── EPL-1.0 │ └── 01.txt ├── EPL-2.0 │ └── 1.txt ├── EUPL-1.1 │ └── 1.txt ├── Elastic │ ├── 1.txt │ └── 2.txt ├── FSFULLR │ └── 01.txt ├── FTL │ ├── 1.txt │ └── 2.txt ├── GPL-2.0-only │ ├── 01.txt │ ├── 02.txt │ ├── 03.txt │ ├── 04.txt │ ├── 05.txt │ ├── 06.txt │ ├── 07.txt │ ├── 08.txt │ └── GPL-2.0-only.txt ├── GPL-2.0-or-later │ └── 01.txt ├── GPL-3.0-only │ ├── 01.txt │ └── 02.txt ├── GPL-3.0-or-later │ └── 01.txt ├── HPND │ ├── 1.txt │ └── 2.txt ├── IBM-pibs │ └── 1.txt ├── ICU │ ├── 1.txt │ └── 2.txt ├── IJG │ ├── 1.txt │ └── 2.txt ├── IPL-1.0 │ └── 01.txt ├── ISC │ ├── 1.txt │ └── 2.txt ├── LGPL-2.1-only │ ├── 1.txt │ └── 2.txt ├── LGPL-2.1-or-later │ ├── 01.txt │ ├── 02.txt │ └── 03.txt ├── LGPL-3.0-only │ ├── 1.txt │ └── 2.txt ├── LGPL-3.0-or-later │ └── 01.txt ├── Libpng │ └── 1.txt ├── MIT-CMU │ └── 1.txt ├── MIT │ ├── 01.txt │ ├── 02.txt │ ├── 03.txt │ └── 04.txt ├── MPL-1.1 │ └── 01.txt ├── MPL-2.0-no-copyleft-exception │ └── 1.txt ├── MPL-2.0 │ └── 01.txt ├── MS-PL │ └── 01.txt ├── MS-RL │ └── 1.txt ├── MirOS │ └── 1.txt ├── NBPL-1.0 │ └── 1.txt ├── NTP │ ├── 1.txt │ └── 2.txt ├── OSL-3.0 │ ├── 1.txt │ └── 2.txt ├── OpenSSL │ ├── 1.txt │ ├── 2.txt │ └── 3.txt ├── PostgreSQL │ ├── 01.txt │ └── 02.txt ├── Python-2.0 │ └── 1.txt ├── Qhull │ └── 1.txt ├── RPL-1.5 │ ├── 1.txt │ └── 2.txt ├── SSPL │ └── 1.txt ├── UPL-1.0 │ ├── 1.txt │ └── 2.txt ├── Unicode-DFS-2015 │ └── 1.txt ├── Unicode-DFS-2016 │ └── 1.txt ├── WTFPL │ └── 01.txt ├── X11 │ ├── 1.txt │ └── 2.txt ├── XFree86-1.1 │ ├── 1.txt │ └── 2.txt ├── Zlib │ └── 01.txt ├── bzip2-1.0.5 │ └── 01.txt ├── bzip2-1.0.6 │ └── 01.txt ├── curl │ └── 01.txt ├── libtiff │ └── 1.txt └── zlib-acknowledgement │ └── 1.txt ├── package.sh ├── scripts ├── debpkg │ └── DEBIAN │ │ └── control └── rpmpkg │ └── minr.spec ├── src ├── attributions.c ├── copyright.c ├── crypto.c ├── file.c ├── help.c ├── hex.c ├── ignored_extensions.c ├── ignored_files.c ├── ignored_wfp.c ├── ignorelist.c ├── import.c ├── join.c ├── license.c ├── license_ids.c ├── main.c ├── minr.c ├── minr_log.c ├── mz_main.c ├── mz_mine.c ├── mz_optimise.c ├── quality.c ├── scancode.c ├── string.c ├── url.c └── wfp.c └── version.sh /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/Doxyfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/README.md -------------------------------------------------------------------------------- /SBOM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/SBOM.json -------------------------------------------------------------------------------- /cryptoDefs/128-EEA1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/128-EEA1.txt -------------------------------------------------------------------------------- /cryptoDefs/2DES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/2DES.txt -------------------------------------------------------------------------------- /cryptoDefs/3DES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/3DES.txt -------------------------------------------------------------------------------- /cryptoDefs/3WAY.txt: -------------------------------------------------------------------------------- 1 | name=3Way 2 | coding=128 3 | 3way.h 4 | CRYPTOPP_THREEWAY_H 5 | 6 | -------------------------------------------------------------------------------- /cryptoDefs/A4.txt: -------------------------------------------------------------------------------- 1 | name=3Way 2 | coding=128 3 | 3way.h 4 | CRYPTOPP_THREEWAY_H 5 | -------------------------------------------------------------------------------- /cryptoDefs/A5-1: -------------------------------------------------------------------------------- 1 | name=A5/1 2 | coding=128 3 | A5.c 4 | -------------------------------------------------------------------------------- /cryptoDefs/ACE.txt: -------------------------------------------------------------------------------- 1 | name=ACE 2 | coding=64 3 | USE_VIA_ACE_IF_PRESENT 4 | -------------------------------------------------------------------------------- /cryptoDefs/AES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/AES.txt -------------------------------------------------------------------------------- /cryptoDefs/Anubis.txt: -------------------------------------------------------------------------------- 1 | name=Anubis 2 | coding=128 3 | tomcrypt.h 4 | -------------------------------------------------------------------------------- /cryptoDefs/Aria.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Aria.txt -------------------------------------------------------------------------------- /cryptoDefs/Baton.txt: -------------------------------------------------------------------------------- 1 | name=Baton 2 | coding=320 3 | baton.h 4 | -------------------------------------------------------------------------------- /cryptoDefs/Bcrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Bcrypt.txt -------------------------------------------------------------------------------- /cryptoDefs/Blake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Blake.txt -------------------------------------------------------------------------------- /cryptoDefs/Blake2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Blake2.txt -------------------------------------------------------------------------------- /cryptoDefs/Blowfish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Blowfish.txt -------------------------------------------------------------------------------- /cryptoDefs/Blum-Goldwasser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Blum-Goldwasser.txt -------------------------------------------------------------------------------- /cryptoDefs/C2.txt: -------------------------------------------------------------------------------- 1 | name=C2 2 | coding=56 3 | -------------------------------------------------------------------------------- /cryptoDefs/CAST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/CAST.txt -------------------------------------------------------------------------------- /cryptoDefs/CAST3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/CAST3.txt -------------------------------------------------------------------------------- /cryptoDefs/CAST5.txt: -------------------------------------------------------------------------------- 1 | name=CAST5 2 | coding=320 3 | cast5.h 4 | -------------------------------------------------------------------------------- /cryptoDefs/CAST6.txt: -------------------------------------------------------------------------------- 1 | name=CAST6 2 | coding=320 3 | pyCast6 4 | -------------------------------------------------------------------------------- /cryptoDefs/CMEA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/CMEA.txt -------------------------------------------------------------------------------- /cryptoDefs/CRC16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/CRC16.txt -------------------------------------------------------------------------------- /cryptoDefs/CRC32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/CRC32.txt -------------------------------------------------------------------------------- /cryptoDefs/Camellia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Camellia.txt -------------------------------------------------------------------------------- /cryptoDefs/ChaCha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ChaCha.txt -------------------------------------------------------------------------------- /cryptoDefs/Cobra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Cobra.txt -------------------------------------------------------------------------------- /cryptoDefs/DCC.txt: -------------------------------------------------------------------------------- 1 | name=DCC 2 | coding=64 3 | DCC.py 4 | -------------------------------------------------------------------------------- /cryptoDefs/DES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DES.txt -------------------------------------------------------------------------------- /cryptoDefs/DESX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DESX.txt -------------------------------------------------------------------------------- /cryptoDefs/DESede.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DESede.txt -------------------------------------------------------------------------------- /cryptoDefs/DH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DH.txt -------------------------------------------------------------------------------- /cryptoDefs/DHE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DHE.txt -------------------------------------------------------------------------------- /cryptoDefs/DHIES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/DHIES.txt -------------------------------------------------------------------------------- /cryptoDefs/ECDH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ECDH.txt -------------------------------------------------------------------------------- /cryptoDefs/ECMQV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ECMQV.txt -------------------------------------------------------------------------------- /cryptoDefs/ElGamal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ElGamal.txt -------------------------------------------------------------------------------- /cryptoDefs/Enigma.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Enigma.txt -------------------------------------------------------------------------------- /cryptoDefs/F8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/F8.txt -------------------------------------------------------------------------------- /cryptoDefs/FASTHash.txt: -------------------------------------------------------------------------------- 1 | name=FastHash 2 | coding=256 3 | AQUAHASH_H 4 | -------------------------------------------------------------------------------- /cryptoDefs/FCrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/FCrypt.txt -------------------------------------------------------------------------------- /cryptoDefs/FNV1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/FNV1.txt -------------------------------------------------------------------------------- /cryptoDefs/Feal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Feal.txt -------------------------------------------------------------------------------- /cryptoDefs/Fletcher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Fletcher.txt -------------------------------------------------------------------------------- /cryptoDefs/Fortezza.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Fortezza.txt -------------------------------------------------------------------------------- /cryptoDefs/Fortuna.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Fortuna.txt -------------------------------------------------------------------------------- /cryptoDefs/GEA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/GEA.txt -------------------------------------------------------------------------------- /cryptoDefs/GEA03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/GEA03.txt -------------------------------------------------------------------------------- /cryptoDefs/GEA45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/GEA45.txt -------------------------------------------------------------------------------- /cryptoDefs/GOST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/GOST.txt -------------------------------------------------------------------------------- /cryptoDefs/Grain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Grain.txt -------------------------------------------------------------------------------- /cryptoDefs/GrainV1.txt: -------------------------------------------------------------------------------- 1 | name=GrainV1 2 | coding=64 3 | grain.h 4 | -------------------------------------------------------------------------------- /cryptoDefs/HAVAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/HAVAL.txt -------------------------------------------------------------------------------- /cryptoDefs/HC128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/HC128.txt -------------------------------------------------------------------------------- /cryptoDefs/HC256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/HC256.txt -------------------------------------------------------------------------------- /cryptoDefs/ICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ICE.txt -------------------------------------------------------------------------------- /cryptoDefs/ISAAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ISAAC.txt -------------------------------------------------------------------------------- /cryptoDefs/Idea.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Idea.txt -------------------------------------------------------------------------------- /cryptoDefs/Juniper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Juniper.txt -------------------------------------------------------------------------------- /cryptoDefs/KHAZAD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/KHAZAD.txt -------------------------------------------------------------------------------- /cryptoDefs/Kazumi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Kazumi.txt -------------------------------------------------------------------------------- /cryptoDefs/Keccak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Keccak.txt -------------------------------------------------------------------------------- /cryptoDefs/LMHash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/LMHash.txt -------------------------------------------------------------------------------- /cryptoDefs/LOKI91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/LOKI91.txt -------------------------------------------------------------------------------- /cryptoDefs/LUC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/LUC.txt -------------------------------------------------------------------------------- /cryptoDefs/Lucifer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Lucifer.txt -------------------------------------------------------------------------------- /cryptoDefs/MD160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MD160.txt -------------------------------------------------------------------------------- /cryptoDefs/MD2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MD2.txt -------------------------------------------------------------------------------- /cryptoDefs/MD3.txt: -------------------------------------------------------------------------------- 1 | name=MD2 2 | coding=256 3 | MD2.py 4 | -------------------------------------------------------------------------------- /cryptoDefs/MD4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MD4.txt -------------------------------------------------------------------------------- /cryptoDefs/MD5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MD5.txt -------------------------------------------------------------------------------- /cryptoDefs/MD6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MD6.txt -------------------------------------------------------------------------------- /cryptoDefs/MDC2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MDC2.txt -------------------------------------------------------------------------------- /cryptoDefs/MISTY1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MISTY1.txt -------------------------------------------------------------------------------- /cryptoDefs/MQV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MQV.txt -------------------------------------------------------------------------------- /cryptoDefs/MSCASH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MSCASH.txt -------------------------------------------------------------------------------- /cryptoDefs/MSCash2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MSCash2.txt -------------------------------------------------------------------------------- /cryptoDefs/MULTI2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/MULTI2.txt -------------------------------------------------------------------------------- /cryptoDefs/McEliece.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/McEliece.txt -------------------------------------------------------------------------------- /cryptoDefs/NTRUEncrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/NTRUEncrypt.txt -------------------------------------------------------------------------------- /cryptoDefs/Nimbus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Nimbus.txt -------------------------------------------------------------------------------- /cryptoDefs/Noekedon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Noekedon.txt -------------------------------------------------------------------------------- /cryptoDefs/PBE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/PBE.txt -------------------------------------------------------------------------------- /cryptoDefs/PBES1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/PBES1.txt -------------------------------------------------------------------------------- /cryptoDefs/PBES2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/PBES2.txt -------------------------------------------------------------------------------- /cryptoDefs/Panama.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Panama.txt -------------------------------------------------------------------------------- /cryptoDefs/Quad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Quad.txt -------------------------------------------------------------------------------- /cryptoDefs/RC2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RC2.txt -------------------------------------------------------------------------------- /cryptoDefs/RC4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RC4.txt -------------------------------------------------------------------------------- /cryptoDefs/RC4HMACxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RC4HMACxt -------------------------------------------------------------------------------- /cryptoDefs/RC5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RC5.txt -------------------------------------------------------------------------------- /cryptoDefs/RC6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RC6.txt -------------------------------------------------------------------------------- /cryptoDefs/RIPEMD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RIPEMD.txt -------------------------------------------------------------------------------- /cryptoDefs/RSA-OAEP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RSA-OAEP.txt -------------------------------------------------------------------------------- /cryptoDefs/RSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RSA.txt -------------------------------------------------------------------------------- /cryptoDefs/RSAES-PKCS1-v1_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/RSAES-PKCS1-v1_5.txt -------------------------------------------------------------------------------- /cryptoDefs/Rabbin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Rabbin.txt -------------------------------------------------------------------------------- /cryptoDefs/Rabbit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Rabbit.txt -------------------------------------------------------------------------------- /cryptoDefs/Rijndael.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Rijndael.txt -------------------------------------------------------------------------------- /cryptoDefs/SALSA10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SALSA10.txt -------------------------------------------------------------------------------- /cryptoDefs/SALSA20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SALSA20.txt -------------------------------------------------------------------------------- /cryptoDefs/SHS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SHS.txt -------------------------------------------------------------------------------- /cryptoDefs/SMS4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SMS4.txt -------------------------------------------------------------------------------- /cryptoDefs/SNOW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SNOW.txt -------------------------------------------------------------------------------- /cryptoDefs/SNRF.txt: -------------------------------------------------------------------------------- 1 | name=SNERFU 2 | coding=256 3 | Snefru 4 | -------------------------------------------------------------------------------- /cryptoDefs/SOSEMANUK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SOSEMANUK.txt -------------------------------------------------------------------------------- /cryptoDefs/SSHA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/SSHA.txt -------------------------------------------------------------------------------- /cryptoDefs/Seal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Seal.txt -------------------------------------------------------------------------------- /cryptoDefs/Seed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Seed.txt -------------------------------------------------------------------------------- /cryptoDefs/Sha.txt: -------------------------------------------------------------------------------- 1 | name=SHA1 2 | coding=128 3 | SHA-1 4 | -------------------------------------------------------------------------------- /cryptoDefs/Sha2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Sha2.txt -------------------------------------------------------------------------------- /cryptoDefs/Shacal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Shacal.txt -------------------------------------------------------------------------------- /cryptoDefs/Shark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Shark.txt -------------------------------------------------------------------------------- /cryptoDefs/Skein.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Skein.txt -------------------------------------------------------------------------------- /cryptoDefs/Skipjack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Skipjack.txt -------------------------------------------------------------------------------- /cryptoDefs/Sober.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Sober.txt -------------------------------------------------------------------------------- /cryptoDefs/TDES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/TDES.txt -------------------------------------------------------------------------------- /cryptoDefs/TEA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/TEA.txt -------------------------------------------------------------------------------- /cryptoDefs/TNEPRES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/TNEPRES.txt -------------------------------------------------------------------------------- /cryptoDefs/Threefish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Threefish.txt -------------------------------------------------------------------------------- /cryptoDefs/Tiger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Tiger.txt -------------------------------------------------------------------------------- /cryptoDefs/Twofish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Twofish.txt -------------------------------------------------------------------------------- /cryptoDefs/VMPC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/VMPC.txt -------------------------------------------------------------------------------- /cryptoDefs/Wake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Wake.txt -------------------------------------------------------------------------------- /cryptoDefs/Whirlpool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Whirlpool.txt -------------------------------------------------------------------------------- /cryptoDefs/XTR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/XTR.txt -------------------------------------------------------------------------------- /cryptoDefs/Yarrow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/Yarrow.txt -------------------------------------------------------------------------------- /cryptoDefs/ZUC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ZUC.txt -------------------------------------------------------------------------------- /cryptoDefs/ZipCrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/ZipCrypt.txt -------------------------------------------------------------------------------- /cryptoDefs/dsa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/dsa.txt -------------------------------------------------------------------------------- /cryptoDefs/pbkdf1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/pbkdf1.txt -------------------------------------------------------------------------------- /cryptoDefs/pbkdf2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/pbkdf2.txt -------------------------------------------------------------------------------- /cryptoDefs/pkcs12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/pkcs12.txt -------------------------------------------------------------------------------- /cryptoDefs/pkcs7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/pkcs7.txt -------------------------------------------------------------------------------- /cryptoDefs/sapphire.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/sapphire.txt -------------------------------------------------------------------------------- /cryptoDefs/serpent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/serpent.txt -------------------------------------------------------------------------------- /cryptoDefs/srp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/srp.txt -------------------------------------------------------------------------------- /cryptoDefs/tcryp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/tcryp.txt -------------------------------------------------------------------------------- /cryptoDefs/xtea.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/cryptoDefs/xtea.txt -------------------------------------------------------------------------------- /doc/scanoss-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/doc/scanoss-logo.png -------------------------------------------------------------------------------- /doc/style.css: -------------------------------------------------------------------------------- 1 | #projectlogo { 2 | vertical-align: middle; 3 | } 4 | -------------------------------------------------------------------------------- /external/inc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/inc/LICENSE -------------------------------------------------------------------------------- /external/inc/bsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/inc/bsort.h -------------------------------------------------------------------------------- /external/inc/crc32c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/inc/crc32c.h -------------------------------------------------------------------------------- /external/inc/json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/inc/json.h -------------------------------------------------------------------------------- /external/inc/winnowing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/inc/winnowing.h -------------------------------------------------------------------------------- /external/src/bsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/src/bsort.c -------------------------------------------------------------------------------- /external/src/crc32c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/src/crc32c.c -------------------------------------------------------------------------------- /external/src/winnowing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/external/src/winnowing.c -------------------------------------------------------------------------------- /inc/attributions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/attributions.h -------------------------------------------------------------------------------- /inc/copyright.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/copyright.h -------------------------------------------------------------------------------- /inc/crc32c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/crc32c.h -------------------------------------------------------------------------------- /inc/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/crypto.h -------------------------------------------------------------------------------- /inc/crypto_loads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/crypto_loads.h -------------------------------------------------------------------------------- /inc/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/file.h -------------------------------------------------------------------------------- /inc/help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/help.h -------------------------------------------------------------------------------- /inc/hex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/hex.h -------------------------------------------------------------------------------- /inc/ignored_extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/ignored_extensions.h -------------------------------------------------------------------------------- /inc/ignored_files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/ignored_files.h -------------------------------------------------------------------------------- /inc/ignored_wfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/ignored_wfp.h -------------------------------------------------------------------------------- /inc/ignorelist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/ignorelist.h -------------------------------------------------------------------------------- /inc/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/import.h -------------------------------------------------------------------------------- /inc/license.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/license.h -------------------------------------------------------------------------------- /inc/minr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/minr.h -------------------------------------------------------------------------------- /inc/minr_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/minr_log.h -------------------------------------------------------------------------------- /inc/mz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/mz.h -------------------------------------------------------------------------------- /inc/mz_mine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/mz_mine.h -------------------------------------------------------------------------------- /inc/quality.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/quality.h -------------------------------------------------------------------------------- /inc/scancode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/scancode.h -------------------------------------------------------------------------------- /inc/trie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/trie.h -------------------------------------------------------------------------------- /inc/url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/url.h -------------------------------------------------------------------------------- /inc/wfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/inc/wfp.h -------------------------------------------------------------------------------- /licenses/AFL-2.0/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/AFL-2.0/01.txt -------------------------------------------------------------------------------- /licenses/AFL-2.0/02.txt: -------------------------------------------------------------------------------- 1 | The Academic Free License 2 | v. 2.0 3 | -------------------------------------------------------------------------------- /licenses/AFL-2.1/01.txt: -------------------------------------------------------------------------------- 1 | The Academic Free License 2 | v.2.1 3 | -------------------------------------------------------------------------------- /licenses/AFL-2.1/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/AFL-2.1/02.txt -------------------------------------------------------------------------------- /licenses/AGPL-3.0-only/01.txt: -------------------------------------------------------------------------------- 1 | http://www.gnu.org/licenses/agpl-3.0.txt 2 | -------------------------------------------------------------------------------- /licenses/AGPL-3.0-only/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/AGPL-3.0-only/02.txt -------------------------------------------------------------------------------- /licenses/AGPL-3.0-or-later/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/AGPL-3.0-or-later/01.txt -------------------------------------------------------------------------------- /licenses/AGPL-3.0-or-later/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/AGPL-3.0-or-later/02.txt -------------------------------------------------------------------------------- /licenses/Apache-1.0/01.txt: -------------------------------------------------------------------------------- 1 | http://www.apache.org/licenses/LICENSE-1.0 2 | -------------------------------------------------------------------------------- /licenses/Apache-1.0/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Apache-1.0/02.txt -------------------------------------------------------------------------------- /licenses/Apache-1.1/01.txt: -------------------------------------------------------------------------------- 1 | http://apache.org/licenses/LICENSE-1.1 2 | -------------------------------------------------------------------------------- /licenses/Apache-1.1/02.txt: -------------------------------------------------------------------------------- 1 | Apache License 1.1 2 | -------------------------------------------------------------------------------- /licenses/Apache-2.0/01.txt: -------------------------------------------------------------------------------- 1 | Apache License, Version 2.0 2 | 3 | -------------------------------------------------------------------------------- /licenses/Apache-2.0/02.txt: -------------------------------------------------------------------------------- 1 | http://www.apache.org/licenses/LICENSE-2.0 2 | -------------------------------------------------------------------------------- /licenses/Apache-2.0/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Apache-2.0/03.txt -------------------------------------------------------------------------------- /licenses/Artistic-1.0-Perl/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Artistic-1.0-Perl/01.txt -------------------------------------------------------------------------------- /licenses/Artistic-1.0-Perl/02.txt: -------------------------------------------------------------------------------- 1 | Artistic License 1.0 2 | -------------------------------------------------------------------------------- /licenses/BSD-2-Clause-Patent/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSD-2-Clause-Patent/01.txt -------------------------------------------------------------------------------- /licenses/BSD-2-Clause/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSD-2-Clause/01.txt -------------------------------------------------------------------------------- /licenses/BSD-3-Clause/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSD-3-Clause/01.txt -------------------------------------------------------------------------------- /licenses/BSD-4-Clause-UC/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSD-4-Clause-UC/01.txt -------------------------------------------------------------------------------- /licenses/BSD-4-Clause/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSD-4-Clause/01.txt -------------------------------------------------------------------------------- /licenses/BSL-1.0/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/BSL-1.0/01.txt -------------------------------------------------------------------------------- /licenses/CC0-1.0/01.txt: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | -------------------------------------------------------------------------------- /licenses/CDDL-1.0/01.txt: -------------------------------------------------------------------------------- 1 | COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) 2 | -------------------------------------------------------------------------------- /licenses/CPL-1.0/01.txt: -------------------------------------------------------------------------------- 1 | Common Public License 2 | -------------------------------------------------------------------------------- /licenses/EFL-2.0/01.txt: -------------------------------------------------------------------------------- 1 | Eiffel Forum License, version 2 2 | -------------------------------------------------------------------------------- /licenses/EFL-2.0/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/EFL-2.0/02.txt -------------------------------------------------------------------------------- /licenses/EPL-1.0/01.txt: -------------------------------------------------------------------------------- 1 | Eclipse Public License v1.0 2 | 3 | -------------------------------------------------------------------------------- /licenses/EPL-2.0/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Eclipse Public License - v 2.0 4 | 5 | -------------------------------------------------------------------------------- /licenses/EUPL-1.1/1.txt: -------------------------------------------------------------------------------- 1 | European Union Public Licence V. 1.1 2 | 3 | -------------------------------------------------------------------------------- /licenses/Elastic/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Elastic/1.txt -------------------------------------------------------------------------------- /licenses/Elastic/2.txt: -------------------------------------------------------------------------------- 1 | Elastic License 2 | -------------------------------------------------------------------------------- /licenses/FSFULLR/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/FSFULLR/01.txt -------------------------------------------------------------------------------- /licenses/FTL/1.txt: -------------------------------------------------------------------------------- 1 | The FreeType Project LICENSE 2 | -------------------------------------------------------------------------------- /licenses/FTL/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/FTL/2.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/01.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/02.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/03.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/04.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/05.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/06.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/07.txt: -------------------------------------------------------------------------------- 1 | http://www.gnu.org/licenses/gpl-2.0.html 2 | -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/08.txt: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE Version 2, June 1991 2 | 3 | -------------------------------------------------------------------------------- /licenses/GPL-2.0-only/GPL-2.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-only/GPL-2.0-only.txt -------------------------------------------------------------------------------- /licenses/GPL-2.0-or-later/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-2.0-or-later/01.txt -------------------------------------------------------------------------------- /licenses/GPL-3.0-only/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-3.0-only/01.txt -------------------------------------------------------------------------------- /licenses/GPL-3.0-only/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-3.0-only/02.txt -------------------------------------------------------------------------------- /licenses/GPL-3.0-or-later/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/GPL-3.0-or-later/01.txt -------------------------------------------------------------------------------- /licenses/HPND/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Historical Permission Notice and Disclaimer 4 | 5 | -------------------------------------------------------------------------------- /licenses/HPND/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/HPND/2.txt -------------------------------------------------------------------------------- /licenses/IBM-pibs/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/IBM-pibs/1.txt -------------------------------------------------------------------------------- /licenses/ICU/1.txt: -------------------------------------------------------------------------------- 1 | ICU License - ICU 1.8.1 and later 2 | -------------------------------------------------------------------------------- /licenses/ICU/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/ICU/2.txt -------------------------------------------------------------------------------- /licenses/IJG/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Independent JPEG Group License 4 | 5 | -------------------------------------------------------------------------------- /licenses/IJG/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/IJG/2.txt -------------------------------------------------------------------------------- /licenses/IPL-1.0/01.txt: -------------------------------------------------------------------------------- 1 | IBM Public License 2 | -------------------------------------------------------------------------------- /licenses/ISC/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/ISC/1.txt -------------------------------------------------------------------------------- /licenses/ISC/2.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | ISC License 4 | 5 | -------------------------------------------------------------------------------- /licenses/LGPL-2.1-only/1.txt: -------------------------------------------------------------------------------- 1 | 2 | GNU LESSER GENERAL PUBLIC LICENSE 3 | 4 | Version 2.1, February 1999 5 | 6 | -------------------------------------------------------------------------------- /licenses/LGPL-2.1-only/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-2.1-only/2.txt -------------------------------------------------------------------------------- /licenses/LGPL-2.1-or-later/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-2.1-or-later/01.txt -------------------------------------------------------------------------------- /licenses/LGPL-2.1-or-later/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-2.1-or-later/02.txt -------------------------------------------------------------------------------- /licenses/LGPL-2.1-or-later/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-2.1-or-later/03.txt -------------------------------------------------------------------------------- /licenses/LGPL-3.0-only/1.txt: -------------------------------------------------------------------------------- 1 | GNU LESSER GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | -------------------------------------------------------------------------------- /licenses/LGPL-3.0-only/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-3.0-only/2.txt -------------------------------------------------------------------------------- /licenses/LGPL-3.0-or-later/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/LGPL-3.0-or-later/01.txt -------------------------------------------------------------------------------- /licenses/Libpng/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Libpng/1.txt -------------------------------------------------------------------------------- /licenses/MIT-CMU/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MIT-CMU/1.txt -------------------------------------------------------------------------------- /licenses/MIT/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MIT/01.txt -------------------------------------------------------------------------------- /licenses/MIT/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MIT/02.txt -------------------------------------------------------------------------------- /licenses/MIT/03.txt: -------------------------------------------------------------------------------- 1 | MIT license 2 | -------------------------------------------------------------------------------- /licenses/MIT/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MIT/04.txt -------------------------------------------------------------------------------- /licenses/MPL-1.1/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MPL-1.1/01.txt -------------------------------------------------------------------------------- /licenses/MPL-2.0-no-copyleft-exception/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MPL-2.0-no-copyleft-exception/1.txt -------------------------------------------------------------------------------- /licenses/MPL-2.0/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MPL-2.0/01.txt -------------------------------------------------------------------------------- /licenses/MS-PL/01.txt: -------------------------------------------------------------------------------- 1 | Microsoft Public License 2 | -------------------------------------------------------------------------------- /licenses/MS-RL/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Microsoft Reciprocal License (Ms-RL) 4 | 5 | -------------------------------------------------------------------------------- /licenses/MirOS/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/MirOS/1.txt -------------------------------------------------------------------------------- /licenses/NBPL-1.0/1.txt: -------------------------------------------------------------------------------- 1 | Net Boolean Public License 2 | 3 | -------------------------------------------------------------------------------- /licenses/NTP/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | NTP License 4 | 5 | -------------------------------------------------------------------------------- /licenses/NTP/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/NTP/2.txt -------------------------------------------------------------------------------- /licenses/OSL-3.0/1.txt: -------------------------------------------------------------------------------- 1 | Open Software License v. 3.0 2 | -------------------------------------------------------------------------------- /licenses/OSL-3.0/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/OSL-3.0/2.txt -------------------------------------------------------------------------------- /licenses/OpenSSL/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | OpenSSL License 4 | 5 | -------------------------------------------------------------------------------- /licenses/OpenSSL/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/OpenSSL/2.txt -------------------------------------------------------------------------------- /licenses/OpenSSL/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/OpenSSL/3.txt -------------------------------------------------------------------------------- /licenses/PostgreSQL/01.txt: -------------------------------------------------------------------------------- 1 | This software is released under the PostgreSQL Licence 2 | -------------------------------------------------------------------------------- /licenses/PostgreSQL/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/PostgreSQL/02.txt -------------------------------------------------------------------------------- /licenses/Python-2.0/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Python-2.0/1.txt -------------------------------------------------------------------------------- /licenses/Qhull/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Qhull/1.txt -------------------------------------------------------------------------------- /licenses/RPL-1.5/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Reciprocal Public License 1.5 4 | -------------------------------------------------------------------------------- /licenses/RPL-1.5/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/RPL-1.5/2.txt -------------------------------------------------------------------------------- /licenses/SSPL/1.txt: -------------------------------------------------------------------------------- 1 | Server Side Public License 2 | -------------------------------------------------------------------------------- /licenses/UPL-1.0/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/UPL-1.0/1.txt -------------------------------------------------------------------------------- /licenses/UPL-1.0/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/UPL-1.0/2.txt -------------------------------------------------------------------------------- /licenses/Unicode-DFS-2015/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Unicode-DFS-2015/1.txt -------------------------------------------------------------------------------- /licenses/Unicode-DFS-2016/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Unicode-DFS-2016/1.txt -------------------------------------------------------------------------------- /licenses/WTFPL/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/WTFPL/01.txt -------------------------------------------------------------------------------- /licenses/X11/1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | X11 License 4 | 5 | -------------------------------------------------------------------------------- /licenses/X11/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/X11/2.txt -------------------------------------------------------------------------------- /licenses/XFree86-1.1/1.txt: -------------------------------------------------------------------------------- 1 | XFree86 License 2 | -------------------------------------------------------------------------------- /licenses/XFree86-1.1/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/XFree86-1.1/2.txt -------------------------------------------------------------------------------- /licenses/Zlib/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/Zlib/01.txt -------------------------------------------------------------------------------- /licenses/bzip2-1.0.5/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/bzip2-1.0.5/01.txt -------------------------------------------------------------------------------- /licenses/bzip2-1.0.6/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/bzip2-1.0.6/01.txt -------------------------------------------------------------------------------- /licenses/curl/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/curl/01.txt -------------------------------------------------------------------------------- /licenses/libtiff/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/libtiff/1.txt -------------------------------------------------------------------------------- /licenses/zlib-acknowledgement/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/licenses/zlib-acknowledgement/1.txt -------------------------------------------------------------------------------- /package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/package.sh -------------------------------------------------------------------------------- /scripts/debpkg/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/scripts/debpkg/DEBIAN/control -------------------------------------------------------------------------------- /scripts/rpmpkg/minr.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/scripts/rpmpkg/minr.spec -------------------------------------------------------------------------------- /src/attributions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/attributions.c -------------------------------------------------------------------------------- /src/copyright.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/copyright.c -------------------------------------------------------------------------------- /src/crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/crypto.c -------------------------------------------------------------------------------- /src/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/file.c -------------------------------------------------------------------------------- /src/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/help.c -------------------------------------------------------------------------------- /src/hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/hex.c -------------------------------------------------------------------------------- /src/ignored_extensions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/ignored_extensions.c -------------------------------------------------------------------------------- /src/ignored_files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/ignored_files.c -------------------------------------------------------------------------------- /src/ignored_wfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/ignored_wfp.c -------------------------------------------------------------------------------- /src/ignorelist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/ignorelist.c -------------------------------------------------------------------------------- /src/import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/import.c -------------------------------------------------------------------------------- /src/join.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/join.c -------------------------------------------------------------------------------- /src/license.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/license.c -------------------------------------------------------------------------------- /src/license_ids.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/license_ids.c -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/main.c -------------------------------------------------------------------------------- /src/minr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/minr.c -------------------------------------------------------------------------------- /src/minr_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/minr_log.c -------------------------------------------------------------------------------- /src/mz_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/mz_main.c -------------------------------------------------------------------------------- /src/mz_mine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/mz_mine.c -------------------------------------------------------------------------------- /src/mz_optimise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/mz_optimise.c -------------------------------------------------------------------------------- /src/quality.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/quality.c -------------------------------------------------------------------------------- /src/scancode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/scancode.c -------------------------------------------------------------------------------- /src/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/string.c -------------------------------------------------------------------------------- /src/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/url.c -------------------------------------------------------------------------------- /src/wfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/src/wfp.c -------------------------------------------------------------------------------- /version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scanoss/minr/HEAD/version.sh --------------------------------------------------------------------------------