Author: billie
Date: Thu Jan 31 03:16:19 2013
New Revision: 1440835

URL: http://svn.apache.org/viewvc?rev=1440835&view=rev
Log:
ACCUMULO-913 added license headers

Modified:
    accumulo/trunk/contrib/findbugs_build.xml
    accumulo/trunk/contrib/run_findbugs.sh
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/crypto/DefaultCryptoModuleUtils.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosSerDe.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosToken.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/LoginCallbackHandler.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/PasswordUpdatable.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecuritySerDe.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecurityToken.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/TokenHelper.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassSerDe.java
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassToken.java
    accumulo/trunk/examples/instamo/pom.xml
    accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java
    
accumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java

Modified: accumulo/trunk/contrib/findbugs_build.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/contrib/findbugs_build.xml?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- accumulo/trunk/contrib/findbugs_build.xml (original)
+++ accumulo/trunk/contrib/findbugs_build.xml Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <project name="accumulo" default="findbugs" basedir=".">
   <description>
   A build file to run findbugs.

Modified: accumulo/trunk/contrib/run_findbugs.sh
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/contrib/run_findbugs.sh?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- accumulo/trunk/contrib/run_findbugs.sh (original)
+++ accumulo/trunk/contrib/run_findbugs.sh Thu Jan 31 03:16:19 2013
@@ -1,3 +1,18 @@
 #!/bin/sh
 
+# 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.
+
 ant -buildfile findbugs_build.xml

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/crypto/DefaultCryptoModuleUtils.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/crypto/DefaultCryptoModuleUtils.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/crypto/DefaultCryptoModuleUtils.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/crypto/DefaultCryptoModuleUtils.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.crypto;
 
 import java.security.NoSuchAlgorithmException;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosSerDe.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosSerDe.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosSerDe.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosSerDe.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.io.ByteArrayInputStream;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosToken.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosToken.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosToken.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/KerberosToken.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.io.IOException;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/LoginCallbackHandler.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/LoginCallbackHandler.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/LoginCallbackHandler.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/LoginCallbackHandler.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.io.IOException;
@@ -50,4 +66,4 @@ public class LoginCallbackHandler implem
       }
     }
   }
-}
\ No newline at end of file
+}

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/PasswordUpdatable.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/PasswordUpdatable.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/PasswordUpdatable.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/PasswordUpdatable.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 public interface PasswordUpdatable {

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecuritySerDe.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecuritySerDe.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecuritySerDe.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecuritySerDe.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import org.apache.accumulo.core.client.AccumuloSecurityException;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecurityToken.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecurityToken.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecurityToken.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/SecurityToken.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import javax.security.auth.Destroyable;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/TokenHelper.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/TokenHelper.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/TokenHelper.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/TokenHelper.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.io.ByteArrayInputStream;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassSerDe.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassSerDe.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassSerDe.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassSerDe.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.io.ByteArrayInputStream;

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassToken.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassToken.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassToken.java
 (original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/tokens/UserPassToken.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.core.security.tokens;
 
 import java.nio.ByteBuffer;

Modified: accumulo/trunk/examples/instamo/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/examples/instamo/pom.xml?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- accumulo/trunk/examples/instamo/pom.xml (original)
+++ accumulo/trunk/examples/instamo/pom.xml Thu Jan 31 03:16:19 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.accumulo</groupId>

Modified: 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java 
(original)
+++ 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java 
Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.proxy;
 
 import static org.junit.Assert.assertEquals;

Modified: 
accumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java?rev=1440835&r1=1440834&r2=1440835&view=diff
==============================================================================
--- 
accumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java
 (original)
+++ 
accumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java
 Thu Jan 31 03:16:19 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.accumulo.server.cli;
 
 import org.apache.accumulo.core.client.Instance;


Reply via email to