pkgs/tools: remove licenses.gpl2

This commit is contained in:
Jussi Kuokkanen 2024-04-26 14:35:31 +03:00 committed by Weijia Wang
parent 055ed44f40
commit ce3f586775
325 changed files with 325 additions and 325 deletions

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A small daemon for disabling trackpads while typing";
homepage = "https://github.com/BlueDragonX/dispad";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ zimbatm ];
platforms = platforms.linux;
mainProgram = "dispad";

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Mouse wheel configuration tool for XFree86/Xorg";
maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
mainProgram = "imwheel";
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
and settings are stored in a human-readable config file.
'';
homepage = "https://github.com/l3ib/nitrogen";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.auntie ];
mainProgram = "nitrogen";

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = {
description = "NX X server based on Xnest";
homepage = "https://github.com/ArcticaProject/nx-libs";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple background setter with 200 lines of code";
homepage = "https://github.com/onur-ozkan/sbs";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ onur-ozkan ];
mainProgram = "sbs";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://sites.google.com/site/tstyblo/wmctrl";
description = "CLI tool to interact with EWMH/NetWM compatible X Window Managers";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; all;
maintainers = [ lib.maintainers.Anton-Latukha ];
mainProgram = "wmctrl";

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "A VNC server connected to a real X11 screen";
homepage = "https://github.com/LibVNC/x11vnc/";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ OPNA2608 ];
mainProgram = "x11vnc";
};

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://fredrik.hubbe.net/x2vnc.html";
description = "A program to control a remote VNC server";
platforms = platforms.unix;
license = licenses.gpl2;
license = licenses.gpl2Plus;
mainProgram = "x2vnc";
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
inherit (src.meta) homepage;
description = "A tiny monitor calibration loader for X and MS-Windows";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [];
platforms = platforms.linux;
mainProgram = "xcalib";

View File

@ -272,7 +272,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.freedesktop.org/wiki/Software/xdg-utils/";
description = "A set of command line tools that assist applications with a variety of desktop integration tasks";
license = if mimiSupport then licenses.gpl2 else licenses.mit;
license = if mimiSupport then licenses.gpl2Only else licenses.mit;
maintainers = [ maintainers.eelco ];
platforms = platforms.all;
};

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
};
}

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Middle mouse button primary X selection/clipboard paste disabler";
homepage = "https://github.com/milaq/XMousePasteBlock";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = [ maintainers.petercommand ];
mainProgram = "xmousepasteblock";
};

View File

@ -213,7 +213,7 @@ in buildPythonApplication rec {
description = "Persistent remote applications for X";
changelog = "https://github.com/Xpra-org/xpra/releases/tag/v${version}";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ offline numinit mvnetbiz ];
};
}

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
description = "fakeXinerama for Xpra";
platforms = platforms.linux;
maintainers = [ ];
license = licenses.gpl2;
license = licenses.mit;
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://salsa.debian.org/debian/xtrace";
description = "Tool to trace X11 protocol connections";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ viric ];
platforms = with platforms; linux;
mainProgram = "xtrace";

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.c-amie.co.uk/software/analog/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
description = "Powerful tool to generate web server statistics";
platforms = lib.platforms.all;
mainProgram = "analog";

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://simple-evcorr.github.io";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
description = "Simple Event Correlator";
maintainers = [ lib.maintainers.tv ];
platforms = lib.platforms.all;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Script to extract RPM archives";
platforms = platforms.all;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ abbradar ];
mainProgram = "rpmextract";
};

View File

@ -37,7 +37,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "Command line tool for unpacking archives easily";
homepage = "https://packages.qa.debian.org/u/unp.html";
license = with licenses; [ gpl2 ];
license = with licenses; [ gpl2Only ];
maintainers = [ maintainers.timor ];
platforms = platforms.all;
};

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A GTK front-end for command line archiving tools";
maintainers = [ lib.maintainers.domenkozar ];
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
mainProgram = "xarchive";
};

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Real-time adjustable equalizer plugin for ALSA";
homepage = "https://thedigitalmachine.net/alsaequal.html";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ymeister ];
};
}

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "http://www.pogo.org.uk/~mark/bpm-tools/";
description = "Automatically calculate BPM (tempo) of music files";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ doronbehar ];
};

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
very little CPU resources.
'';
homepage = "https://icecast.org/ezstream/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.barrucadu ];
platforms = platforms.all;
};

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
in its input stream
'';
homepage = "https://github.com/tomclegg/mp3cat";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.omnipotententity ];
platforms = platforms.all;
mainProgram = "mp3cat";

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "";
mainProgram = "pa-applet";
license = licenses.gpl2;
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.linux;
};

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A simple toolset for broadcasting live audio using RTP/UDP and Opus";
homepage = "http://www.pogo.org.uk/~mark/trx/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.hansjoergschurr ];
platforms = platforms.linux;
};

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/vgmrips/vgmtools";
description = "A collection of tools for the VGM file format";
license = licenses.gpl2; # Not clarified whether Only or Plus
license = licenses.gpl2Only; # Not clarified whether Only or Plus
maintainers = with maintainers; [ OPNA2608 ];
platforms = platforms.all;
};

