style: add original copyright header
This commit is contained in:
parent
0f162fb50a
commit
92ca2f66f5
|
@ -1,4 +1,6 @@
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
%% Original file taken from https://github.com/arcusfelis/binary2
|
||||||
|
%% Copyright (c) 2016 Michael Uvarov
|
||||||
%% Copyright (c) 2020-2023 EMQ Technologies Co., Ltd. All Rights Reserved.
|
%% Copyright (c) 2020-2023 EMQ Technologies Co., Ltd. All Rights Reserved.
|
||||||
%%
|
%%
|
||||||
%% Licensed under the Apache License, Version 2.0 (the "License");
|
%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
|
|
||||||
-module(emqx_utils_binary).
|
-module(emqx_utils_binary).
|
||||||
|
|
||||||
%% copied from https://github.com/arcusfelis/binary2
|
|
||||||
|
|
||||||
%% Bytes
|
%% Bytes
|
||||||
-export([
|
-export([
|
||||||
reverse/1,
|
reverse/1,
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
%%--------------------------------------------------------------------
|
||||||
|
%% Original file taken from https://github.com/arcusfelis/binary2
|
||||||
|
%% Copyright (c) 2016 Michael Uvarov
|
||||||
|
%% Copyright (c) 2023 EMQ Technologies Co., Ltd. All Rights Reserved.
|
||||||
|
%%
|
||||||
-module(emqx_utils_binary_tests).
|
-module(emqx_utils_binary_tests).
|
||||||
|
|
||||||
-import(emqx_utils_binary, [
|
-import(emqx_utils_binary, [
|
||||||
|
|
Loading…
Reference in New Issue