From 88c91246fb633a27e25a5b07bf33fe99d0999eab Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 15 Aug 2011 17:26:12 +0200 Subject: [PATCH] added lgpl header --- src/desktop/UBDesktopAnnotationController.cpp | 14 +++++++++++--- src/desktop/UBDesktopAnnotationController.h | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/desktop/UBDesktopAnnotationController.cpp b/src/desktop/UBDesktopAnnotationController.cpp index b78e767c..f6073a13 100644 --- a/src/desktop/UBDesktopAnnotationController.cpp +++ b/src/desktop/UBDesktopAnnotationController.cpp @@ -1,8 +1,16 @@ /* - * UNWindowController.cpp + * 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. * - * Created on: Jan 15, 2009 - * Author: julienbachmann + * 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 diff --git a/src/desktop/UBDesktopAnnotationController.h b/src/desktop/UBDesktopAnnotationController.h index 469296a7..605ce5d9 100644 --- a/src/desktop/UBDesktopAnnotationController.h +++ b/src/desktop/UBDesktopAnnotationController.h @@ -1,8 +1,16 @@ /* - * UNWindowController.h + * 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. * - * Created on: Jan 15, 2009 - * Author: julienbachmann + * 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 . */ #ifndef UBUNINOTESWINDOWCONTROLLER_H_