diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-25 20:19:49 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-25 20:19:49 +0100 |
commit | 3e94681df57f2756e906a39ef79b05ef3c2d50c5 (patch) | |
tree | 6c4c92004c82ab948aea73659ff78504961302c7 /COPYING | |
parent | Remove dist (diff) | |
download | auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.gz auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.bz2 auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.xz |
Change license, clean up file structure, remove info manual and extend man page, and simplify makefile
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/COPYING b/COPYING deleted file mode 100644 index 47bb0f6..0000000 --- a/COPYING +++ /dev/null @@ -1,16 +0,0 @@ -auto-auto-complete – Autogenerate shell auto-completion scripts - -Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (m@maandree.se) - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. |