Skip to content

Commit 2091c33

Browse files
authored
Correct copyright attribution in DocumentDirtyTracker files (#77)
1 parent 80786b3 commit 2091c33

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/DocumentDirtyTrackerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2025 IBM Corporation and others.
2+
* Copyright (c) 2025 Carsten Hammer and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -9,7 +9,7 @@
99
* SPDX-License-Identifier: EPL-2.0
1010
*
1111
* Contributors:
12-
* IBM Corporation - initial API and implementation
12+
* Carsten Hammer - initial API and implementation (with assistance from GitHub Copilot)
1313
*******************************************************************************/
1414
package org.eclipse.jdt.text.tests;
1515

org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentDirtyTracker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2025 IBM Corporation and others.
2+
* Copyright (c) 2025 Carsten Hammer and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -9,7 +9,7 @@
99
* SPDX-License-Identifier: EPL-2.0
1010
*
1111
* Contributors:
12-
* IBM Corporation - initial API and implementation
12+
* Carsten Hammer - initial API and implementation (with assistance from GitHub Copilot)
1313
*******************************************************************************/
1414
package org.eclipse.jdt.internal.ui.javaeditor;
1515

0 commit comments

Comments
 (0)