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