From: Jonas Fonseca Date: Wed, 24 May 2006 15:01:16 +0000 (+0200) Subject: Put license also in the program header X-Git-Tag: tig-0.4~56 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/192d9a603dbac2cabf2cce1ff5a7eacf9c3dc6b7?hp=9fbbd28f0bf6c5e0d401d3ba21cf65d3f43b0019 Put license also in the program header --- diff --git a/tig.c b/tig.c index b0f5382..8a2653c 100644 --- a/tig.c +++ b/tig.c @@ -1,5 +1,14 @@ /* Copyright (c) 2006 Jonas Fonseca - * See license info at the bottom. */ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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. + */ /** * TIG(1) * ====== @@ -2606,7 +2615,7 @@ main(int argc, char *argv[]) * * COPYRIGHT * --------- - * Copyright (c) Jonas Fonseca , 2006 + * Copyright (c) 2006 Jonas Fonseca * * 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