From 6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sun, 16 May 2021 19:43:46 -0700 Subject: Fix copyright --- Makefile | 5 ----- common.h | 7 ------- plugins.c | 7 ------- plugins.h | 7 ------- sample/Makefile | 5 ----- sample/main.c | 7 ------- 6 files changed, 38 deletions(-) diff --git a/Makefile b/Makefile index c9d5441..4bc407f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,3 @@ -# Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. -# Proprietary and confidential. -# Unauthorized copying of any parts of this file, via any medium is strictly prohibited. -# Written by Yuuta Liang , April 2021. - CFLAGS= \ -I.\ -std=c99 \ diff --git a/common.h b/common.h index 58c2af6..935b11f 100644 --- a/common.h +++ b/common.h @@ -1,10 +1,3 @@ -/* - * Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. - * Proprietary and confidential. - * Unauthorized copying of any parts of this file, via any medium is strictly prohibited. - * Written by Yuuta Liang , April 2021. - */ - #ifndef _COMMON_H #define _COMMON_H diff --git a/plugins.c b/plugins.c index 32a8d16..ec8b727 100644 --- a/plugins.c +++ b/plugins.c @@ -1,10 +1,3 @@ -/* - * Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. - * Proprietary and confidential. - * Unauthorized copying of any parts of this file, via any medium is strictly prohibited. - * Written by Yuuta Liang , April 2021. - */ - #include "plugins.h" #include "common.h" #include "plugin_registry.h" diff --git a/plugins.h b/plugins.h index bb2948d..64ab0bb 100644 --- a/plugins.h +++ b/plugins.h @@ -1,10 +1,3 @@ -/* - * Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. - * Proprietary and confidential. - * Unauthorized copying of any parts of this file, via any medium is strictly prohibited. - * Written by Yuuta Liang , April 2021. - */ - #ifndef _PLUGINS_H #define _PLUGINS_H diff --git a/sample/Makefile b/sample/Makefile index 8b9ee32..03051fd 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -1,8 +1,3 @@ -# Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. -# Proprietary and confidential. -# Unauthorized copying of any parts of this file, via any medium is strictly prohibited. -# Written by Yuuta Liang , April 2021. - CFLAGS= \ -I.\ -g \ diff --git a/sample/main.c b/sample/main.c index 98f54d9..710d245 100644 --- a/sample/main.c +++ b/sample/main.c @@ -1,10 +1,3 @@ -/* - * Copyright 2019 ~ 2021 YuutaW Minecraft, All Rights Reserved. - * Proprietary and confidential. - * Unauthorized copying of any parts of this file, via any medium is strictly prohibited. - * Written by Yuuta Liang , April 2021. - */ - #include "../plugin/plugin.h" #include -- cgit v1.2.3