You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wl...@apache.org on 2015/11/12 04:35:47 UTC

[12/14] incubator-hawq git commit: HAWQ-57. Add license header to source files and add the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/BufferedSocketReader.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/BufferedSocketReader.cpp b/depends/libyarn/src/network/BufferedSocketReader.cpp
index 664b48f..956c33e 100644
--- a/depends/libyarn/src/network/BufferedSocketReader.cpp
+++ b/depends/libyarn/src/network/BufferedSocketReader.cpp
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #include "BufferedSocketReader.h"
 #include "DateTime.h"
 #include "Exception.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/BufferedSocketReader.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/BufferedSocketReader.h b/depends/libyarn/src/network/BufferedSocketReader.h
index 2067199..99d3623 100644
--- a/depends/libyarn/src/network/BufferedSocketReader.h
+++ b/depends/libyarn/src/network/BufferedSocketReader.h
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #ifndef _HDFS_LIBHDFS3_NETWORK_BUFFEREDSOCKET_H_
 #define _HDFS_LIBHDFS3_NETWORK_BUFFEREDSOCKET_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/Socket.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/Socket.h b/depends/libyarn/src/network/Socket.h
index 7fa6da8..656d513 100644
--- a/depends/libyarn/src/network/Socket.h
+++ b/depends/libyarn/src/network/Socket.h
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #ifndef _HDFS_LIBHDFS3_NETWORK_SOCKET_H_
 #define _HDFS_LIBHDFS3_NETWORK_SOCKET_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/Syscall.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/Syscall.h b/depends/libyarn/src/network/Syscall.h
index ef947d2..3c78e9c 100644
--- a/depends/libyarn/src/network/Syscall.h
+++ b/depends/libyarn/src/network/Syscall.h
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #ifndef _HDFS_LIBHDFS3_NETWORK_SYSCALL_H_
 #define _HDFS_LIBHDFS3_NETWORK_SYSCALL_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/TcpSocket.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/TcpSocket.cpp b/depends/libyarn/src/network/TcpSocket.cpp
index e6b6f84..bc1d5a5 100644
--- a/depends/libyarn/src/network/TcpSocket.cpp
+++ b/depends/libyarn/src/network/TcpSocket.cpp
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #include "platform.h"
 
 #include <arpa/inet.h>

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/network/TcpSocket.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/network/TcpSocket.h b/depends/libyarn/src/network/TcpSocket.h
index 3f59145..ee4f3ea 100644
--- a/depends/libyarn/src/network/TcpSocket.h
+++ b/depends/libyarn/src/network/TcpSocket.h
@@ -1,9 +1,22 @@
-/********************************************************************
- * Copyright (c) 2014, Pivotal Inc.
- * All rights reserved.
- *
- * Author: Zhanwei Wang
- ********************************************************************/
+/*
+ * 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.
+ */
+
 #ifndef _HDFS_LIBHDFS3_NETWORK_TCPSOCKET_H_
 #define _HDFS_LIBHDFS3_NETWORK_TCPSOCKET_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/AllocateRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/AllocateRequest.cpp b/depends/libyarn/src/protocolrecords/AllocateRequest.cpp
