diff options
author | nandika | 2010-08-18 17:26:30 +0000 |
---|---|---|
committer | nandika | 2010-08-18 17:26:30 +0000 |
commit | 817146a0002d034e65a443fc085068c205751d22 (patch) | |
tree | 5aa0dd574d8f6adf78cd7cf44a6dcb55c60e16d5 /src/modules/mod_log | |
parent | 5ad71baef7edc441fb474332354e69047dab401b (diff) | |
download | axis2c-817146a0002d034e65a443fc085068c205751d22.tar.gz axis2c-817146a0002d034e65a443fc085068c205751d22.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/modules/mod_log')
-rw-r--r-- | src/modules/mod_log/module.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/modules/mod_log/module.xml b/src/modules/mod_log/module.xml index 8518b20..429ff5d 100644 --- a/src/modules/mod_log/module.xml +++ b/src/modules/mod_log/module.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <module name="logging" class="axis2_mod_log"> <inflow> <handler name="LoggingInHandler" class="axis2_mod_log"> |