From f5af05f0cc4002a4c197ece0bd0044bb06821b0f Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Fri, 21 Sep 2012 09:19:42 +0200 Subject: [PATCH] jetty-9: added license headers. --- .../eclipse/jetty/server/ClassLoaderDump.java | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/jetty-server/src/main/java/org/eclipse/jetty/server/ClassLoaderDump.java b/jetty-server/src/main/java/org/eclipse/jetty/server/ClassLoaderDump.java index ee381897a61..4d729bc3446 100644 --- a/jetty-server/src/main/java/org/eclipse/jetty/server/ClassLoaderDump.java +++ b/jetty-server/src/main/java/org/eclipse/jetty/server/ClassLoaderDump.java @@ -1,3 +1,21 @@ +// +// ======================================================================== +// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd. +// ------------------------------------------------------------------------ +// All rights reserved. This program and the accompanying materials +// are made available under the terms of the Eclipse Public License v1.0 +// and Apache License v2.0 which accompanies this distribution. +// +// The Eclipse Public License is available at +// http://www.eclipse.org/legal/epl-v10.html +// +// The Apache License v2.0 is available at +// http://www.opensource.org/licenses/apache2.0.php +// +// You may elect to redistribute this code under either of these licenses. +// ======================================================================== +// + package org.eclipse.jetty.server; import java.io.IOException; @@ -45,5 +63,4 @@ public class ClassLoaderDump implements Dumpable } } } - -} \ No newline at end of file +}