You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/21 17:04:10 UTC

[jspwiki] 08/36: add missing Apache License

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 9c00c581c947110fb09de0505b8d0d3a0280c9cc
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Mar 20 19:33:16 2020 +0100

    add missing Apache License
---
 .../java/org/apache/wiki/providers/SearchAdapter.java  | 18 ++++++++++++++++++
 .../src/test/java/com/example/filters/TwoXFilter.java  | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/jspwiki-210-adapters/src/main/java/org/apache/wiki/providers/SearchAdapter.java b/jspwiki-210-adapters/src/main/java/org/apache/wiki/providers/SearchAdapter.java
index 8df1676..4823fb1 100644
--- a/jspwiki-210-adapters/src/main/java/org/apache/wiki/providers/SearchAdapter.java
+++ b/jspwiki-210-adapters/src/main/java/org/apache/wiki/providers/SearchAdapter.java
@@ -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.
+ */
 package org.apache.wiki.providers;
 
 import org.apache.wiki.api.core.Page;
diff --git a/jspwiki-210-test-adaptees/src/test/java/com/example/filters/TwoXFilter.java b/jspwiki-210-test-adaptees/src/test/java/com/example/filters/TwoXFilter.java
index b9d7fe6..f8d11df 100644
--- a/jspwiki-210-test-adaptees/src/test/java/com/example/filters/TwoXFilter.java
+++ b/jspwiki-210-test-adaptees/src/test/java/com/example/filters/TwoXFilter.java
@@ -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.
+ */
 package com.example.filters;
 
 import org.apache.wiki.WikiContext;