index 0e9ff9b..36fad46 100644
--- a/depends/libyarn/src/protocolrecords/AllocateRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/AllocateRequest.cpp
@@ -1,9 +1,22 @@
 /*
- * AllocateRequest.cpp
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
+
 #include "AllocateRequest.h"
 
 namespace libyarn {

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/AllocateRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/AllocateRequest.h b/depends/libyarn/src/protocolrecords/AllocateRequest.h
index 5bfa89d..9650f13 100644
--- a/depends/libyarn/src/protocolrecords/AllocateRequest.h
+++ b/depends/libyarn/src/protocolrecords/AllocateRequest.h
@@ -1,8 +1,20 @@
 /*
- * AllocateRequest.h
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef ALLOCATEREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/AllocateResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/AllocateResponse.cpp b/depends/libyarn/src/protocolrecords/AllocateResponse.cpp
index 94469b4..ad56a36 100644
--- a/depends/libyarn/src/protocolrecords/AllocateResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/AllocateResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * AllocateResponse.cpp
- *
- *  Created on: Jul 16, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "AllocateResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/AllocateResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/AllocateResponse.h b/depends/libyarn/src/protocolrecords/AllocateResponse.h
index 649f51a..c1df060 100644
--- a/depends/libyarn/src/protocolrecords/AllocateResponse.h
+++ b/depends/libyarn/src/protocolrecords/AllocateResponse.h
@@ -1,8 +1,20 @@
 /*
- * AllocateResponse.h
- *
- *  Created on: Jul 16, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef ALLOCATERESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.cpp b/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.cpp
index b7baf38..bff8512 100644
--- a/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * FinishApplicationMasterRequest.cpp
- *
- *  Created on: Jul 20, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "FinishApplicationMasterRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.h b/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.h
index 3b234c1..4bbd3a3 100644
--- a/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.h
+++ b/depends/libyarn/src/protocolrecords/FinishApplicationMasterRequest.h
@@ -1,8 +1,20 @@
 /*
- * FinishApplicationMasterRequest.h
- *
- *  Created on: Jul 20, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef FINISHAPPLICATIONMASTERREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.cpp b/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.cpp
index 59f9742..d11d847 100644
--- a/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * FinishApplicationMasterResponse.cpp
- *
- *  Created on: Jul 20, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "FinishApplicationMasterResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.h b/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.h
index 7e7ba86..404cb1b 100644
--- a/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.h
+++ b/depends/libyarn/src/protocolrecords/FinishApplicationMasterResponse.h
@@ -1,8 +1,20 @@
 /*
- * FinishApplicationMasterResponse.h
- *
- *  Created on: Jul 20, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef FINISHAPPLICATIONMASTERRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.cpp b/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.cpp
index 3092b5c..5b1c710 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetApplicationReportRequest.cpp
- *
- *  Created on: Jul 14, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetApplicationReportRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.h b/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.h
index 640b9dc..3caa47e 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetApplicationReportRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetApplicationReportRequest.h
- *
- *  Created on: Jul 14, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETAPPLICATIONREPORTREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.cpp b/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.cpp
index 83ee6f9..8c0f5c6 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetApplicationReportResponse.cpp
- *
- *  Created on: Jul 8, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetApplicationReportResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.h b/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.h
index 292cb14..237fe8a 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetApplicationReportResponse.h
@@ -1,10 +1,23 @@
 /*
- * GetApplicationReportResponse.h
- *
- *  Created on: Jul 8, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETAPPLICATIONREPORTRESPONSE_H_
 #define GETAPPLICATIONREPORTRESPONSE_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationsRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationsRequest.cpp b/depends/libyarn/src/protocolrecords/GetApplicationsRequest.cpp
index 3c7b2d4..5392253 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationsRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetApplicationsRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetApplicationsRequest.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetApplicationsRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationsRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationsRequest.h b/depends/libyarn/src/protocolrecords/GetApplicationsRequest.h
index 6fedefa..1a1367c 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationsRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetApplicationsRequest.h
@@ -1,10 +1,23 @@
 /*
- * GetApplicationsRequest.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETAPPLICATIONSREQUEST_H_
 #define GETAPPLICATIONSREQUEST_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationsResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationsResponse.cpp b/depends/libyarn/src/protocolrecords/GetApplicationsResponse.cpp
index 4604426..215278d 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationsResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetApplicationsResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetApplicationsResponse.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetApplicationsResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetApplicationsResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetApplicationsResponse.h b/depends/libyarn/src/protocolrecords/GetApplicationsResponse.h
index 2bf6b7d..06c4b16 100644
--- a/depends/libyarn/src/protocolrecords/GetApplicationsResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetApplicationsResponse.h
@@ -1,10 +1,23 @@
 /*
- * GetApplicationsResponse.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETAPPLICATIONSRESPONSE_H_
 #define GETAPPLICATIONSRESPONSE_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.cpp b/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.cpp
index 07657ae..71ae734 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.cpp
@@ -1,10 +1,23 @@
 /*
- * GetClusterMetricsRequest.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #include "GetClusterMetricsRequest.h"
 
 namespace libyarn {

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.h b/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.h
index 9427314..10829ac 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetClusterMetricsRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetClusterMetricsRequest.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETCLUSTERMETRICSREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.cpp b/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.cpp
index 9c78677..1d40a3f 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetClusterMetricsResponse.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetClusterMetricsResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.h b/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.h
index 37813cf..7d76424 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetClusterMetricsResponse.h
@@ -1,8 +1,20 @@
 /*
- * GetClusterMetricsResponse.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETCLUSTERMETRICSRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.cpp b/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.cpp
index a1475fc..9c11b55 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetClusterNodesRequest.cpp
- *
- *  Created on: Jul 18, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetClusterNodesRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.h b/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.h
index 96d7170..d6890e4 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetClusterNodesRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetClusterNodesRequest.h
- *
- *  Created on: Jul 18, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETCLUSTERNODESREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.cpp b/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.cpp
index 2afca73..125ea88 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetClusterNodesResponse.cpp
- *
- *  Created on: Jul 18, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetClusterNodesResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.h b/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.h
index a56d1c3..e38ffd8 100644
--- a/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetClusterNodesResponse.h
@@ -1,10 +1,23 @@
 /*
- * GetClusterNodesResponse.h
- *
- *  Created on: Jul 18, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETCLUSTERNODESRESPONSE_H_
 #define GETCLUSTERNODESRESPONSE_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.cpp b/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.cpp
index 7c9b224..ef78341 100644
--- a/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetContainerStatusesRequest.cpp
- *
- *  Created on: Aug 1, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetContainerStatusesRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.h b/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.h
index f700eb6..58c3473 100644
--- a/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetContainerStatusesRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetContainerStatusesRequest.h
- *
- *  Created on: Aug 1, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETCONTAINERSTATUSESREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.cpp b/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.cpp
index 386d25e..d87c6fd 100644
--- a/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetContainerStatusesResponse.cpp
- *
- *  Created on: Aug 1, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetContainerStatusesResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.h b/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.h
index 24f1e65..00bfd6f 100644
--- a/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetContainerStatusesResponse.h
@@ -1,8 +1,20 @@
 /*
- * GetContainerStatusesResponse.h
- *
- *  Created on: Aug 1, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETCONTAINERSTATUSESRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainersRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainersRequest.cpp b/depends/libyarn/src/protocolrecords/GetContainersRequest.cpp
index 38b2f9b..128577b 100644
--- a/depends/libyarn/src/protocolrecords/GetContainersRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetContainersRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetContainersRequest.cpp
- *
- *  Created on: Jan 5, 2015
- *      Author: weikui
+ * 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.
  */
 
 #include "GetContainersRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainersRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainersRequest.h b/depends/libyarn/src/protocolrecords/GetContainersRequest.h
