diff --git a/COPYING b/COPYING index ee3b638..9dcee5d 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Discordian Public License 2.3 (DPL-2.3) -All Rites Reversed (ĸ) 3188 Aoi K. [Champagne Supernova] +All Rites Reversed (ĸ) 3189 Izuru Yakumo Permission is hereby granted, to any person obtaining a copy of this material without restriction, including but not limited the rights to diff --git a/Makefile b/Makefile index f39c3c2..26143cf 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ build: - go build -o gen_cvs_header + go build -o hatate clean: - rm -f gen_cvs_header + rm -f hatate install: - install -Dm0755 gen_cvs_header ${PREFIX}/bin/gen_cvs_header + install -Dm0755 hatate ${PREFIX}/bin/hatate uninstall: - rm -f ${PREFIX}/bin/gen_cvs_header + rm -f ${PREFIX}/bin/hatate diff --git a/README b/README index f4e9af0..e0809a5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -gen_cvs_header -============== +hatate +====== Print some fancy header like those of CVS, like OpenBSD's for pasting into your files. Uses only the standard library.