You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/07/11 21:04:40 UTC

[13/13] shiro git commit: Added missing license headers

Added missing license headers


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/bd8c3141
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/bd8c3141
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/bd8c3141

Branch: refs/heads/1.3.x
Commit: bd8c314151e3b9ec5f9810a886325c9367d77e74
Parents: bf8febe
Author: Brian Demers <bd...@apache.org>
Authored: Mon Jul 11 16:59:59 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Mon Jul 11 16:59:59 2016 -0400

----------------------------------------------------------------------
 .../apache/shiro/config/event/BeanListener.java   | 18 ++++++++++++++++++
 .../shiro/config/event/BeanListenerSupport.java   | 18 ++++++++++++++++++
 .../shiro/config/event/ConfiguredBeanEvent.java   | 18 ++++++++++++++++++
 .../main/java/org/apache/shiro/event/Event.java   | 18 ++++++++++++++++++
 .../org/apache/shiro/event/EventTest.groovy       | 18 ++++++++++++++++++
 5 files changed, 90 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/bd8c3141/core/src/main/java/org/apache/shiro/config/event/BeanListener.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/shiro/config/event/BeanListener.java b/core/src/main/java/org/apache/shiro/config/event/BeanListener.java
index 1f0a448..2980fc0 100644
--- a/core/src/main/java/org/apache/shiro/config/event/BeanListener.java
+++ b/core/src/main/java/org/apache/shiro/config/event/BeanListener.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.shiro.config.event;
 
 /**

http://git-wip-us.apache.org/repos/asf/shiro/blob/bd8c3141/core/src/main/java/org/apache/shiro/config/event/BeanListenerSupport.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/shiro/config/event/BeanListenerSupport.java b/core/src/main/java/org/apache/shiro/config/event/BeanListenerSupport.java
index 60fc3d5..d74b77d 100644
--- a/core/src/main/java/org/apache/shiro/config/event/BeanListenerSupport.java
+++ b/core/src/main/java/org/apache/shiro/config/event/BeanListenerSupport.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.shiro.config.event;
 
 public abstract class BeanListenerSupport implements BeanListener {

http://git-wip-us.apache.org/repos/asf/shiro/blob/bd8c3141/core/src/main/java/org/apache/shiro/config/event/ConfiguredBeanEvent.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/shiro/config/event/ConfiguredBeanEvent.java b/core/src/main/java/org/apache/shiro/config/event/ConfiguredBeanEvent.java
index 2636330..24dccee 100644
--- a/core/src/main/java/org/apache/shiro/config/event/ConfiguredBeanEvent.java
+++ b/core/src/main/java/org/apache/shiro/config/event/ConfiguredBeanEvent.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.shiro.config.event;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/shiro/blob/bd8c3141/core/src/main/java/org/apache/shiro/event/Event.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/shiro/event/Event.java b/core/src/main/java/org/apache/shiro/event/Event.java
index 8989796..9fecf8a 100644
--- a/core/src/main/java/org/apache/shiro/event/Event.java
+++ b/core/src/main/java/org/apache/shiro/event/Event.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.shiro.event;
 
 import java.util.EventObject;

http://git-wip-us.apache.org/repos/asf/shiro/blob/bd8c3141/core/src/test/groovy/org/apache/shiro/event/EventTest.groovy
----------------------------------------------------------------------
diff --git a/core/src/test/groovy/org/apache/shiro/event/EventTest.groovy b/core/src/test/groovy/org/apache/shiro/event/EventTest.groovy
index 5f2282b..4ee7b69 100644
--- a/core/src/test/groovy/org/apache/shiro/event/EventTest.groovy
+++ b/core/src/test/groovy/org/apache/shiro/event/EventTest.groovy
@@ -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.shiro.event
 
 import org.junit.Test