From 04801421fb6c0fed7e4369fbd0a47482af868fd6 Mon Sep 17 00:00:00 2001 From: Henrik Lindberg Date: Tue, 28 Apr 2009 12:11:56 +0000 Subject: Fixed copyright headers. --- .../src/org/eclipse/equinox/p2/testserver/HttpConstants.java | 10 ++++++++++ .../src/org/eclipse/equinox/p2/testserver/LinearChange.java | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'bundles') diff --git a/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/HttpConstants.java b/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/HttpConstants.java index 58ab7d066..810ab5e94 100644 --- a/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/HttpConstants.java +++ b/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/HttpConstants.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2009, Cloudsmith Inc 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: + * Cloudsmith Inc. - initial API and implementation + *******************************************************************************/ package org.eclipse.equinox.p2.testserver; public interface HttpConstants { diff --git a/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/LinearChange.java b/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/LinearChange.java index a3b8c98dc..36b4fa9dc 100644 --- a/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/LinearChange.java +++ b/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/LinearChange.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2009, Cloudsmith Inc 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: + * Cloudsmith Inc. - initial API and implementation + *******************************************************************************/ package org.eclipse.equinox.p2.testserver; import java.util.NoSuchElementException; -- cgit v1.2.3