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 014cae6e..280c4899 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 e1c4d499..4b4020cb 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 6d80d9b9..6d9b867f 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 27fe8f42..39792a21 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 a18cfd1f..4ded0f8b 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 149b01f2..b625346f 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 a80226f5..28bb79f7 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 fe5acf4f..ada9416d 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 80288b41..0477c93c 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 93e41288..1d0053f9 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 27ad5b78..39c5691f 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 5c9423b7..1e900702 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 d567e5fe..efa2192b 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 4c2b7313..6978ffed 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 4040d893..60142120 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 30fa238a..57b58a34 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 4619446a..736e1583 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.