From d4e41a7903943e17048d7cce9472ec599fdf0f90 Mon Sep 17 00:00:00 2001 From: Krum Tsvetkov Date: Thu, 30 Apr 2026 10:55:19 +0200 Subject: [PATCH] Update copyright headers in java files - updated last year change across multiple files - added contributor where missing Signed-off-by: Krum Tsvetkov --- .../src/org/eclipse/mat/inspections/CommonNameResolver.java | 2 +- .../src/org/eclipse/mat/inspections/FindLeaksQuery.java | 2 +- .../src/org/eclipse/mat/inspections/FindLeaksQuery2.java | 2 +- .../src/org/eclipse/mat/inspections/HeapDumpInfoQuery.java | 2 +- .../src/org/eclipse/mat/inspections/LeakHunterQuery.java | 2 +- .../org/eclipse/mat/inspections/SelectObjectsByFieldQuery.java | 2 +- .../src/org/eclipse/mat/inspections/TopConsumers2Query.java | 2 +- .../src/org/eclipse/mat/inspections/TopConsumersQuery.java | 2 +- .../mat/inspections/component/ComponentReportQuery.java | 2 +- .../eclipse/mat/inspections/threads/ThreadDetailsResolver.java | 2 +- .../org/eclipse/mat/inspections/threads/ThreadInfoImpl.java | 2 +- .../org/eclipse/mat/inspections/util/ObjectTreeFactory.java | 2 +- .../src/org/eclipse/mat/internal/MATPlugin.java | 2 +- .../src/org/eclipse/mat/internal/Messages.java | 2 +- .../mat/internal/snapshot/inspections/CompareTablesQuery.java | 2 +- .../mat/internal/snapshot/inspections/DominatorQuery.java | 2 +- .../src/org/eclipse/mat/snapshot/Histogram.java | 2 +- .../src/org/eclipse/mat/snapshot/ISnapshot.java | 2 +- .../src/org/eclipse/mat/snapshot/SnapshotInfo.java | 2 +- .../src/org/eclipse/mat/ui/internal/chart/PieChartPane.java | 2 +- .../src/org/eclipse/mat/dtfj/DTFJHeapObjectReader.java | 2 +- .../src/org/eclipse/mat/dtfj/DTFJIndexBuilder.java | 2 +- .../src/org/eclipse/mat/dtfj/Messages.java | 2 +- .../src/org/eclipse/mat/dtfj/ThreadDetailsResolver.java | 2 +- .../src/org/eclipse/mat/hprof/Pass1Parser.java | 2 +- .../src/org/eclipse/mat/parser/internal/GarbageCleaner.java | 2 +- .../src/org/eclipse/mat/parser/internal/Messages.java | 2 +- .../org/eclipse/mat/parser/internal/SnapshotFactoryImpl.java | 2 +- .../src/org/eclipse/mat/parser/internal/SnapshotImpl.java | 2 +- .../org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java | 2 +- .../src/org/eclipse/mat/collect/ConcurrentBitField.java | 2 +- .../src/org/eclipse/mat/query/BytesFormat.java | 2 +- .../src/org/eclipse/mat/query/Column.java | 2 +- .../src/org/eclipse/mat/query/quantize/Quantize.java | 2 +- .../src/org/eclipse/mat/query/refined/Filter.java | 2 +- .../src/org/eclipse/mat/query/refined/TotalsRow.java | 2 +- .../src/org/eclipse/mat/query/registry/QueryDescriptor.java | 2 +- .../src/org/eclipse/mat/query/results/PropertyResult.java | 2 +- .../src/org/eclipse/mat/report/SpecFactory.java | 3 ++- .../src/org/eclipse/mat/report/internal/CSVOutputter.java | 2 +- .../src/org/eclipse/mat/report/internal/OutputterBase.java | 2 +- .../src/org/eclipse/mat/report/internal/Parameters.java | 2 +- .../src/org/eclipse/mat/report/internal/QueryPart.java | 2 +- .../src/org/eclipse/mat/util/MessageUtil.java | 2 +- .../org.eclipse.mat.report/src/org/eclipse/mat/util/Units.java | 2 +- .../src/org/eclipse/mat/tests/AllTests.java | 2 +- .../src/org/eclipse/mat/tests/CreateCollectionDump.java | 3 ++- .../src/org/eclipse/mat/tests/acquire/AcquireDumpTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/ArrayIntTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/ArrayLongTest.java | 3 ++- .../org/eclipse/mat/tests/collect/CompressedArraysTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java | 3 ++- .../src/org/eclipse/mat/tests/collect/QueueIntTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/SetIntTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/SetLongTest.java | 3 ++- .../src/org/eclipse/mat/tests/collect/SortTest.java | 3 ++- .../src/org/eclipse/mat/tests/parser/GzipTests.java | 3 ++- .../src/org/eclipse/mat/tests/parser/TestIndex.java | 3 ++- .../src/org/eclipse/mat/tests/parser/TestIndex1to1.java | 3 ++- .../src/org/eclipse/mat/tests/regression/RegTestUtils.java | 2 +- .../src/org/eclipse/mat/tests/regression/TestApplication.java | 2 +- .../src/org/eclipse/mat/tests/report/ParametersExpandTest.java | 2 +- .../org/eclipse/mat/tests/snapshot/GeneralSnapshotTests.java | 2 +- .../src/org/eclipse/mat/tests/snapshot/OQLTest.java | 2 +- .../src/org/eclipse/mat/tests/snapshot/QueriesTest.java | 2 +- .../src/org/eclipse/mat/tests/snapshot/QueryLookupTest.java | 2 +- .../org/eclipse/mat/ui/snapshot/views/SnapshotOutlinePage.java | 2 +- .../eclipse/mat/ui/snapshot/views/inspector/InspectorView.java | 2 +- 68 files changed, 82 insertions(+), 68 deletions(-) diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/CommonNameResolver.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/CommonNameResolver.java index e69976d8c..17c79edbc 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/CommonNameResolver.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/CommonNameResolver.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery.java index 8d8dec907..2b8a1f748 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2025 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery2.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery2.java index bc96875d0..634e0e994 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery2.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/FindLeaksQuery2.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/HeapDumpInfoQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/HeapDumpInfoQuery.java index ed56adbd9..06fcf0faf 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/HeapDumpInfoQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/HeapDumpInfoQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery.java index aa7e173be..824aa2405 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2025 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/SelectObjectsByFieldQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/SelectObjectsByFieldQuery.java index b16b109d7..5ba1bc671 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/SelectObjectsByFieldQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/SelectObjectsByFieldQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2025 IBM. + * Copyright (c) 2025, 2026 IBM. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumers2Query.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumers2Query.java index 74ac6bdc6..7bad4d6ef 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumers2Query.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumers2Query.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumersQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumersQuery.java index a70d5907e..62351c072 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumersQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumersQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/component/ComponentReportQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/component/ComponentReportQuery.java index 065902d0f..27a01a231 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/component/ComponentReportQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/component/ComponentReportQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation and others + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadDetailsResolver.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadDetailsResolver.java index a4a923f03..d46cec017 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadDetailsResolver.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadDetailsResolver.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2020, 2024 IBM Corporation and others. + * Copyright (c) 2020, 2026 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadInfoImpl.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadInfoImpl.java index d4adc0010..56960bf90 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadInfoImpl.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/threads/ThreadInfoImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2024 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2025 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/util/ObjectTreeFactory.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/util/ObjectTreeFactory.java index 92547db13..c92ae9799 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/util/ObjectTreeFactory.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/util/ObjectTreeFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2018 SAP AG and IBM Corporation + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/MATPlugin.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/MATPlugin.java index d3de8ebfd..8921198ed 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/MATPlugin.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/MATPlugin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2010 SAP AG. + * Copyright (c) 2008, 2025 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java index 8168cc679..f11f9a69c 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2025 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/CompareTablesQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/CompareTablesQuery.java index c73b41843..9df6a7802 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/CompareTablesQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/CompareTablesQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2010, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/DominatorQuery.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/DominatorQuery.java index 31cd1ccf2..42f88c4bf 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/DominatorQuery.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/DominatorQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java index 2ae250b1b..9aaacd50d 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2021 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java index 60883955b..f31a784e8 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2025 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java index 1ff807ac1..30dc4b57d 100644 --- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java +++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG. + * Copyright (c) 2008, 2026 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.chart.ui/src/org/eclipse/mat/ui/internal/chart/PieChartPane.java b/plugins/org.eclipse.mat.chart.ui/src/org/eclipse/mat/ui/internal/chart/PieChartPane.java index 09e3e05b1..b800ea2ee 100644 --- a/plugins/org.eclipse.mat.chart.ui/src/org/eclipse/mat/ui/internal/chart/PieChartPane.java +++ b/plugins/org.eclipse.mat.chart.ui/src/org/eclipse/mat/ui/internal/chart/PieChartPane.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJHeapObjectReader.java b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJHeapObjectReader.java index 5e7a08a48..0d856b986 100644 --- a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJHeapObjectReader.java +++ b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJHeapObjectReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009,2023 IBM Corporation. + * Copyright (c) 2009,2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJIndexBuilder.java b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJIndexBuilder.java index 00561422d..8efb949e8 100644 --- a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJIndexBuilder.java +++ b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/DTFJIndexBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009,2024 IBM Corporation. + * Copyright (c) 2009,2025 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/Messages.java b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/Messages.java index 65355f0f8..454d9de3f 100644 --- a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/Messages.java +++ b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/Messages.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009,2024 IBM Corporation. + * Copyright (c) 2009,2025 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/ThreadDetailsResolver.java b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/ThreadDetailsResolver.java index f9aef4b0d..d96934633 100644 --- a/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/ThreadDetailsResolver.java +++ b/plugins/org.eclipse.mat.dtfj/src/org/eclipse/mat/dtfj/ThreadDetailsResolver.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2021 IBM Corporation. + * Copyright (c) 2010, 2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/Pass1Parser.java b/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/Pass1Parser.java index ee8b287ea..901a65232 100644 --- a/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/Pass1Parser.java +++ b/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/Pass1Parser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/GarbageCleaner.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/GarbageCleaner.java index f1a40f12e..c8acc2ad9 100644 --- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/GarbageCleaner.java +++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/GarbageCleaner.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and others. + * Copyright (c) 2008, 2025 SAP AG and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/Messages.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/Messages.java index 05ac8b08a..42a579419 100644 --- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/Messages.java +++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/Messages.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2024 SAP AG, IBM Corporation and others. + * Copyright (c) 2009, 2025 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotFactoryImpl.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotFactoryImpl.java index 82dea4330..977d38115 100644 --- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotFactoryImpl.java +++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotFactoryImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2025 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotImpl.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotImpl.java index c789ecc41..96e987c03 100644 --- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotImpl.java +++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2024 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java index d50f680f3..089ef05bc 100644 --- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java +++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2024 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/ConcurrentBitField.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/ConcurrentBitField.java index 04e6d6ca3..80997c73f 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/ConcurrentBitField.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/ConcurrentBitField.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2024 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/BytesFormat.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/BytesFormat.java index 84c177839..84675344d 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/BytesFormat.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/BytesFormat.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2018 IBM Corporation + * Copyright (c) 2014, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/Column.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/Column.java index 7fab7b1ae..da8910bed 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/Column.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/Column.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/quantize/Quantize.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/quantize/Quantize.java index a0dc74b37..24f0f1c0e 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/quantize/Quantize.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/quantize/Quantize.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2020 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/Filter.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/Filter.java index 58b8639c4..4aa91bf6c 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/Filter.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/Filter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/TotalsRow.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/TotalsRow.java index b3642d85f..904b741c6 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/TotalsRow.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/refined/TotalsRow.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2018 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/registry/QueryDescriptor.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/registry/QueryDescriptor.java index f464985d7..f758c280a 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/registry/QueryDescriptor.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/registry/QueryDescriptor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2022 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/results/PropertyResult.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/results/PropertyResult.java index 938b04fef..d339e41dc 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/results/PropertyResult.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/query/results/PropertyResult.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2018 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/SpecFactory.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/SpecFactory.java index 35bac2b4e..3b9804913 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/SpecFactory.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/SpecFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -10,6 +10,7 @@ * Contributors: * SAP AG - initial API and implementation * Andrew Johnson - improved translation of reports + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.report; diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/CSVOutputter.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/CSVOutputter.java index 84860002b..8691d318b 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/CSVOutputter.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/CSVOutputter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/OutputterBase.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/OutputterBase.java index f93bdb114..c46018a7a 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/OutputterBase.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/OutputterBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2021 SAP AG and IBM Corporation + * Copyright (c) 2021, 2026 SAP AG and IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/Parameters.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/Parameters.java index 7d5434ec6..af76df4e0 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/Parameters.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/Parameters.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2010 SAP AG. + * Copyright (c) 2008, 2026 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/QueryPart.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/QueryPart.java index ba0006e24..b42a5f150 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/QueryPart.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/internal/QueryPart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/MessageUtil.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/MessageUtil.java index c16943205..16daccdd5 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/MessageUtil.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/MessageUtil.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2010 SAP AG. + * Copyright (c) 2008, 2026 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/Units.java b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/Units.java index 9763dc468..7620ed9ea 100644 --- a/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/Units.java +++ b/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/Units.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2010 SAP AG. + * Copyright (c) 2008, 2026 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/AllTests.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/AllTests.java index 4293a79ce..1cd50309c 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/AllTests.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/AllTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/CreateCollectionDump.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/CreateCollectionDump.java index 62dc12d27..979a14df3 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/CreateCollectionDump.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/CreateCollectionDump.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2022 IBM Corporation + * Copyright (c) 2014, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -10,6 +10,7 @@ * Contributors: * Andrew Johnson - initial API and implementation * Andrew Johnson - add Strings for decoding tests + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/acquire/AcquireDumpTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/acquire/AcquireDumpTest.java index fe711dc57..fb48d4224 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/acquire/AcquireDumpTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/acquire/AcquireDumpTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2015, 2023 IBM Corporation. + * Copyright (c) 2015, 2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - improvements and fixes *******************************************************************************/ package org.eclipse.mat.tests.acquire; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayIntTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayIntTest.java index def02dc70..d7f5280d2 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayIntTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayIntTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2023 IBM Corporation + * Copyright (c) 2010, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayLongTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayLongTest.java index 15d6b912a..c696bef60 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayLongTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/ArrayLongTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2023 IBM Corporation + * Copyright (c) 2010, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/CompressedArraysTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/CompressedArraysTest.java index 9ff912a67..56f9b264d 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/CompressedArraysTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/CompressedArraysTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2018 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -10,6 +10,7 @@ * Contributors: * SAP AG - initial API and implementation * Andrew Johnson/IBM Corporation - test array overwrites, and different leading and trailing zeroes + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java index a7ba93f8f..b3af8ba24 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008,2023 SAP AG and IBM Corporation. + * Copyright (c) 2008,2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -10,6 +10,7 @@ * Contributors: * SAP AG - initial API and implementation * Andrew Johnson (IBM Corporation) - fix deprecated method + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/QueueIntTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/QueueIntTest.java index c798010b5..767e98d9c 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/QueueIntTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/QueueIntTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2022 IBM Corporation + * Copyright (c) 2010, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetIntTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetIntTest.java index b73d023e8..cb298d42b 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetIntTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetIntTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2022 IBM Corporation + * Copyright (c) 2010, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetLongTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetLongTest.java index 67dfeffb6..40f862c3c 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetLongTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetLongTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2022 IBM Corporation + * Copyright (c) 2010, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SortTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SortTest.java index e6f7a7642..23d2e925f 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SortTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SortTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2012 IBM Corporation and others. + * Copyright (c) 2009, 2026 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.collect; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/GzipTests.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/GzipTests.java index 87fb80977..3543c0e0c 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/GzipTests.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/GzipTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023 IBM Corporation + * Copyright (c) 2023, 2026 IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.parser; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex.java index 9196a55e2..458ac6e64 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2012,2023 IBM Corporation. + * Copyright (c) 2012,2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.parser; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex1to1.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex1to1.java index 30d7e6fb2..fe402a250 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex1to1.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/parser/TestIndex1to1.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2012, 2023 IBM Corporation. + * Copyright (c) 2012, 2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Jason Koch (Netflix, Inc) - fixes *******************************************************************************/ package org.eclipse.mat.tests.parser; diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/RegTestUtils.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/RegTestUtils.java index f7ae91061..780695cc3 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/RegTestUtils.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/RegTestUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java index adea9c94f..87be306a2 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/report/ParametersExpandTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/report/ParametersExpandTest.java index 4e39d8e1e..50dfcf864 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/report/ParametersExpandTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/report/ParametersExpandTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2024 IBM Corporation. + * Copyright (c) 2024, 2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/GeneralSnapshotTests.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/GeneralSnapshotTests.java index 6d6e585ad..826e4f77e 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/GeneralSnapshotTests.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/GeneralSnapshotTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010,2024 IBM Corporation. + * Copyright (c) 2010,2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/OQLTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/OQLTest.java index 36ce81458..8e58c54de 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/OQLTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/OQLTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2024 SAP AG and IBM Corporation. + * Copyright (c) 2008, 2026 SAP AG and IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueriesTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueriesTest.java index ec6bc0836..765b95bf9 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueriesTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueriesTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2011, 2023 IBM Corporation. + * Copyright (c) 2011, 2026 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueryLookupTest.java b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueryLookupTest.java index 548adcbc5..be257d222 100644 --- a/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueryLookupTest.java +++ b/plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/snapshot/QueryLookupTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2023 SAP AG and IBM Corporation + * Copyright (c) 2010, 2026 SAP AG and IBM Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/SnapshotOutlinePage.java b/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/SnapshotOutlinePage.java index d5e07acc3..df187244f 100644 --- a/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/SnapshotOutlinePage.java +++ b/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/SnapshotOutlinePage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/inspector/InspectorView.java b/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/inspector/InspectorView.java index a8b064f89..35ec2bf72 100644 --- a/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/inspector/InspectorView.java +++ b/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/inspector/InspectorView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008, 2023 SAP AG, IBM Corporation and others. + * Copyright (c) 2008, 2026 SAP AG, IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at