From 8ae420ac2c0b21b5f619221d536891fa4e140230 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Apr 2014 16:17:04 +0100 Subject: Add missing copyright info to yarns/Makefile --- yarns/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'yarns') diff --git a/yarns/Makefile b/yarns/Makefile index 8e118047..bbb92c72 100644 --- a/yarns/Makefile +++ b/yarns/Makefile @@ -1,3 +1,21 @@ +# Copyright 2013-2014 Lars Wirzenius +# +# 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 . +# +# =*= License: GPL-3+ =*= + + yarns = $(shell ls [0-9][0-9][0-9][0-9]-*.yarn) all: yarns.pdf yarns.html -- cgit v1.2.1