···12661266 };12671267} // {12681268 # TODO: remove legacy aliases12691269- agpl3 = {12701270- spdxId = "AGPL-3.0";12711271- fullName = "GNU Affero General Public License v3.0";12721272- deprecated = true;12731273- };12741269 gpl2 = {12751270 spdxId = "GPL-2.0";12761271 fullName = "GNU General Public License v2.0";
+1-1
pkgs/applications/audio/cider/default.nix
···2323 meta = with lib; {2424 description = "A new look into listening and enjoying Apple Music in style and performance.";2525 homepage = "https://github.com/ciderapp/Cider";2626- license = licenses.agpl3;2626+ license = licenses.agpl3Only;2727 maintainers = [ maintainers.cigrainger ];2828 platforms = [ "x86_64-linux" ];2929 mainProgram = "cider";
···3838 description = "An easy to setup Open Source client/server backup system";3939 longDescription = "An easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time";4040 homepage = "https://www.urbackup.org/index.html";4141- license = licenses.agpl3;4141+ license = licenses.agpl3Plus;4242 platforms = platforms.linux;4343 maintainers = [ maintainers.mgttlinger ];4444 };
···8181 meta = with lib; {8282 inherit description;8383 homepage = "https://github.com/supermerill/SuperSlicer";8484- license = licenses.agpl3;8484+ license = licenses.agpl3Plus;8585 maintainers = with maintainers; [ cab404 moredread tmarkus ];8686 mainProgram = "superslicer";8787 };
+1-1
pkgs/applications/misc/slic3r/default.nix
···9696 slices (layers), generates toolpaths to fill them and calculates the9797 amount of material to be extruded.'';9898 homepage = "https://slic3r.org/";9999- license = licenses.agpl3;9999+ license = licenses.agpl3Plus;100100 platforms = platforms.linux;101101 maintainers = with maintainers; [ bjornfor ];102102 };
···2323 meta = with lib; {2424 description = "A command line tool for browsing Hacker News in your terminal";2525 homepage = "https://github.com/bensadeh/circumflex";2626- license = licenses.agpl3;2626+ license = licenses.agpl3Only;2727 maintainers = with maintainers; [ mktip ];2828 mainProgram = "clx";2929 };
···196196 Just the build products, the libraries are passed via an env var in the wrapper, default.nix197197 '';198198 homepage = "https://www.kicad.org/";199199- license = lib.licenses.agpl3;199199+ license = lib.licenses.agpl3Plus;200200 platforms = lib.platforms.all;201201 };202202}
+1-1
pkgs/by-name/de/deskreen/package.nix
···3636 meta = {3737 description = "Turn any device into a secondary screen for your computer";3838 homepage = "https://deskreen.com";3939- license = lib.licenses.agpl3;3939+ license = lib.licenses.agpl3Only;4040 mainProgram = "deskreen";4141 maintainers = with lib.maintainers; [ leo248 drupol ];4242 platforms = lib.platforms.linux;
+2-2
pkgs/by-name/ge/gerbolyze/package.nix
···3737 meta = with lib; {3838 description = "svg-flatten SVG downconverter";3939 homepage = "https://github.com/jaseg/gerbolyze";4040- license = with licenses; [ agpl3 ];4040+ license = with licenses; [ agpl3Plus ];4141 maintainers = with maintainers; [ wulfsta ];4242 mainProgram = "svg-flatten";4343 platforms = platforms.linux;···8484 meta = with lib; {8585 description = "Directly render SVG overlays into Gerber and Excellon files";8686 homepage = "https://github.com/jaseg/gerbolyze";8787- license = with licenses; [ agpl3 ];8787+ license = with licenses; [ agpl3Plus ];8888 maintainers = with maintainers; [ wulfsta ];8989 mainProgram = "gerbolyze";9090 platforms = platforms.linux;
+1-1
pkgs/by-name/hd/hdrop/package.nix
···4646 description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)";4747 homepage = "https://github.com/Schweber/hdrop";4848 changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}";4949- license = licenses.agpl3;4949+ license = licenses.agpl3Only;5050 platforms = platforms.linux;5151 maintainers = with maintainers; [ Schweber ];5252 mainProgram = "hdrop";
+1-1
pkgs/by-name/ja/jasp-desktop/package.nix
···110110 changelog = "https://jasp-stats.org/release-notes";111111 description = "A complete statistical package for both Bayesian and Frequentist statistical methods";112112 homepage = "https://github.com/jasp-stats/jasp-desktop";113113- license = lib.licenses.agpl3;113113+ license = lib.licenses.agpl3Plus;114114 mainProgram = "JASP";115115 maintainers = with lib.maintainers; [ tomasajt ];116116 # JASP's cmake build steps are really different on Darwin
···3737 meta = {3838 description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol";3939 homepage = "https://movim.eu";4040- license = lib.licenses.agpl3;4040+ license = lib.licenses.agpl3Plus;4141 maintainers = with lib.maintainers; [ toastal ];4242 };4343})
+1-1
pkgs/by-name/ol/olvid/package.nix
···100100 meta = with lib; {101101 description = "The secure french messenger";102102 homepage = "https://www.olvid.io";103103- license = licenses.agpl3;103103+ license = licenses.agpl3Only;104104 mainProgram = "olvid";105105 maintainers = with maintainers; [ rookeur ];106106 platforms = platforms.linux;
+1-1
pkgs/by-name/pd/pdfannots2json/package.nix
···18181919 meta = with lib; {2020 homepage = "https://github.com/mgmeyers/pdfannots2json";2121- license = licenses.agpl3;2121+ license = licenses.agpl3Only;2222 description = "A tool to convert PDF annotations to JSON";2323 mainProgram = "pdfannots2json";2424 maintainers = with maintainers; [ _0nyr ];
···8996889968 meta = {8996989969 description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name.";8997089970 homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme";8997189971- license = "AGPL-3.0";8997189971+ license = "AGPL-3.0-only";8997289972 };8997389973 production = true;8997489974 bypassCache = true;
···50505151 meta = with lib; {5252 description = "A(Sync) Interface for internal Audible API written in pure Python";5353- license = licenses.agpl3;5353+ license = licenses.agpl3Only;5454 homepage = "https://github.com/mkb79/Audible";5555 maintainers = with maintainers; [ jvanbruegge ];5656 };
···3232 meta = with lib; {3333 description = "Python bindings for Oracle Berkeley DB";3434 homepage = "https://www.jcea.es/programacion/pybsddb.htm";3535- license = with licenses; [ agpl3 ]; # License changed from bsd3 to agpl3 since 6.x3535+ license = with licenses; [ agpl3Only ]; # License changed from bsd3 to agpl3 since 6.x3636 maintainers = [ ];3737 };3838
···4040 You must view the world as mario does, as a one dimensional line.4141 '';4242 homepage = "https://mar1d.com";4343- license = licenses.agpl3;4343+ license = licenses.agpl3Only;4444 maintainers = with maintainers; [ taeer ];4545 platforms = platforms.unix;4646 };
+1-1
pkgs/misc/ghostscript/default.nix
···188188 operations in the PostScript language, and (iii) a wide variety189189 of output drivers for various file formats and printers.190190 '';191191- license = lib.licenses.agpl3;191191+ license = lib.licenses.agpl3Plus;192192 platforms = lib.platforms.all;193193 maintainers = [ lib.maintainers.viric ];194194 mainProgram = "gs";
+1-1
pkgs/servers/akkoma/admin-fe/default.nix
···7878 meta = with lib; {7979 description = "Admin interface for Akkoma";8080 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";8181- license = licenses.agpl3;8181+ license = licenses.agpl3Only;8282 maintainers = with maintainers; [ mvs ];8383 };8484}
+1-1
pkgs/servers/akkoma/akkoma-fe/default.nix
···7676 meta = with lib; {7777 description = "Frontend for Akkoma";7878 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";7979- license = licenses.agpl3;7979+ license = licenses.agpl3Only;8080 maintainers = with maintainers; [ mvs ];8181 };8282}
···1919 "Smart TRV control integrates room-temp sensors, window/door sensors, weather forecasts, and ambient probes for efficient heating and calibration, enhancing energy savings and comfort.";2020 homepage = "https://better-thermostat.org/";2121 maintainers = with maintainers; [ mguentner ];2222- license = licenses.agpl3;2222+ license = licenses.agpl3Only;2323 };2424}
+3-3
pkgs/servers/http/nginx/modules.nix
···7777 meta = with lib; {7878 description = "Validates Akamai v2 query string tokens";7979 homepage = "https://github.com/kaltura/nginx-akamai-token-validate-module";8080- license = with licenses; [ agpl3 ];8080+ license = with licenses; [ agpl3Only ];8181 maintainers = with maintainers; [ ];8282 };8383 };···685685 meta = with lib; {686686 description = "Generates CDN tokens, either as a cookie or as a query string parameter";687687 homepage = "https://github.com/kaltura/nginx-secure-token-module";688688- license = with licenses; [ agpl3 ];688688+ license = with licenses; [ agpl3Only ];689689 maintainers = with maintainers; [ ];690690 };691691 };···10041004 meta = with lib; {10051005 description = "VOD packager";10061006 homepage = "https://github.com/kaltura/nginx-vod-module";10071007- license = with licenses; [ agpl3 ];10071007+ license = with licenses; [ agpl3Only ];10081008 maintainers = with maintainers; [ ];10091009 };10101010 };
+1-1
pkgs/servers/invidious/default.nix
···109109 description = "An open source alternative front-end to YouTube";110110 mainProgram = "invidious";111111 homepage = "https://invidious.io/";112112- license = licenses.agpl3;112112+ license = licenses.agpl3Plus;113113 maintainers = with maintainers; [ infinisil sbruder ];114114 };115115}
+1-1
pkgs/servers/matrix-hebbot/default.nix
···3838 description = "A Matrix bot which can generate \"This Week in X\" like blog posts ";3939 homepage = "https://github.com/haecker-felix/hebbot";4040 changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";4141- license = with licenses; [ agpl3 ];4141+ license = with licenses; [ agpl3Only ];4242 mainProgram = "hebbot";4343 maintainers = with maintainers; [ a-kenji ];4444 };
+1-1
pkgs/servers/mattermost/default.nix
···7777 meta = with lib; {7878 description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";7979 homepage = "https://www.mattermost.org";8080- license = with licenses; [ agpl3 asl20 ];8080+ license = with licenses; [ agpl3Only asl20 ];8181 maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ];8282 mainProgram = "mattermost";8383 };
···33333434 meta = with lib; {3535 description = "Grafana Phlare is an open source database that provides fast, scalable, highly available, and efficient storage and querying of profiling data.";3636- license = licenses.agpl3;3636+ license = licenses.agpl3Only;3737 homepage = "https://grafana.com/oss/phlare";3838 maintainers = with maintainers; [ cathalmullan ];3939 };
···143143 fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.144144 '';145145 homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors";146146- license = licenses.agpl3;146146+ license = licenses.agpl3Plus;147147 platforms = [ "x86_64-linux" ];148148 sourceProvenance = [ sourceTypes.binaryNativeCode ];149149 maintainers = with maintainers; [ SuperSandro2000 ];
···24242525 The name of the plugin in TT-RSS is 'ff_instagram'.2626 '';2727- license = licenses.agpl3;2727+ license = licenses.agpl3Plus;2828 homepage = "https://github.com/wltb/ff_instagram";2929 maintainers = with maintainers; [ das_j ];3030 platforms = platforms.all;
+1-1
pkgs/servers/web-apps/hedgedoc/default.nix
···108108109109 meta = {110110 description = "Realtime collaborative markdown notes on all platforms";111111- license = lib.licenses.agpl3;111111+ license = lib.licenses.agpl3Only;112112 homepage = "https://hedgedoc.org";113113 mainProgram = "hedgedoc";114114 maintainers = with lib.maintainers; [ SuperSandro2000 ];
+1-1
pkgs/servers/web-apps/jirafeau/default.nix
···25252626 meta = with lib; {2727 description = "Website permitting upload of a file in a simple way and giving a unique link to it";2828- license = licenses.agpl3;2828+ license = licenses.agpl3Plus;2929 homepage = "https://gitlab.com/mojo42/Jirafeau";3030 platforms = platforms.all;3131 maintainers = with maintainers; [ davidtwco ];
···2020 meta = with lib; {2121 description = "A modern client-server application for the Soulseek file sharing network";2222 homepage = "https://github.com/slskd/slskd";2323- license = licenses.agpl3;2323+ license = licenses.agpl3Plus;2424 maintainers = with maintainers; [ ppom ];2525 platforms = platforms.linux;2626 };
+1-1
pkgs/shells/liquidprompt/default.nix
···2626 meta = with lib; {2727 description = "A full-featured & carefully designed adaptive prompt for Bash & Zsh";2828 homepage = "https://github.com/nojhan/liquidprompt";2929- license = licenses.agpl3;2929+ license = licenses.agpl3Plus;3030 platforms = platforms.all;3131 maintainers = with maintainers; [ gerschtli ];3232 };
+1-1
pkgs/tools/admin/hedgedoc-cli/default.nix
···3535 meta = with lib; {3636 description = "Hedgedoc CLI";3737 homepage = "https://github.com/hedgedoc/cli";3838- license = licenses.agpl3;3838+ license = licenses.agpl3Only;3939 maintainers = with maintainers; [ drupol ];4040 };4141}
+1-1
pkgs/tools/admin/lxd/default.nix
···8787 description = "Daemon based on liblxc offering a REST API to manage containers";8888 homepage = "https://ubuntu.com/lxd";8989 changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}";9090- license = with licenses; [ asl20 agpl3 ];9090+ license = with licenses; [ asl20 agpl3Plus ];9191 maintainers = teams.lxc.members;9292 platforms = platforms.linux;9393 };
+1-1
pkgs/tools/backup/burp/default.nix
···3434 meta = with lib; {3535 description = "BURP - BackUp and Restore Program";3636 homepage = "https://burp.grke.org";3737- license = licenses.agpl3;3737+ license = licenses.agpl3Plus;3838 maintainers = with maintainers; [ arjan-s ];3939 platforms = platforms.all;4040 };
+1-1
pkgs/tools/misc/altserver-linux/default.nix
···2828 meta = with lib; {2929 homepage = "https://github.com/NyaMisty/AltServer-Linux";3030 description = "AltServer for AltStore, but on-device. Requires root privileges as well as running a custom anisette server currently";3131- license = licenses.agpl3;3131+ license = licenses.agpl3Only;3232 mainProgram = "alt-server";3333 sourceProvenance = with sourceTypes; [ binaryNativeCode ];3434 platforms = platforms.linux;
+1-1
pkgs/tools/misc/clipster/default.nix
···4343 - Option to ignore clipboard updates form certain applications. (filter_classes)4444 - Ability to delete items in clipboard history.4545 '';4646- license = licenses.agpl3;4646+ license = licenses.agpl3Only;4747 homepage = "https://github.com/mrichar1/clipster";4848 platforms = platforms.linux;4949 maintainers = [ maintainers.magnetophon ];
+1-1
pkgs/tools/misc/libbitcoin/libbitcoin-client.nix
···3030 maintainers = with maintainers; [ ];31313232 # AGPL with a lesser clause3333- license = licenses.agpl3;3333+ license = licenses.agpl3Plus;3434 };3535}