diff options
author | jao <jao@gnu.org> | 2020-02-27 02:58:41 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-02-27 02:58:41 +0000 |
commit | 44ef984f73df5436279adcface8fb6e7edd2fde3 (patch) | |
tree | 16b3ff4d57b9a25b537d23573d1bb11ef803f73f | |
parent | fd5a5564311fce77095cd1ff07d496c10776deaf (diff) | |
download | nowebmk-master.tar.gz nowebmk-master.tar.bz2 |
-rw-r--r-- | noweb.mk | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,11 +1,11 @@ # Author: Jose A Ortega Ruiz <jao@member.fsf.org> # Start date: Mon Jan 06, 2003 00:47 # -# Copyright (C) 2003, 2009 by Jose Antonio Ortega Ruiz +# Copyright (C) 2003, 2009, 2020 by Jose Antonio Ortega Ruiz # # 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 2 of the License, or +# 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, @@ -150,4 +150,3 @@ clean: rm -rf $(NW_TRASH_FILES) .PHONY: clean dvi html weave tangle - |