Skip to content

Commit f2dc922

Browse files
committed
Fix copyrights
1 parent 77c58ca commit f2dc922

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/c-lib/syntax/lint_hasnondigit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* GS1 Syntax Dictionary. Copyright (c) 2024-2024 GS1 AISBL.
2+
* GS1 Syntax Dictionary. Copyright (c) 2024 GS1 AISBL.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/c-lib/syntax/lint_iso5218.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* GS1 Syntax Dictionary. Copyright (c) 2024-2024 GS1 AISBL.
2+
* GS1 Syntax Dictionary. Copyright (c) 2024 GS1 AISBL.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/c-lib/syntax/lint_posinseqslash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* GS1 Syntax Dictionary. Copyright (c) 2024-2024 GS1 AISBL.
2+
* GS1 Syntax Dictionary. Copyright (c) 2024 GS1 AISBL.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/java/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2024-2024 GS1 AISBL.
3+
Copyright (c) 2022-2024 GS1 AISBL.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

src/js-wasm/gs1encoder.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Basic tests for the JavaScript wrapper for the GS1 Syntax Engine compiled
33
* as a WASM by Emscripten.
44
*
5-
* Copyright (c) 2024-2024 GS1 AISBL.
5+
* Copyright (c) 2024 GS1 AISBL.
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.

0 commit comments

Comments
 (0)