From 7b20c968262cbd80fd204c8955baed9997b9a117 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Wed, 1 Jul 2009 18:24:35 +0200 Subject: [PATCH] Add GPL header in files --- src/gpx-parser.vala | 19 +++++++++++++++++++ src/gpx-viewer.c | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/gpx-parser.vala b/src/gpx-parser.vala index ef5bbab..0702f72 100644 --- a/src/gpx-parser.vala +++ b/src/gpx-parser.vala @@ -1,3 +1,22 @@ +/* Gpx Viewer + * Copyright (C) 2009-2009 Qball Cow + * Project homepage: http://blog.sarine.nl/ + + * 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. +*/ + using Gtk; using GLib; using Xml; diff --git a/src/gpx-viewer.c b/src/gpx-viewer.c index 5243d7a..afd9e28 100644 --- a/src/gpx-viewer.c +++ b/src/gpx-viewer.c @@ -1,3 +1,22 @@ +/* Gpx Viewer + * Copyright (C) 2009-2009 Qball Cow + * Project homepage: http://blog.sarine.nl/ + + * 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 -- 2.11.4.GIT