Skip to content

Commit 6a4ab47

Browse files
committed
About license
Removed descriptions for GNU GPL v3 in every code file's header, which may be confusing to everyone.
1 parent b1cb0c7 commit 6a4ab47

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

mcrelay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include "mod/main.h"

mod/basic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#ifndef _MOD_BASIC_H_

mod/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#ifndef _MOD_CONFIG_H_

mod/linux/basic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <stdarg.h>

mod/linux/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <arpa/inet.h>

mod/linux/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <arpa/inet.h>

mod/linux/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <arpa/inet.h>

mod/linux/network.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <arpa/inet.h>

mod/linux/proto_legacy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <stdio.h>

mod/linux/proto_modern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Minecraft Relay Server, version 1.1.3
66
Copyright (c) 2020-2021 Bilin Tsui. All right reserved.
77
This is a Free Software, absolutely no warranty.
8+
89
Licensed with GNU General Public License Version 3 (GNU GPL v3).
9-
It basically means you have free rights for uncommerical use and modify, also restricted you to comply the license, whether part of original release or modified part by you.
1010
For detailed license text, watch: https://www.gnu.org/licenses/gpl-3.0.html
1111
*/
1212
#include <stdio.h>

0 commit comments

Comments
 (0)