View File

@ -50,7 +50,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "PulseAudio enabled volume control featuring per-app sliders";
homepage = "https://buzz.github.io/volctl/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
mainProgram = "volctl";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/richfelker/bakelite";
description = "Incremental backup with strong cryptographic confidentality";
mainProgram = "bakelite";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ mvs ];
# no support for Darwin (yet: https://github.com/richfelker/bakelite/pull/5)
platforms = platforms.linux;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast block device synchronizing tool";
homepage = "https://github.com/rolffokkens/bdsync";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ];
mainProgram = "bdsync";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Space-efficient incremental backups of large files or block devices";
mainProgram = "chunksync";
homepage = "http://chunksync.florz.de/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
};
}

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
secure backups on non-trusted spaces are no child's play?
'';
homepage = "https://duply.net/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.bjornfor ];
platforms = lib.platforms.unix;
};

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
Fork of the standard "mt" tool with additional Linux-specific IOCTLs.
'';
homepage = "https://github.com/iustin/mt-st";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.redvers ];
platforms = lib.platforms.linux;
};

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
specification.
'';
homepage = "https://sourceforge.net/projects/mtx/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.redvers ];
platforms = lib.platforms.linux;
};

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Opensource disk backup software";
homepage = "https://www.partimage.org";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [lib.maintainers.marcweber];
platforms = lib.platforms.linux;
};

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "SCSI Tape Encryption Manager";
mainProgram = "stenc";
homepage = "https://github.com/scsitape/stenc";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ woffs ];
platforms = lib.platforms.linux;
};

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://wiki.muiline.com/obex-data-server";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = "http://he.fi/bchunk/";
description = "A program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";
platforms = platforms.unix;
license = licenses.gpl2;
license = licenses.gpl2Plus;
mainProgram = "bchunk";
};
}

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "CloneCD to ISO converter";
homepage = "https://sourceforge.net/projects/ccd2iso/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ yana ];
platforms = platforms.unix;
mainProgram = "ccd2iso";

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A very simple utility for converting DiscJuggler images to the standard ISO-9660 format";
homepage = "https://sourceforge.net/projects/cdi2iso.berlios";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hrdinka ];
platforms = platforms.all;
mainProgram = "cdi2iso";

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html";
description = "Tools to inspect and manipulate CD/DVD optical disc images";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ hhm ];
platforms = platforms.linux ++ platforms.darwin;
};

View File

@ -68,6 +68,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode";
homepage = "https://cdrdao.sourceforge.net/";
platforms = lib.platforms.unix;
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
};
})

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://cdrkit.org/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://cdrtools.sourceforge.net/private/cdrecord.html";
description = "Highly portable CD/DVD/BluRay command line recording software";
license = with licenses; [ cddl gpl2 lgpl21 ];
license = with licenses; [ cddl gpl2Plus lgpl21 ];
platforms = with platforms; linux ++ darwin;
# Licensing issues: This package contains code licensed under CDDL, GPL2
# and LGPL2. There is a debate regarding the legality of distributing this

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A set of utilities for working with cue files and toc files";
homepage = "https://github.com/svend/cuetools";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ codyopel jcumming ];
platforms = platforms.all;
};

View File

