Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-08-17 20:44:22 +0000
committerJoakim Erdfelt2012-08-17 20:44:22 +0000
commit3d1d76d214c9324d748aa86cf64fb7de053b56f3 (patch)
treedd685408b52ac7f0168c3a42492d5f4bd730f367 /jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java
parentce6820b67bf53904ed26d8db1bea566fbcb40593 (diff)
parent8e9bcf48f2b81a13734e96fad7c7cf5571289f00 (diff)
downloadorg.eclipse.jetty.project-3d1d76d214c9324d748aa86cf64fb7de053b56f3.tar.gz
org.eclipse.jetty.project-3d1d76d214c9324d748aa86cf64fb7de053b56f3.tar.xz
org.eclipse.jetty.project-3d1d76d214c9324d748aa86cf64fb7de053b56f3.zip
Merge from jetty-8 to jetty-9 (license header standarization)
Diffstat (limited to 'jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java')
-rw-r--r--jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java29
1 files changed, 17 insertions, 12 deletions
diff --git a/jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java b/jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java
index 9cbc329f89..19441d5b60 100644
--- a/jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java
+++ b/jetty-security/src/main/java/org/eclipse/jetty/security/SecurityHandler.java
@@ -1,15 +1,20 @@
-// ========================================================================
-// Copyright (c) 2008-2009 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.
-// ========================================================================
+//
+// ========================================================================
+// 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.security;

Back to the top