Skip to content

Commit 719b256

Browse files
committed
update copyright year to 2026
1 parent 912ef89 commit 719b256

483 files changed

Lines changed: 483 additions & 483 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

license-header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
149149
<notes>Also allow the license url to be https.</notes>
150150
<patterns>
151-
<pattern>Copyright (C) 2025 Suomen Kanuuna Oy</pattern>
151+
<pattern>Copyright (C) 2026 Suomen Kanuuna Oy</pattern>
152152
</patterns>
153153
</license>
154154
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">

src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_ABSTRACT_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_ADDCOLTOTALS_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_ADDINFO_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_ADDTOTALS_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/main/antlr4/imports/COMMAND_AGGREGATION_MODE.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Data Processing Language (DPL) parser
3-
* Copyright (C) 2025 Suomen Kanuuna Oy
3+
* Copyright (C) 2026 Suomen Kanuuna Oy
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)