From 08bfaa9f4d62e1436e08c37822907ff9dc27fd92 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 17 Mar 2011 14:32:34 +0100 Subject: Update copyright information The license information was always right, but the copyright information for this particular project was never quite right. Corrected with this patch. No functional changes. Signed-off-by: Henrik Rydberg --- tools/grail-gesture.c | 5 +---- tools/grail-test-mtdev.c | 3 --- tools/grail-transform.c | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/grail-gesture.c b/tools/grail-gesture.c index 008f133..a9f133a 100644 --- a/tools/grail-gesture.c +++ b/tools/grail-gesture.c @@ -2,7 +2,7 @@ * * grail - Gesture Recognition And Instantiation Library * - * Copyright (C) 2010 Canonical Ltd. + * Copyright (C) 2010-2011 Canonical Ltd. * * 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 @@ -17,9 +17,6 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see . * - * Authors: - * Henrik Rydberg - * ****************************************************************************/ #include diff --git a/tools/grail-test-mtdev.c b/tools/grail-test-mtdev.c index bc87631..f13124f 100644 --- a/tools/grail-test-mtdev.c +++ b/tools/grail-test-mtdev.c @@ -17,9 +17,6 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see . * - * Authors: - * Henrik Rydberg - * ****************************************************************************/ #define MTDEV_NO_LEGACY_API diff --git a/tools/grail-transform.c b/tools/grail-transform.c index 2a1d676..48a0dba 100644 --- a/tools/grail-transform.c +++ b/tools/grail-transform.c @@ -1,3 +1,24 @@ +/***************************************************************************** + * + * grail - Gesture Recognition And Instantiation Library + * + * Copyright (C) 2010-2011 Canonical Ltd. + * + * 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 . + * + ****************************************************************************/ + #include "config.h" #include #include -- cgit v1.2.3