r15250 by jghali - #9193 : Missing copyright info in some files

scribus-commit scribus-commit at lists.scribus.net
Mon Jun 21 21:01:27 CEST 2010


Revision: 15250
Author: jghali
Date: 2010-06-21T18:56:25.995305Z
Commit message: #9193 : Missing copyright info in some files

Changeset: 
M  /trunk/Scribus/scribus/annotation.cpp
M  /trunk/Scribus/scribus/desaxe/saxiohelper.cpp
M  /trunk/Scribus/scribus/desaxe/uniqueid.cpp
M  /trunk/Scribus/scribus/fonts/scface.cpp
M  /trunk/Scribus/scribus/desaxe/saxiohelper.h
M  /trunk/Scribus/scribus/fonts/ftface.cpp
M  /trunk/Scribus/scribus/fonts/scface.h
M  /trunk/Scribus/scribus/text/sctext_shared.cpp
M  /trunk/Scribus/scribus/fonts/ftface.h

Diffs:
Index: scribus/annotation.cpp
===================================================================
--- scribus/annotation.cpp	(revision 15249)
+++ scribus/annotation.cpp	(revision 15250)
@@ -1,6 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
 
-
-
 #include "annotation.h"
 #include "util.h"
 #include "util_text.h"
Index: scribus/fonts/scface.cpp
===================================================================
--- scribus/fonts/scface.cpp	(revision 15249)
+++ scribus/fonts/scface.cpp	(revision 15250)
@@ -1,5 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
 
-
 #include "scribusapi.h"
 #include "fonts/scface.h"
 #include "text/storytext.h"
Index: scribus/fonts/ftface.cpp
===================================================================
--- scribus/fonts/ftface.cpp	(revision 15249)
+++ scribus/fonts/ftface.cpp	(revision 15250)
@@ -1,3 +1,9 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
 
 #include "fonts/ftface.h"
 
Index: scribus/fonts/scface.h
===================================================================
--- scribus/fonts/scface.h	(revision 15249)
+++ scribus/fonts/scface.h	(revision 15250)
@@ -1,3 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
+
 #ifndef SC_FACE_H
 #define SC_FACE_H
 
Index: scribus/fonts/ftface.h
===================================================================
--- scribus/fonts/ftface.h	(revision 15249)
+++ scribus/fonts/ftface.h	(revision 15250)
@@ -1,11 +1,15 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
+
 #ifndef FT_FACE_H
 #define FT_FACE_H
 
-
 #include <QString>
-//#include <QVector>
 #include <QMap>
-//#include <QArray>
 
 #include "scribusapi.h"
 
Index: scribus/text/sctext_shared.cpp
===================================================================
--- scribus/text/sctext_shared.cpp	(revision 15249)
+++ scribus/text/sctext_shared.cpp	(revision 15250)
@@ -1,3 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
+
 #include <cassert>  //added to make Fedora-5 happy
 
 //#include <QDebug>
Index: scribus/desaxe/saxiohelper.cpp
===================================================================
--- scribus/desaxe/saxiohelper.cpp	(revision 15249)
+++ scribus/desaxe/saxiohelper.cpp	(revision 15250)
@@ -1,3 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
+
 #include "saxiohelper.h"
 #include "saxio.h"
 #include "scfonts.h"
@@ -4,12 +11,8 @@
 #include "fpointarray.h"
 #include "scclocale.h"
 
-
-
 const Xml_string SaxIO::saxxDefaultElem("");
 
-
-
 Xml_string mkXMLName(const QString& any)
 {
 	QString result("");
Index: scribus/desaxe/uniqueid.cpp
===================================================================
--- scribus/desaxe/uniqueid.cpp	(revision 15249)
+++ scribus/desaxe/uniqueid.cpp	(revision 15250)
@@ -1,8 +1,14 @@
+/*
+ *  saxfilter.h
+ *  
+ *
+ *  Created by Andreas Vox on 21.09.06.
+ *  Copyright 2006 under GPL2. All rights reserved.
+ *
+ */
 
-
 #include "uniqueid.h"
 
-
 void UniqueID::begin(const Xml_string& tag, Xml_attr attr)
 {
 	if (level > 0)  // skip mode
Index: scribus/desaxe/saxiohelper.h
===================================================================
--- scribus/desaxe/saxiohelper.h	(revision 15249)
+++ scribus/desaxe/saxiohelper.h	(revision 15250)
@@ -1,3 +1,10 @@
+/*
+For general Scribus (>=1.3.2) copyright and licensing information please refer
+to the COPYING file provided with the program. Following this notice may exist
+a copyright and/or license notice that predates the release of Scribus 1.3.2
+for which a new license (GPL+exception) is in place.
+*/
+
 #ifndef SAXHELPER_H
 #define SAXHELPER_H
 




More information about the scribus-commit mailing list