summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-10-28 04:26:17 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2013-10-28 15:19:12 +0800
commit5cf92d3b9cda27bef643e132f7eed35b6761f514 (patch)
tree0d723d8ba1581ed71ad741b6faa4862e77e986ac
parent3857263340ae6cc877378f91feced64466e59e6b (diff)
downloadmod_lookup_identity-5cf92d3b9cda27bef643e132f7eed35b6761f514.tar.gz
mod_lookup_identity-5cf92d3b9cda27bef643e132f7eed35b6761f514.tar.xz
mod_lookup_identity-5cf92d3b9cda27bef643e132f7eed35b6761f514.zip
Apache License, Version 2.0.
-rw-r--r--README17
-rw-r--r--mod_lookup_identity.c16
2 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
index 4a61e59..1698cc5 100644
--- a/README
+++ b/README
@@ -69,3 +69,20 @@ to provide the itp dbus service, compile with
In that case, the LookupUserAttr functionality will not be compiled
in and will not be available.
+License
+-------
+
+Copyright 2013 Jan Pazdziora
+
+Licensed 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.
+
diff --git a/mod_lookup_identity.c b/mod_lookup_identity.c
index 2dacbd8..9045b0b 100644
--- a/mod_lookup_identity.c
+++ b/mod_lookup_identity.c
@@ -1,4 +1,20 @@
+/*
+ * Copyright 2013 Jan Pazdziora
+ *
+ * Licensed 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 <stdio.h>
#include "apr_hash.h"
#include "ap_config.h"