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

svn commit: r483823 - /incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config

Author: kevan
Date: Thu Dec  7 20:35:01 2006
New Revision: 483823

URL: http://svn.apache.org/viewvc?view=rev&rev=483823
Log:
OPENEJB-403 Add license header to login.config

Modified:
    incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config

Modified: incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config
URL: http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config?view=diff&rev=483823&r1=483822&r2=483823
==============================================================================
--- incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config (original)
+++ incubator/openejb/branches/v2_2/openejb2/modules/openejb-core/src/test/resources/login.config Thu Dec  7 20:35:01 2006
@@ -1,3 +1,19 @@
+/**
+ * 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
+ *
+ *     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.
+ */
 GSSUP-REALM {
     org.openejb.corba.security.jgss.MockLoginModule required debug=true;
     org.apache.geronimo.security.jaas.UPCredentialLoginModule required debug=true;