From 99903466f238b9c1edfb459a815fe07a893096cd Mon Sep 17 00:00:00 2001
From: elliVM <47@teragrep.com>
Date: Wed, 17 Dec 2025 08:33:44 +0200
Subject: [PATCH 1/3] add spotless plugin and apply
# Conflicts:
# src/test/java/com/teragrep/pth_03/tests/TeragrepSyntaxTests.java
---
eclipse-java-formatter.xml | 449 ++++++++++++++++++
license-header | 45 ++
pom.xml | 161 +++++--
.../com/teragrep/pth_03/antlr/DPLLexer.g4 | 7 +-
.../com/teragrep/pth_03/antlr/DPLParser.g4 | 7 +-
.../antlr4/imports/COMMAND_ABSTRACT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4 | 8 +-
.../imports/COMMAND_ADDCOLTOTALS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ADDINFO_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ADDTOTALS_MODE.g4 | 8 +-
.../imports/COMMAND_AGGREGATION_MODE.g4 | 8 +-
.../imports/COMMAND_ANALYZEFIELDS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ANOMALIES_MODE.g4 | 8 +-
.../imports/COMMAND_ANOMALOUSVALUE_MODE.g4 | 8 +-
.../imports/COMMAND_ANOMALYDETECTION_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_APPENDCOLS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_APPENDPIPE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_APPEND_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ARULES_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ASSOCIATE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_AUDIT_MODE.g4 | 8 +-
.../imports/COMMAND_AUTOREGRESS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_BIN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_BUCKETDIR_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_CHART_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_CLUSTER_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_COFILTER_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_COLLAPSE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_COLLECT_MODE.g4 | 8 +-
.../imports/COMMAND_CONCURRENCY_MODE.g4 | 8 +-
.../imports/COMMAND_CONTINGENCY_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_CONVERT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_CORRELATE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_DATAMODEL_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_DBINSPECT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_DEDUP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_DELETE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_DELTA_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_DIFF_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_DPL_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_DUMP_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_EREX_MODE.g4 | 8 +-
.../imports/COMMAND_EVAL_SUBMODE_BASE.g4 | 8 +-
.../antlr4/imports/COMMAND_EVENTCOUNT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_EVENTSTATS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_EXPLAIN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_EXTRACT_MODE.g4 | 8 +-
.../imports/COMMAND_FIELDFORMAT_MODE.g4 | 8 +-
.../imports/COMMAND_FIELDSUMMARY_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FIELDS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FILLDOWN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FILLNULL_MODE.g4 | 8 +-
.../imports/COMMAND_FINDKEYWORDS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FINDTYPES_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FOLDERIZE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FOREACH_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_FORMAT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_FROM_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_GAUGE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_GENTIMES_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_GEOMFILTER_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_GEOM_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_GEOSTATS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_HEAD_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_HIGHLIGHT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_HISTORY_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_ICONIFY_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_INPUTCSV_MODE.g4 | 8 +-
.../imports/COMMAND_INPUTLOOKUP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_IPLOCATION_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_JOIN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_KMEANS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_KVFORM_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_LOADJOB_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_LOCALIZE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_LOCALOP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_LOOKUP_MODE.g4 | 8 +-
.../imports/COMMAND_MAKECONTINUOUS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MAKEJSON_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MAKEMV_MODE.g4 | 8 +-
.../imports/COMMAND_MAKERESULTS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_MAP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MCATALOG_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MCOLLECT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_METADATA_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_METASEARCH_MODE.g4 | 8 +-
.../imports/COMMAND_MEVENTCOLLECT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MSTATS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MULTIKV_MODE.g4 | 8 +-
.../imports/COMMAND_MULTISEARCH_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MVCOMBINE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_MVEXPAND_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_NOMV_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_OUTLIER_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_OUTPUTCSV_MODE.g4 | 8 +-
.../imports/COMMAND_OUTPUTLOOKUP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_OUTPUTTEXT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_OVERLAP_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_PIVOT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_PREDICT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RANGEMAP_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_RARE_MODE.g4 | 8 +-
.../imports/COMMAND_REDISTRIBUTE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_REGEX_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RELEVANCY_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RELTIME_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RENAME_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_REPLACE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_REST_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RETURN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_REVERSE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_REX4J_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_REX_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_RTORDER_MODE.g4 | 8 +-
.../imports/COMMAND_RUNSHELLSCRIPT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SAVE.g4 | 8 +-
.../imports/COMMAND_SAVEDSEARCH_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SCRIPT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SCRUB_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SEARCHTXN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SEARCH_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SELFJOIN_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SENDALERT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SENDEMAIL_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SETFIELDS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SET_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SICHART_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SIRARE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_SISTATS_MODE.g4 | 8 +-
.../imports/COMMAND_SITIMECHART_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SITOP_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SORT_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_SPATH_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_STATS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_STRCAT_MODE.g4 | 8 +-
.../imports/COMMAND_STREAMSTATS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_TABLE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_TAGS_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_TAIL_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TERAGREP_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TIMECHART_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TIMEWRAP_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_TOP_MODE.g4 | 8 +-
.../imports/COMMAND_TRANSACTION_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TRANSPOSE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TRENDLINE_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TSCOLLECT_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TSTATS_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_TYPEAHEAD_MODE.g4 | 8 +-
.../imports/COMMAND_TYPELEARNER_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_TYPER_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_UNION_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_UNIQ_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_UNTABLE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_WHERE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_X11_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_XMLKV_MODE.g4 | 8 +-
.../imports/COMMAND_XMLUNESCAPE_MODE.g4 | 8 +-
src/main/antlr4/imports/COMMAND_XPATH_MODE.g4 | 8 +-
.../antlr4/imports/COMMAND_XYSERIES_MODE.g4 | 8 +-
.../antlr4/imports/DPLParserAggregations.g4 | 7 +-
src/main/antlr4/imports/DPLParserEvals.g4 | 7 +-
src/main/antlr4/imports/DPLParserTransform.g4 | 8 +-
.../imports/DPLParserTransform_abstract.g4 | 6 +-
.../imports/DPLParserTransform_accum.g4 | 6 +-
.../DPLParserTransform_addcoltotals.g4 | 6 +-
.../imports/DPLParserTransform_addinfo.g4 | 6 +-
.../imports/DPLParserTransform_addtotals.g4 | 6 +-
.../DPLParserTransform_analyzefields.g4 | 6 +-
.../imports/DPLParserTransform_anomalies.g4 | 6 +-
.../DPLParserTransform_anomalousvalue.g4 | 6 +-
.../DPLParserTransform_anomalydetection.g4 | 6 +-
.../imports/DPLParserTransform_append.g4 | 6 +-
.../imports/DPLParserTransform_appendcols.g4 | 6 +-
.../imports/DPLParserTransform_appendpipe.g4 | 6 +-
.../imports/DPLParserTransform_arules.g4 | 6 +-
.../imports/DPLParserTransform_associate.g4 | 6 +-
.../imports/DPLParserTransform_audit.g4 | 6 +-
.../imports/DPLParserTransform_autoregress.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_bin.g4 | 6 +-
.../imports/DPLParserTransform_bucketdir.g4 | 6 +-
.../imports/DPLParserTransform_chart.g4 | 6 +-
.../imports/DPLParserTransform_cluster.g4 | 6 +-
.../imports/DPLParserTransform_cofilter.g4 | 6 +-
.../imports/DPLParserTransform_collapse.g4 | 6 +-
.../imports/DPLParserTransform_collect.g4 | 6 +-
.../imports/DPLParserTransform_concurrency.g4 | 6 +-
.../imports/DPLParserTransform_contingency.g4 | 6 +-
.../imports/DPLParserTransform_convert.g4 | 6 +-
.../imports/DPLParserTransform_correlate.g4 | 6 +-
.../imports/DPLParserTransform_datamodel.g4 | 6 +-
.../imports/DPLParserTransform_dbinspect.g4 | 6 +-
.../imports/DPLParserTransform_dedup.g4 | 6 +-
.../imports/DPLParserTransform_delete.g4 | 6 +-
.../imports/DPLParserTransform_delta.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_diff.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_dpl.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_dump.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_erex.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_eval.g4 | 6 +-
.../imports/DPLParserTransform_eventcount.g4 | 6 +-
.../imports/DPLParserTransform_eventstats.g4 | 6 +-
.../imports/DPLParserTransform_explain.g4 | 6 +-
.../imports/DPLParserTransform_extract.g4 | 6 +-
.../imports/DPLParserTransform_fieldformat.g4 | 6 +-
.../imports/DPLParserTransform_fields.g4 | 6 +-
.../DPLParserTransform_fieldsummary.g4 | 6 +-
.../imports/DPLParserTransform_filldown.g4 | 6 +-
.../imports/DPLParserTransform_fillnull.g4 | 6 +-
.../DPLParserTransform_findkeywords.g4 | 6 +-
.../imports/DPLParserTransform_findtypes.g4 | 6 +-
.../imports/DPLParserTransform_folderize.g4 | 6 +-
.../imports/DPLParserTransform_foreach.g4 | 6 +-
.../imports/DPLParserTransform_format.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_from.g4 | 6 +-
.../imports/DPLParserTransform_gauge.g4 | 6 +-
.../imports/DPLParserTransform_gentimes.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_geom.g4 | 6 +-
.../imports/DPLParserTransform_geomfilter.g4 | 6 +-
.../imports/DPLParserTransform_geostats.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_head.g4 | 6 +-
.../imports/DPLParserTransform_highlight.g4 | 6 +-
.../imports/DPLParserTransform_history.g4 | 6 +-
.../imports/DPLParserTransform_iconify.g4 | 6 +-
.../imports/DPLParserTransform_inputcsv.g4 | 6 +-
.../imports/DPLParserTransform_inputlookup.g4 | 6 +-
.../imports/DPLParserTransform_iplocation.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_join.g4 | 6 +-
.../imports/DPLParserTransform_kmeans.g4 | 6 +-
.../imports/DPLParserTransform_kvform.g4 | 6 +-
.../imports/DPLParserTransform_loadjob.g4 | 6 +-
.../imports/DPLParserTransform_localize.g4 | 6 +-
.../imports/DPLParserTransform_localop.g4 | 6 +-
.../imports/DPLParserTransform_lookup.g4 | 6 +-
.../DPLParserTransform_makecontinuous.g4 | 6 +-
.../imports/DPLParserTransform_makejson.g4 | 6 +-
.../imports/DPLParserTransform_makemv.g4 | 6 +-
.../imports/DPLParserTransform_makeresults.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_map.g4 | 6 +-
.../imports/DPLParserTransform_mcatalog.g4 | 6 +-
.../imports/DPLParserTransform_mcollect.g4 | 6 +-
.../imports/DPLParserTransform_metadata.g4 | 6 +-
.../imports/DPLParserTransform_metasearch.g4 | 6 +-
.../DPLParserTransform_meventcollect.g4 | 6 +-
.../imports/DPLParserTransform_mstats.g4 | 6 +-
.../imports/DPLParserTransform_multikv.g4 | 6 +-
.../imports/DPLParserTransform_multisearch.g4 | 6 +-
.../imports/DPLParserTransform_mvcombine.g4 | 6 +-
.../imports/DPLParserTransform_mvexpand.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_nomv.g4 | 6 +-
.../imports/DPLParserTransform_outlier.g4 | 6 +-
.../imports/DPLParserTransform_outputcsv.g4 | 6 +-
.../DPLParserTransform_outputlookup.g4 | 6 +-
.../imports/DPLParserTransform_outputtext.g4 | 6 +-
.../imports/DPLParserTransform_overlap.g4 | 6 +-
.../imports/DPLParserTransform_pivot.g4 | 6 +-
.../imports/DPLParserTransform_predict.g4 | 6 +-
.../imports/DPLParserTransform_rangemap.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_rare.g4 | 6 +-
.../DPLParserTransform_redistribute.g4 | 6 +-
.../imports/DPLParserTransform_regex.g4 | 6 +-
.../imports/DPLParserTransform_relevancy.g4 | 6 +-
.../imports/DPLParserTransform_reltime.g4 | 6 +-
.../imports/DPLParserTransform_rename.g4 | 6 +-
.../imports/DPLParserTransform_replace.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_rest.g4 | 6 +-
.../imports/DPLParserTransform_return.g4 | 6 +-
.../imports/DPLParserTransform_reverse.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_rex.g4 | 6 +-
.../imports/DPLParserTransform_rex4j.g4 | 6 +-
.../imports/DPLParserTransform_rtorder.g4 | 6 +-
.../DPLParserTransform_runshellscript.g4 | 6 +-
.../imports/DPLParserTransform_savedsearch.g4 | 6 +-
.../imports/DPLParserTransform_script.g4 | 6 +-
.../imports/DPLParserTransform_scrub.g4 | 6 +-
.../imports/DPLParserTransform_search.g4 | 6 +-
.../imports/DPLParserTransform_searchtxn.g4 | 6 +-
.../imports/DPLParserTransform_selfjoin.g4 | 6 +-
.../imports/DPLParserTransform_sendalert.g4 | 6 +-
.../imports/DPLParserTransform_sendemail.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_set.g4 | 6 +-
.../imports/DPLParserTransform_setfields.g4 | 6 +-
.../imports/DPLParserTransform_sichart.g4 | 6 +-
.../imports/DPLParserTransform_sirare.g4 | 6 +-
.../imports/DPLParserTransform_sistats.g4 | 6 +-
.../imports/DPLParserTransform_sitimechart.g4 | 6 +-
.../imports/DPLParserTransform_sitop.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_sort.g4 | 6 +-
.../imports/DPLParserTransform_spath.g4 | 6 +-
.../imports/DPLParserTransform_stats.g4 | 6 +-
.../imports/DPLParserTransform_strcat.g4 | 6 +-
.../imports/DPLParserTransform_streamstats.g4 | 6 +-
.../imports/DPLParserTransform_table.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_tags.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_tail.g4 | 6 +-
.../imports/DPLParserTransform_teragrep.g4 | 6 +-
.../imports/DPLParserTransform_timechart.g4 | 6 +-
.../imports/DPLParserTransform_timewrap.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_top.g4 | 6 +-
.../imports/DPLParserTransform_transaction.g4 | 6 +-
.../imports/DPLParserTransform_transpose.g4 | 6 +-
.../imports/DPLParserTransform_trendline.g4 | 6 +-
.../imports/DPLParserTransform_tscollect.g4 | 6 +-
.../imports/DPLParserTransform_tstats.g4 | 6 +-
.../imports/DPLParserTransform_typeahead.g4 | 6 +-
.../imports/DPLParserTransform_typelearner.g4 | 6 +-
.../imports/DPLParserTransform_typer.g4 | 6 +-
.../imports/DPLParserTransform_union.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_uniq.g4 | 6 +-
.../imports/DPLParserTransform_untable.g4 | 6 +-
.../imports/DPLParserTransform_where.g4 | 6 +-
.../antlr4/imports/DPLParserTransform_x11.g4 | 6 +-
.../imports/DPLParserTransform_xmlkv.g4 | 6 +-
.../imports/DPLParserTransform_xmlunescape.g4 | 6 +-
.../imports/DPLParserTransform_xpath.g4 | 6 +-
.../imports/DPLParserTransform_xyseries.g4 | 6 +-
.../antlr4/imports/DPLParser_where_mode.g4 | 6 +-
src/main/antlr4/imports/EVAL_LANGUAGE_MODE.g4 | 8 +-
src/main/antlr4/imports/GET_BOOLEAN.g4 | 8 +-
src/main/antlr4/imports/GET_FIELD.g4 | 8 +-
src/main/antlr4/imports/GET_INDEX_STRING.g4 | 8 +-
src/main/antlr4/imports/GET_INTEGER.g4 | 8 +-
src/main/antlr4/imports/GET_I_OR_S.g4 | 8 +-
src/main/antlr4/imports/GET_NUMBER.g4 | 8 +-
src/main/antlr4/imports/GET_REGEX_STRING.g4 | 8 +-
src/main/antlr4/imports/GET_SORT_FIELD.g4 | 8 +-
src/main/antlr4/imports/GET_SPAN.g4 | 8 +-
src/main/antlr4/imports/GET_STRING.g4 | 8 +-
src/main/antlr4/imports/GET_TIME.g4 | 8 +-
src/main/antlr4/imports/GET_T_OR_B.g4 | 8 +-
src/main/antlr4/imports/GET_WHERE_MODE.g4 | 8 +-
src/main/antlr4/imports/GET_WHERE_MODE_BY.g4 | 8 +-
.../com/teragrep/pth_03/ParseTreeToXml.java | 40 +-
.../teragrep/pth_03/CustomSyntaxTests.java | 131 +++--
.../pth_03/DPLLanguageSyntaxTests.java | 14 +-
.../teragrep/pth_03/ParseTreeToXMLTest.java | 133 ++----
.../pth_03/ParserStructureTestingUtility.java | 14 +-
.../pth_03/ParserSyntaxTestingUtility.java | 34 +-
.../teragrep/pth_03/TicketSyntaxTests.java | 60 ++-
.../pth_03/tests/AbstractSyntaxTests.java | 21 +-
.../pth_03/tests/AccumSyntaxTests.java | 16 +-
.../pth_03/tests/AddcoltotalsSyntaxTests.java | 25 +-
.../pth_03/tests/AddinfoSyntaxTests.java | 16 +-
.../pth_03/tests/AddtotalsSyntaxTests.java | 32 +-
.../tests/AnalyzefieldsSyntaxTests.java | 16 +-
.../pth_03/tests/AnomaliesSyntaxTests.java | 29 +-
.../tests/AnomalousvalueSyntaxTests.java | 35 +-
.../tests/AnomalydetectionSyntaxTests.java | 29 +-
.../pth_03/tests/AppendSyntaxTests.java | 29 +-
.../pth_03/tests/AppendcolsSyntaxTests.java | 26 +-
.../pth_03/tests/AppendpipeSyntaxTests.java | 16 +-
.../pth_03/tests/ArulesSyntaxTests.java | 20 +-
.../pth_03/tests/AssociateSyntaxTests.java | 22 +-
.../pth_03/tests/AuditSyntaxTests.java | 16 +-
.../pth_03/tests/AutoregressSyntaxTests.java | 23 +-
.../teragrep/pth_03/tests/BinSyntaxTests.java | 35 +-
.../pth_03/tests/BucketdirSyntaxTests.java | 24 +-
.../pth_03/tests/ChartSyntaxTests.java | 39 +-
.../pth_03/tests/ClusterSyntaxTests.java | 29 +-
.../pth_03/tests/CofilterSyntaxTests.java | 14 +-
.../pth_03/tests/CollapseSyntaxTests.java | 16 +-
.../pth_03/tests/CollectSyntaxTests.java | 39 +-
.../pth_03/tests/ConcurrencySyntaxTests.java | 23 +-
.../pth_03/tests/ContingencySyntaxTests.java | 28 +-
.../pth_03/tests/ConvertSyntaxTests.java | 37 +-
.../pth_03/tests/CorrelateSyntaxTests.java | 15 +-
.../pth_03/tests/DatamodelSyntaxTests.java | 24 +-
.../pth_03/tests/DbinspectSyntaxTests.java | 30 +-
.../pth_03/tests/DedupSyntaxTests.java | 33 +-
.../pth_03/tests/DeleteSyntaxTests.java | 12 +-
.../pth_03/tests/DeltaSyntaxTests.java | 39 +-
.../pth_03/tests/DiffSyntaxTests.java | 31 +-
.../teragrep/pth_03/tests/DplSyntaxTests.java | 16 +-
.../pth_03/tests/DumpSyntaxTests.java | 28 +-
.../pth_03/tests/ErexSyntaxTests.java | 28 +-
.../pth_03/tests/EvalSyntaxTests.java | 182 ++++---
.../pth_03/tests/EventcountSyntaxTests.java | 25 +-
.../pth_03/tests/EventstatsSyntaxTests.java | 32 +-
.../pth_03/tests/ExplainSyntaxTests.java | 19 +-
.../pth_03/tests/ExtractSyntaxTests.java | 39 +-
.../pth_03/tests/FieldformatSyntaxTests.java | 22 +-
.../pth_03/tests/FieldsSyntaxTests.java | 63 ++-
.../pth_03/tests/FieldsummarySyntaxTests.java | 19 +-
.../pth_03/tests/FilldownSyntaxTests.java | 16 +-
.../pth_03/tests/FillnullSyntaxTests.java | 25 +-
.../pth_03/tests/FindkeywordsSyntaxTests.java | 16 +-
.../pth_03/tests/FindtypesSyntaxTests.java | 25 +-
.../pth_03/tests/FolderizeSyntaxTests.java | 28 +-
.../pth_03/tests/ForeachSyntaxTests.java | 40 +-
.../pth_03/tests/FormatSyntaxTests.java | 22 +-
.../pth_03/tests/FromSyntaxTests.java | 22 +-
.../pth_03/tests/GaugeSyntaxTests.java | 19 +-
.../pth_03/tests/GentimesSyntaxTests.java | 28 +-
.../pth_03/tests/GeomSyntaxTests.java | 34 +-
.../pth_03/tests/GeomfilterSyntaxTests.java | 25 +-
.../pth_03/tests/GeostatsSyntaxTests.java | 59 ++-
.../pth_03/tests/HeadSyntaxTests.java | 52 +-
.../pth_03/tests/HighlightSyntaxTests.java | 19 +-
.../pth_03/tests/HistorySyntaxTests.java | 16 +-
.../pth_03/tests/IconifySyntaxTests.java | 16 +-
.../pth_03/tests/InputcsvSyntaxTests.java | 43 +-
.../pth_03/tests/InputlookupSyntaxTests.java | 33 +-
.../pth_03/tests/IplocationSyntaxTests.java | 25 +-
.../pth_03/tests/JoinSyntaxTests.java | 34 +-
.../pth_03/tests/KmeansSyntaxTests.java | 40 +-
.../pth_03/tests/KvformSyntaxTests.java | 32 +-
.../pth_03/tests/LoadjobSyntaxTests.java | 35 +-
.../pth_03/tests/LocalizeSyntaxTests.java | 28 +-
.../tests/LogicalOperationSyntaxTests.java | 20 +-
.../pth_03/tests/LookupSyntaxTests.java | 31 +-
.../tests/MakecontinuousSyntaxTests.java | 32 +-
.../pth_03/tests/MakejsonSyntaxTests.java | 19 +-
.../pth_03/tests/MakemvSyntaxTests.java | 25 +-
.../pth_03/tests/MakeresultsSyntaxTests.java | 32 +-
.../teragrep/pth_03/tests/MapSyntaxTests.java | 34 +-
.../pth_03/tests/McatalogSyntaxTests.java | 28 +-
.../pth_03/tests/McollectSyntaxTests.java | 43 +-
.../pth_03/tests/MetadataSyntaxTests.java | 25 +-
.../tests/MeventcollectSyntaxTests.java | 40 +-
.../pth_03/tests/MstatsSyntaxTests.java | 61 ++-
.../pth_03/tests/MultikvSyntaxTests.java | 25 +-
.../pth_03/tests/MultisearchSyntaxTests.java | 16 +-
.../pth_03/tests/MvcombineSyntaxTests.java | 19 +-
.../pth_03/tests/MvexpandSyntaxTests.java | 19 +-
.../pth_03/tests/NomvSyntaxTests.java | 16 +-
.../pth_03/tests/OutlierSyntaxTests.java | 28 +-
.../pth_03/tests/OutputcsvSyntaxTests.java | 31 +-
.../pth_03/tests/OutputlookupSyntaxTests.java | 43 +-
.../pth_03/tests/OutputtextSyntaxTests.java | 16 +-
.../pth_03/tests/PredictSyntaxTests.java | 50 +-
.../pth_03/tests/RangemapSyntaxTests.java | 36 +-
.../pth_03/tests/RareSyntaxTests.java | 35 +-
.../pth_03/tests/RedistributeSyntaxTests.java | 25 +-
.../pth_03/tests/RegexSyntaxTests.java | 16 +-
.../pth_03/tests/RenameSyntaxTests.java | 19 +-
.../pth_03/tests/ReplaceSyntaxTests.java | 37 +-
.../pth_03/tests/RestSyntaxTests.java | 30 +-
.../pth_03/tests/ReturnSyntaxTests.java | 24 +-
.../pth_03/tests/Rex4jSyntaxTests.java | 36 +-
.../teragrep/pth_03/tests/RexSyntaxTests.java | 34 +-
.../pth_03/tests/RtorderSyntaxTests.java | 28 +-
.../tests/RunshellscriptSyntaxTests.java | 13 +-
.../pth_03/tests/SavedsearchSyntaxTests.java | 27 +-
.../pth_03/tests/ScriptSyntaxTests.java | 19 +-
.../pth_03/tests/ScrubSyntaxTests.java | 31 +-
.../pth_03/tests/SearchSyntaxTests.java | 23 +-
.../pth_03/tests/SearchtxnSyntaxTests.java | 28 +-
.../pth_03/tests/SelfjoinSyntaxTests.java | 22 +-
.../pth_03/tests/SendalertSyntaxTests.java | 24 +-
.../pth_03/tests/SendemailSyntaxTests.java | 70 ++-
.../teragrep/pth_03/tests/SetSyntaxTests.java | 26 +-
.../pth_03/tests/SetfieldsSyntaxTests.java | 22 +-
.../pth_03/tests/SichartSyntaxTests.java | 35 +-
.../pth_03/tests/SirareSyntaxTests.java | 38 +-
.../pth_03/tests/SistatsSyntaxTests.java | 46 +-
.../pth_03/tests/SitimechartSyntaxTests.java | 59 ++-
.../pth_03/tests/SitopSyntaxTests.java | 18 +-
.../pth_03/tests/SortSyntaxTests.java | 185 ++++----
.../pth_03/tests/SpathSyntaxTests.java | 22 +-
.../pth_03/tests/StatsSyntaxTests.java | 29 +-
.../pth_03/tests/StrcatSyntaxTests.java | 22 +-
.../pth_03/tests/StreamstatsSyntaxTests.java | 41 +-
.../pth_03/tests/TableSyntaxTests.java | 16 +-
.../pth_03/tests/TagsSyntaxTests.java | 25 +-
.../pth_03/tests/TailSyntaxTests.java | 16 +-
.../pth_03/tests/TeragrepSyntaxTests.java | 224 +++++----
.../pth_03/tests/TimechartSyntaxTests.java | 96 ++--
.../pth_03/tests/TimewrapSyntaxTests.java | 31 +-
.../teragrep/pth_03/tests/TopSyntaxTests.java | 43 +-
.../pth_03/tests/TransactionSyntaxTests.java | 34 +-
.../pth_03/tests/TransposeSyntaxTests.java | 27 +-
.../pth_03/tests/TrendlineSyntaxTests.java | 22 +-
.../pth_03/tests/TscollectSyntaxTests.java | 22 +-
.../pth_03/tests/TstatsSyntaxTests.java | 60 ++-
.../pth_03/tests/TypeaheadSyntaxTests.java | 34 +-
.../pth_03/tests/TypelearnerSyntaxTests.java | 19 +-
.../pth_03/tests/TyperSyntaxTests.java | 19 +-
.../pth_03/tests/UnionSyntaxTests.java | 22 +-
.../pth_03/tests/UntableSyntaxTests.java | 22 +-
.../teragrep/pth_03/tests/X11SyntaxTests.java | 22 +-
.../pth_03/tests/XmlkvSyntaxTests.java | 19 +-
.../pth_03/tests/XmlunescapeSyntaxTests.java | 16 +-
.../pth_03/tests/XpathSyntaxTests.java | 25 +-
.../pth_03/tests/XyseriesSyntaxTests.java | 31 +-
484 files changed, 4410 insertions(+), 3653 deletions(-)
create mode 100644 eclipse-java-formatter.xml
create mode 100644 license-header
diff --git a/eclipse-java-formatter.xml b/eclipse-java-formatter.xml
new file mode 100644
index 0000000..04a10bb
--- /dev/null
+++ b/eclipse-java-formatter.xml
@@ -0,0 +1,449 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/license-header b/license-header
new file mode 100644
index 0000000..b7c0e04
--- /dev/null
+++ b/license-header
@@ -0,0 +1,45 @@
+/*
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
+ *
+ *
+ * Additional permission under GNU Affero General Public License version 3
+ * section 7
+ *
+ * If you modify this Program, or any covered work, by linking or combining it
+ * with other code, such other code is not for that reason alone subject to any
+ * of the requirements of the GNU Affero GPL version 3 as long as this Program
+ * is the same Program as licensed from Suomen Kanuuna Oy without any additional
+ * modifications.
+ *
+ * Supplemented terms under GNU Affero General Public License version 3
+ * section 7
+ *
+ * Origin of the software must be attributed to Suomen Kanuuna Oy. Any modified
+ * versions must be marked as "Modified version of" The Program.
+ *
+ * Names of the licensors and authors may not be used for publicity purposes.
+ *
+ * No rights are granted for use of trade names, trademarks, or service marks
+ * which are in The Program if any.
+ *
+ * Licensee must indemnify licensors and authors for any liability that these
+ * contractual assumptions impose on licensors and authors.
+ *
+ * To the extent this program is licensed as part of the Commercial versions of
+ * Teragrep, the applicable Commercial License may apply to this file if you as
+ * a licensee so wish it.
+ */
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 98d64be..5abb048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,31 +1,13 @@
-
- jar
+4.0.0
+ com.teragreppth_03${revision}${sha1}${changelist}
+ jarpth_03Data Processing Language (DPL) parser
- com.teragrephttps://teragrep.com
-
- UTF-8
- 1.8
- 1.8
- 1.8
- 0.0.2
- -SNAPSHOT
-
- 5.7.1
- 4.9.3
-
-
- scm:git:https://github.com/teragrep/pth_03.git
- scm:git:git@github.com:teragrep/pth_03.git
- https://github.com/teragrep/pth_03/tree/master
- GNU Affero General Public License v3.0
@@ -40,6 +22,22 @@
https://teragrep.com
+
+ scm:git:https://github.com/teragrep/pth_03.git
+ scm:git:git@github.com:teragrep/pth_03.git
+ https://github.com/teragrep/pth_03/tree/master
+
+
+ 4.9.3
+ -SNAPSHOT
+ 1.8
+ 5.7.1
+ 1.8
+ 1.8
+ UTF-8
+ 0.0.2
+
+
@@ -53,13 +51,13 @@
org.antlrantlr4${antlr4.version}
+ trueorg.antlrantlr-runtime
- trueorg.junit.jupiter
@@ -97,7 +95,7 @@
[1.8,1.9)
-
+ All plugins are required to contain specific version.org.apache.maven.plugins:maven-site-plugin,org.apache.maven.plugins:maven-resources-plugin,org.apache.maven.plugins:maven-clean-plugin,org.apache.maven.plugins:maven-install-plugin,org.apache.maven.plugins:maven-deploy-plugin,org.apache.maven.plugins:maven-compiler-plugin,org.apache.maven.plugins:maven-jar-plugin
@@ -144,21 +142,25 @@
apache-rat-plugin0.15false
-
-
- test
-
- check
-
-
- falseAlso allow the license url to be https.
- https://github.com/teragrep/teragrep/blob/main/LICENSE
+ Copyright (C) 2025 Suomen Kanuuna Oy
+
+
+
+ Also allow the license url to be https.
+
+ Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
+
+
+
+ Also allow the license url to be https.
+
+ Copyright (C) 2019, 2020, 2021, 2022, 2023 Suomen Kanuuna Oy
@@ -177,6 +179,7 @@
.github/pull_request_template.mdtoolchains.xmlsettings.xml
+ eclipse-java-formatter.xmlREADME.adocREADME.md
@@ -184,6 +187,14 @@
.flattened-pom.xml
+
+
+
+ check
+
+ test
+
+ org.antlr
@@ -207,10 +218,10 @@
add-source
- process-sourcesadd-source
+ process-sourcestarget/generated-sources/antlr4
@@ -234,10 +245,10 @@
3.2.4
- packageshade
+ packagefalse
@@ -259,19 +270,77 @@
resolveCiFriendliesOnly
+
+ flatten.clean
+
+ clean
+
+ clean
+ flatten
- process-resourcesflatten
+ process-resources
+
+
+
+ com.diffplug.spotless
+ spotless-maven-plugin
+ 2.30.0
+
+
+
+ ${project.basedir}/eclipse-java-formatter.xml
+ 4.10.0
+
+
+
+ ${project.basedir}/license-header
+
+
+
+
+ ${project.basedir}/license-header
+
+
+
+
+
+ UTF-8
+ \n
+ true
+ false
+ 2
+ recommended_2008_06
+ true
+ true
+ true
+
+
+
+
+
+ .gitattributes
+ .gitignore
+
+
+
+
+ true
+ 4
+
+
+
+
+
- flatten.clean
- clean
- clean
+ check
+ compile
@@ -344,6 +413,13 @@
publish-github-packages
+
+
+ github
+ GitHub Packages
+ https://maven.pkg.github.com/teragrep/pth_03
+
+
@@ -353,10 +429,10 @@
sign-artifacts
- verifysign
+ verify--pinentry-mode
@@ -368,13 +444,6 @@
-
-
- github
- GitHub Packages
- https://maven.pkg.github.com/teragrep/pth_03
-
-
diff --git a/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4 b/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4
index 35018b3..9f15904 100644
--- a/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4
+++ b/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,7 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
lexer grammar DPLLexer;
import GET_BOOLEAN, GET_INTEGER, GET_FIELD, GET_NUMBER, GET_INDEX_STRING, GET_REGEX_STRING, GET_SORT_FIELD, GET_TIME, GET_SPAN, GET_STRING, GET_WHERE_MODE, GET_WHERE_MODE_BY ,GET_T_OR_B, COMMAND_ABSTRACT_MODE, COMMAND_ACCUM_MODE, COMMAND_ADDCOLTOTALS_MODE, COMMAND_ADDINFO_MODE, COMMAND_ADDTOTALS_MODE, COMMAND_AGGREGATION_MODE, COMMAND_ANALYZEFIELDS_MODE, COMMAND_ANOMALIES_MODE, COMMAND_ANOMALOUSVALUE_MODE, COMMAND_ANOMALYDETECTION_MODE, COMMAND_APPENDCOLS_MODE, COMMAND_APPEND_MODE, COMMAND_APPENDPIPE_MODE, COMMAND_ARULES_MODE, COMMAND_ASSOCIATE_MODE, COMMAND_AUDIT_MODE, COMMAND_AUTOREGRESS_MODE, COMMAND_BIN_MODE, COMMAND_BUCKETDIR_MODE, COMMAND_CHART_MODE, COMMAND_CLUSTER_MODE, COMMAND_COFILTER_MODE, COMMAND_COLLAPSE_MODE, COMMAND_COLLECT_MODE, COMMAND_CONCURRENCY_MODE, COMMAND_CONTINGENCY_MODE, COMMAND_CONVERT_MODE, COMMAND_CORRELATE_MODE, COMMAND_DATAMODEL_MODE, COMMAND_DBINSPECT_MODE, COMMAND_DEDUP_MODE, COMMAND_DELETE_MODE, COMMAND_DELTA_MODE, COMMAND_DIFF_MODE, COMMAND_DPL_MODE, COMMAND_DUMP_MODE, COMMAND_EREX_MODE, COMMAND_EVAL_SUBMODE_BASE, EVAL_LANGUAGE_MODE, COMMAND_EVENTCOUNT_MODE, COMMAND_EVENTSTATS_MODE, COMMAND_EXPLAIN_MODE, COMMAND_EXTRACT_MODE, COMMAND_FIELDS_MODE, COMMAND_FIELDFORMAT_MODE, COMMAND_FIELDSUMMARY_MODE, COMMAND_FILLDOWN_MODE, COMMAND_FILLNULL_MODE, COMMAND_FINDKEYWORDS_MODE, COMMAND_FINDTYPES_MODE, COMMAND_FOLDERIZE_MODE, COMMAND_FOREACH_MODE, COMMAND_FORMAT_MODE, COMMAND_FROM_MODE, COMMAND_GAUGE_MODE, COMMAND_GENTIMES_MODE, COMMAND_GEOMFILTER_MODE, COMMAND_GEOM_MODE, COMMAND_GEOSTATS_MODE, COMMAND_HEAD_MODE, COMMAND_HIGHLIGHT_MODE, COMMAND_HISTORY_MODE, COMMAND_ICONIFY_MODE, COMMAND_INPUTCSV_MODE, COMMAND_INPUTLOOKUP_MODE, COMMAND_IPLOCATION_MODE, COMMAND_JOIN_MODE, COMMAND_KMEANS_MODE, COMMAND_KVFORM_MODE, COMMAND_LOADJOB_MODE, COMMAND_LOCALIZE_MODE, COMMAND_LOCALOP_MODE, COMMAND_LOOKUP_MODE, COMMAND_MAKECONTINUOUS_MODE, COMMAND_MAKEJSON_MODE, COMMAND_MAKEMV_MODE, COMMAND_MAKERESULTS_MODE, COMMAND_MAP_MODE, COMMAND_MCATALOG_MODE, COMMAND_MCOLLECT_MODE, COMMAND_METADATA_MODE, COMMAND_METASEARCH_MODE, COMMAND_MEVENTCOLLECT_MODE, COMMAND_MSTATS_MODE, COMMAND_MULTIKV_MODE, COMMAND_MULTISEARCH_MODE, COMMAND_MVCOMBINE_MODE, COMMAND_MVEXPAND_MODE, COMMAND_NOMV_MODE, COMMAND_OUTLIER_MODE, COMMAND_OUTPUTCSV_MODE, COMMAND_OUTPUTLOOKUP_MODE, COMMAND_OUTPUTTEXT_MODE, COMMAND_OVERLAP_MODE, COMMAND_PIVOT_MODE, COMMAND_PREDICT_MODE, COMMAND_RANGEMAP_MODE, COMMAND_RARE_MODE, COMMAND_REDISTRIBUTE_MODE, COMMAND_REGEX_MODE, COMMAND_RELEVANCY_MODE, COMMAND_RELTIME_MODE, COMMAND_RENAME_MODE, COMMAND_REPLACE_MODE, COMMAND_REST_MODE, COMMAND_RETURN_MODE, COMMAND_REVERSE_MODE, COMMAND_REX_MODE, COMMAND_REX4J_MODE, COMMAND_RTORDER_MODE, COMMAND_RUNSHELLSCRIPT_MODE, COMMAND_SAVEDSEARCH_MODE, COMMAND_SCRIPT_MODE, COMMAND_SCRUB_MODE, COMMAND_SEARCH_MODE, COMMAND_SEARCHTXN_MODE, COMMAND_SELFJOIN_MODE, COMMAND_SENDALERT_MODE, COMMAND_SENDEMAIL_MODE, COMMAND_SETFIELDS_MODE, COMMAND_SET_MODE, COMMAND_SICHART_MODE, COMMAND_SIRARE_MODE, COMMAND_SISTATS_MODE, COMMAND_SITIMECHART_MODE, COMMAND_SITOP_MODE, COMMAND_SORT_MODE, COMMAND_SPATH_MODE, COMMAND_STATS_MODE, COMMAND_STRCAT_MODE, COMMAND_STREAMSTATS_MODE, COMMAND_TABLE_MODE, COMMAND_TAGS_MODE, COMMAND_TAIL_MODE, COMMAND_TERAGREP_MODE, COMMAND_TIMECHART_MODE, COMMAND_TIMEWRAP_MODE, COMMAND_TOP_MODE, COMMAND_TRANSACTION_MODE, COMMAND_TRANSPOSE_MODE, COMMAND_TRENDLINE_MODE, COMMAND_TSCOLLECT_MODE, COMMAND_TSTATS_MODE, COMMAND_TYPEAHEAD_MODE, COMMAND_TYPELEARNER_MODE, COMMAND_TYPER_MODE, COMMAND_UNION_MODE, COMMAND_UNIQ_MODE, COMMAND_UNTABLE_MODE, COMMAND_WHERE_MODE, COMMAND_X11_MODE, COMMAND_XMLKV_MODE, COMMAND_XMLUNESCAPE_MODE, COMMAND_XPATH_MODE, COMMAND_XYSERIES_MODE;
diff --git a/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4 b/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4
index fbc9c17..5bc0267 100644
--- a/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4
+++ b/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,7 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
parser grammar DPLParser;
@parser::members {
diff --git a/src/main/antlr4/imports/COMMAND_ABSTRACT_MODE.g4 b/src/main/antlr4/imports/COMMAND_ABSTRACT_MODE.g4
index 199b1fa..551df7f 100644
--- a/src/main/antlr4/imports/COMMAND_ABSTRACT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ABSTRACT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ABSTRACT_MODE;
COMMAND_ABSTRACT_MODE_ANTLR_BUG: 'command_abstract_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4 b/src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4
index 1c84947..0d18f1f 100644
--- a/src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ACCUM_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ACCUM_MODE;
COMMAND_ACCUM_MODE_ANTLR_BUG: 'command_accum_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ADDCOLTOTALS_MODE.g4 b/src/main/antlr4/imports/COMMAND_ADDCOLTOTALS_MODE.g4
index e5505bd..ce18049 100644
--- a/src/main/antlr4/imports/COMMAND_ADDCOLTOTALS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ADDCOLTOTALS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ADDCOLTOTALS_MODE;
COMMAND_ADDCOLTOTALS_MODE_ANTLR_BUG: 'command_addcoltotals_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ADDINFO_MODE.g4 b/src/main/antlr4/imports/COMMAND_ADDINFO_MODE.g4
index 84ea207..5573ee6 100644
--- a/src/main/antlr4/imports/COMMAND_ADDINFO_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ADDINFO_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ADDINFO_MODE;
COMMAND_ADDINFO_MODE_ANTLR_BUG: 'command_addinfo_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ADDTOTALS_MODE.g4 b/src/main/antlr4/imports/COMMAND_ADDTOTALS_MODE.g4
index 7f09580..202e8f6 100644
--- a/src/main/antlr4/imports/COMMAND_ADDTOTALS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ADDTOTALS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ADDTOTALS_MODE;
COMMAND_ADDTOTALS_MODE_ANTLR_BUG: 'command_addtotals_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_AGGREGATION_MODE.g4 b/src/main/antlr4/imports/COMMAND_AGGREGATION_MODE.g4
index 4f0859c..cd9a1de 100644
--- a/src/main/antlr4/imports/COMMAND_AGGREGATION_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_AGGREGATION_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_AGGREGATION_MODE;
COMMAND_AGGREGATION_MODE_ANTLR_BUG: 'command_aggregation_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ANALYZEFIELDS_MODE.g4 b/src/main/antlr4/imports/COMMAND_ANALYZEFIELDS_MODE.g4
index aa054bc..196ec53 100644
--- a/src/main/antlr4/imports/COMMAND_ANALYZEFIELDS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ANALYZEFIELDS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ANALYZEFIELDS_MODE;
COMMAND_ANALYZEFIELDS_MODE_ANTLR_BUG: 'command_analyzefields_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ANOMALIES_MODE.g4 b/src/main/antlr4/imports/COMMAND_ANOMALIES_MODE.g4
index 992074a..cdb4532 100644
--- a/src/main/antlr4/imports/COMMAND_ANOMALIES_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ANOMALIES_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ANOMALIES_MODE;
COMMAND_ANOMALIES_MODE_ANTLR_BUG: 'command_anomalies_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ANOMALOUSVALUE_MODE.g4 b/src/main/antlr4/imports/COMMAND_ANOMALOUSVALUE_MODE.g4
index ee2c7b9..cdf576f 100644
--- a/src/main/antlr4/imports/COMMAND_ANOMALOUSVALUE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ANOMALOUSVALUE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ANOMALOUSVALUE_MODE;
COMMAND_ANOMALOUSVALUE_MODE_ANTLR_BUG: 'command_anomalousvalue_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ANOMALYDETECTION_MODE.g4 b/src/main/antlr4/imports/COMMAND_ANOMALYDETECTION_MODE.g4
index a4758a0..7722c18 100644
--- a/src/main/antlr4/imports/COMMAND_ANOMALYDETECTION_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ANOMALYDETECTION_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ANOMALYDETECTION_MODE;
COMMAND_ANOMALYDETECTION_MODE_ANTLR_BUG: 'command_anomalydetection_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_APPENDCOLS_MODE.g4 b/src/main/antlr4/imports/COMMAND_APPENDCOLS_MODE.g4
index 23698be..93dad1b 100644
--- a/src/main/antlr4/imports/COMMAND_APPENDCOLS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_APPENDCOLS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_APPENDCOLS_MODE;
COMMAND_APPENDCOLS_MODE_ANTLR_BUG: 'command_appendcols_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_APPENDPIPE_MODE.g4 b/src/main/antlr4/imports/COMMAND_APPENDPIPE_MODE.g4
index b71f034..7cc6324 100644
--- a/src/main/antlr4/imports/COMMAND_APPENDPIPE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_APPENDPIPE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_APPENDPIPE_MODE;
COMMAND_APPENDPIPE_MODE_ANTLR_BUG: 'command_appendpipe_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_APPEND_MODE.g4 b/src/main/antlr4/imports/COMMAND_APPEND_MODE.g4
index 538bcab..3d4c213 100644
--- a/src/main/antlr4/imports/COMMAND_APPEND_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_APPEND_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_APPEND_MODE;
COMMAND_APPEND_MODE_ANTLR_BUG: 'command_append_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ARULES_MODE.g4 b/src/main/antlr4/imports/COMMAND_ARULES_MODE.g4
index 1d9e537..a5b950c 100644
--- a/src/main/antlr4/imports/COMMAND_ARULES_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ARULES_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ARULES_MODE;
COMMAND_ARULES_MODE_ANTLR_BUG: 'command_arules_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ASSOCIATE_MODE.g4 b/src/main/antlr4/imports/COMMAND_ASSOCIATE_MODE.g4
index d3a7a40..418940f 100644
--- a/src/main/antlr4/imports/COMMAND_ASSOCIATE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ASSOCIATE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ASSOCIATE_MODE;
COMMAND_ASSOCIATE_MODE_ANTLR_BUG: 'command_associate_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_AUDIT_MODE.g4 b/src/main/antlr4/imports/COMMAND_AUDIT_MODE.g4
index ee60e25..50a8a5c 100644
--- a/src/main/antlr4/imports/COMMAND_AUDIT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_AUDIT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_AUDIT_MODE;
COMMAND_AUDIT_MODE_ANTLR_BUG: 'command_audit_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_AUTOREGRESS_MODE.g4 b/src/main/antlr4/imports/COMMAND_AUTOREGRESS_MODE.g4
index 422ee5a..0f8fe4a 100644
--- a/src/main/antlr4/imports/COMMAND_AUTOREGRESS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_AUTOREGRESS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_AUTOREGRESS_MODE;
COMMAND_AUTOREGRESS_MODE_ANTLR_BUG: 'command_autoregress_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_BIN_MODE.g4 b/src/main/antlr4/imports/COMMAND_BIN_MODE.g4
index 696b465..2a5df25 100644
--- a/src/main/antlr4/imports/COMMAND_BIN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_BIN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_BIN_MODE;
COMMAND_BIN_MODE_ANTLR_BUG: 'command_bin_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_BUCKETDIR_MODE.g4 b/src/main/antlr4/imports/COMMAND_BUCKETDIR_MODE.g4
index 91b2429..bd6ddf8 100644
--- a/src/main/antlr4/imports/COMMAND_BUCKETDIR_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_BUCKETDIR_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_BUCKETDIR_MODE;
COMMAND_BUCKETDIR_MODE_ANTLR_BUG: 'command_bucketdir_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CHART_MODE.g4 b/src/main/antlr4/imports/COMMAND_CHART_MODE.g4
index 77ada06..9d80584 100644
--- a/src/main/antlr4/imports/COMMAND_CHART_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CHART_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CHART_MODE;
COMMAND_CHART_MODE_ANTLR_BUG: 'command_chart_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CLUSTER_MODE.g4 b/src/main/antlr4/imports/COMMAND_CLUSTER_MODE.g4
index 1d91c0f..734687d 100644
--- a/src/main/antlr4/imports/COMMAND_CLUSTER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CLUSTER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CLUSTER_MODE;
COMMAND_CLUSTER_MODE_ANTLR_BUG: 'command_cluster_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_COFILTER_MODE.g4 b/src/main/antlr4/imports/COMMAND_COFILTER_MODE.g4
index 1eec46d..e0194b7 100644
--- a/src/main/antlr4/imports/COMMAND_COFILTER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_COFILTER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_COFILTER_MODE;
COMMAND_COFILTER_MODE_ANTLR_BUG: 'command_cofilter_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_COLLAPSE_MODE.g4 b/src/main/antlr4/imports/COMMAND_COLLAPSE_MODE.g4
index 4641e16..412541e 100644
--- a/src/main/antlr4/imports/COMMAND_COLLAPSE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_COLLAPSE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_COLLAPSE_MODE;
COMMAND_COLLAPSE_MODE_ANTLR_BUG: 'command_collapse_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_COLLECT_MODE.g4 b/src/main/antlr4/imports/COMMAND_COLLECT_MODE.g4
index ffcdd5c..15e0194 100644
--- a/src/main/antlr4/imports/COMMAND_COLLECT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_COLLECT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_COLLECT_MODE;
COMMAND_COLLECT_MODE_ANTLR_BUG: 'command_collect_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CONCURRENCY_MODE.g4 b/src/main/antlr4/imports/COMMAND_CONCURRENCY_MODE.g4
index db9f1ad..86a73d1 100644
--- a/src/main/antlr4/imports/COMMAND_CONCURRENCY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CONCURRENCY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CONCURRENCY_MODE;
COMMAND_CONCURRENCY_MODE_ANTLR_BUG: 'command_concurrency_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CONTINGENCY_MODE.g4 b/src/main/antlr4/imports/COMMAND_CONTINGENCY_MODE.g4
index fe05e01..ea710a1 100644
--- a/src/main/antlr4/imports/COMMAND_CONTINGENCY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CONTINGENCY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CONTINGENCY_MODE;
COMMAND_CONTINGENCY_MODE_ANTLR_BUG: 'command_contingency_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CONVERT_MODE.g4 b/src/main/antlr4/imports/COMMAND_CONVERT_MODE.g4
index fc9ba9e..d06020c 100644
--- a/src/main/antlr4/imports/COMMAND_CONVERT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CONVERT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CONVERT_MODE;
COMMAND_CONVERT_MODE_ANTLR_BUG: 'command_convert_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_CORRELATE_MODE.g4 b/src/main/antlr4/imports/COMMAND_CORRELATE_MODE.g4
index dfbb4a9..2e50023 100644
--- a/src/main/antlr4/imports/COMMAND_CORRELATE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_CORRELATE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_CORRELATE_MODE;
COMMAND_CORRELATE_MODE_ANTLR_BUG: 'command_correlate_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DATAMODEL_MODE.g4 b/src/main/antlr4/imports/COMMAND_DATAMODEL_MODE.g4
index 848fe08..a3be8a2 100644
--- a/src/main/antlr4/imports/COMMAND_DATAMODEL_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DATAMODEL_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DATAMODEL_MODE;
COMMAND_DATAMODEL_MODE_ANTLR_BUG: 'command_datamodel_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DBINSPECT_MODE.g4 b/src/main/antlr4/imports/COMMAND_DBINSPECT_MODE.g4
index 177d314..2426c6c 100644
--- a/src/main/antlr4/imports/COMMAND_DBINSPECT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DBINSPECT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DBINSPECT_MODE;
COMMAND_DBINSPECT_MODE_ANTLR_BUG: 'command_dbinspect_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DEDUP_MODE.g4 b/src/main/antlr4/imports/COMMAND_DEDUP_MODE.g4
index 4197dce..7e5cb49 100644
--- a/src/main/antlr4/imports/COMMAND_DEDUP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DEDUP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DEDUP_MODE;
COMMAND_DEDUP_MODE_ANTLR_BUG: 'command_dedup_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DELETE_MODE.g4 b/src/main/antlr4/imports/COMMAND_DELETE_MODE.g4
index a15f7fd..f7cd971 100644
--- a/src/main/antlr4/imports/COMMAND_DELETE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DELETE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DELETE_MODE;
COMMAND_DELETE_MODE_ANTLR_BUG: 'command_delete_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DELTA_MODE.g4 b/src/main/antlr4/imports/COMMAND_DELTA_MODE.g4
index 62f7a3e..90ecaa1 100644
--- a/src/main/antlr4/imports/COMMAND_DELTA_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DELTA_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DELTA_MODE;
COMMAND_DELTA_MODE_ANTLR_BUG: 'command_delta_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DIFF_MODE.g4 b/src/main/antlr4/imports/COMMAND_DIFF_MODE.g4
index b649b20..1bf7a3c 100644
--- a/src/main/antlr4/imports/COMMAND_DIFF_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DIFF_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DIFF_MODE;
COMMAND_DIFF_MODE_ANTLR_BUG: 'command_diff_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DPL_MODE.g4 b/src/main/antlr4/imports/COMMAND_DPL_MODE.g4
index a819a23..61c2898 100644
--- a/src/main/antlr4/imports/COMMAND_DPL_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DPL_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DPL_MODE;
COMMAND_DPL_MODE_ANTLR_BUG: 'command_dpl_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_DUMP_MODE.g4 b/src/main/antlr4/imports/COMMAND_DUMP_MODE.g4
index d332834..efeb094 100644
--- a/src/main/antlr4/imports/COMMAND_DUMP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_DUMP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_DUMP_MODE;
COMMAND_DUMP_MODE_ANTLR_BUG: 'command_dump_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EREX_MODE.g4 b/src/main/antlr4/imports/COMMAND_EREX_MODE.g4
index 8809a40..6e100bd 100644
--- a/src/main/antlr4/imports/COMMAND_EREX_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_EREX_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EREX_MODE;
COMMAND_EREX_MODE_ANTLR_BUG: 'command_erex_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EVAL_SUBMODE_BASE.g4 b/src/main/antlr4/imports/COMMAND_EVAL_SUBMODE_BASE.g4
index d58f058..3e73323 100644
--- a/src/main/antlr4/imports/COMMAND_EVAL_SUBMODE_BASE.g4
+++ b/src/main/antlr4/imports/COMMAND_EVAL_SUBMODE_BASE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EVAL_SUBMODE_BASE;
COMMAND_EVAL_SUBMODE_BASE_ANTLR_BUG: 'command_eval_submode_base_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EVENTCOUNT_MODE.g4 b/src/main/antlr4/imports/COMMAND_EVENTCOUNT_MODE.g4
index be19690..8373a4d 100644
--- a/src/main/antlr4/imports/COMMAND_EVENTCOUNT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_EVENTCOUNT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EVENTCOUNT_MODE;
COMMAND_EVENTCOUNT_MODE_ANTLR_BUG: 'command_eventcount_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EVENTSTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_EVENTSTATS_MODE.g4
index 75305dc..6bec4a2 100644
--- a/src/main/antlr4/imports/COMMAND_EVENTSTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_EVENTSTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EVENTSTATS_MODE;
COMMAND_EVENTSTATS_MODE_ANTLR_BUG: 'command_eventstats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EXPLAIN_MODE.g4 b/src/main/antlr4/imports/COMMAND_EXPLAIN_MODE.g4
index 05730e2..0dce038 100644
--- a/src/main/antlr4/imports/COMMAND_EXPLAIN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_EXPLAIN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EXPLAIN_MODE;
COMMAND_EXPLAIN_MODE_ANTLR_BUG: 'command_explain_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_EXTRACT_MODE.g4 b/src/main/antlr4/imports/COMMAND_EXTRACT_MODE.g4
index a607a86..a7b0ce7 100644
--- a/src/main/antlr4/imports/COMMAND_EXTRACT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_EXTRACT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_EXTRACT_MODE;
COMMAND_EXTRACT_MODE_ANTLR_BUG: 'command_extract_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FIELDFORMAT_MODE.g4 b/src/main/antlr4/imports/COMMAND_FIELDFORMAT_MODE.g4
index 28566b8..b8840a2 100644
--- a/src/main/antlr4/imports/COMMAND_FIELDFORMAT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FIELDFORMAT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FIELDFORMAT_MODE;
COMMAND_FIELDFORMAT_MODE_ANTLR_BUG: 'command_fieldformat_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FIELDSUMMARY_MODE.g4 b/src/main/antlr4/imports/COMMAND_FIELDSUMMARY_MODE.g4
index 34f163c..d1326a7 100644
--- a/src/main/antlr4/imports/COMMAND_FIELDSUMMARY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FIELDSUMMARY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FIELDSUMMARY_MODE;
COMMAND_FIELDSUMMARY_MODE_ANTLR_BUG: 'command_fieldsummary_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FIELDS_MODE.g4 b/src/main/antlr4/imports/COMMAND_FIELDS_MODE.g4
index 405cd74..7729da3 100644
--- a/src/main/antlr4/imports/COMMAND_FIELDS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FIELDS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FIELDS_MODE;
COMMAND_FIELDS_MODE_ANTLR_BUG: 'command_fields_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FILLDOWN_MODE.g4 b/src/main/antlr4/imports/COMMAND_FILLDOWN_MODE.g4
index 5cf0bc6..e3d2faa 100644
--- a/src/main/antlr4/imports/COMMAND_FILLDOWN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FILLDOWN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FILLDOWN_MODE;
COMMAND_FILLDOWN_MODE_ANTLR_BUG: 'command_filldown_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FILLNULL_MODE.g4 b/src/main/antlr4/imports/COMMAND_FILLNULL_MODE.g4
index ceaed18..56ef442 100644
--- a/src/main/antlr4/imports/COMMAND_FILLNULL_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FILLNULL_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FILLNULL_MODE;
COMMAND_FILLNULL_MODE_ANTLR_BUG: 'command_fillnull_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FINDKEYWORDS_MODE.g4 b/src/main/antlr4/imports/COMMAND_FINDKEYWORDS_MODE.g4
index 8d80311..0d577c2 100644
--- a/src/main/antlr4/imports/COMMAND_FINDKEYWORDS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FINDKEYWORDS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FINDKEYWORDS_MODE;
COMMAND_FINDKEYWORDS_MODE_ANTLR_BUG: 'command_findkeywords_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FINDTYPES_MODE.g4 b/src/main/antlr4/imports/COMMAND_FINDTYPES_MODE.g4
index 3f9a9ac..3080e3b 100644
--- a/src/main/antlr4/imports/COMMAND_FINDTYPES_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FINDTYPES_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FINDTYPES_MODE;
COMMAND_FINDTYPES_MODE_ANTLR_BUG: 'command_findtypes_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FOLDERIZE_MODE.g4 b/src/main/antlr4/imports/COMMAND_FOLDERIZE_MODE.g4
index efbdac6..e8564c2 100644
--- a/src/main/antlr4/imports/COMMAND_FOLDERIZE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FOLDERIZE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FOLDERIZE_MODE;
COMMAND_FOLDERIZE_MODE_ANTLR_BUG: 'command_folderize_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FOREACH_MODE.g4 b/src/main/antlr4/imports/COMMAND_FOREACH_MODE.g4
index 2f424da..1096161 100644
--- a/src/main/antlr4/imports/COMMAND_FOREACH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FOREACH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FOREACH_MODE;
COMMAND_FOREACH_MODE_ANTLR_BUG: 'command_foreach_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FORMAT_MODE.g4 b/src/main/antlr4/imports/COMMAND_FORMAT_MODE.g4
index aed4d7c..43b400f 100644
--- a/src/main/antlr4/imports/COMMAND_FORMAT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FORMAT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FORMAT_MODE;
COMMAND_FORMAT_MODE_ANTLR_BUG: 'command_format_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_FROM_MODE.g4 b/src/main/antlr4/imports/COMMAND_FROM_MODE.g4
index a577f60..c347a46 100644
--- a/src/main/antlr4/imports/COMMAND_FROM_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_FROM_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_FROM_MODE;
COMMAND_FROM_MODE_ANTLR_BUG: 'command_from_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_GAUGE_MODE.g4 b/src/main/antlr4/imports/COMMAND_GAUGE_MODE.g4
index 44bbcc3..df35006 100644
--- a/src/main/antlr4/imports/COMMAND_GAUGE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_GAUGE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_GAUGE_MODE;
COMMAND_GAUGE_MODE_ANTLR_BUG: 'command_gauge_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_GENTIMES_MODE.g4 b/src/main/antlr4/imports/COMMAND_GENTIMES_MODE.g4
index 831c369..706bc6d 100644
--- a/src/main/antlr4/imports/COMMAND_GENTIMES_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_GENTIMES_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_GENTIMES_MODE;
COMMAND_GENTIMES_MODE_ANTLR_BUG: 'command_gentimes_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_GEOMFILTER_MODE.g4 b/src/main/antlr4/imports/COMMAND_GEOMFILTER_MODE.g4
index 9944757..a0c4f1f 100644
--- a/src/main/antlr4/imports/COMMAND_GEOMFILTER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_GEOMFILTER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_GEOMFILTER_MODE;
COMMAND_GEOMFILTER_MODE_ANTLR_BUG: 'command_geomfilter_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_GEOM_MODE.g4 b/src/main/antlr4/imports/COMMAND_GEOM_MODE.g4
index d1531a7..7737b4e 100644
--- a/src/main/antlr4/imports/COMMAND_GEOM_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_GEOM_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_GEOM_MODE;
COMMAND_GEOM_MODE_ANTLR_BUG: 'command_geom_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_GEOSTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_GEOSTATS_MODE.g4
index 8fc1e7c..7435510 100644
--- a/src/main/antlr4/imports/COMMAND_GEOSTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_GEOSTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_GEOSTATS_MODE;
COMMAND_GEOSTATS_MODE_ANTLR_BUG: 'command_geostats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_HEAD_MODE.g4 b/src/main/antlr4/imports/COMMAND_HEAD_MODE.g4
index e4a7913..9f31d16 100644
--- a/src/main/antlr4/imports/COMMAND_HEAD_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_HEAD_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
- // -*- mode: conf; -*-
-
lexer grammar COMMAND_HEAD_MODE;
COMMAND_HEAD_MODE_ANTLR_BUG: 'command_head_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_HIGHLIGHT_MODE.g4 b/src/main/antlr4/imports/COMMAND_HIGHLIGHT_MODE.g4
index a513cb0..6d3768d 100644
--- a/src/main/antlr4/imports/COMMAND_HIGHLIGHT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_HIGHLIGHT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_HIGHLIGHT_MODE;
COMMAND_HIGHLIGHT_MODE_ANTLR_BUG: 'command_highlight_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_HISTORY_MODE.g4 b/src/main/antlr4/imports/COMMAND_HISTORY_MODE.g4
index 196d58c..34747d8 100644
--- a/src/main/antlr4/imports/COMMAND_HISTORY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_HISTORY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_HISTORY_MODE;
COMMAND_HISTORY_MODE_ANTLR_BUG: 'command_history_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_ICONIFY_MODE.g4 b/src/main/antlr4/imports/COMMAND_ICONIFY_MODE.g4
index e49d303..a844c64 100644
--- a/src/main/antlr4/imports/COMMAND_ICONIFY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_ICONIFY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_ICONIFY_MODE;
COMMAND_ICONIFY_MODE_ANTLR_BUG: 'command_iconify_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_INPUTCSV_MODE.g4 b/src/main/antlr4/imports/COMMAND_INPUTCSV_MODE.g4
index 9a55308..531ef67 100644
--- a/src/main/antlr4/imports/COMMAND_INPUTCSV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_INPUTCSV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_INPUTCSV_MODE;
COMMAND_INPUTCSV_MODE_ANTLR_BUG: 'command_inputcsv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_INPUTLOOKUP_MODE.g4 b/src/main/antlr4/imports/COMMAND_INPUTLOOKUP_MODE.g4
index 493e2f3..3e84498 100644
--- a/src/main/antlr4/imports/COMMAND_INPUTLOOKUP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_INPUTLOOKUP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_INPUTLOOKUP_MODE;
COMMAND_INPUTLOOKUP_MODE_ANTLR_BUG: 'command_inputlookup_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_IPLOCATION_MODE.g4 b/src/main/antlr4/imports/COMMAND_IPLOCATION_MODE.g4
index 759b195..216955a 100644
--- a/src/main/antlr4/imports/COMMAND_IPLOCATION_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_IPLOCATION_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_IPLOCATION_MODE;
COMMAND_IPLOCATION_MODE_ANTLR_BUG: 'command_iplocation_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_JOIN_MODE.g4 b/src/main/antlr4/imports/COMMAND_JOIN_MODE.g4
index c56d3b5..b79696c 100644
--- a/src/main/antlr4/imports/COMMAND_JOIN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_JOIN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_JOIN_MODE;
COMMAND_JOIN_MODE_ANTLR_BUG: 'command_join_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_KMEANS_MODE.g4 b/src/main/antlr4/imports/COMMAND_KMEANS_MODE.g4
index 3921e30..194b083 100644
--- a/src/main/antlr4/imports/COMMAND_KMEANS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_KMEANS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_KMEANS_MODE;
COMMAND_KMEANS_MODE_ANTLR_BUG: 'command_kmeans_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_KVFORM_MODE.g4 b/src/main/antlr4/imports/COMMAND_KVFORM_MODE.g4
index ef3aff0..87f5c69 100644
--- a/src/main/antlr4/imports/COMMAND_KVFORM_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_KVFORM_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_KVFORM_MODE;
COMMAND_KVFORM_MODE_ANTLR_BUG: 'command_kvform_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_LOADJOB_MODE.g4 b/src/main/antlr4/imports/COMMAND_LOADJOB_MODE.g4
index cfd2a91..6a16e16 100644
--- a/src/main/antlr4/imports/COMMAND_LOADJOB_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_LOADJOB_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_LOADJOB_MODE;
COMMAND_LOADJOB_MODE_ANTLR_BUG: 'command_loadjob_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_LOCALIZE_MODE.g4 b/src/main/antlr4/imports/COMMAND_LOCALIZE_MODE.g4
index e7a06a4..4dfe8a5 100644
--- a/src/main/antlr4/imports/COMMAND_LOCALIZE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_LOCALIZE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_LOCALIZE_MODE;
COMMAND_LOCALIZE_MODE_ANTLR_BUG: 'command_localize_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_LOCALOP_MODE.g4 b/src/main/antlr4/imports/COMMAND_LOCALOP_MODE.g4
index 1daf7f4..05b7cf2 100644
--- a/src/main/antlr4/imports/COMMAND_LOCALOP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_LOCALOP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_LOCALOP_MODE;
COMMAND_LOCALOP_MODE_ANTLR_BUG: 'command_localop_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_LOOKUP_MODE.g4 b/src/main/antlr4/imports/COMMAND_LOOKUP_MODE.g4
index cc128cc..a874e1d 100644
--- a/src/main/antlr4/imports/COMMAND_LOOKUP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_LOOKUP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_LOOKUP_MODE;
COMMAND_LOOKUP_MODE_ANTLR_BUG: 'command_lookup_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MAKECONTINUOUS_MODE.g4 b/src/main/antlr4/imports/COMMAND_MAKECONTINUOUS_MODE.g4
index a6b9669..a4b0482 100644
--- a/src/main/antlr4/imports/COMMAND_MAKECONTINUOUS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MAKECONTINUOUS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MAKECONTINUOUS_MODE;
COMMAND_MAKECONTINUOUS_MODE_ANTLR_BUG: 'command_makecontinuous_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MAKEJSON_MODE.g4 b/src/main/antlr4/imports/COMMAND_MAKEJSON_MODE.g4
index d5ad56c..e1bf12e 100644
--- a/src/main/antlr4/imports/COMMAND_MAKEJSON_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MAKEJSON_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MAKEJSON_MODE;
COMMAND_MAKEJSON_MODE_ANTLR_BUG: 'command_makejson_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MAKEMV_MODE.g4 b/src/main/antlr4/imports/COMMAND_MAKEMV_MODE.g4
index 8044cf9..f09d384 100644
--- a/src/main/antlr4/imports/COMMAND_MAKEMV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MAKEMV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MAKEMV_MODE;
COMMAND_MAKEMV_MODE_ANTLR_BUG: 'command_makemv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MAKERESULTS_MODE.g4 b/src/main/antlr4/imports/COMMAND_MAKERESULTS_MODE.g4
index 4a46f13..efd6764 100644
--- a/src/main/antlr4/imports/COMMAND_MAKERESULTS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MAKERESULTS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MAKERESULTS_MODE;
COMMAND_MAKERESULTS_MODE_ANTLR_BUG: 'command_makeresults_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MAP_MODE.g4 b/src/main/antlr4/imports/COMMAND_MAP_MODE.g4
index 702e329..0597eea 100644
--- a/src/main/antlr4/imports/COMMAND_MAP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MAP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MAP_MODE;
COMMAND_MAP_MODE_ANTLR_BUG: 'command_map_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MCATALOG_MODE.g4 b/src/main/antlr4/imports/COMMAND_MCATALOG_MODE.g4
index 2d80eab..23ada5b 100644
--- a/src/main/antlr4/imports/COMMAND_MCATALOG_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MCATALOG_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MCATALOG_MODE;
COMMAND_MCATALOG_MODE_ANTLR_BUG: 'command_mcatalog_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MCOLLECT_MODE.g4 b/src/main/antlr4/imports/COMMAND_MCOLLECT_MODE.g4
index c8ba4de..c00388d 100644
--- a/src/main/antlr4/imports/COMMAND_MCOLLECT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MCOLLECT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MCOLLECT_MODE;
COMMAND_MCOLLECT_MODE_ANTLR_BUG: 'command_mcollect_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_METADATA_MODE.g4 b/src/main/antlr4/imports/COMMAND_METADATA_MODE.g4
index f124fef..d896494 100644
--- a/src/main/antlr4/imports/COMMAND_METADATA_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_METADATA_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_METADATA_MODE;
COMMAND_METADATA_MODE_ANTLR_BUG: 'command_metadata_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_METASEARCH_MODE.g4 b/src/main/antlr4/imports/COMMAND_METASEARCH_MODE.g4
index 502b69c..4da73bb 100644
--- a/src/main/antlr4/imports/COMMAND_METASEARCH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_METASEARCH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_METASEARCH_MODE;
COMMAND_METASEARCH_MODE_ANTLR_BUG: 'command_metasearch_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MEVENTCOLLECT_MODE.g4 b/src/main/antlr4/imports/COMMAND_MEVENTCOLLECT_MODE.g4
index 4cb35fc..d47caaf 100644
--- a/src/main/antlr4/imports/COMMAND_MEVENTCOLLECT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MEVENTCOLLECT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MEVENTCOLLECT_MODE;
COMMAND_MEVENTCOLLECT_MODE_ANTLR_BUG: 'command_meventcollect_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MSTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_MSTATS_MODE.g4
index 77d0a93..aca0e15 100644
--- a/src/main/antlr4/imports/COMMAND_MSTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MSTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MSTATS_MODE;
COMMAND_MSTATS_MODE_ANTLR_BUG: 'command_mstats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MULTIKV_MODE.g4 b/src/main/antlr4/imports/COMMAND_MULTIKV_MODE.g4
index 1f7a23b..85a829b 100644
--- a/src/main/antlr4/imports/COMMAND_MULTIKV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MULTIKV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MULTIKV_MODE;
COMMAND_MULTIKV_MODE_ANTLR_BUG: 'command_multikv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MULTISEARCH_MODE.g4 b/src/main/antlr4/imports/COMMAND_MULTISEARCH_MODE.g4
index e9ed775..b3386a4 100644
--- a/src/main/antlr4/imports/COMMAND_MULTISEARCH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MULTISEARCH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MULTISEARCH_MODE;
COMMAND_MULTISEARCH_MODE_ANTLR_BUG: 'command_multisearch_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MVCOMBINE_MODE.g4 b/src/main/antlr4/imports/COMMAND_MVCOMBINE_MODE.g4
index 4e698be..26b0e64 100644
--- a/src/main/antlr4/imports/COMMAND_MVCOMBINE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MVCOMBINE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MVCOMBINE_MODE;
COMMAND_MVCOMBINE_MODE_ANTLR_BUG: 'command_mvcombine_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_MVEXPAND_MODE.g4 b/src/main/antlr4/imports/COMMAND_MVEXPAND_MODE.g4
index 21ab111..d44c1d4 100644
--- a/src/main/antlr4/imports/COMMAND_MVEXPAND_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_MVEXPAND_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_MVEXPAND_MODE;
COMMAND_MVEXPAND_MODE_ANTLR_BUG: 'command_mvexpand_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_NOMV_MODE.g4 b/src/main/antlr4/imports/COMMAND_NOMV_MODE.g4
index 6437cc9..25936e7 100644
--- a/src/main/antlr4/imports/COMMAND_NOMV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_NOMV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_NOMV_MODE;
COMMAND_NOMV_MODE_ANTLR_BUG: 'command_nomv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_OUTLIER_MODE.g4 b/src/main/antlr4/imports/COMMAND_OUTLIER_MODE.g4
index 9edcc9e..c76164f 100644
--- a/src/main/antlr4/imports/COMMAND_OUTLIER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_OUTLIER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_OUTLIER_MODE;
COMMAND_OUTLIER_MODE_ANTLR_BUG: 'command_outlier_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_OUTPUTCSV_MODE.g4 b/src/main/antlr4/imports/COMMAND_OUTPUTCSV_MODE.g4
index 47d35ac..e3c5ec4 100644
--- a/src/main/antlr4/imports/COMMAND_OUTPUTCSV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_OUTPUTCSV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_OUTPUTCSV_MODE;
COMMAND_OUTPUTCSV_MODE_ANTLR_BUG: 'command_outputcsv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_OUTPUTLOOKUP_MODE.g4 b/src/main/antlr4/imports/COMMAND_OUTPUTLOOKUP_MODE.g4
index 94831b0..7054eb5 100644
--- a/src/main/antlr4/imports/COMMAND_OUTPUTLOOKUP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_OUTPUTLOOKUP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_OUTPUTLOOKUP_MODE;
COMMAND_OUTPUTLOOKUP_MODE_ANTLR_BUG: 'command_outputlookup_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_OUTPUTTEXT_MODE.g4 b/src/main/antlr4/imports/COMMAND_OUTPUTTEXT_MODE.g4
index 0ec8b47..fa6090b 100644
--- a/src/main/antlr4/imports/COMMAND_OUTPUTTEXT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_OUTPUTTEXT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_OUTPUTTEXT_MODE;
COMMAND_OUTPUTTEXT_MODE_ANTLR_BUG: 'command_outputtext_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_OVERLAP_MODE.g4 b/src/main/antlr4/imports/COMMAND_OVERLAP_MODE.g4
index 965bfe7..8d3cbfb 100644
--- a/src/main/antlr4/imports/COMMAND_OVERLAP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_OVERLAP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_OVERLAP_MODE;
COMMAND_OVERLAP_MODE_ANTLR_BUG: 'command_overlap_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_PIVOT_MODE.g4 b/src/main/antlr4/imports/COMMAND_PIVOT_MODE.g4
index f780da5..a5240a4 100644
--- a/src/main/antlr4/imports/COMMAND_PIVOT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_PIVOT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_PIVOT_MODE;
COMMAND_PIVOT_MODE_ANTLR_BUG: 'command_pivot_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_PREDICT_MODE.g4 b/src/main/antlr4/imports/COMMAND_PREDICT_MODE.g4
index 3ca195d..4a9ac19 100644
--- a/src/main/antlr4/imports/COMMAND_PREDICT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_PREDICT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_PREDICT_MODE;
COMMAND_PREDICT_MODE_ANTLR_BUG: 'command_predict_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RANGEMAP_MODE.g4 b/src/main/antlr4/imports/COMMAND_RANGEMAP_MODE.g4
index 0bc45d5..4e079af 100644
--- a/src/main/antlr4/imports/COMMAND_RANGEMAP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RANGEMAP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RANGEMAP_MODE;
COMMAND_RANGEMAP_MODE_ANTLR_BUG: 'command_rangemap_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RARE_MODE.g4 b/src/main/antlr4/imports/COMMAND_RARE_MODE.g4
index 5a957dc..c9bf610 100644
--- a/src/main/antlr4/imports/COMMAND_RARE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RARE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RARE_MODE;
COMMAND_RARE_MODE_ANTLR_BUG: 'command_rare_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REDISTRIBUTE_MODE.g4 b/src/main/antlr4/imports/COMMAND_REDISTRIBUTE_MODE.g4
index 0021f8b..115f210 100644
--- a/src/main/antlr4/imports/COMMAND_REDISTRIBUTE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REDISTRIBUTE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REDISTRIBUTE_MODE;
COMMAND_REDISTRIBUTE_MODE_ANTLR_BUG: 'command_redistribute_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REGEX_MODE.g4 b/src/main/antlr4/imports/COMMAND_REGEX_MODE.g4
index 12d32ea..285fdfa 100644
--- a/src/main/antlr4/imports/COMMAND_REGEX_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REGEX_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REGEX_MODE;
COMMAND_REGEX_MODE_ANTLR_BUG: 'command_regex_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RELEVANCY_MODE.g4 b/src/main/antlr4/imports/COMMAND_RELEVANCY_MODE.g4
index 6cd689e..75d6f71 100644
--- a/src/main/antlr4/imports/COMMAND_RELEVANCY_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RELEVANCY_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RELEVANCY_MODE;
COMMAND_RELEVANCY_MODE_ANTLR_BUG: 'command_relevancy_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RELTIME_MODE.g4 b/src/main/antlr4/imports/COMMAND_RELTIME_MODE.g4
index 9a9364a..fa4f898 100644
--- a/src/main/antlr4/imports/COMMAND_RELTIME_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RELTIME_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RELTIME_MODE;
COMMAND_RELTIME_MODE_ANTLR_BUG: 'command_reltime_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RENAME_MODE.g4 b/src/main/antlr4/imports/COMMAND_RENAME_MODE.g4
index 054e897..2f64556 100644
--- a/src/main/antlr4/imports/COMMAND_RENAME_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RENAME_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RENAME_MODE;
COMMAND_RENAME_MODE_ANTLR_BUG: 'command_rename_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REPLACE_MODE.g4 b/src/main/antlr4/imports/COMMAND_REPLACE_MODE.g4
index 31677f2..1173890 100644
--- a/src/main/antlr4/imports/COMMAND_REPLACE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REPLACE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REPLACE_MODE;
COMMAND_REPLACE_MODE_ANTLR_BUG: 'command_replace_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REST_MODE.g4 b/src/main/antlr4/imports/COMMAND_REST_MODE.g4
index 541671f..784a7eb 100644
--- a/src/main/antlr4/imports/COMMAND_REST_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REST_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REST_MODE;
COMMAND_REST_MODE_ANTLR_BUG: 'command_rest_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RETURN_MODE.g4 b/src/main/antlr4/imports/COMMAND_RETURN_MODE.g4
index 9296fcf..ae4ac1a 100644
--- a/src/main/antlr4/imports/COMMAND_RETURN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RETURN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RETURN_MODE;
COMMAND_RETURN_MODE_ANTLR_BUG: 'command_return_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REVERSE_MODE.g4 b/src/main/antlr4/imports/COMMAND_REVERSE_MODE.g4
index 2cc4cb6..d84041c 100644
--- a/src/main/antlr4/imports/COMMAND_REVERSE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REVERSE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REVERSE_MODE;
COMMAND_REVERSE_MODE_ANTLR_BUG: 'command_reverse_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REX4J_MODE.g4 b/src/main/antlr4/imports/COMMAND_REX4J_MODE.g4
index 552d368..6f78cb5 100644
--- a/src/main/antlr4/imports/COMMAND_REX4J_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REX4J_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REX4J_MODE;
COMMAND_REX4J_MODE_ANTLR_BUG: 'command_rex4j_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_REX_MODE.g4 b/src/main/antlr4/imports/COMMAND_REX_MODE.g4
index 30222a3..c4d54ac 100644
--- a/src/main/antlr4/imports/COMMAND_REX_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_REX_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_REX_MODE;
COMMAND_REX_MODE_ANTLR_BUG: 'command_rex_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RTORDER_MODE.g4 b/src/main/antlr4/imports/COMMAND_RTORDER_MODE.g4
index f1174f2..58200b9 100644
--- a/src/main/antlr4/imports/COMMAND_RTORDER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RTORDER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RTORDER_MODE;
COMMAND_RTORDER_MODE_ANTLR_BUG: 'command_rtorder_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_RUNSHELLSCRIPT_MODE.g4 b/src/main/antlr4/imports/COMMAND_RUNSHELLSCRIPT_MODE.g4
index 0bd8321..7a08f04 100644
--- a/src/main/antlr4/imports/COMMAND_RUNSHELLSCRIPT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_RUNSHELLSCRIPT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_RUNSHELLSCRIPT_MODE;
COMMAND_RUNSHELLSCRIPT_MODE_ANTLR_BUG: 'command_runshellscript_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SAVE.g4 b/src/main/antlr4/imports/COMMAND_SAVE.g4
index 05341fd..5247073 100644
--- a/src/main/antlr4/imports/COMMAND_SAVE.g4
+++ b/src/main/antlr4/imports/COMMAND_SAVE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_HDFS_MODE;
COMMAND_HDFS_MODE_ANTLR_BUG: 'command_hdfs_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SAVEDSEARCH_MODE.g4 b/src/main/antlr4/imports/COMMAND_SAVEDSEARCH_MODE.g4
index a417f94..cd27923 100644
--- a/src/main/antlr4/imports/COMMAND_SAVEDSEARCH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SAVEDSEARCH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SAVEDSEARCH_MODE;
COMMAND_SAVEDSEARCH_MODE_ANTLR_BUG: 'command_savedsearch_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SCRIPT_MODE.g4 b/src/main/antlr4/imports/COMMAND_SCRIPT_MODE.g4
index c630105..0f6ec4e 100644
--- a/src/main/antlr4/imports/COMMAND_SCRIPT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SCRIPT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SCRIPT_MODE;
COMMAND_SCRIPT_MODE_ANTLR_BUG: 'command_script_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SCRUB_MODE.g4 b/src/main/antlr4/imports/COMMAND_SCRUB_MODE.g4
index 7ccf18a..8700d31 100644
--- a/src/main/antlr4/imports/COMMAND_SCRUB_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SCRUB_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SCRUB_MODE;
COMMAND_SCRUB_MODE_ANTLR_BUG: 'command_scrub_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SEARCHTXN_MODE.g4 b/src/main/antlr4/imports/COMMAND_SEARCHTXN_MODE.g4
index 86c3bc2..3f7d7ab 100644
--- a/src/main/antlr4/imports/COMMAND_SEARCHTXN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SEARCHTXN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SEARCHTXN_MODE;
COMMAND_SEARCHTXN_MODE_ANTLR_BUG: 'command_searchtxn_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SEARCH_MODE.g4 b/src/main/antlr4/imports/COMMAND_SEARCH_MODE.g4
index 8c90722..0c1472b 100644
--- a/src/main/antlr4/imports/COMMAND_SEARCH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SEARCH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SEARCH_MODE;
COMMAND_SEARCH_MODE_ANTLR_BUG: 'command_search_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SELFJOIN_MODE.g4 b/src/main/antlr4/imports/COMMAND_SELFJOIN_MODE.g4
index 94ee28a..945269d 100644
--- a/src/main/antlr4/imports/COMMAND_SELFJOIN_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SELFJOIN_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SELFJOIN_MODE;
COMMAND_SELFJOIN_MODE_ANTLR_BUG: 'command_selfjoin_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SENDALERT_MODE.g4 b/src/main/antlr4/imports/COMMAND_SENDALERT_MODE.g4
index 6e120b5..dba8664 100644
--- a/src/main/antlr4/imports/COMMAND_SENDALERT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SENDALERT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SENDALERT_MODE;
COMMAND_SENDALERT_MODE_ANTLR_BUG: 'command_sendalert_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SENDEMAIL_MODE.g4 b/src/main/antlr4/imports/COMMAND_SENDEMAIL_MODE.g4
index acc2559..d44a69e 100644
--- a/src/main/antlr4/imports/COMMAND_SENDEMAIL_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SENDEMAIL_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SENDEMAIL_MODE;
COMMAND_SENDEMAIL_MODE_ANTLR_BUG: 'command_sendemail_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SETFIELDS_MODE.g4 b/src/main/antlr4/imports/COMMAND_SETFIELDS_MODE.g4
index e833165..07976e3 100644
--- a/src/main/antlr4/imports/COMMAND_SETFIELDS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SETFIELDS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SETFIELDS_MODE;
COMMAND_SETFIELDS_MODE_ANTLR_BUG: 'command_setfields_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SET_MODE.g4 b/src/main/antlr4/imports/COMMAND_SET_MODE.g4
index ea48394..e2db18a 100644
--- a/src/main/antlr4/imports/COMMAND_SET_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SET_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SET_MODE;
COMMAND_SET_MODE_ANTLR_BUG: 'command_set_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SICHART_MODE.g4 b/src/main/antlr4/imports/COMMAND_SICHART_MODE.g4
index dd14e16..8d0592f 100644
--- a/src/main/antlr4/imports/COMMAND_SICHART_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SICHART_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SICHART_MODE;
COMMAND_SICHART_MODE_ANTLR_BUG: 'command_sichart_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SIRARE_MODE.g4 b/src/main/antlr4/imports/COMMAND_SIRARE_MODE.g4
index 4874449..7fe1c40 100644
--- a/src/main/antlr4/imports/COMMAND_SIRARE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SIRARE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SIRARE_MODE;
COMMAND_SIRARE_MODE_ANTLR_BUG: 'command_sirare_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SISTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_SISTATS_MODE.g4
index bc683e0..49b5578 100644
--- a/src/main/antlr4/imports/COMMAND_SISTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SISTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SISTATS_MODE;
COMMAND_SISTATS_MODE_ANTLR_BUG: 'command_sistats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SITIMECHART_MODE.g4 b/src/main/antlr4/imports/COMMAND_SITIMECHART_MODE.g4
index ceaa2b3..a2ceb25 100644
--- a/src/main/antlr4/imports/COMMAND_SITIMECHART_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SITIMECHART_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SITIMECHART_MODE;
COMMAND_SITIMECHART_MODE_ANTLR_BUG: 'command_sitimechart_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SITOP_MODE.g4 b/src/main/antlr4/imports/COMMAND_SITOP_MODE.g4
index 74e9c96..59056d1 100644
--- a/src/main/antlr4/imports/COMMAND_SITOP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SITOP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SITOP_MODE;
COMMAND_SITOP_MODE_ANTLR_BUG: 'command_sitop_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SORT_MODE.g4 b/src/main/antlr4/imports/COMMAND_SORT_MODE.g4
index 673aa93..17e51d5 100644
--- a/src/main/antlr4/imports/COMMAND_SORT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SORT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SORT_MODE;
COMMAND_SORT_MODE_ANTLR_BUG: 'command_sort_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_SPATH_MODE.g4 b/src/main/antlr4/imports/COMMAND_SPATH_MODE.g4
index a12f534..d5a4d0e 100644
--- a/src/main/antlr4/imports/COMMAND_SPATH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_SPATH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_SPATH_MODE;
COMMAND_SPATH_MODE_ANTLR_BUG: 'command_spath_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_STATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_STATS_MODE.g4
index f7207da..bf37d2e 100644
--- a/src/main/antlr4/imports/COMMAND_STATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_STATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_STATS_MODE;
COMMAND_STATS_MODE_ANTLR_BUG: 'command_stats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_STRCAT_MODE.g4 b/src/main/antlr4/imports/COMMAND_STRCAT_MODE.g4
index 83c3923..55d979f 100644
--- a/src/main/antlr4/imports/COMMAND_STRCAT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_STRCAT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_STRCAT_MODE;
COMMAND_STRCAT_MODE_ANTLR_BUG: 'command_strcat_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_STREAMSTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_STREAMSTATS_MODE.g4
index 7624314..bacb2a3 100644
--- a/src/main/antlr4/imports/COMMAND_STREAMSTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_STREAMSTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_STREAMSTATS_MODE;
COMMAND_STREAMSTATS_MODE_ANTLR_BUG: 'command_streamstats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TABLE_MODE.g4 b/src/main/antlr4/imports/COMMAND_TABLE_MODE.g4
index 4e1d08b..dc591c3 100644
--- a/src/main/antlr4/imports/COMMAND_TABLE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TABLE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TABLE_MODE;
COMMAND_TABLE_MODE_ANTLR_BUG: 'command_table_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TAGS_MODE.g4 b/src/main/antlr4/imports/COMMAND_TAGS_MODE.g4
index c1a9193..769fa17 100644
--- a/src/main/antlr4/imports/COMMAND_TAGS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TAGS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TAGS_MODE;
COMMAND_TAGS_MODE_ANTLR_BUG: 'command_tags_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TAIL_MODE.g4 b/src/main/antlr4/imports/COMMAND_TAIL_MODE.g4
index e457216..a04da99 100644
--- a/src/main/antlr4/imports/COMMAND_TAIL_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TAIL_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TAIL_MODE;
COMMAND_TAIL_MODE_ANTLR_BUG: 'command_tail_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TERAGREP_MODE.g4 b/src/main/antlr4/imports/COMMAND_TERAGREP_MODE.g4
index f083dfb..e14e3fd 100644
--- a/src/main/antlr4/imports/COMMAND_TERAGREP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TERAGREP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TERAGREP_MODE;
COMMAND_TERAGREP_MODE_ANTLR_BUG: 'command_teragrep_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TIMECHART_MODE.g4 b/src/main/antlr4/imports/COMMAND_TIMECHART_MODE.g4
index 85592e8..86975f2 100644
--- a/src/main/antlr4/imports/COMMAND_TIMECHART_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TIMECHART_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TIMECHART_MODE;
COMMAND_TIMECHART_MODE_ANTLR_BUG: 'command_timechart_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TIMEWRAP_MODE.g4 b/src/main/antlr4/imports/COMMAND_TIMEWRAP_MODE.g4
index 9e3a35d..5da45d7 100644
--- a/src/main/antlr4/imports/COMMAND_TIMEWRAP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TIMEWRAP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TIMEWRAP_MODE;
COMMAND_TIMEWRAP_MODE_ANTLR_BUG: 'command_timewrap_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TOP_MODE.g4 b/src/main/antlr4/imports/COMMAND_TOP_MODE.g4
index 308ef2c..f8c7e01 100644
--- a/src/main/antlr4/imports/COMMAND_TOP_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TOP_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TOP_MODE;
COMMAND_TOP_MODE_ANTLR_BUG: 'command_top_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TRANSACTION_MODE.g4 b/src/main/antlr4/imports/COMMAND_TRANSACTION_MODE.g4
index eb82ce1..18198d3 100644
--- a/src/main/antlr4/imports/COMMAND_TRANSACTION_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TRANSACTION_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TRANSACTION_MODE;
COMMAND_TRANSACTION_MODE_ANTLR_BUG: 'command_transaction_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TRANSPOSE_MODE.g4 b/src/main/antlr4/imports/COMMAND_TRANSPOSE_MODE.g4
index 881f873..d212a96 100644
--- a/src/main/antlr4/imports/COMMAND_TRANSPOSE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TRANSPOSE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TRANSPOSE_MODE;
COMMAND_TRANSPOSE_MODE_ANTLR_BUG: 'command_transpose_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TRENDLINE_MODE.g4 b/src/main/antlr4/imports/COMMAND_TRENDLINE_MODE.g4
index 6b06c5d..217f910 100644
--- a/src/main/antlr4/imports/COMMAND_TRENDLINE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TRENDLINE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TRENDLINE_MODE;
COMMAND_TRENDLINE_MODE_ANTLR_BUG: 'command_trendline_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TSCOLLECT_MODE.g4 b/src/main/antlr4/imports/COMMAND_TSCOLLECT_MODE.g4
index 41f157d..845e27c 100644
--- a/src/main/antlr4/imports/COMMAND_TSCOLLECT_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TSCOLLECT_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TSCOLLECT_MODE;
COMMAND_TSCOLLECT_MODE_ANTLR_BUG: 'command_tscollect_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TSTATS_MODE.g4 b/src/main/antlr4/imports/COMMAND_TSTATS_MODE.g4
index efe7f7d..d4d8dc3 100644
--- a/src/main/antlr4/imports/COMMAND_TSTATS_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TSTATS_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TSTATS_MODE;
COMMAND_TSTATS_MODE_ANTLR_BUG: 'command_tstats_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TYPEAHEAD_MODE.g4 b/src/main/antlr4/imports/COMMAND_TYPEAHEAD_MODE.g4
index 6fd048b..a8407ac 100644
--- a/src/main/antlr4/imports/COMMAND_TYPEAHEAD_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TYPEAHEAD_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TYPEAHEAD_MODE;
COMMAND_TYPEAHEAD_MODE_ANTLR_BUG: 'command_typeahead_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TYPELEARNER_MODE.g4 b/src/main/antlr4/imports/COMMAND_TYPELEARNER_MODE.g4
index 66f90ca..9d0bbad 100644
--- a/src/main/antlr4/imports/COMMAND_TYPELEARNER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TYPELEARNER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TYPELEARNER_MODE;
COMMAND_TYPELEARNER_MODE_ANTLR_BUG: 'command_typelearner_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_TYPER_MODE.g4 b/src/main/antlr4/imports/COMMAND_TYPER_MODE.g4
index 737b114..33cd137 100644
--- a/src/main/antlr4/imports/COMMAND_TYPER_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_TYPER_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_TYPER_MODE;
COMMAND_TYPER_MODE_ANTLR_BUG: 'command_typer_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_UNION_MODE.g4 b/src/main/antlr4/imports/COMMAND_UNION_MODE.g4
index bbaeb7b..00e38f9 100644
--- a/src/main/antlr4/imports/COMMAND_UNION_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_UNION_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_UNION_MODE;
COMMAND_UNION_MODE_ANTLR_BUG: 'command_union_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_UNIQ_MODE.g4 b/src/main/antlr4/imports/COMMAND_UNIQ_MODE.g4
index 1d30854..a3e216d 100644
--- a/src/main/antlr4/imports/COMMAND_UNIQ_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_UNIQ_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_UNIQ_MODE;
COMMAND_UNIQ_MODE_ANTLR_BUG: 'command_uniq_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_UNTABLE_MODE.g4 b/src/main/antlr4/imports/COMMAND_UNTABLE_MODE.g4
index 6f59410..83a7802 100644
--- a/src/main/antlr4/imports/COMMAND_UNTABLE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_UNTABLE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_UNTABLE_MODE;
COMMAND_UNTABLE_MODE_ANTLR_BUG: 'command_untable_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_WHERE_MODE.g4 b/src/main/antlr4/imports/COMMAND_WHERE_MODE.g4
index 9f352aa..c3cbf70 100644
--- a/src/main/antlr4/imports/COMMAND_WHERE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_WHERE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_WHERE_MODE;
COMMAND_WHERE_MODE_ANTLR_BUG: 'command_where_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_X11_MODE.g4 b/src/main/antlr4/imports/COMMAND_X11_MODE.g4
index b56ef10..64ee5f1 100644
--- a/src/main/antlr4/imports/COMMAND_X11_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_X11_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_X11_MODE;
COMMAND_X11_MODE_ANTLR_BUG: 'command_x11_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_XMLKV_MODE.g4 b/src/main/antlr4/imports/COMMAND_XMLKV_MODE.g4
index cf51a0a..7cc99c6 100644
--- a/src/main/antlr4/imports/COMMAND_XMLKV_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_XMLKV_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_XMLKV_MODE;
COMMAND_XMLKV_MODE_ANTLR_BUG: 'command_xmlkv_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_XMLUNESCAPE_MODE.g4 b/src/main/antlr4/imports/COMMAND_XMLUNESCAPE_MODE.g4
index a35cd0f..f691260 100644
--- a/src/main/antlr4/imports/COMMAND_XMLUNESCAPE_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_XMLUNESCAPE_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_XMLUNESCAPE_MODE;
COMMAND_XMLUNESCAPE_MODE_ANTLR_BUG: 'command_xmlunescape_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_XPATH_MODE.g4 b/src/main/antlr4/imports/COMMAND_XPATH_MODE.g4
index 40ea149..7fbf7ef 100644
--- a/src/main/antlr4/imports/COMMAND_XPATH_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_XPATH_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_XPATH_MODE;
COMMAND_XPATH_MODE_ANTLR_BUG: 'command_xpath_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/COMMAND_XYSERIES_MODE.g4 b/src/main/antlr4/imports/COMMAND_XYSERIES_MODE.g4
index 459bc94..1c72b72 100644
--- a/src/main/antlr4/imports/COMMAND_XYSERIES_MODE.g4
+++ b/src/main/antlr4/imports/COMMAND_XYSERIES_MODE.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
lexer grammar COMMAND_XYSERIES_MODE;
COMMAND_XYSERIES_MODE_ANTLR_BUG: 'command_xyseries_mode_antlr_bug' -> type(STRING_MATCH);
diff --git a/src/main/antlr4/imports/DPLParserAggregations.g4 b/src/main/antlr4/imports/DPLParserAggregations.g4
index fe53dc6..149088c 100644
--- a/src/main/antlr4/imports/DPLParserAggregations.g4
+++ b/src/main/antlr4/imports/DPLParserAggregations.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,7 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
parser grammar DPLParserAggregations;
// aggregations
diff --git a/src/main/antlr4/imports/DPLParserEvals.g4 b/src/main/antlr4/imports/DPLParserEvals.g4
index 95db3a3..cdc461b 100644
--- a/src/main/antlr4/imports/DPLParserEvals.g4
+++ b/src/main/antlr4/imports/DPLParserEvals.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,7 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
parser grammar DPLParserEvals;
// eval
diff --git a/src/main/antlr4/imports/DPLParserTransform.g4 b/src/main/antlr4/imports/DPLParserTransform.g4
index 5ec6de9..28b0e77 100644
--- a/src/main/antlr4/imports/DPLParserTransform.g4
+++ b/src/main/antlr4/imports/DPLParserTransform.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
@@ -43,8 +43,6 @@
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
-// -*- mode: conf; -*-
-
parser grammar DPLParserProcess;
import DPLParserAggregations,
diff --git a/src/main/antlr4/imports/DPLParserTransform_abstract.g4 b/src/main/antlr4/imports/DPLParserTransform_abstract.g4
index ea9c7b1..f5af939 100644
--- a/src/main/antlr4/imports/DPLParserTransform_abstract.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_abstract.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_accum.g4 b/src/main/antlr4/imports/DPLParserTransform_accum.g4
index 3a9267a..7292378 100644
--- a/src/main/antlr4/imports/DPLParserTransform_accum.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_accum.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_addcoltotals.g4 b/src/main/antlr4/imports/DPLParserTransform_addcoltotals.g4
index e907329..6b37934 100644
--- a/src/main/antlr4/imports/DPLParserTransform_addcoltotals.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_addcoltotals.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_addinfo.g4 b/src/main/antlr4/imports/DPLParserTransform_addinfo.g4
index caa5f19..4785eff 100644
--- a/src/main/antlr4/imports/DPLParserTransform_addinfo.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_addinfo.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_addtotals.g4 b/src/main/antlr4/imports/DPLParserTransform_addtotals.g4
index defe545..b79b4ed 100644
--- a/src/main/antlr4/imports/DPLParserTransform_addtotals.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_addtotals.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_analyzefields.g4 b/src/main/antlr4/imports/DPLParserTransform_analyzefields.g4
index 4dbca08..eb97ad0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_analyzefields.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_analyzefields.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_anomalies.g4 b/src/main/antlr4/imports/DPLParserTransform_anomalies.g4
index cbdf7e2..4b3ce03 100644
--- a/src/main/antlr4/imports/DPLParserTransform_anomalies.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_anomalies.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_anomalousvalue.g4 b/src/main/antlr4/imports/DPLParserTransform_anomalousvalue.g4
index 8b25098..7f48104 100644
--- a/src/main/antlr4/imports/DPLParserTransform_anomalousvalue.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_anomalousvalue.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_anomalydetection.g4 b/src/main/antlr4/imports/DPLParserTransform_anomalydetection.g4
index 7ae985b..3190d3a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_anomalydetection.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_anomalydetection.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_append.g4 b/src/main/antlr4/imports/DPLParserTransform_append.g4
index e0fa4df..a3168a9 100644
--- a/src/main/antlr4/imports/DPLParserTransform_append.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_append.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_appendcols.g4 b/src/main/antlr4/imports/DPLParserTransform_appendcols.g4
index 9c31607..3278fb0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_appendcols.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_appendcols.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_appendpipe.g4 b/src/main/antlr4/imports/DPLParserTransform_appendpipe.g4
index e3d6fe7..f628c70 100644
--- a/src/main/antlr4/imports/DPLParserTransform_appendpipe.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_appendpipe.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_arules.g4 b/src/main/antlr4/imports/DPLParserTransform_arules.g4
index f1b33e2..467519e 100644
--- a/src/main/antlr4/imports/DPLParserTransform_arules.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_arules.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_associate.g4 b/src/main/antlr4/imports/DPLParserTransform_associate.g4
index 95a38dd..d633791 100644
--- a/src/main/antlr4/imports/DPLParserTransform_associate.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_associate.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_audit.g4 b/src/main/antlr4/imports/DPLParserTransform_audit.g4
index af9bca1..4ddbf92 100644
--- a/src/main/antlr4/imports/DPLParserTransform_audit.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_audit.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_autoregress.g4 b/src/main/antlr4/imports/DPLParserTransform_autoregress.g4
index b187feb..a3ef054 100644
--- a/src/main/antlr4/imports/DPLParserTransform_autoregress.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_autoregress.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_bin.g4 b/src/main/antlr4/imports/DPLParserTransform_bin.g4
index 49ab695..cd7fe07 100644
--- a/src/main/antlr4/imports/DPLParserTransform_bin.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_bin.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_bucketdir.g4 b/src/main/antlr4/imports/DPLParserTransform_bucketdir.g4
index 5a5001b..e20f966 100644
--- a/src/main/antlr4/imports/DPLParserTransform_bucketdir.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_bucketdir.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_chart.g4 b/src/main/antlr4/imports/DPLParserTransform_chart.g4
index a0d4315..09ed674 100644
--- a/src/main/antlr4/imports/DPLParserTransform_chart.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_chart.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_cluster.g4 b/src/main/antlr4/imports/DPLParserTransform_cluster.g4
index 4561056..fd1981e 100644
--- a/src/main/antlr4/imports/DPLParserTransform_cluster.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_cluster.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_cofilter.g4 b/src/main/antlr4/imports/DPLParserTransform_cofilter.g4
index 77cf671..3fced2e 100644
--- a/src/main/antlr4/imports/DPLParserTransform_cofilter.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_cofilter.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_collapse.g4 b/src/main/antlr4/imports/DPLParserTransform_collapse.g4
index fe6e25b..c0bfac0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_collapse.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_collapse.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_collect.g4 b/src/main/antlr4/imports/DPLParserTransform_collect.g4
index 22006f4..71ea02a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_collect.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_collect.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_concurrency.g4 b/src/main/antlr4/imports/DPLParserTransform_concurrency.g4
index dbde5b5..6632e0c 100644
--- a/src/main/antlr4/imports/DPLParserTransform_concurrency.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_concurrency.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_contingency.g4 b/src/main/antlr4/imports/DPLParserTransform_contingency.g4
index 4e46607..4c426ac 100644
--- a/src/main/antlr4/imports/DPLParserTransform_contingency.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_contingency.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_convert.g4 b/src/main/antlr4/imports/DPLParserTransform_convert.g4
index 7343b15..b12b3d9 100644
--- a/src/main/antlr4/imports/DPLParserTransform_convert.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_convert.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_correlate.g4 b/src/main/antlr4/imports/DPLParserTransform_correlate.g4
index c901f23..ac79e08 100644
--- a/src/main/antlr4/imports/DPLParserTransform_correlate.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_correlate.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_datamodel.g4 b/src/main/antlr4/imports/DPLParserTransform_datamodel.g4
index 3ef5c85..ad2b5e9 100644
--- a/src/main/antlr4/imports/DPLParserTransform_datamodel.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_datamodel.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_dbinspect.g4 b/src/main/antlr4/imports/DPLParserTransform_dbinspect.g4
index db29fff..14eea60 100644
--- a/src/main/antlr4/imports/DPLParserTransform_dbinspect.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_dbinspect.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_dedup.g4 b/src/main/antlr4/imports/DPLParserTransform_dedup.g4
index b6418b7..8d1c738 100644
--- a/src/main/antlr4/imports/DPLParserTransform_dedup.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_dedup.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_delete.g4 b/src/main/antlr4/imports/DPLParserTransform_delete.g4
index 603ffb0..394688b 100644
--- a/src/main/antlr4/imports/DPLParserTransform_delete.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_delete.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_delta.g4 b/src/main/antlr4/imports/DPLParserTransform_delta.g4
index 739dd69..361fa9a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_delta.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_delta.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_diff.g4 b/src/main/antlr4/imports/DPLParserTransform_diff.g4
index b926596..33fad43 100644
--- a/src/main/antlr4/imports/DPLParserTransform_diff.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_diff.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_dpl.g4 b/src/main/antlr4/imports/DPLParserTransform_dpl.g4
index 99d89d8..0c6f6c7 100644
--- a/src/main/antlr4/imports/DPLParserTransform_dpl.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_dpl.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_dump.g4 b/src/main/antlr4/imports/DPLParserTransform_dump.g4
index b4cd617..e2a63bc 100644
--- a/src/main/antlr4/imports/DPLParserTransform_dump.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_dump.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_erex.g4 b/src/main/antlr4/imports/DPLParserTransform_erex.g4
index 26ab2fd..97546be 100644
--- a/src/main/antlr4/imports/DPLParserTransform_erex.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_erex.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_eval.g4 b/src/main/antlr4/imports/DPLParserTransform_eval.g4
index 777d140..42b4467 100644
--- a/src/main/antlr4/imports/DPLParserTransform_eval.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_eval.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_eventcount.g4 b/src/main/antlr4/imports/DPLParserTransform_eventcount.g4
index 79ce301..6d5cdd7 100644
--- a/src/main/antlr4/imports/DPLParserTransform_eventcount.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_eventcount.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_eventstats.g4 b/src/main/antlr4/imports/DPLParserTransform_eventstats.g4
index 919c1c9..bc3e8ab 100644
--- a/src/main/antlr4/imports/DPLParserTransform_eventstats.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_eventstats.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_explain.g4 b/src/main/antlr4/imports/DPLParserTransform_explain.g4
index c881aac..4bea337 100644
--- a/src/main/antlr4/imports/DPLParserTransform_explain.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_explain.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_extract.g4 b/src/main/antlr4/imports/DPLParserTransform_extract.g4
index 71a8881..439487f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_extract.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_extract.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_fieldformat.g4 b/src/main/antlr4/imports/DPLParserTransform_fieldformat.g4
index 8581b9f..0209efb 100644
--- a/src/main/antlr4/imports/DPLParserTransform_fieldformat.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_fieldformat.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_fields.g4 b/src/main/antlr4/imports/DPLParserTransform_fields.g4
index 1e16590..f53529a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_fields.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_fields.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_fieldsummary.g4 b/src/main/antlr4/imports/DPLParserTransform_fieldsummary.g4
index c03312c..4de09ab 100644
--- a/src/main/antlr4/imports/DPLParserTransform_fieldsummary.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_fieldsummary.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_filldown.g4 b/src/main/antlr4/imports/DPLParserTransform_filldown.g4
index 561b747..ed885f0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_filldown.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_filldown.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_fillnull.g4 b/src/main/antlr4/imports/DPLParserTransform_fillnull.g4
index debf2a3..563bef7 100644
--- a/src/main/antlr4/imports/DPLParserTransform_fillnull.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_fillnull.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_findkeywords.g4 b/src/main/antlr4/imports/DPLParserTransform_findkeywords.g4
index 3f25744..190cea5 100644
--- a/src/main/antlr4/imports/DPLParserTransform_findkeywords.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_findkeywords.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_findtypes.g4 b/src/main/antlr4/imports/DPLParserTransform_findtypes.g4
index 8377329..bc2e0fe 100644
--- a/src/main/antlr4/imports/DPLParserTransform_findtypes.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_findtypes.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_folderize.g4 b/src/main/antlr4/imports/DPLParserTransform_folderize.g4
index 9aade05..fb94d3b 100644
--- a/src/main/antlr4/imports/DPLParserTransform_folderize.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_folderize.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_foreach.g4 b/src/main/antlr4/imports/DPLParserTransform_foreach.g4
index f96d66f..9b0d859 100644
--- a/src/main/antlr4/imports/DPLParserTransform_foreach.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_foreach.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_format.g4 b/src/main/antlr4/imports/DPLParserTransform_format.g4
index e5ea90c..c853f1d 100644
--- a/src/main/antlr4/imports/DPLParserTransform_format.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_format.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_from.g4 b/src/main/antlr4/imports/DPLParserTransform_from.g4
index 6de369a..1a8c4e1 100644
--- a/src/main/antlr4/imports/DPLParserTransform_from.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_from.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_gauge.g4 b/src/main/antlr4/imports/DPLParserTransform_gauge.g4
index 68720c9..da62383 100644
--- a/src/main/antlr4/imports/DPLParserTransform_gauge.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_gauge.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_gentimes.g4 b/src/main/antlr4/imports/DPLParserTransform_gentimes.g4
index 840befa..98136f8 100644
--- a/src/main/antlr4/imports/DPLParserTransform_gentimes.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_gentimes.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_geom.g4 b/src/main/antlr4/imports/DPLParserTransform_geom.g4
index ad0d5a4..92fcd6b 100644
--- a/src/main/antlr4/imports/DPLParserTransform_geom.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_geom.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_geomfilter.g4 b/src/main/antlr4/imports/DPLParserTransform_geomfilter.g4
index 902f65d..7615e7c 100644
--- a/src/main/antlr4/imports/DPLParserTransform_geomfilter.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_geomfilter.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_geostats.g4 b/src/main/antlr4/imports/DPLParserTransform_geostats.g4
index 4fdc92e..f70cbc7 100644
--- a/src/main/antlr4/imports/DPLParserTransform_geostats.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_geostats.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_head.g4 b/src/main/antlr4/imports/DPLParserTransform_head.g4
index c8cd3ac..ff5d7f1 100644
--- a/src/main/antlr4/imports/DPLParserTransform_head.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_head.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_highlight.g4 b/src/main/antlr4/imports/DPLParserTransform_highlight.g4
index 1da72d3..09a4a30 100644
--- a/src/main/antlr4/imports/DPLParserTransform_highlight.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_highlight.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_history.g4 b/src/main/antlr4/imports/DPLParserTransform_history.g4
index 3c18184..681c8ae 100644
--- a/src/main/antlr4/imports/DPLParserTransform_history.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_history.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_iconify.g4 b/src/main/antlr4/imports/DPLParserTransform_iconify.g4
index 107364a..892682a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_iconify.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_iconify.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_inputcsv.g4 b/src/main/antlr4/imports/DPLParserTransform_inputcsv.g4
index a92070d..d9cab9c 100644
--- a/src/main/antlr4/imports/DPLParserTransform_inputcsv.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_inputcsv.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_inputlookup.g4 b/src/main/antlr4/imports/DPLParserTransform_inputlookup.g4
index f45159d..6648d00 100644
--- a/src/main/antlr4/imports/DPLParserTransform_inputlookup.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_inputlookup.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_iplocation.g4 b/src/main/antlr4/imports/DPLParserTransform_iplocation.g4
index 5334f5f..bb82cc4 100644
--- a/src/main/antlr4/imports/DPLParserTransform_iplocation.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_iplocation.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_join.g4 b/src/main/antlr4/imports/DPLParserTransform_join.g4
index 8c12c8f..e4bc263 100644
--- a/src/main/antlr4/imports/DPLParserTransform_join.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_join.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_kmeans.g4 b/src/main/antlr4/imports/DPLParserTransform_kmeans.g4
index bac2433..597ff5c 100644
--- a/src/main/antlr4/imports/DPLParserTransform_kmeans.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_kmeans.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_kvform.g4 b/src/main/antlr4/imports/DPLParserTransform_kvform.g4
index ada3fc3..68ea373 100644
--- a/src/main/antlr4/imports/DPLParserTransform_kvform.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_kvform.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_loadjob.g4 b/src/main/antlr4/imports/DPLParserTransform_loadjob.g4
index c3a0bf7..187df11 100644
--- a/src/main/antlr4/imports/DPLParserTransform_loadjob.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_loadjob.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_localize.g4 b/src/main/antlr4/imports/DPLParserTransform_localize.g4
index b273c3c..c1c59c1 100644
--- a/src/main/antlr4/imports/DPLParserTransform_localize.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_localize.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_localop.g4 b/src/main/antlr4/imports/DPLParserTransform_localop.g4
index 3c708e4..9f1daa0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_localop.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_localop.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_lookup.g4 b/src/main/antlr4/imports/DPLParserTransform_lookup.g4
index bbe8673..afe207f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_lookup.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_lookup.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_makecontinuous.g4 b/src/main/antlr4/imports/DPLParserTransform_makecontinuous.g4
index 5edb698..67d9e3c 100644
--- a/src/main/antlr4/imports/DPLParserTransform_makecontinuous.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_makecontinuous.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_makejson.g4 b/src/main/antlr4/imports/DPLParserTransform_makejson.g4
index 3b91f8e..afaf4b7 100644
--- a/src/main/antlr4/imports/DPLParserTransform_makejson.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_makejson.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_makemv.g4 b/src/main/antlr4/imports/DPLParserTransform_makemv.g4
index d1d0852..be7927f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_makemv.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_makemv.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_makeresults.g4 b/src/main/antlr4/imports/DPLParserTransform_makeresults.g4
index c59c65f..12207c9 100644
--- a/src/main/antlr4/imports/DPLParserTransform_makeresults.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_makeresults.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_map.g4 b/src/main/antlr4/imports/DPLParserTransform_map.g4
index c9de147..d26fb97 100644
--- a/src/main/antlr4/imports/DPLParserTransform_map.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_map.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_mcatalog.g4 b/src/main/antlr4/imports/DPLParserTransform_mcatalog.g4
index 681b3e6..18ddd0e 100644
--- a/src/main/antlr4/imports/DPLParserTransform_mcatalog.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_mcatalog.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_mcollect.g4 b/src/main/antlr4/imports/DPLParserTransform_mcollect.g4
index 691c23b..e60730d 100644
--- a/src/main/antlr4/imports/DPLParserTransform_mcollect.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_mcollect.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_metadata.g4 b/src/main/antlr4/imports/DPLParserTransform_metadata.g4
index 5ed79a8..cffa5c3 100644
--- a/src/main/antlr4/imports/DPLParserTransform_metadata.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_metadata.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_metasearch.g4 b/src/main/antlr4/imports/DPLParserTransform_metasearch.g4
index 0bd0e36..b8bf982 100644
--- a/src/main/antlr4/imports/DPLParserTransform_metasearch.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_metasearch.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_meventcollect.g4 b/src/main/antlr4/imports/DPLParserTransform_meventcollect.g4
index a97ecde..e04449f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_meventcollect.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_meventcollect.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_mstats.g4 b/src/main/antlr4/imports/DPLParserTransform_mstats.g4
index be96c17..6955137 100644
--- a/src/main/antlr4/imports/DPLParserTransform_mstats.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_mstats.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_multikv.g4 b/src/main/antlr4/imports/DPLParserTransform_multikv.g4
index b583bdd..a09bec5 100644
--- a/src/main/antlr4/imports/DPLParserTransform_multikv.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_multikv.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_multisearch.g4 b/src/main/antlr4/imports/DPLParserTransform_multisearch.g4
index bbabc97..2195bbf 100644
--- a/src/main/antlr4/imports/DPLParserTransform_multisearch.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_multisearch.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_mvcombine.g4 b/src/main/antlr4/imports/DPLParserTransform_mvcombine.g4
index 1efafb6..d4ecb6a 100644
--- a/src/main/antlr4/imports/DPLParserTransform_mvcombine.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_mvcombine.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_mvexpand.g4 b/src/main/antlr4/imports/DPLParserTransform_mvexpand.g4
index 40e6750..afba10f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_mvexpand.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_mvexpand.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_nomv.g4 b/src/main/antlr4/imports/DPLParserTransform_nomv.g4
index 690efa1..603b6e5 100644
--- a/src/main/antlr4/imports/DPLParserTransform_nomv.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_nomv.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_outlier.g4 b/src/main/antlr4/imports/DPLParserTransform_outlier.g4
index 8aff164..4700bb0 100644
--- a/src/main/antlr4/imports/DPLParserTransform_outlier.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_outlier.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_outputcsv.g4 b/src/main/antlr4/imports/DPLParserTransform_outputcsv.g4
index 127d7b3..c2f963f 100644
--- a/src/main/antlr4/imports/DPLParserTransform_outputcsv.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_outputcsv.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_outputlookup.g4 b/src/main/antlr4/imports/DPLParserTransform_outputlookup.g4
index b235d85..9de3505 100644
--- a/src/main/antlr4/imports/DPLParserTransform_outputlookup.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_outputlookup.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_outputtext.g4 b/src/main/antlr4/imports/DPLParserTransform_outputtext.g4
index 144bdc6..7797165 100644
--- a/src/main/antlr4/imports/DPLParserTransform_outputtext.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_outputtext.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_overlap.g4 b/src/main/antlr4/imports/DPLParserTransform_overlap.g4
index 34d6e2b..1515c29 100644
--- a/src/main/antlr4/imports/DPLParserTransform_overlap.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_overlap.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*
*
* Additional permission under GNU Affero General Public License version 3
diff --git a/src/main/antlr4/imports/DPLParserTransform_pivot.g4 b/src/main/antlr4/imports/DPLParserTransform_pivot.g4
index 4c340bd..73e76b9 100644
--- a/src/main/antlr4/imports/DPLParserTransform_pivot.g4
+++ b/src/main/antlr4/imports/DPLParserTransform_pivot.g4
@@ -1,6 +1,6 @@
/*
- * Teragrep Data Processing Language Parser Library PTH-03
- * Copyright (C) 2019-2026 Suomen Kanuuna Oy
+ * Data Processing Language (DPL) parser
+ * Copyright (C) 2025 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -13,7 +13,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see