summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-29 21:15:22 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-29 21:15:22 +0100
commit893623e5ca3405703cdc3e72e27033b21b718c25 (patch)
tree7e927194f7ee9a0089337340827832b2ba7f607f /src/net
parentebd452492f3ddbad136bf41aa3b73df012e00be4 (diff)
Reduced license header width.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/client.c50
-rw-r--r--src/net/client.h50
-rw-r--r--src/net/comm.c50
-rw-r--r--src/net/comm.h50
-rw-r--r--src/net/server.c50
-rw-r--r--src/net/server.h50
6 files changed, 150 insertions, 150 deletions
diff --git a/src/net/client.c b/src/net/client.c
index 4c169e9..a62616e 100644
--- a/src/net/client.c
+++ b/src/net/client.c
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/src/net/client.h b/src/net/client.h
index ad7cabd..30f15a9 100644
--- a/src/net/client.h
+++ b/src/net/client.h
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#ifndef OXEN_CLIENT_H
#define OXEN_CLIENT_H
diff --git a/src/net/comm.c b/src/net/comm.c
index fff661d..829fe31 100644
--- a/src/net/comm.c
+++ b/src/net/comm.c
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/src/net/comm.h b/src/net/comm.h
index f8715ac..58dbaf8 100644
--- a/src/net/comm.h
+++ b/src/net/comm.h
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#ifndef OXEN_NET_H
#define OXEN_NET_H
diff --git a/src/net/server.c b/src/net/server.c
index ad36852..a37c17c 100644
--- a/src/net/server.c
+++ b/src/net/server.c
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/src/net/server.h b/src/net/server.h
index 578d31f..2869898 100644
--- a/src/net/server.h
+++ b/src/net/server.h
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#ifndef OXEN_SERVER_H
#define OXEN_SERVER_H