HADOOP-2641. Added Apache license headers to 95 files. Contributed by Nigel Daley

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk/src/contrib/hbase@616659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nigel Daley 2008-01-30 06:51:01 +00:00
parent 72eca05e79
commit 6e22739796
5 changed files with 86 additions and 35 deletions

View File

@ -1,22 +1,20 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
/** Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed to the Apache Software Foundation (ASF) under one contributor license agreements. See the NOTICE file distributed with
* or more contributor license agreements. See the NOTICE file this work for additional information regarding copyright ownership.
* distributed with this work for additional information The ASF licenses this file to You under the Apache License, Version 2.0
* regarding copyright ownership. The ASF licenses this file (the "License"); you may not use this file except in compliance with
* to you under the Apache License, Version 2.0 (the the License. You may obtain a copy of the License at
* "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
*
* 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,
* Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* distributed under the License is distributed on an "AS IS" BASIS, See the License for the specific language governing permissions and
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. limitations under the License.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
--> -->
<!-- <!--

View File

@ -1,24 +1,22 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
/** Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed to the Apache Software Foundation (ASF) under one contributor license agreements. See the NOTICE file distributed with
* or more contributor license agreements. See the NOTICE file this work for additional information regarding copyright ownership.
* distributed with this work for additional information The ASF licenses this file to You under the Apache License, Version 2.0
* regarding copyright ownership. The ASF licenses this file (the "License"); you may not use this file except in compliance with
* to you under the Apache License, Version 2.0 (the the License. You may obtain a copy of the License at
* "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
*
* 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,
* Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* distributed under the License is distributed on an "AS IS" BASIS, See the License for the specific language governing permissions and
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. limitations under the License.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
--> -->
<project name="hbase" default="jar"> <project name="hbase" default="jar">
<import file="../build-contrib.xml"/> <import file="../build-contrib.xml"/>

View File

@ -1,3 +1,22 @@
/**
* Copyright 2007 The Apache Software Foundation
*
* 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.hadoop.hbase.filter; package org.apache.hadoop.hbase.filter;
import java.io.DataInput; import java.io.DataInput;
@ -45,4 +64,4 @@ public class InclusiveStopRowFilter extends StopRowFilter{
return result; return result;
} }
} }

View File

@ -1,5 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html> <html>
<!--
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.
-->
<head /> <head />
<body bgcolor="white"> <body bgcolor="white">
Provides Hbase, the <a href="http://lucene.apache.org/hadoop">Hadoop</a> Provides Hbase, the <a href="http://lucene.apache.org/hadoop">Hadoop</a>

View File

@ -1,5 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html> <html>
<!--
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.
-->
<head /> <head />
<body bgcolor="white"> <body bgcolor="white">
Provides an HBase <a href="http://developers.facebook.com/thrift/">Thrift</a> Provides an HBase <a href="http://developers.facebook.com/thrift/">Thrift</a>