addlicense

addlicense 1.2.0

Ensures source code files have copyright license headers by scanning directory patterns recursively

https://github.com/google/addlicense
Apache License 2.0
main program: addlicenseprograms: addlicense
Platforms (30)
aarch64-darwini686-linuxsh4-linuxloongarch64-linuxi686-freebsdmipsel-linuxmicroblazeel-linuxwasm32-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  addlicense
];
Ad-hoc shell
nix-shell -p addlicense
Flake (nix run)
nix run nixpkgs#addlicense