You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/01/31 17:53:41 UTC

[4/16] git commit: ISIS-319: adding missing license headers...

ISIS-319: adding missing license headers...

... to files in shiro security


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

Branch: refs/heads/master
Commit: 99eb6928a9e0a33384c2995067afcbea3053bc43
Parents: d87b77f
Author: Dan Haywood <da...@apache.org>
Authored: Sun Jan 27 17:39:05 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Sun Jan 27 17:39:05 2013 +0000

----------------------------------------------------------------------
 component/security/shiro/pom.xml                   |    2 +-
 .../security/shiro/IsisLdapContextFactory.java     |   18 +++++++++++++++
 .../apache/isis/security/shiro/IsisLdapRealm.java  |   18 +++++++++++++++
 .../org/apache/isis/security/shiro/util/Util.java  |   18 +++++++++++++++
 .../isis/security/shiro/util/UtilTest_parse.java   |   18 +++++++++++++++
 5 files changed, 73 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/99eb6928/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index 38cb484..7700540 100644
--- a/component/security/shiro/pom.xml
+++ b/component/security/shiro/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0</version>
 		<relativePath>../../../core/pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/99eb6928/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapContextFactory.java
----------------------------------------------------------------------
diff --git a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapContextFactory.java b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapContextFactory.java
index a68ecef..69ea869 100644
--- a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapContextFactory.java
+++ b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapContextFactory.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.isis.security.shiro;
 
 import java.util.Hashtable;

http://git-wip-us.apache.org/repos/asf/isis/blob/99eb6928/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapRealm.java
----------------------------------------------------------------------
diff --git a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapRealm.java b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapRealm.java
index 9cac5fe..21e88c5 100644
--- a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapRealm.java
+++ b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/IsisLdapRealm.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.isis.security.shiro;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/isis/blob/99eb6928/component/security/shiro/src/main/java/org/apache/isis/security/shiro/util/Util.java
----------------------------------------------------------------------
diff --git a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/util/Util.java b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/util/Util.java
index edc87c4..bb2d891 100644
--- a/component/security/shiro/src/main/java/org/apache/isis/security/shiro/util/Util.java
+++ b/component/security/shiro/src/main/java/org/apache/isis/security/shiro/util/Util.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.isis.security.shiro.util;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/isis/blob/99eb6928/component/security/shiro/src/test/java/org/apache/isis/security/shiro/util/UtilTest_parse.java
----------------------------------------------------------------------
diff --git a/component/security/shiro/src/test/java/org/apache/isis/security/shiro/util/UtilTest_parse.java b/component/security/shiro/src/test/java/org/apache/isis/security/shiro/util/UtilTest_parse.java
index 27155cd..250c840 100644
--- a/component/security/shiro/src/test/java/org/apache/isis/security/shiro/util/UtilTest_parse.java
+++ b/component/security/shiro/src/test/java/org/apache/isis/security/shiro/util/UtilTest_parse.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.isis.security.shiro.util;
 
 import static org.hamcrest.CoreMatchers.*;