@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = "http://fy.chalmers.se/~appro/linux/DVD+RW/tools";
description = "Tools for mastering Blu-ray and DVD+-RW/+-R media";
platforms = platforms.unix;
license = with licenses; [ gpl2 publicDomain ];
license = with licenses; [ gpl2Only publicDomain ];
};
}

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.pixelbeat.org/programs/dvd-vr/";
downloadPage = "https://www.pixelbeat.org/programs/dvd-vr/";
description = "A utility to identify and optionally copy recordings from a DVD-VR format disc";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fgaz ];
mainProgram = "dvd-vr";
};

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rhinstaller/isomd5sum";
description = "Utilities for working with md5sum implanted in ISO images";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ knl ];
};
}

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://sourceforge.net/projects/lsdvd/";
description = "Display information about audio, video, and subtitle tracks on a DVD";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "lsdvd";
};

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Small utility that converts MDF images to ISO format";
homepage = src.url;
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.oxij ];
mainProgram = "mdf2iso";

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A linux utils for converting CD (or DVD) image generated by Nero Burning Rom to ISO format";
homepage = "http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.all;
mainProgram = "nrg2iso";
};

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Copies DVD .vob files to harddisk, decrypting them on the way";
homepage = "http://vobcopy.org/projects/c/c.shtml";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.bluescreen303 ];
platforms = lib.platforms.all;

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.lzop.org";
description = "Fast file compressor";
maintainers = with maintainers; [ ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
mainProgram = "lzop";
};

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://github.com/simonvetter/afpfs-ng";
description = "A client implementation of the Apple Filing Protocol";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;
};

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Gateway between FUSE and libarchive: allows mounting of cpio, .tar.gz, .tar.bz2 archives";
mainProgram = "archivemount";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "A menu-driven bash script for the management of removable media with udisks";
mainProgram = "bashmount";
maintainers = [ maintainers.koral ];
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.all;
};
}

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
tree.
'';
homepage = "https://bcache.evilpiepirate.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};

View File

@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Tool for managing bcachefs filesystems";
homepage = "https://bcachefs.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ davidak Madouura ];
platforms = platforms.linux;
};

View File

@ -140,7 +140,7 @@ let
getMeta = description: with lib; {
homepage = "https://ceph.io/en/";
inherit description;
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
license = with licenses; [ lgpl21 gpl2Only bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak johanot krav ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "FUSE filesystems for viewing chunksync-style directory trees as a block device and vice versa";
homepage = "http://chunkfs.florz.de/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
};
}

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.brain-dump.org/projects/ciopfs/";
description = "A case-insensitive filesystem layered on top of any other filesystem";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
};
}

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Read BitLocker encrypted partitions in Linux";
homepage = "https://github.com/aorimn/dislocker";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ elitak ];
platforms = platforms.unix;
};

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
mainProgram = "djmount";
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.jagajaga ];
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
};
}

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A simple tool for finding duplicated extents and submitting them for deduplication";
homepage = "https://github.com/markfasheh/duperemove";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ bluescreen303 thoughtpolice ];
platforms = platforms.linux;
mainProgram = "duperemove";

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://e2tools.github.io/";
description = "Utilities to read/write/manipulate files in an ext2/ext3 filesystem";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.leenaars ];
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
It's much more effective and works much better than extundelete.
'';
homepage = "https://ext4magic.sourceforge.net/ext4magic_en.html";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.rkoe ];
mainProgram = "ext4magic";

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Utility that can recover deleted files from an ext3 or ext4 partition";
homepage = "https://extundelete.sourceforge.net/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
mainProgram = "extundelete";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/";
description = "Userland tools for the f2fs filesystem";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ ehmry jagajaga ];
};

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "FUSE module to mount ISO filesystem images";
homepage = "https://sourceforge.net/projects/fuseiso";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
mainProgram = "fuseiso";
};

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/bestouff/genext2fs";
description = "A tool to generate ext2 filesystem images without requiring root privileges";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
mainProgram = "genext2fs";

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://romfs.sourceforge.net/";
description = "Tool for creating romfs file system images";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nickcao ];
platforms = platforms.all;
mainProgram = "genromfs";

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A console Google Drive client";
homepage = "https://github.com/vitalif/grive2";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "grive";
};

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://moosefs.com";
description = "Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System";
platforms = platforms.unix;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.mfossen ];
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "NILFS utilities";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl21 ];
license = with licenses; [ gpl2Plus lgpl21 ];
downloadPage = "http://nilfs.sourceforge.net/en/download.html";
};
}

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Scale-out network file system for use on high-end computing systems";
homepage = "http://www.orangefs.org/";
license = with licenses; [ asl20 bsd3 gpl2 lgpl21 lgpl21Plus openldap ];
license = with licenses; [ asl20 bsd3 gpl2Only lgpl21 lgpl21Plus openldap ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ markuskowa ];
};

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
inherit version;
homepage = "https://sourceforge.net/projects/reiser4/";
description = "Reiser4 utilities";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit version;
homepage = "http://www.namesys.com/";
description = "ReiserFS utilities";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
};
}

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "A FUSE FS for mounting Samba shares";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
downloadPage = "https://sourceforge.net/projects/smbnetfs/files/smbnetfs";
homepage = "https://sourceforge.net/projects/smbnetfs/";
mainProgram = "smbnetfs";

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tool for controlling the special features of a 'U3 smart drive' USB Flash disk";
homepage = "https://sourceforge.net/projects/u3-tool/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = with platforms; linux;
maintainers = with maintainers; [ makefu ];
mainProgram = "u3-tool";

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "FUSE-based VMFS (vmware) file system tools";
maintainers = with maintainers; [ peterhoeg ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
inherit (src.meta) homepage;
};

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wit.wiimm.de";
description = "A set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ nilp0inter ];
};

