Skip to content

Commit bab1e3b

Browse files
authored
update license header (#605)
1 parent e4f55e2 commit bab1e3b

378 files changed

Lines changed: 378 additions & 378 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
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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
@@ -389,7 +389,7 @@
389389
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
390390
<notes>Also allow the license url to be https.</notes>
391391
<patterns>
392-
<pattern>Copyright (C) 2019-2024 Suomen Kanuuna Oy</pattern>
392+
<pattern>Copyright (C) 2019-2025 Suomen Kanuuna Oy</pattern>
393393
</patterns>
394394
</license>
395395
</licenses>

src/main/java/com/teragrep/pth10/ast/ContextValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLAuditInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLInternalStreamingQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLInternalStreamingQueryListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLParserCatalystContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLParserCatalystVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLParserConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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/java/com/teragrep/pth10/ast/DPLTimeFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Teragrep Data Processing Language (DPL) translator for Apache Spark (pth_10)
3-
* Copyright (C) 2019-2024 Suomen Kanuuna Oy
3+
* Copyright (C) 2019-2025 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)