Skip to content

Commit

Permalink
chore: update license helper
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Jan 17, 2024
1 parent 6fbe8c4 commit 220a22a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions license_helper.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/perl
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@

my $license_1 =
'/********************************************************************************
* Copyright (c) 2023 Contributors to the Eclipse Foundation
* Copyright (c) 2024 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand All @@ -38,7 +38,7 @@
********************************************************************************/';

my $license_2 =
'# Copyright (c) 2023 Contributors to the Eclipse Foundation
'# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -51,7 +51,7 @@

my $license_3 =
'<!--
Copyright (c) 2023 Contributors to the Eclipse Foundation
Copyright (c) 2024 Contributors to the Eclipse Foundation
See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.
Expand Down

0 comments on commit 220a22a

Please sign in to comment.