aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-05-16 19:43:46 -0700
committerTrumeet <yuuta@yuuta.moe>2021-05-16 19:43:46 -0700
commit6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682 (patch)
tree591020f041891a2bdac80a2ba3702c0834cc077d
parent7e531d78bf330bfac65cf3f208c2300b607decee (diff)
downloadextmc-6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682.tar
extmc-6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682.tar.gz
extmc-6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682.tar.bz2
extmc-6188aaa2e03f3c5fbf5c329fd8c9d368bbc80682.zip
Fix copyright
-rw-r--r--Makefile5
-rw-r--r--common.h7
-rw-r--r--plugins.c7
-rw-r--r--plugins.h7
-rw-r--r--sample/Makefile5
-rw-r--r--sample/main.c7
6 files changed, 0 insertions, 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 <yuuta@yuuta.moe>, 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 <yuuta@yuuta.moe>, 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 <yuuta@yuuta.moe>, 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 <yuuta@yuuta.moe>, 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 <yuuta@yuuta.moe>, 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 <yuuta@yuuta.moe>, April 2021.
- */
-
#include "../plugin/plugin.h"
#include <stdio.h>