Skip to content

Commit

Permalink
Update copyright year to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 2, 2022
1 parent 66def81 commit e597b4b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion c_src/fast_yaml.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
* Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%%% Purpose : Rebar build script. Compliant with rebar and rebar3.
%%% Created : 11 Dec 2015 by Mickael Remond <[email protected]>
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%%% Purpose : Rebar build script. Compliant with rebar and rebar3.
%%% Created : 11 Dec 2015 by Mickael Remond <[email protected]>
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion src/fast_yaml.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%%% Created : 4 Apr 2013 by Evgeniy Khramtsov <[email protected]>
%%%
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion src/fast_yaml.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%%% Created : 7 Aug 2013 by Evgeniy Khramtsov <[email protected]>
%%%
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion src/fast_yaml_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%%% Created : 7 Aug 2013 by Evgeniy Khramtsov <[email protected]>
%%%
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down
2 changes: 1 addition & 1 deletion src/fast_yaml_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%%% Created : 7 Aug 2013 by Evgeniy Khramtsov <[email protected]>
%%%
%%%
%%% Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
%%% Copyright (C) 2002-2022 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.
Expand Down

0 comments on commit e597b4b

Please sign in to comment.