diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 11:25:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 11:25:41 (EDT) |
commit | 1700a218c30fb9732bdb567493e3f77c5adacfd6 (patch) | |
tree | 4f836dba499a83613e6912af7747b1cfdffc2eb6 | |
parent | adc4c2445d2d82190d9820f5961da1f386511cba (diff) | |
download | www-1700a218c30fb9732bdb567493e3f77c5adacfd6.zip www-1700a218c30fb9732bdb567493e3f77c5adacfd6.tar.gz www-1700a218c30fb9732bdb567493e3f77c5adacfd6.tar.bz2 |
Makefile: Add copyright information.
-rw-r--r-- | Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +# Makefile +# +# Copyright (C) 2013 Patrick "P. J." McDermott +# +# 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/>. + INDEX = INDEX_SCRIPT = s|href="\([^:]*\)/"|href="\1/$(INDEX)"|g DOCUMENT_BASE = |