diff options
| author | 2012-04-20 17:34:06 +0200 | |
|---|---|---|
| committer | 2012-04-20 17:34:06 +0200 | |
| commit | a05be80db3f36fec2172f8a062f1a3cebbda77c4 (patch) | |
| tree | bb4577ae89d26d24139880b20e8a02b4893b1904 /src | |
| parent | Replace copyright headers with headers granting specific authors copyright. (diff) | |
Headers nitpicking: consistency, remove/add newlines as needed to match all others
Diffstat (limited to 'src')
29 files changed, 25 insertions, 4 deletions
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp index bec4194e2..d91a79ca3 100644 --- a/src/modes/cmode_v.cpp +++ b/src/modes/cmode_v.cpp @@ -20,7 +20,6 @@ */ - #include "inspircd.h" #include "configreader.h" #include "mode.h" diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index d23917f33..be4392aca 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #define MODNAME cmd_all #include "inspircd.h" diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp index 40a98bfbd..a8ff25734 100644 --- a/src/modules/extra/m_ldapauth.cpp +++ b/src/modules/extra/m_ldapauth.cpp @@ -21,6 +21,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "account.h" diff --git a/src/modules/extra/m_ldapoper.cpp b/src/modules/extra/m_ldapoper.cpp index 4fb0f3258..72001d370 100644 --- a/src/modules/extra/m_ldapoper.cpp +++ b/src/modules/extra/m_ldapoper.cpp @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index 0dccf3f0b..7a19fe6a9 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include <sqlite3.h> #include "sql.h" diff --git a/src/modules/m_chanregister.cpp b/src/modules/m_chanregister.cpp index c1e63449e..4286ac2d6 100644 --- a/src/modules/m_chanregister.cpp +++ b/src/modules/m_chanregister.cpp @@ -19,7 +19,6 @@ */ - #include "inspircd.h" #include "account.h" diff --git a/src/modules/m_cline.cpp b/src/modules/m_cline.cpp index 3f39aa819..67a6c10bb 100644 --- a/src/modules/m_cline.cpp +++ b/src/modules/m_cline.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "xline.h" diff --git a/src/modules/m_close.cpp b/src/modules/m_close.cpp index 3f08bab8f..7086c8987 100644 --- a/src/modules/m_close.cpp +++ b/src/modules/m_close.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" /* $ModDesc: Provides /CLOSE functionality */ diff --git a/src/modules/m_customprefix.cpp b/src/modules/m_customprefix.cpp index 9fb2f24fc..fcae5ec30 100644 --- a/src/modules/m_customprefix.cpp +++ b/src/modules/m_customprefix.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" /* $ModDesc: Allows custom prefix modes to be created. */ diff --git a/src/modules/m_flatfile_channels.cpp b/src/modules/m_flatfile_channels.cpp index 6adc3d0ac..21944b1f0 100644 --- a/src/modules/m_flatfile_channels.cpp +++ b/src/modules/m_flatfile_channels.cpp @@ -18,7 +18,6 @@ */ - #include "inspircd.h" #include "protocol.h" diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 06ff778fe..12d884657 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -20,6 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "httpd.h" #include "xline.h" diff --git a/src/modules/m_opflags.cpp b/src/modules/m_opflags.cpp index 65cf7d2b3..ec488d4c2 100644 --- a/src/modules/m_opflags.cpp +++ b/src/modules/m_opflags.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "protocol.h" #include "opflags.h" diff --git a/src/modules/m_regex.h b/src/modules/m_regex.h index e1346e1c7..89e52a423 100644 --- a/src/modules/m_regex.h +++ b/src/modules/m_regex.h @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #ifndef M_REGEX_H #define M_REGEX_H diff --git a/src/modules/m_regex_glob.cpp b/src/modules/m_regex_glob.cpp index 965723987..ca17592b1 100644 --- a/src/modules/m_regex_glob.cpp +++ b/src/modules/m_regex_glob.cpp @@ -18,6 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "m_regex.h" #include "inspircd.h" diff --git a/src/modules/m_servvhost.cpp b/src/modules/m_servvhost.cpp index 118d5f82b..5e1b678e1 100644 --- a/src/modules/m_servvhost.cpp +++ b/src/modules/m_servvhost.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" /* $ModDesc: ircd vhosting. */ diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 42a698d16..08ef75343 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "xline.h" diff --git a/src/modules/m_spanningtree/override_map.cpp b/src/modules/m_spanningtree/override_map.cpp index 2df221c78..7aa5d96e5 100644 --- a/src/modules/m_spanningtree/override_map.cpp +++ b/src/modules/m_spanningtree/override_map.cpp @@ -18,6 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /* $ModDesc: Provides a spanning tree server link protocol */ #include "inspircd.h" diff --git a/src/modules/m_spanningtree/override_squit.cpp b/src/modules/m_spanningtree/override_squit.cpp index 869e02e2b..2a95acb40 100644 --- a/src/modules/m_spanningtree/override_squit.cpp +++ b/src/modules/m_spanningtree/override_squit.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /* $ModDesc: Provides a spanning tree server link protocol */ #include "inspircd.h" diff --git a/src/modules/m_spanningtree/override_stats.cpp b/src/modules/m_spanningtree/override_stats.cpp index 6133e3068..83691c151 100644 --- a/src/modules/m_spanningtree/override_stats.cpp +++ b/src/modules/m_spanningtree/override_stats.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /* $ModDesc: Provides a spanning tree server link protocol */ #include "inspircd.h" diff --git a/src/modules/m_spanningtree/postcommand.cpp b/src/modules/m_spanningtree/postcommand.cpp index fc7d492c2..a0c38c8c6 100644 --- a/src/modules/m_spanningtree/postcommand.cpp +++ b/src/modules/m_spanningtree/postcommand.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /* $ModDesc: Provides a spanning tree server link protocol */ #include "inspircd.h" diff --git a/src/modules/m_spanningtree/precommand.cpp b/src/modules/m_spanningtree/precommand.cpp index 1ae526fe7..6d0600a50 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "main.h" diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 05469e661..99e54be52 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "main.h" #include "utils.h" diff --git a/src/modules/m_spanningtree/protocolinterface.h b/src/modules/m_spanningtree/protocolinterface.h index 2398621d1..74bab3e77 100644 --- a/src/modules/m_spanningtree/protocolinterface.h +++ b/src/modules/m_spanningtree/protocolinterface.h @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #ifndef M_SPANNINGTREE_PROTOCOLINTERFACE_H #define M_SPANNINGTREE_PROTOCOLINTERFACE_H diff --git a/src/modules/m_spanningtree/remoteuser.h b/src/modules/m_spanningtree/remoteuser.h index 265f80979..2c3acea70 100644 --- a/src/modules/m_spanningtree/remoteuser.h +++ b/src/modules/m_spanningtree/remoteuser.h @@ -15,6 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #ifndef M_SPANNINGTREE_REMOTEUSER_H #define M_SPANNINGTREE_REMOTEUSER_H class CoreExport RemoteUser : public User diff --git a/src/modules/m_spanningtree/user.cpp b/src/modules/m_spanningtree/user.cpp index 033232c33..de99774f1 100644 --- a/src/modules/m_spanningtree/user.cpp +++ b/src/modules/m_spanningtree/user.cpp @@ -15,6 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "treeserver.h" #include "remoteuser.h" diff --git a/src/modules/m_sql_channels.cpp b/src/modules/m_sql_channels.cpp index 0da593f1f..937c1b4af 100644 --- a/src/modules/m_sql_channels.cpp +++ b/src/modules/m_sql_channels.cpp @@ -17,7 +17,6 @@ */ - #include "inspircd.h" #include "sql.h" diff --git a/src/modules/sql.h b/src/modules/sql.h index b9d8be922..68f8d4771 100644 --- a/src/modules/sql.h +++ b/src/modules/sql.h @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #ifndef INSPIRCD_SQLAPI_3 #define INSPIRCD_SQLAPI_3 diff --git a/src/socketengines/socketengine_poll.cpp b/src/socketengines/socketengine_poll.cpp index e51abc02a..7569efc37 100644 --- a/src/socketengines/socketengine_poll.cpp +++ b/src/socketengines/socketengine_poll.cpp @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" #include "exitcodes.h" diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 59b142ee4..37aa34f40 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -20,6 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /* $Core */ #include "inspircd.h" |
