From 2eda6156bbb3afaed4b3afc3f63451b077673563 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 14 Jun 2008 23:09:55 +0200 Subject: [PATCH] add comment --- clock.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/clock.c b/clock.c index f67fb73..ccaa433 100644 --- a/clock.c +++ b/clock.c @@ -1,3 +1,23 @@ +/* clock.c - TTY-Clock main function + * + * Copyright © 2008 Duquesnoy Martin + * + * 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 + * (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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include #include #include