View File

@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
homepage = "https://frippery.org/uml/";
description = "Zero free blocks from ext2, ext3 and ext4 file-systems";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.theuni ];
mainProgram = "zerofree";
};

View File

@ -42,7 +42,7 @@ mavenWithJdk.buildMavenPackage rec {
meta = with lib; {
description = "A mod manager for FTL: Faster Than Light";
homepage = "https://github.com/Vhati/Slipstream-Mod-Manager";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ mib ];
mainProgram = "slipstream";
};

View File

@ -57,7 +57,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Dynamic wallpaper maker for Gnome";
homepage = "https://github.com/dusansimic/dynamic-wallpaper";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
mainProgram = "me.dusansimic.DynamicWallpaper";
maintainers = with maintainers; [ zendo ];

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://enblend.sourceforge.net/";
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = with platforms; linux;
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A utility to create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps";
homepage = "http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.asppsa ];
platforms = platforms.all;
mainProgram = "epstool";

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Static photo gallery generator";
homepage = "https://www.thregr.org/~wavexx/software/fgallery/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
mainProgram = "fgallery";

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Command-line tool for creating, editing, and getting information about GIF images and animations";
homepage = "https://www.lcdf.org/gifsicle/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ zimbatm ];
};

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://bitbucket.org/zondo/ifm";
description = "Interactive fiction mapper";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ orivej ];
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.mcternan.me.uk/mscgen/";
description = "Convert Message Sequence Chart descriptions into PNG, SVG, or EPS images";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
longDescription = ''
Mscgen is a small program that parses Message Sequence Chart

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "OPTical ARchiver - it's a codec for encoding data on paper";
homepage = "http://ronja.twibright.com/optar/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ peterhoeg ];
platforms = with platforms; linux; # possibly others, but only tested on Linux
};

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "PDF converter to SVG format";
homepage = "http://www.cityinthesky.co.uk/opensource/pdf2svg";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.ianwookim ];
platforms = platforms.unix;
mainProgram = "pdf2svg";

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Translates PostScript and PDF graphics into other vector formats";
homepage = "https://sourceforge.net/projects/pstoedit/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.marcweber ];
platforms = platforms.unix;
mainProgram = "pstoedit";

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/dbohdan/s2png/";
description = "Store any data in PNG images";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.dbohdan ];
platforms = lib.platforms.unix;
mainProgram = "s2png";

View File

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "Clean and optimize SVG files from unnecessary data";
homepage = "https://github.com/RazrFalcon/SVGCleaner";
changelog = "https://github.com/RazrFalcon/svgcleaner/releases";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ yuu ];
mainProgram = "svgcleaner";
};

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.flameeyes.eu/projects/unpaper";
changelog = "https://github.com/unpaper/unpaper/blob/unpaper-${version}/NEWS";
description = "Post-processing tool for scanned sheets of paper";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.all;
mainProgram = "unpaper";
maintainers = [ maintainers.rycee ];

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
These tools work independently of the Gimp engine and do not
require the Gimp to even be installed.
'';
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "Ibus Hangul engine";
mainProgram = "ibus-setup-hangul";
homepage = "https://github.com/libhangul/ibus-hangul";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ericsagnes ];
platforms = platforms.linux;
};

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
isIbusEngine = true;
description = "libkkc (Japanese Kana Kanji input method) engine for ibus";
homepage = "https://github.com/ueno/ibus-kkc";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ vanzef ];
};

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "The Easy Hangul XIM";
mainProgram = "nabi";
homepage = "https://github.com/choehwanjin/nabi";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.ianwookim ];
platforms = platforms.linux;
};

Some files were not shown because too many files have changed in this diff Show More