Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-03-30 21:13:21 +0000
committerChris Goldthorpe2010-03-30 21:13:21 +0000
commit507d3d76da071cc995c7b218e3f88f12a2b49023 (patch)
tree2ad795acc6693f7450575c5f382f70db6eba0448 /org.eclipse.ui.cheatsheets/src/org
parente20aaed7ec000ffa0e44908aa3163785c2606461 (diff)
downloadeclipse.platform.ua-507d3d76da071cc995c7b218e3f88f12a2b49023.tar.gz
eclipse.platform.ua-507d3d76da071cc995c7b218e3f88f12a2b49023.tar.xz
eclipse.platform.ua-507d3d76da071cc995c7b218e3f88f12a2b49023.zip
Update copyrights
Diffstat (limited to 'org.eclipse.ui.cheatsheets/src/org')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/data/CheatSheetParser.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/data/CheatSheetParser.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/data/CheatSheetParser.java
index 35b0c2dec..88fd3d702 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/data/CheatSheetParser.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/data/CheatSheetParser.java
@@ -1,11 +1,11 @@
/*******************************************************************************
- * Copyright (c) 2002, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
+ * Copyright (c) 2002, 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.internal.cheatsheets.data;

Back to the top