Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-05-19 21:43:56 +0000
committerPascal Rapicault2010-05-19 21:43:56 +0000
commitd3fdaf6e200ed56c1536a823533232fd2ccccefe (patch)
tree9812a575811a2659fb012ae67989f3c2028788a5 /bundles
parenta679d1115f7b425bfd65b098a0c33e4472cf27d5 (diff)
downloadrt.equinox.p2-d3fdaf6e200ed56c1536a823533232fd2ccccefe.tar.gz
rt.equinox.p2-d3fdaf6e200ed56c1536a823533232fd2ccccefe.tar.xz
rt.equinox.p2-d3fdaf6e200ed56c1536a823533232fd2ccccefe.zip
update copyright
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/FileReader.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/FileReader.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/FileReader.java
index 28404f09f..fcc92c214 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/FileReader.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/FileReader.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2009 Cloudsmith Inc.
+ * Copyright (c) 2006, 2010 Cloudsmith Inc.
* 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
@@ -8,6 +8,7 @@
* Contributors:
* Cloudsmith Inc - initial API and implementation
* IBM Corporation - ongoing development
+ * Sonatype Inc - ongoing development
******************************************************************************/
package org.eclipse.equinox.internal.p2.repository;

Back to the top