Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-08-02 21:34:03 +0000
committerJoakim Erdfelt2013-08-02 21:34:03 +0000
commit79ac8ad22d80e84ba08bc1671be4b271a2d0f4d9 (patch)
treeeb7c635411a4ef8e464d2f492a71b58ca1710fe5 /tests
parent2057c4c17bfb56375210be3417c55e07dd8a3e71 (diff)
downloadorg.eclipse.jetty.project-79ac8ad22d80e84ba08bc1671be4b271a2d0f4d9.tar.gz
org.eclipse.jetty.project-79ac8ad22d80e84ba08bc1671be4b271a2d0f4d9.tar.xz
org.eclipse.jetty.project-79ac8ad22d80e84ba08bc1671be4b271a2d0f4d9.zip
Fixing License Header to conform with standard with rest of project
Diffstat (limited to 'tests')
-rw-r--r--tests/test-integration/src/test/java/org/eclipse/jetty/test/support/JettyDistro.java20
1 files changed, 18 insertions, 2 deletions
diff --git a/tests/test-integration/src/test/java/org/eclipse/jetty/test/support/JettyDistro.java b/tests/test-integration/src/test/java/org/eclipse/jetty/test/support/JettyDistro.java
index 811aa4a10c..99ce5ffdc2 100644
--- a/tests/test-integration/src/test/java/org/eclipse/jetty/test/support/JettyDistro.java
+++ b/tests/test-integration/src/test/java/org/eclipse/jetty/test/support/JettyDistro.java
@@ -1,8 +1,24 @@
-package org.eclipse.jetty.test.support;
+//
+// ========================================================================
+// Copyright (c) 1995-2013 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.test.support;
//
//========================================================================
-//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

Back to the top