Skip to content

Instantly share code, notes, and snippets.

3dtk UNKNOWN NONE
3proxy UNKNOWN Alpine
7zip LGPL-2.0-only Alpine
abacus LGPL-3.0-or-later Detected
abduco ISC Alpine
abi-compliance-checker LGPL-2.1-or-later Alpine
abi-dumper LGPL-2.1-or-later Detected
abinit Apache-2.0 Detected
abseil-cpp Apache-2.0 Alpine
abyss UNKNOWN NONE
@boomanaiden154
boomanaiden154 / invalid_licenses.md
Last active November 12, 2023 09:02
Possibly Invalid Alpine SPDX expressions
  • main/zstd has potentially invalid license BSD-3-Clause GPL-2.0-or-later - MR
  • main/wasi-compiler-rt has potentially invalid license Apache-2.0 WITH LLVM-exception BSD-2-Clause - MR
  • main/vlan has potentially invalid license GPL - MR
  • main/u-boot has potentially invalid license GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
  • main/statserial has potentially invalid license GPL - MR
  • main/sqsh has potentially invalid license GPL - MR
  • main/spice-protocol has potentially invalid license BSD-3-Clause LGPL-2.1-or-later - MR
  • main/sngtc
This file has been truncated, but you can view the full file.
[
{
"name": "ZygoteStructArrays",
"repo": "https://github.com/cossio/ZygoteStructArrays.jl.git",
"license": "NOASSERTION"
},
{
"name": "ZygoteRules",
"repo": "https://github.com/FluxML/ZygoteRules.jl.git",
"license": "MIT"
3dtk UNKNOWN
3proxy UNKNOWN
7zip LGPL-2.0-only
abacus LGPL-3.0-or-later
abduco ISC
abi-compliance-checker LGPL-2.1-or-later
abi-dumper LGPL-2.1-or-later
abinit Apache-2.0
abseil-cpp Apache-2.0
abyss UNKNOWN
We can't make this file beautiful and searchable because it's too large.
"","Package","License"
"A3","A3","GPL (>= 2)"
"AalenJohansen","AalenJohansen","GPL (>= 2)"
"AATtools","AATtools","GPL-3"
"ABACUS","ABACUS","GPL-3"
"abasequence","abasequence","GPL-3"
"abbreviate","abbreviate","GPL-3"
"abbyyR","abbyyR","MIT + file LICENSE"
"abc","abc","GPL (>= 3)"
"abc.data","abc.data","GPL (>= 3)"
3dtk UNKNOWN
3proxy Apache-2.0 GPL-2.0-or-later LGPL-2.1-or-later
7zip LGPL-2.0-only
abacus UNKNOWN
abduco ISC
abi-compliance-checker LGPL-2.1-or-later
abi-dumper UNKNOWN
abinit UNKNOWN
abseil-cpp Apache-2.0
abyss UNKNOWN
https://discourse.llvm.org/t/gnu-libgcrypt-att-asm-style-clang-llmv-as-doesnt-pass-autotool-configure-check-unified-asm-code-support/66303
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=02d5d1d97b3f281cf9c854d7143e346ab76fa384
/corpus/corpus/brpc-57tx4sbrnisq4wvxusllte3vusp5dqb6:brpc,failure,/corpus/corpus/brpc-57tx4sbrnisq4wvxusllte3vusp5dqb6/spack_build.log
/corpus/corpus/psrchive-ajx3sgrdmjsgjsjzyxvcoa6feakkzoxy:psrchive,no_logs,NULL
/corpus/corpus/srcml-4fipulcpzxqnwflvu22agvrtv2unfqs5:srcml,no_logs,NULL
/corpus/corpus/epics-base-surohp4u34gmjvxnnhoims5f6wezvdwu:epics-base,failure,/corpus/corpus/epics-base-surohp4u34gmjvxnnhoims5f6wezvdwu/spack_build.log
/corpus/corpus/at-spi2-core-j7hjphkuq6nt5cv547dwboegwgbzdki6:at-spi2-core,no_logs,NULL
/corpus/corpus/libopts-dt2tfjxg335v6buogp3edrm7rssib6aj:libopts,failure,/corpus/corpus/libopts-dt2tfjxg335v6buogp3edrm7rssib6aj/spack_build.log
/corpus/corpus/miniamr-5vhx2rybmyf4zlin6dwr24sb53qlex3e:miniamr,failure,/corpus/corpus/miniamr-5vhx2rybmyf4zlin6dwr24sb53qlex3e/spack_build.log
/corpus/corpus/openstf-75s354e3gbnrdhr6n7g7upiwz6wewasw:openstf,failure,/corpus/corpus/openstf-75s354e3gbnrdhr6n7g7upiwz6wewasw/spack_build.log
/corpus/corpus/star-jy5kp72xf5y42gmoixowhaefk2q5raai:star,failure
libarchive-dev
libudev-dev
libasound2-dev
libzmq3-dev
cmake
# 7/7/2023
libx11-dev
libglib2.0-dev
libsoup-3.0-dev
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
int main() {
int fd[2];
static const int parentsocket = 0;
static const int childsocket = 1;