You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by li...@apache.org on 2012/04/04 00:17:03 UTC

git commit: Removing the @author tag and fixing the license header

Updated Branches:
  refs/heads/master 3930f27a7 -> 3fe012a4e


Removing the @author tag and fixing the license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/3fe012a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/3fe012a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/3fe012a4

Branch: refs/heads/master
Commit: 3fe012a4e823943c02428d17aa0bf8391bce2216
Parents: 3930f27
Author: Jason Porter <li...@apache.org>
Authored: Tue Apr 3 16:15:22 2012 -0600
Committer: Jason Porter <li...@apache.org>
Committed: Tue Apr 3 16:16:20 2012 -0600

----------------------------------------------------------------------
 .../metadata/builder/ImmutableInjectionPoint.java  |    3 -
 .../metadata/builder/ParameterValueRedefiner.java  |    4 +-
 .../org/apache/deltaspike/core/util/BeanUtils.java |    2 -
 .../api/temptestutil/ShrinkWrapArchiveUtil.java    |    1 -
 .../deltaspike/security/api/SecurityException.java |    4 +-
 .../authorization/SecurityDefinitionException.java |    2 -
 .../annotation/SecurityBindingType.java            |    2 -
 .../annotation/SecurityParameterBinding.java       |    2 -
 .../security/impl/authorization/Authorizer.java    |    3 -
 .../SecurityParameterValueRedefiner.java           |    4 +-
 .../securityparameterbinding/MockObject.java       |   34 ++++++---------
 .../securityparameterbinding/MockParamBinding.java |   34 ++++++---------
 .../test/util/ShrinkWrapArchiveUtil.java           |    1 -
 13 files changed, 31 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ImmutableInjectionPoint.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ImmutableInjectionPoint.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ImmutableInjectionPoint.java
index ebd9281..7b439b8 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ImmutableInjectionPoint.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ImmutableInjectionPoint.java
@@ -40,9 +40,6 @@ import static java.util.Collections.unmodifiableSet;
  * A base class for implementing {@link InjectionPoint}. The attributes are
  * immutable, and collections are defensively copied on instantiation.
  * </p>
