You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2007/12/04 05:02:08 UTC

svn commit: r600784 - /openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java

Author: dblevins
Date: Mon Dec  3 20:02:07 2007
New Revision: 600784

URL: http://svn.apache.org/viewvc?rev=600784&view=rev
Log:
Fixed license header

Modified:
    openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java?rev=600784&r1=600783&r2=600784&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/src/test/java/org/superbiz/hello/HelloTest.java Mon Dec  3 20:02:07 2007
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * =====================================================================
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
  */
 package org.superbiz.hello;