From: Tollef Fog Heen Date: Sun, 29 Sep 2013 13:58:44 +0000 (+0200) Subject: Add copyright notices for .c files too X-Git-Tag: 0.8~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?p=eweouz;a=commitdiff_plain;h=1e905b6514b314ea623f3a30ead5ef948d372753 Add copyright notices for .c files too --- diff --git a/src/eweouz-dump-addressbook.c b/src/eweouz-dump-addressbook.c index ca7a019..769b699 100644 --- a/src/eweouz-dump-addressbook.c +++ b/src/eweouz-dump-addressbook.c @@ -1,3 +1,20 @@ +/* Copyright (c) 2008-2013 Tollef Fog Heen + + eweouz 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. + + eweouz 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 diff --git a/src/eweouz-write-addressbook.c b/src/eweouz-write-addressbook.c index 81cbfba..f982232 100644 --- a/src/eweouz-write-addressbook.c +++ b/src/eweouz-write-addressbook.c @@ -1,3 +1,20 @@ +/* Copyright (c) 2008-2013 Tollef Fog Heen + + eweouz 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. + + eweouz 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