Skip to content

Commit

Permalink
Acknowledge 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Jan 2, 2023
1 parent b196fd2 commit fbdfcc9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Guilherme Andrade
Copyright (c) 2020-2023 Guilherme Andrade

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The API reference can be found on

MIT License

Copyright (c) 2020-2022 Guilherme Andrade
Copyright (c) 2020-2023 Guilherme Andrade

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2020-2022 Guilherme Andrade
%% Copyright (c) 2020-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check_app.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check_hardcoded_authorities.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check_shared_state.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check_sup.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/tls_certificate_check_util.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion test/tls_certificate_check_cross_signing_SUITE.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion test/tls_certificate_check_options_SUITE.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2020-2022 Guilherme Andrade
%% Copyright (c) 2020-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion test/tls_certificate_check_test_utils.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2021-2022 Guilherme Andrade
%% Copyright (c) 2021-2023 Guilherme Andrade
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
Expand Down

0 comments on commit fbdfcc9

Please sign in to comment.