Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-23 19:42:46 +0000
committerDani Megert2004-06-23 19:42:46 +0000
commitd6e189e884be8b74de32491a4638780c2b44e73f (patch)
tree66ad5f491b788bc9b6930d42d62f8f75d02a395d /org.eclipse.text/projection/org/eclipse/jface
parent3bfd7d90700e034ca7fb038e85900d406aa35261 (diff)
downloadeclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.tar.gz
eclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.tar.xz
eclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.zip
Copyright fix - automated changes with releng toolv20040623_1600_post_copyright
Diffstat (limited to 'org.eclipse.text/projection/org/eclipse/jface')
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/ProjectionDocumentEvent.java2
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/Segment.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/projection/org/eclipse/jface/text/projection/ProjectionDocumentEvent.java b/org.eclipse.text/projection/org/eclipse/jface/text/projection/ProjectionDocumentEvent.java
index 28928b34003..79125c9823a 100644
--- a/org.eclipse.text/projection/org/eclipse/jface/text/projection/ProjectionDocumentEvent.java
+++ b/org.eclipse.text/projection/org/eclipse/jface/text/projection/ProjectionDocumentEvent.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/org.eclipse.text/projection/org/eclipse/jface/text/projection/Segment.java b/org.eclipse.text/projection/org/eclipse/jface/text/projection/Segment.java
index 919c7c4882e..4915c32f69f 100644
--- a/org.eclipse.text/projection/org/eclipse/jface/text/projection/Segment.java
+++ b/org.eclipse.text/projection/org/eclipse/jface/text/projection/Segment.java
@@ -78,4 +78,4 @@ public class Segment extends Position {
isMarkedForStretch= false;
isMarkedForShift= false;
}
-} \ No newline at end of file
+}

Back to the top