summaryrefslogtreecommitdiffstats
path: root/kvoctrain
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 23:42:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 23:42:42 +0900
commit4ae719b0065783693a14e5fcb763211259b83778 (patch)
tree7b3abe9d485868e62a7c9ca6c82a46fcaf7d3a65 /kvoctrain
parent36a1943cac405bbc61763e32869f9e7c9d108fec (diff)
downloadtdeedu-4ae719b0065783693a14e5fcb763211259b83778.tar.gz
tdeedu-4ae719b0065783693a14e5fcb763211259b83778.zip
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kvoctrain')
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.cpp3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.h3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.cpp3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.h3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.cpp3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.h3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.cpp3
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.h3
8 files changed, 8 insertions, 16 deletions
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.cpp b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.cpp
index 7b070c4f..7d7f98a5 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.cpp
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.h b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.h
index 50bb8e42..83f2422d 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.h
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlElement.h
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.cpp b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.cpp
index f725330a..6e790276 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.cpp
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.h b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.h
index 0c7904af..d25852e8 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.h
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlReader.h
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.cpp b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.cpp
index 0a147b70..995072a6 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.cpp
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.h b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.h
index 564e3422..a3cef2b0 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.h
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlTokenizer.h
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.cpp b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.cpp
index 38dfdbf2..cb75ee81 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.cpp
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.h b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.h
index d5ab8f91..3f4e6872 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.h
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/XmlWriter.h
@@ -1,5 +1,4 @@
-/* -*- C++ -*-
-
+/*
This file is part of KIllustrator.
Copyright (C) 1998 Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de)