提交 f0d86932 编写于 作者: F Fabian Hueske

- added reference to Apache Hadoop licence to code that originated from Hadoop

上级 2708e15c
/** /***********************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one *
* or more contributor license agreements. See the NOTICE file * Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu)
* distributed with this work for additional information *
* regarding copyright ownership. The ASF licenses this file * Licensed under the Apache License, Version 2.0 (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 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* distributed under the License is distributed on an "AS IS" BASIS, * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * specific language governing permissions and limitations under the License.
* See the License for the specific language governing permissions and *
* limitations under the License. **********************************************************************************************************************/
/**
* This file is based on source code from the Hadoop Project (http://hadoop.apache.org/), licensed by the Apache
* Software Foundation (ASF) under the Apache License, Version 2.0. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*/ */
package org.apache.hadoop.hdfs; package org.apache.hadoop.hdfs;
import java.io.File; import java.io.File;
......
...@@ -14,22 +14,11 @@ ...@@ -14,22 +14,11 @@
**********************************************************************************************************************/ **********************************************************************************************************************/
/** /**
* Licensed to the Apache Software Foundation (ASF) under one * This file is based on source code from the Hadoop Project (http://hadoop.apache.org/), licensed by the Apache
* or more contributor license agreements. See the NOTICE file * Software Foundation (ASF) under the Apache License, Version 2.0. See the NOTICE file distributed with this work for
* distributed with this work for additional information * additional information regarding copyright ownership.
* 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.hdfs.server.datanode; package org.apache.hadoop.hdfs.server.datanode;
import java.io.IOException; import java.io.IOException;
......
...@@ -14,22 +14,11 @@ ...@@ -14,22 +14,11 @@
**********************************************************************************************************************/ **********************************************************************************************************************/
/** /**
* Licensed to the Apache Software Foundation (ASF) under one * This file is based on source code from the Hadoop Project (http://hadoop.apache.org/), licensed by the Apache
* or more contributor license agreements. See the NOTICE file * Software Foundation (ASF) under the Apache License, Version 2.0. See the NOTICE file distributed with this work for
* distributed with this work for additional information * additional information regarding copyright ownership.
* 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.net; package org.apache.hadoop.net;
import java.util.*; import java.util.*;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册