index d9fde53..2bc5fa6 100644
--- a/depends/libyarn/src/protocolrecords/GetContainersRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetContainersRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetContainersRequest.h
- *
- *  Created on: Jan 5, 2015
- *      Author: weikui
+ * 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.
  */
 
 #ifndef GETCONTAINERSREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainersResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainersResponse.cpp b/depends/libyarn/src/protocolrecords/GetContainersResponse.cpp
index 5b72311..53881f9 100644
--- a/depends/libyarn/src/protocolrecords/GetContainersResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetContainersResponse.cpp
@@ -1,9 +1,22 @@
 /*
- * GetContainersResponse.cpp
- *
- *  Created on: Jan 5, 2015
- *      Author: weikui
+ * 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.
  */
+
 #include "GetContainersResponse.h"
 
 namespace libyarn {

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetContainersResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetContainersResponse.h b/depends/libyarn/src/protocolrecords/GetContainersResponse.h
index c8515bc..db72305 100644
--- a/depends/libyarn/src/protocolrecords/GetContainersResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetContainersResponse.h
@@ -1,8 +1,20 @@
 /*
- * GetContainersResponse.h
- *
- *  Created on: Jan 5, 2015
- *      Author: weikui
+ * 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.
  */
 
 #ifndef GETCONTAINERSRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.cpp b/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.cpp
index 3ba831e..73278ee 100644
--- a/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetNewApplicationRequest.cpp
- *
- *  Created on: Jul 10, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetNewApplicationRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.h b/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.h
index 960d2f2..e888e2b 100644
--- a/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetNewApplicationRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetNewApplicationRequest.h
- *
- *  Created on: Jul 10, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETNEWAPPLICATIONREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.cpp b/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.cpp
index 94ae77a..04e04ad 100644
--- a/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetNewApplicationResponse.cpp
- *
- *  Created on: Jul 10, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetNewApplicationResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.h b/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.h
index 110dbc3..41335d6 100644
--- a/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetNewApplicationResponse.h
@@ -1,8 +1,20 @@
 /*
- * GetNewApplicationResponse.h
- *
- *  Created on: Jul 10, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETNEWAPPLICATIONRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.cpp b/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.cpp
index f467650..a76b5c5 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetQueueInfoRequest.cpp
- *
- *  Created on: Jul 22, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetQueueInfoRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.h b/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.h
index e32b822..8c86298 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetQueueInfoRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetQueueInfoRequest.h
- *
- *  Created on: Jul 22, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETQUEUEINFOREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.cpp b/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.cpp
index 065adbe..33d4b10 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.cpp
@@ -1,4 +1,23 @@
 /*
+ * 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.
+ */
+
+/*
  * GetQueueInfoResponse.cpp
  *
  *  Created on: Jul 22, 2014

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.h b/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.h
index 408d25c..ac91b8c 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetQueueInfoResponse.h
@@ -1,10 +1,23 @@
 /*
- * GetQueueInfoResponse.h
- *
- *  Created on: Jul 22, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETQUEUEINFORESPONSE_H_
 #define GETQUEUEINFORESPONSE_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.cpp b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.cpp
index dfaf9b4..751e8b5 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * GetQueueUserAclsInfoRequest.cpp
- *
- *  Created on: Jul 29, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetQueueUserAclsInfoRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.h b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.h
index 2440672..c35cff4 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.h
+++ b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoRequest.h
@@ -1,8 +1,20 @@
 /*
- * GetQueueUserAclsInfoRequest.h
- *
- *  Created on: Jul 29, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef GETQUEUEUSERACLSINFOREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.cpp b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.cpp
index 8545231..61346ca 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * GetQueueUserAclsInfoResponse.cpp
- *
- *  Created on: Jul 29, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "GetQueueUserAclsInfoResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.h b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.h
index 7ae947d..75b8f32 100644
--- a/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.h
+++ b/depends/libyarn/src/protocolrecords/GetQueueUserAclsInfoResponse.h
@@ -1,10 +1,23 @@
 /*
- * GetQueueUserAclsInfoResponse.h
- *
- *  Created on: Jul 29, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #ifndef GETQUEUEUSERACLSINFORESPONSE_H_
 #define GETQUEUEUSERACLSINFORESPONSE_H_
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/KillApplicationRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/KillApplicationRequest.cpp b/depends/libyarn/src/protocolrecords/KillApplicationRequest.cpp
index dee465b..63ce33a 100644
--- a/depends/libyarn/src/protocolrecords/KillApplicationRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/KillApplicationRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * KillApplicationRequest.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "KillApplicationRequest.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/KillApplicationRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/KillApplicationRequest.h b/depends/libyarn/src/protocolrecords/KillApplicationRequest.h
index b82c8cc..6b9702b 100644
--- a/depends/libyarn/src/protocolrecords/KillApplicationRequest.h
+++ b/depends/libyarn/src/protocolrecords/KillApplicationRequest.h
@@ -1,8 +1,20 @@
 /*
- * KillApplicationRequest.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef KILLAPPLICATIONREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/KillApplicationResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/KillApplicationResponse.cpp b/depends/libyarn/src/protocolrecords/KillApplicationResponse.cpp
index f3f345c..2dcd944 100644
--- a/depends/libyarn/src/protocolrecords/KillApplicationResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/KillApplicationResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * KillApplicationResponse.cpp
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "KillApplicationResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/KillApplicationResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/KillApplicationResponse.h b/depends/libyarn/src/protocolrecords/KillApplicationResponse.h
index 55e2a03..3320ecd 100644
--- a/depends/libyarn/src/protocolrecords/KillApplicationResponse.h
+++ b/depends/libyarn/src/protocolrecords/KillApplicationResponse.h
@@ -1,8 +1,20 @@
 /*
- * KillApplicationResponse.h
- *
- *  Created on: Jul 28, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef KILLAPPLICATIONRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.cpp b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.cpp
index 48637ca..cb48427 100644
--- a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.cpp
@@ -1,10 +1,23 @@
 /*
- * RegisterApplicationMasterRequest.cpp
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
 
+
 #include "RegisterApplicationMasterRequest.h"
 
 namespace libyarn {

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.h b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.h
index 1c5ec6c..8c54e10 100644
--- a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.h
+++ b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterRequest.h
@@ -1,8 +1,20 @@
 /*
- * RegisterApplicationMasterRequest.h
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef REGISTERAPPLICATIONMASTERREQUEST_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.cpp b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.cpp
index d1f2913..0c7fb75 100644
--- a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.cpp
+++ b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.cpp
@@ -1,8 +1,20 @@
 /*
- * RegisterApplicationResponse.cpp
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "RegisterApplicationMasterResponse.h"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.h
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.h b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.h
index f137632..a7f5eee 100644
--- a/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.h
+++ b/depends/libyarn/src/protocolrecords/RegisterApplicationMasterResponse.h
@@ -1,8 +1,20 @@
 /*
- * RegisterApplicationResponse.h
- *
- *  Created on: Jul 15, 2014
- *      Author: bwang
+ * 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.
  */
 
 #ifndef REGISTERAPPLICATIONMASTERRESPONSE_H_

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a41ad6f2/depends/libyarn/src/protocolrecords/StartContainerRequest.cpp
----------------------------------------------------------------------
diff --git a/depends/libyarn/src/protocolrecords/StartContainerRequest.cpp b/depends/libyarn/src/protocolrecords/StartContainerRequest.cpp
index c091104..0e8f234 100644
--- a/depends/libyarn/src/protocolrecords/StartContainerRequest.cpp
+++ b/depends/libyarn/src/protocolrecords/StartContainerRequest.cpp
@@ -1,8 +1,20 @@
 /*
- * StartContainerRequest.cpp
- *
- *  Created on: Jul 17, 2014
- *      Author: bwang
+ * 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.
  */
 
 #include "StartContainerRequest.h"