Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-07-11 17:29:46 +0000
committerJesse McConnell2012-07-11 17:29:46 +0000
commitaa941f57118efb04d251e340677df79a98605661 (patch)
tree13c5fe88af1d80a76ea58c374bb7fa742da9f2dd /jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java
parent5aeca2a138faad875a1a68e56676714b6bc480b9 (diff)
downloadorg.eclipse.jetty.project-aa941f57118efb04d251e340677df79a98605661.tar.gz
org.eclipse.jetty.project-aa941f57118efb04d251e340677df79a98605661.tar.xz
org.eclipse.jetty.project-aa941f57118efb04d251e340677df79a98605661.zip
quick pass through to clean up missing or incorrect license blocks
Diffstat (limited to 'jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java')
-rw-r--r--jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java b/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java
index 496de7f854..55c2dada20 100644
--- a/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java
+++ b/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java
@@ -1,3 +1,15 @@
package org.eclipse.jetty.webapp;
+//========================================================================
+//Copyright (c) 2006-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.
+//========================================================================
public enum Origin {NotSet, WebXml, WebDefaults, WebOverride, WebFragment, Annotation} \ No newline at end of file

Back to the top