diff options
author | nandika | 2010-08-18 14:28:48 +0000 |
---|---|---|
committer | nandika | 2010-08-18 14:28:48 +0000 |
commit | 5fa3886a0376ab47e2b6db19a2bd79f2de038f54 (patch) | |
tree | b85a74d65d7a7326e15936c46d5fd36b37c94748 /guththila | |
parent | ca1706c97bf3b9f1c37de9d21af4294cae13fc27 (diff) | |
download | axis2c-5fa3886a0376ab47e2b6db19a2bd79f2de038f54.tar.gz axis2c-5fa3886a0376ab47e2b6db19a2bd79f2de038f54.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'guththila')
-rw-r--r-- | guththila/tests/test.c | 17 | ||||
-rw-r--r-- | guththila/tests/test.h | 17 | ||||
-rw-r--r-- | guththila/tests/test_attribute.c | 17 |
3 files changed, 51 insertions, 0 deletions
diff --git a/guththila/tests/test.c b/guththila/tests/test.c index cebbe02..4442c50 100644 --- a/guththila/tests/test.c +++ b/guththila/tests/test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include <check.h> #include <guththila.h> #include "guththila_defines.h" diff --git a/guththila/tests/test.h b/guththila/tests/test.h index 93bebff..de27369 100644 --- a/guththila/tests/test.h +++ b/guththila/tests/test.h @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #ifndef _GUTHTHILA_TESTS_ #define _GUTHTHILA_TESTS_ #include <check.h> diff --git a/guththila/tests/test_attribute.c b/guththila/tests/test_attribute.c index bd6c4b5..59afb74 100644 --- a/guththila/tests/test_attribute.c +++ b/guththila/tests/test_attribute.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include <guththila.h> #include <check.h> #include "test.h" |