r15249 by jghali - #9193 : Missing copyright info in some files
scribus-commit
scribus-commit at lists.scribus.net
Mon Jun 21 21:00:47 CEST 2010
Revision: 15249
Author: jghali
Date: 2010-06-21T18:55:20.595630Z
Commit message: #9193 : Missing copyright info in some files
Changeset:
M /branches/Version135/Scribus/scribus/annotation.cpp
M /branches/Version135/Scribus/scribus/desaxe/saxfilter.cpp
M /branches/Version135/Scribus/scribus/desaxe/saxiohelper.cpp
M /branches/Version135/Scribus/scribus/desaxe/uniqueid.cpp
M /branches/Version135/Scribus/scribus/fonts/scface.cpp
M /branches/Version135/Scribus/scribus/desaxe/saxiohelper.h
M /branches/Version135/Scribus/scribus/fonts/ftface.cpp
M /branches/Version135/Scribus/scribus/fonts/scface.h
M /branches/Version135/Scribus/scribus/text/sctext_shared.cpp
M /branches/Version135/Scribus/scribus/fonts/ftface.h
Diffs:
Index: scribus/fonts/scface.cpp
===================================================================
--- scribus/fonts/scface.cpp (revision 15248)
+++ scribus/fonts/scface.cpp (revision 15249)
@@ -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 15248)
+++ scribus/fonts/ftface.cpp (revision 15249)
@@ -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 15248)
+++ scribus/fonts/scface.h (revision 15249)
@@ -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 15248)
+++ scribus/fonts/ftface.h (revision 15249)
@@ -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 15248)
+++ scribus/text/sctext_shared.cpp (revision 15249)
@@ -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/saxfilter.cpp
===================================================================
--- scribus/desaxe/saxfilter.cpp (revision 15248)
+++ scribus/desaxe/saxfilter.cpp (revision 15249)
@@ -1,7 +1,12 @@
+/*
+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 "saxfilter.h"
-
void SaxFilter::beginDoc()
{
m_delegate->beginDoc();
Index: scribus/desaxe/saxiohelper.cpp
===================================================================
--- scribus/desaxe/saxiohelper.cpp (revision 15248)
+++ scribus/desaxe/saxiohelper.cpp (revision 15249)
@@ -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 15248)
+++ scribus/desaxe/uniqueid.cpp (revision 15249)
@@ -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 15248)
+++ scribus/desaxe/saxiohelper.h (revision 15249)
@@ -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
Index: scribus/annotation.cpp
===================================================================
--- scribus/annotation.cpp (revision 15248)
+++ scribus/annotation.cpp (revision 15249)
@@ -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"
More information about the scribus-commit
mailing list