summaryrefslogtreecommitdiffstats
path: root/tdeioslave/smtp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 23:15:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 23:15:18 +0900
commita3876433e87e4d6c1acba4bf0e7ac695b25776f8 (patch)
treed20f004f9b0df891e1894a1a08da7bc663a0cb43 /tdeioslave/smtp
parent3f15e2921b631def7d93350d2c0ec3b60c648ced (diff)
downloadtdebase-a3876433e87e4d6c1acba4bf0e7ac695b25776f8.tar.gz
tdebase-a3876433e87e4d6c1acba4bf0e7ac695b25776f8.zip
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/smtp')
-rw-r--r--tdeioslave/smtp/capabilities.cc2
-rw-r--r--tdeioslave/smtp/capabilities.h2
-rw-r--r--tdeioslave/smtp/command.cc2
-rw-r--r--tdeioslave/smtp/command.h2
-rw-r--r--tdeioslave/smtp/interactivesmtpserver.cc2
-rw-r--r--tdeioslave/smtp/interactivesmtpserver.h3
-rw-r--r--tdeioslave/smtp/request.cc2
-rw-r--r--tdeioslave/smtp/request.h2
-rw-r--r--tdeioslave/smtp/response.cc2
-rw-r--r--tdeioslave/smtp/response.h2
-rw-r--r--tdeioslave/smtp/smtp.h2
-rw-r--r--tdeioslave/smtp/transactionstate.cc2
-rw-r--r--tdeioslave/smtp/transactionstate.h2
13 files changed, 13 insertions, 14 deletions
diff --git a/tdeioslave/smtp/capabilities.cc b/tdeioslave/smtp/capabilities.cc
index f4f20fa7a..f56d7739b 100644
--- a/tdeioslave/smtp/capabilities.cc
+++ b/tdeioslave/smtp/capabilities.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
capabilities.cc
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/capabilities.h b/tdeioslave/smtp/capabilities.h
index 1af13e365..eef6cc910 100644
--- a/tdeioslave/smtp/capabilities.h
+++ b/tdeioslave/smtp/capabilities.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
capabilities.h
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/command.cc b/tdeioslave/smtp/command.cc
index 41bd8d58c..4d58a1522 100644
--- a/tdeioslave/smtp/command.cc
+++ b/tdeioslave/smtp/command.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
command.cc
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/command.h b/tdeioslave/smtp/command.h
index c634d1a86..1f20be0e0 100644
--- a/tdeioslave/smtp/command.h
+++ b/tdeioslave/smtp/command.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
command.h
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/interactivesmtpserver.cc b/tdeioslave/smtp/interactivesmtpserver.cc
index 5f25ca1ca..337299d26 100644
--- a/tdeioslave/smtp/interactivesmtpserver.cc
+++ b/tdeioslave/smtp/interactivesmtpserver.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
interactivesmtpserver.cc
Code based on the serverSocket example by Jesper Pedersen.
diff --git a/tdeioslave/smtp/interactivesmtpserver.h b/tdeioslave/smtp/interactivesmtpserver.h
index b4731d44c..62eb9a7a7 100644
--- a/tdeioslave/smtp/interactivesmtpserver.h
+++ b/tdeioslave/smtp/interactivesmtpserver.h
@@ -1,7 +1,6 @@
#ifndef INTERACTIVESMTPSERVER_H
#define INTERACTIVESMTPSERVER_H
-
-/* -*- c++ -*-
+/*
interactivesmtpserver.h
Code based on the serverSocket example by Jesper Pedersen.
diff --git a/tdeioslave/smtp/request.cc b/tdeioslave/smtp/request.cc
index 4e3cde0e1..4e4e2bf84 100644
--- a/tdeioslave/smtp/request.cc
+++ b/tdeioslave/smtp/request.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
request.cc
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/request.h b/tdeioslave/smtp/request.h
index 37d74d2de..a007e3ab2 100644
--- a/tdeioslave/smtp/request.h
+++ b/tdeioslave/smtp/request.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
request.h
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/response.cc b/tdeioslave/smtp/response.cc
index b630051de..3ae5d8aa0 100644
--- a/tdeioslave/smtp/response.cc
+++ b/tdeioslave/smtp/response.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
response.cc
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/response.h b/tdeioslave/smtp/response.h
index 97220661f..e65406aea 100644
--- a/tdeioslave/smtp/response.h
+++ b/tdeioslave/smtp/response.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
response.h
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/smtp.h b/tdeioslave/smtp/smtp.h
index e9d9b833b..853ff3ec6 100644
--- a/tdeioslave/smtp/smtp.h
+++ b/tdeioslave/smtp/smtp.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
* Copyright (c) 2000, 2001 Alex Zepeda <zipzippy@sonic.net>
* Copyright (c) 2001 Michael H�ckel <Michael@Haeckel.Net>
* All rights reserved.
diff --git a/tdeioslave/smtp/transactionstate.cc b/tdeioslave/smtp/transactionstate.cc
index 58e5adf51..c33d6b639 100644
--- a/tdeioslave/smtp/transactionstate.cc
+++ b/tdeioslave/smtp/transactionstate.cc
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
transactionstate.cc
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
diff --git a/tdeioslave/smtp/transactionstate.h b/tdeioslave/smtp/transactionstate.h
index ec39e3ac6..bf8a2a3bc 100644
--- a/tdeioslave/smtp/transactionstate.h
+++ b/tdeioslave/smtp/transactionstate.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
transactionstate.h
This file is part of tdeio_smtp, the KDE SMTP tdeioslave.