Skip to content

Commit 26d9d78

Browse files
committed
gen_es_uc_ctype.escript: bump copyright year range
1 parent 0641960 commit 26d9d78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make/gen_es_uc_ctype.escript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% -*- erlang -*-
33
%%! +Bd -noshell -smp auto
44

5-
%% Copyright 2022-2023 Mikael Pettersson
5+
%% Copyright 2022-2025 Mikael Pettersson
66
%%
77
%% Licensed under the Apache License, Version 2.0 (the "License");
88
%% you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ write_ctype_module(UnicodeCtype, OutFile) ->
7373
do_write_ctype_module(UnicodeCtype, IoDev) ->
7474
io:format(IoDev, "%% -*- erlang-indent-level: 2 -*-\n", []),
7575
io:format(IoDev, "%%\n", []),
76-
io:format(IoDev, "%% Copyright 2022-2023 Mikael Pettersson\n", []),
76+
io:format(IoDev, "%% Copyright 2022-2025 Mikael Pettersson\n", []),
7777
io:format(IoDev, "%%\n", []),
7878
io:format(IoDev, "%% Licensed under the Apache License, Version 2.0 (the \"License\");\n", []),
7979
io:format(IoDev, "%% you may not use this file except in compliance with the License.\n", []),

0 commit comments

Comments
 (0)