diff --git a/c_src/ets_cache.c b/c_src/ets_cache.c index 1865fb3..d16efa6 100644 --- a/c_src/ets_cache.c +++ b/c_src/ets_cache.c @@ -3,7 +3,7 @@ * Created : 26 Apr 2017 by Evgeny Khramtsov * * - * Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. + * Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/ets_cache.hrl b/include/ets_cache.hrl index 55cd25e..84a086d 100644 --- a/include/ets_cache.hrl +++ b/include/ets_cache.hrl @@ -3,7 +3,7 @@ %%% Created : 24 Apr 2017 by Evgeny Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/rebar.config b/rebar.config index ac82eea..9d538b7 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ %%% Purpose : Rebar build script. Compliant with rebar and rebar3. %%% Created : 8 May 2013 by Evgeniy Khramtsov %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/rebar.config.script b/rebar.config.script index fb220a3..aae12cb 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -4,7 +4,7 @@ %%% Purpose : Rebar build script. Compliant with rebar and rebar3. %%% Created : 8 May 2013 by Evgeniy Khramtsov %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/cache_tab.app.src b/src/cache_tab.app.src index 386af3f..eb2a7c9 100644 --- a/src/cache_tab.app.src +++ b/src/cache_tab.app.src @@ -5,7 +5,7 @@ %%% Created : 8 May 2013 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/cache_tab.erl b/src/cache_tab.erl index f6dd52e..f089c70 100644 --- a/src/cache_tab.erl +++ b/src/cache_tab.erl @@ -6,7 +6,7 @@ %%% Created : 29 Aug 2010 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/cache_tab_app.erl b/src/cache_tab_app.erl index c313331..71ac8eb 100644 --- a/src/cache_tab_app.erl +++ b/src/cache_tab_app.erl @@ -6,7 +6,7 @@ %%% Created : 8 May 2013 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/cache_tab_sup.erl b/src/cache_tab_sup.erl index b528eed..07b5682 100644 --- a/src/cache_tab_sup.erl +++ b/src/cache_tab_sup.erl @@ -6,7 +6,7 @@ %%% Created : 30 Aug 2010 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/ets_cache.erl b/src/ets_cache.erl index e3597a6..7dc0143 100644 --- a/src/ets_cache.erl +++ b/src/ets_cache.erl @@ -3,7 +3,7 @@ %%% Created : 12 Apr 2017 by Evgeny Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/src/ets_cache_options.erl b/src/ets_cache_options.erl index a1e911c..ae6035f 100644 --- a/src/ets_cache_options.erl +++ b/src/ets_cache_options.erl @@ -3,7 +3,7 @@ %%% Created : 24 Apr 2017 by Evgeny Khramtsov %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff --git a/test/cache_tab_test.erl b/test/cache_tab_test.erl index 20de562..4d7be6a 100644 --- a/test/cache_tab_test.erl +++ b/test/cache_tab_test.erl @@ -5,7 +5,7 @@ %%% Created : 10 Dec 2015 by Mickael Remond %%% %%% -%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License.