From f1cbfee1fc08a55e1c71bbc60ddc5523abff32b4 Mon Sep 17 00:00:00 2001 From: Feng Date: Tue, 12 Apr 2016 23:53:42 +0800 Subject: [PATCH] Update Copyright --- CHANGES | 6 ++++++ src/ecpool.erl | 2 +- src/ecpool_app.erl | 2 +- src/ecpool_pool.erl | 2 +- src/ecpool_pool_sup.erl | 2 +- src/ecpool_sup.erl | 2 +- src/ecpool_worker.erl | 2 +- src/ecpool_worker_sup.erl | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 047a612a5..cf9733e5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ +0.2.1-beta (2016/04/12) +------------------------ + +Update Copyright + + 0.2-beta (2016/01/02) --------------------- diff --git a/src/ecpool.erl b/src/ecpool.erl index 1b2008e5e..5bdc24ac8 100644 --- a/src/ecpool.erl +++ b/src/ecpool.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_app.erl b/src/ecpool_app.erl index 2f903528d..cd091ba00 100644 --- a/src/ecpool_app.erl +++ b/src/ecpool_app.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_pool.erl b/src/ecpool_pool.erl index 0bb1a780e..93faee087 100644 --- a/src/ecpool_pool.erl +++ b/src/ecpool_pool.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_pool_sup.erl b/src/ecpool_pool_sup.erl index bff48d5ea..69c96696a 100644 --- a/src/ecpool_pool_sup.erl +++ b/src/ecpool_pool_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_sup.erl b/src/ecpool_sup.erl index 0eb371816..5bb0d5092 100644 --- a/src/ecpool_sup.erl +++ b/src/ecpool_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_worker.erl b/src/ecpool_worker.erl index d5e25ce52..a56890eb5 100644 --- a/src/ecpool_worker.erl +++ b/src/ecpool_worker.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015-2016 eMQTT.IO, All Rights Reserved. +%%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal diff --git a/src/ecpool_worker_sup.erl b/src/ecpool_worker_sup.erl index 83e277b64..d58fede8d 100644 --- a/src/ecpool_worker_sup.erl +++ b/src/ecpool_worker_sup.erl @@ -1,5 +1,5 @@ %%%----------------------------------------------------------------------------- -%%% Copyright (c) 2015 eMQTT.IO, All Rights Reserved. +%%% Copyright (c) 2015-2016 Feng Lee . %%% %%% Permission is hereby granted, free of charge, to any person obtaining a copy %%% of this software and associated documentation files (the "Software"), to deal