summaryrefslogtreecommitdiffstats
path: root/libkmime
diff options
context:
space:
mode:
Diffstat (limited to 'libkmime')
-rw-r--r--libkmime/kmime_charfreq.h2
-rw-r--r--libkmime/kmime_codec_base64.cpp2
-rw-r--r--libkmime/kmime_codec_base64.h2
-rw-r--r--libkmime/kmime_codec_identity.cpp2
-rw-r--r--libkmime/kmime_codec_identity.h2
-rw-r--r--libkmime/kmime_codec_qp.cpp2
-rw-r--r--libkmime/kmime_codec_qp.h2
-rw-r--r--libkmime/kmime_codec_uuencode.cpp2
-rw-r--r--libkmime/kmime_codec_uuencode.h2
-rw-r--r--libkmime/kmime_codecs.cpp2
-rw-r--r--libkmime/kmime_codecs.h2
-rw-r--r--libkmime/kmime_header_parsing.cpp2
-rw-r--r--libkmime/kmime_header_parsing.h2
-rw-r--r--libkmime/kmime_headers.h2
-rw-r--r--libkmime/kmime_mdn.cpp2
-rw-r--r--libkmime/kmime_mdn.h2
-rw-r--r--libkmime/kmime_util.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/libkmime/kmime_charfreq.h b/libkmime/kmime_charfreq.h
index 014cae6e3..280c48999 100644
--- a/libkmime/kmime_charfreq.h
+++ b/libkmime/kmime_charfreq.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_charfreq.h
KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_base64.cpp b/libkmime/kmime_codec_base64.cpp
index e1c4d499a..4b4020cb9 100644
--- a/libkmime/kmime_codec_base64.cpp
+++ b/libkmime/kmime_codec_base64.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_base64.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_base64.h b/libkmime/kmime_codec_base64.h
index 6d80d9b92..6d9b867f7 100644
--- a/libkmime/kmime_codec_base64.h
+++ b/libkmime/kmime_codec_base64.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_base64.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_identity.cpp b/libkmime/kmime_codec_identity.cpp
index 27fe8f42e..39792a21e 100644
--- a/libkmime/kmime_codec_identity.cpp
+++ b/libkmime/kmime_codec_identity.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_identity.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_identity.h b/libkmime/kmime_codec_identity.h
index a18cfd1ff..4ded0f8bf 100644
--- a/libkmime/kmime_codec_identity.h
+++ b/libkmime/kmime_codec_identity.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_identity.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_qp.cpp b/libkmime/kmime_codec_qp.cpp
index 149b01f2a..b625346fa 100644
--- a/libkmime/kmime_codec_qp.cpp
+++ b/libkmime/kmime_codec_qp.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_qp.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_qp.h b/libkmime/kmime_codec_qp.h
index a80226f56..28bb79f72 100644
--- a/libkmime/kmime_codec_qp.h
+++ b/libkmime/kmime_codec_qp.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_qp.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_uuencode.cpp b/libkmime/kmime_codec_uuencode.cpp
index fe5acf4f0..ada9416d5 100644
--- a/libkmime/kmime_codec_uuencode.cpp
+++ b/libkmime/kmime_codec_uuencode.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_uuencode.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codec_uuencode.h b/libkmime/kmime_codec_uuencode.h
index 80288b412..0477c93c4 100644
--- a/libkmime/kmime_codec_uuencode.h
+++ b/libkmime/kmime_codec_uuencode.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codec_uuencode.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codecs.cpp b/libkmime/kmime_codecs.cpp
index bf33159e0..361b224c5 100644
--- a/libkmime/kmime_codecs.cpp
+++ b/libkmime/kmime_codecs.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codecs.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_codecs.h b/libkmime/kmime_codecs.h
index 1bd8c9ecf..cd1e588ad 100644
--- a/libkmime/kmime_codecs.h
+++ b/libkmime/kmime_codecs.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_codecs.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_header_parsing.cpp b/libkmime/kmime_header_parsing.cpp
index 5c9423b72..1e9007028 100644
--- a/libkmime/kmime_header_parsing.cpp
+++ b/libkmime/kmime_header_parsing.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_header_parsing.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_header_parsing.h b/libkmime/kmime_header_parsing.h
index d567e5fe3..efa2192bc 100644
--- a/libkmime/kmime_header_parsing.h
+++ b/libkmime/kmime_header_parsing.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_header_parsing.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_headers.h b/libkmime/kmime_headers.h
index 4c2b73136..6978ffed2 100644
--- a/libkmime/kmime_headers.h
+++ b/libkmime/kmime_headers.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*
+/*
kmime_headers.h
KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_mdn.cpp b/libkmime/kmime_mdn.cpp
index 4040d8934..60142120b 100644
--- a/libkmime/kmime_mdn.cpp
+++ b/libkmime/kmime_mdn.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_mdn.cpp
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_mdn.h b/libkmime/kmime_mdn.h
index 30fa238a6..57b58a340 100644
--- a/libkmime/kmime_mdn.h
+++ b/libkmime/kmime_mdn.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_mdn.h
This file is part of KMime, the KDE internet mail/usenet news message library.
diff --git a/libkmime/kmime_util.h b/libkmime/kmime_util.h
index 4619446a4..736e15831 100644
--- a/libkmime/kmime_util.h
+++ b/libkmime/kmime_util.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kmime_util.h
KMime, the KDE internet mail/usenet news message library.