- *
- * @author Stuart Douglas
- * @author Pete Muir
  */
 public class ImmutableInjectionPoint implements InjectionPoint
 {

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ParameterValueRedefiner.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ParameterValueRedefiner.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ParameterValueRedefiner.java
index 5bf6281..3351b49 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ParameterValueRedefiner.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/metadata/builder/ParameterValueRedefiner.java
@@ -27,7 +27,6 @@ import javax.enterprise.inject.spi.InjectionPoint;
  * {@link InjectableMethod} via the
  * {@link #redefineParameterValue(ParameterValue)} callback.
  *
- * @author Pete Muir
  * @see InjectableMethod
  */
 public interface ParameterValueRedefiner
@@ -46,7 +45,6 @@ public interface ParameterValueRedefiner
      * Provides the default parameter's value, along with metadata about the
      * parameter to a parameter redefinition.
      *
-     * @author Pete Muir
      * @see ParameterValueRedefiner
      * @see InjectableMethod
      */
@@ -98,4 +96,4 @@ public interface ParameterValueRedefiner
         }
 
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/BeanUtils.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/BeanUtils.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/BeanUtils.java
index 9281141..bcc3890 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/BeanUtils.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/BeanUtils.java
@@ -34,8 +34,6 @@ import java.util.Set;
 
 /**
  * A set of utility methods for working with beans.
- *
- * @author Pete Muir
  */
 @Typed()
 public abstract class BeanUtils

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/temptestutil/ShrinkWrapArchiveUtil.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/temptestutil/ShrinkWrapArchiveUtil.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/temptestutil/ShrinkWrapArchiveUtil.java
index b1f3954..fcab80b 100644
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/temptestutil/ShrinkWrapArchiveUtil.java
+++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/temptestutil/ShrinkWrapArchiveUtil.java
@@ -39,7 +39,6 @@ import java.util.zip.ZipEntry;
  * Lots of neat little helpers to more easily create JavaArchives from marker files on the classpath.
  * This should finally get moved to ShrinkWrap core!
  *
- * @author <a href="mailto:struberg@yahoo.de">Mark Struberg</a>
  * @deprecated This class should get moved to ShrinkWrap itself!
  */
 public class ShrinkWrapArchiveUtil

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/SecurityException.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/SecurityException.java b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/SecurityException.java
index 7881b9a..610f4c1 100644
--- a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/SecurityException.java
+++ b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/SecurityException.java
@@ -23,8 +23,6 @@ package org.apache.deltaspike.security.api;
  * Any exception that is raised by the security module extends from this runtime
  * exception class, making it easy for other modules and extensions to catch all
  * security-related exceptions in a single catch block, if need be.
- *
- * @author Dan Allen
  */
 public abstract class SecurityException extends RuntimeException 
 {
@@ -49,4 +47,4 @@ public abstract class SecurityException extends RuntimeException
     {
         super(cause);
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/SecurityDefinitionException.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/SecurityDefinitionException.java b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/SecurityDefinitionException.java
index ca805e8..5144aea 100644
--- a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/SecurityDefinitionException.java
+++ b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/SecurityDefinitionException.java
@@ -22,8 +22,6 @@ package org.apache.deltaspike.security.api.authorization;
 /**
  * This exception is thrown when a security-related configuration error is detected,
  * such as a missing or ambiguous security binding type
- *
- * @author Shane Bryzak
  */
 public class SecurityDefinitionException extends org.apache.deltaspike.security.api.SecurityException
 {

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityBindingType.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityBindingType.java b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityBindingType.java
index 3fabb21..ce24a25 100644
--- a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityBindingType.java
+++ b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityBindingType.java
@@ -27,8 +27,6 @@ import java.lang.annotation.Target;
 
 /**
  * Applied to an annotation to indicate that it is a security binding type
- *
- * @author Shane Bryzak
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.RUNTIME)

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityParameterBinding.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityParameterBinding.java b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityParameterBinding.java
index 92c62e8..46f5b2a 100644
--- a/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityParameterBinding.java
+++ b/deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/authorization/annotation/SecurityParameterBinding.java
@@ -28,8 +28,6 @@ import java.lang.annotation.Target;
 /**
  * Applied to an {@link Annotation} to declare it as a security parameter binding; to use business method invocation
  * values as {@link Secures} method arguments.
- * 
- * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
  */
 @Documented
 @Target({ ElementType.PARAMETER, ElementType.ANNOTATION_TYPE })

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/Authorizer.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/Authorizer.java b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/Authorizer.java
index 230a4b2..2621a6c 100644
--- a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/Authorizer.java
+++ b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/Authorizer.java
@@ -43,9 +43,6 @@ import org.apache.deltaspike.security.api.authorization.annotation.SecurityBindi
 
 /**
  * Responsible for authorizing method invocations.
- * 
- * @author Shane Bryzak
- * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
  */
 @Typed()
 class Authorizer

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/SecurityParameterValueRedefiner.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/SecurityParameterValueRedefiner.java b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/SecurityParameterValueRedefiner.java
index 50c1b9a..1f483e2 100644
--- a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/SecurityParameterValueRedefiner.java
+++ b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/authorization/SecurityParameterValueRedefiner.java
@@ -35,8 +35,6 @@ import org.apache.deltaspike.security.api.authorization.annotation.SecurityParam
 
 /**
  * Responsible for supplying requested method invocation values to the security binding method.
- * 
- * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
  */
 public class SecurityParameterValueRedefiner implements ParameterValueRedefiner
 {
@@ -103,4 +101,4 @@ public class SecurityParameterValueRedefiner implements ParameterValueRedefiner
 
         return value.getDefaultValue(creationalContext);
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockObject.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockObject.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockObject.java
index 92f4ebe..4a7d503 100644
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockObject.java
+++ b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockObject.java
@@ -1,29 +1,23 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2012, Red Hat, Inc., and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * 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
  *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ * 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.deltaspike.test.security.impl.authorization.securityparameterbinding;
 
-/**
- * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
- */
 public class MockObject
 {
 

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockParamBinding.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockParamBinding.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockParamBinding.java
index 80821b6..6359a2f 100644
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockParamBinding.java
+++ b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/security/impl/authorization/securityparameterbinding/MockParamBinding.java
@@ -1,23 +1,20 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2012, Red Hat, Inc., and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * 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
  *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ * 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.deltaspike.test.security.impl.authorization.securityparameterbinding;
 
@@ -34,9 +31,6 @@ import org.apache.deltaspike.security.api.authorization.annotation.SecurityParam
 @Target({PARAMETER})
 
 @Documented
-/**
- * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
- */
 
 // CDI Annotation under test
 @SecurityParameterBinding

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3fe012a4/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/util/ShrinkWrapArchiveUtil.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/util/ShrinkWrapArchiveUtil.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/util/ShrinkWrapArchiveUtil.java
index fb93c2f..96b3677 100644
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/util/ShrinkWrapArchiveUtil.java
+++ b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/util/ShrinkWrapArchiveUtil.java
@@ -37,7 +37,6 @@ import java.util.zip.ZipEntry;
  * Lots of neat little helpers to more easily create JavaArchives from marker files on the classpath.
  * This should finally get moved to ShrinkWrap core!
  *
- * @author <a href="mailto:struberg@yahoo.de">Mark Struberg</a>
  * @deprecated This class should get moved to ShrinkWrap itself!
  */
 public class ShrinkWrapArchiveUtil