]> granicus.if.org Git - apache/commitdiff
Include standard ASF license block.
authorPaul Querna <pquerna@apache.org>
Sun, 21 Dec 2008 21:32:04 +0000 (21:32 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 21 Dec 2008 21:32:04 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728512 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_apr.c
modules/lua/lua_apr.h

index 655156ed1e42d0cd0e857cc04e95d7220d1a7973..b744ea0900203b9b4ff59cbca9225c2c0e2ba7bb 100644 (file)
@@ -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.
+ */
 #include "apr.h"
 #include "apr_tables.h"
 
index b7bdf53425b8da69d45b3e374814fe7dcf0a3c73..c492ee871633adcd0677c2b81c55f977daa5fa74 100644 (file)
@@ -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 _LUA_APR_H_
 #define _LUA_APR_H_