Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-04-02 09:33:05 +0000
committerEike Stepper2006-04-02 09:33:05 +0000
commitdcd2a70992063442aabd6f7481226361cb880737 (patch)
tree65059a04a930d7f01b94aa90a86fce753c32d1d3 /plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java
parent2b0587c8d86dcf22ce618a738991269c985c631f (diff)
downloadcdo-dcd2a70992063442aabd6f7481226361cb880737.tar.gz
cdo-dcd2a70992063442aabd6f7481226361cb880737.tar.xz
cdo-dcd2a70992063442aabd6f7481226361cb880737.zip
Added copyright.txt
Diffstat (limited to 'plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java')
-rw-r--r--plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java
index 35978c3fb8..62bd8b61f1 100644
--- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java
+++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/eclipse/ClassLoaderFactory.java
@@ -1,17 +1,17 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005, 2006 Eike Stepper, Sympedia Methods and Tools.
+/***************************************************************************
+ * Copyright (c) 2004, 2005, 2006 Eike Stepper, Fuggerstr. 39, 10777 Berlin, Germany.
* 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:
* Eike Stepper - initial API and implementation
- *******************************************************************************/
+ **************************************************************************/
package org.eclipse.net4j.util.eclipse;
public interface ClassLoaderFactory
{
public ClassLoader getClassLoader();
-} \ No newline at end of file
+}

Back to the top