Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-01-08 00:03:30 +0000
committerJoakim Erdfelt2015-01-08 00:03:30 +0000
commit6a0668b7a1e18813ef5c1e20b622b29c0a8aae30 (patch)
tree1306a8116be7fd5f586b4e8f21e95eef766bf56c /jetty-cdi
parent2b530939a73e7e5e81b431f9214af59c38c05abe (diff)
downloadorg.eclipse.jetty.project-6a0668b7a1e18813ef5c1e20b622b29c0a8aae30.tar.gz
org.eclipse.jetty.project-6a0668b7a1e18813ef5c1e20b622b29c0a8aae30.tar.xz
org.eclipse.jetty.project-6a0668b7a1e18813ef5c1e20b622b29c0a8aae30.zip
Happy New Year 2015
Diffstat (limited to 'jetty-cdi')
-rw-r--r--jetty-cdi/src/main/java/org/eclipse/jetty/cdi/WeldDeploymentBinding.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-cdi/src/main/java/org/eclipse/jetty/cdi/WeldDeploymentBinding.java b/jetty-cdi/src/main/java/org/eclipse/jetty/cdi/WeldDeploymentBinding.java
index 3d71ad1dd1..0ce37ec532 100644
--- a/jetty-cdi/src/main/java/org/eclipse/jetty/cdi/WeldDeploymentBinding.java
+++ b/jetty-cdi/src/main/java/org/eclipse/jetty/cdi/WeldDeploymentBinding.java
@@ -1,6 +1,6 @@
//
// ========================================================================
-// Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+// Copyright (c) 1995-2015 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