Merge pull request #44894 from markuskowa/sqlite-lic
Fix licenses (#43716)
This commit is contained in:
commit
921e5ceef3
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A tool that shows statistics about SQLite databases";
|
description = "A tool that shows statistics about SQLite databases";
|
||||||
downloadPage = http://sqlite.org/download.html;
|
downloadPage = http://sqlite.org/download.html;
|
||||||
homepage = http://www.sqlite.org;
|
homepage = http://www.sqlite.org;
|
||||||
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ pesterhazy ];
|
maintainers = with maintainers; [ pesterhazy ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||||
downloadPage = http://sqlite.org/download.html;
|
downloadPage = http://sqlite.org/download.html;
|
||||||
homepage = http://www.sqlite.org/;
|
homepage = http://www.sqlite.org/;
|
||||||
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ eelco np ];
|
maintainers = with maintainers; [ eelco np ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sqlite.org/sqlar;
|
homepage = https://sqlite.org/sqlar;
|
||||||
description = "SQLite Archive utilities";
|
description = "SQLite Archive utilities";
|
||||||
|
license = licenses.bsd2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
|
@ -34,6 +34,7 @@ in stdenv.mkDerivation rec {
|
|||||||
it is intended as a replacement for the venerable 'isql' program supplied
|
it is intended as a replacement for the venerable 'isql' program supplied
|
||||||
by Sybase.
|
by Sybase.
|
||||||
'';
|
'';
|
||||||
|
license = licenses.gpl2;
|
||||||
homepage = https://sourceforge.net/projects/sqsh/;
|
homepage = https://sourceforge.net/projects/sqsh/;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
|
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,10 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6";
|
sha256 = "0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sourceforge.net/projects/sshpass/;
|
homepage = https://sourceforge.net/projects/sshpass/;
|
||||||
description = "Non-interactive ssh password auth";
|
description = "Non-interactive ssh password auth";
|
||||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
maintainers = [ maintainers.madjar ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ basvandijk ];
|
maintainers = with maintainers; [ basvandijk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
target network (though it does require Python 2 at both ends).
|
target network (though it does require Python 2 at both ends).
|
||||||
Works with Linux and Mac OS and supports DNS tunneling.
|
Works with Linux and Mac OS and supports DNS tunneling.
|
||||||
'';
|
'';
|
||||||
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ domenkozar ];
|
maintainers = with maintainers; [ domenkozar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user