[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bcalligra/kotext-annotations-skakoczky=5D_libs/widge?=
From:       Steven Kakoczky <steven.kakoczky () gmail ! com>
Date:       2011-06-22 17:34:49
Message-ID: 20110622173449.6C5B3A60A4 () git ! kde ! org
[Download RAW message or body]

Git commit 3f8f2939163291f1fd7d23af5893ac43681160d2 by Steven Kakoczky.
Committed on 22/06/2011 at 19:34.
Pushed by kakoczky into branch 'kotext-annotations-skakoczky'.

modified:   libs/widgets/KoAnnotation.cpp
	modified:   libs/widgets/KoAnnotation.h
	modified:   libs/widgets/KoAnnotationBalloon.cpp
	modified:   libs/widgets/KoAnnotationBalloon.h
	modified:   libs/widgets/KoAnnotationSideBar.cpp
	modified:   libs/widgets/KoAnnotationSideBar.h
	modified:   libs/widgets/KoBalloon.cpp
	modified:   libs/widgets/KoBalloon.h

M  +19   -0    libs/widgets/KoAnnotation.cpp     
M  +19   -0    libs/widgets/KoAnnotation.h     
M  +19   -0    libs/widgets/KoAnnotationBalloon.cpp     
M  +19   -0    libs/widgets/KoAnnotationBalloon.h     
M  +19   -0    libs/widgets/KoAnnotationSideBar.cpp     
M  +19   -0    libs/widgets/KoAnnotationSideBar.h     
M  +19   -0    libs/widgets/KoBalloon.cpp     
M  +19   -0    libs/widgets/KoBalloon.h     

http://commits.kde.org/calligra/3f8f2939163291f1fd7d23af5893ac43681160d2

diff --git a/libs/widgets/KoAnnotation.cpp b/libs/widgets/KoAnnotation.cpp
index 84808c1..45a76a9 100644
--- a/libs/widgets/KoAnnotation.cpp
+++ b/libs/widgets/KoAnnotation.cpp
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #include "KoAnnotation.h"
 
 KoAnnotation::KoAnnotation(QString author, QDateTime date, QString content, QObject *parent = 0) :
diff --git a/libs/widgets/KoAnnotation.h b/libs/widgets/KoAnnotation.h
index 246f100..6720f52 100644
--- a/libs/widgets/KoAnnotation.h
+++ b/libs/widgets/KoAnnotation.h
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KOANNOTATION_H
 #define KOANNOTATION_H
 
diff --git a/libs/widgets/KoAnnotationBalloon.cpp b/libs/widgets/KoAnnotationBalloon.cpp
index b7cf318..3680702 100644
--- a/libs/widgets/KoAnnotationBalloon.cpp
+++ b/libs/widgets/KoAnnotationBalloon.cpp
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #include "KoAnnotationBalloon.h"
 
 KoAnnotationBalloon::KoAnnotationBalloon(KoAnnotation content, int position = 0, QWidget *parent = 0):
diff --git a/libs/widgets/KoAnnotationBalloon.h b/libs/widgets/KoAnnotationBalloon.h
index 9bd7399..2d7fa72 100644
--- a/libs/widgets/KoAnnotationBalloon.h
+++ b/libs/widgets/KoAnnotationBalloon.h
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KOANNOTATIONBALLOON_H
 #define KOANNOTATIONBALLOON_H
 
diff --git a/libs/widgets/KoAnnotationSideBar.cpp b/libs/widgets/KoAnnotationSideBar.cpp
index 475d492..707076d 100644
--- a/libs/widgets/KoAnnotationSideBar.cpp
+++ b/libs/widgets/KoAnnotationSideBar.cpp
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #include "KoAnnotationSideBar.h"
 
 KoAnnotationSideBar::KoAnnotationSideBar(QWidget *parent) :
diff --git a/libs/widgets/KoAnnotationSideBar.h b/libs/widgets/KoAnnotationSideBar.h
index 88c2e6c..39dedf5 100644
--- a/libs/widgets/KoAnnotationSideBar.h
+++ b/libs/widgets/KoAnnotationSideBar.h
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KOANNOTATIONSIDEBAR_H
 #define KOANNOTATIONSIDEBAR_H
 
diff --git a/libs/widgets/KoBalloon.cpp b/libs/widgets/KoBalloon.cpp
index b3b460d..d080e34 100644
--- a/libs/widgets/KoBalloon.cpp
+++ b/libs/widgets/KoBalloon.cpp
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #include "KoBalloon.h"
 
 KoBalloon::KoBalloon(QString content, int position, QWidget *parent) :
diff --git a/libs/widgets/KoBalloon.h b/libs/widgets/KoBalloon.h
index dba277b..3077c64 100644
--- a/libs/widgets/KoBalloon.h
+++ b/libs/widgets/KoBalloon.h
@@ -1,3 +1,22 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2011 Steven Kakoczky <steven.kakoczky@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KOBALLOON_H
 #define KOBALLOON_H
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic