From 2e6ad828a08e963fc1026fa068b5eeec81b500fa Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 23 Apr 2021 20:08:54 +0200 Subject: [PATCH] chore: remove copyright and license Erlang macros --- src/emqx.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/emqx.erl b/src/emqx.erl index 2eef8f186..2d2e4eb52 100644 --- a/src/emqx.erl +++ b/src/emqx.erl @@ -69,10 +69,6 @@ -define(APP, ?MODULE). --define(COPYRIGHT, "Copyright (c) 2020 EMQ Technologies Co., Ltd"). - --define(LICENSE_MESSAGE, "Licensed under the Apache License, Version 2.0"). - %% @hidden Path to the file which has debug_info encryption secret in it. %% Evaluate this function if there is a need to access encrypted debug_info. %% NOTE: Do not change the API to accept the secret text because it may