You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by go...@apache.org on 2016/07/12 19:18:26 UTC

incubator-hawq git commit: HAWQ-919. Add missing ASF license header [Forced Update!]

Repository: incubator-hawq
Updated Branches:
  refs/heads/HAWQ-919 fa88c325d -> 347526653 (forced update)


HAWQ-919. Add missing ASF license header


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

Branch: refs/heads/HAWQ-919
Commit: 347526653f2f787a12767f3ff0c38f7ec67c5944
Parents: bab04b5
Author: Goden Yao <go...@apache.org>
Authored: Tue Jul 12 12:10:27 2016 -0700
Committer: Goden Yao <go...@apache.org>
Committed: Tue Jul 12 12:17:57 2016 -0700

----------------------------------------------------------------------
 .../lexer-tests/array_objects_complex.json.state | 19 ++++++++++++++++++-
 .../lexer-tests/array_objects_empty.json.state   | 19 ++++++++++++++++++-
 .../lexer-tests/array_of_numbers.json.state      | 19 ++++++++++++++++++-
 .../lexer-tests/object_complex.json.state        | 17 +++++++++++++++++
 .../lexer-tests/object_simple.json.state         | 17 +++++++++++++++++
 .../object_string_escaping.json.state            | 17 +++++++++++++++++
 pxf/pxf-json/src/test/resources/log4j.properties | 19 ++++++++++++++++++-
 7 files changed, 123 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_complex.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_complex.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_complex.json.state
index 8d4057c..4f6fb5f 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_complex.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_complex.json.state
@@ -1,3 +1,20 @@
+# 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.
+
 BEGIN_ARRAY
 BEGIN_OBJECT
 
@@ -146,4 +163,4 @@ END_ARRAY
 
 END_OBJECT
 
-END_ARRAY
\ No newline at end of file
+END_ARRAY

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_empty.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_empty.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_empty.json.state
index 06ed04e..c5d7375 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_empty.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/array_objects_empty.json.state
@@ -1,7 +1,24 @@
+# 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.
+
 BEGIN_ARRAY
 BEGIN_OBJECT
 END_OBJECT
 VALUE_SEPARATOR
 BEGIN_OBJECT
 END_OBJECT
-END_ARRAY
\ No newline at end of file
+END_ARRAY

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/array_of_numbers.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/array_of_numbers.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/array_of_numbers.json.state
index 2a83fa9..e0bed1b 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/array_of_numbers.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/array_of_numbers.json.state
@@ -1,5 +1,22 @@
+# 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.
+
 BEGIN_ARRAY
 DONT_CARE{3}
 VALUE_SEPARATOR
 DONT_CARE{3}
-END_ARRAY
\ No newline at end of file
+END_ARRAY

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/object_complex.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/object_complex.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/object_complex.json.state
index 6e8d45b..35b6512 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/object_complex.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/object_complex.json.state
@@ -1,3 +1,20 @@
+# 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.
+
 BEGIN_OBJECT
 
 # color=red

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/object_simple.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/object_simple.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/object_simple.json.state
index 0c16ea8..1610648 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/object_simple.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/object_simple.json.state
@@ -1,3 +1,20 @@
+# 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.
+
 BEGIN_OBJECT
 
 # "color": "red"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/lexer-tests/object_string_escaping.json.state
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/lexer-tests/object_string_escaping.json.state b/pxf/pxf-json/src/test/resources/lexer-tests/object_string_escaping.json.state
index 919124d..b2a69ab 100644
--- a/pxf/pxf-json/src/test/resources/lexer-tests/object_string_escaping.json.state
+++ b/pxf/pxf-json/src/test/resources/lexer-tests/object_string_escaping.json.state
@@ -1,3 +1,20 @@
+# 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.
+
 BEGIN_OBJECT
 
 # "i\"\\\/d": ...

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34752665/pxf/pxf-json/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/pxf/pxf-json/src/test/resources/log4j.properties b/pxf/pxf-json/src/test/resources/log4j.properties
index bcdc149..720f3eb 100644
--- a/pxf/pxf-json/src/test/resources/log4j.properties
+++ b/pxf/pxf-json/src/test/resources/log4j.properties
@@ -1,3 +1,20 @@
+# 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.
+
 # Set root logger level to DEBUG and its only appender to A1.
 log4j.rootLogger=DEBUG,INFO
 
@@ -19,4 +36,4 @@ log4j.appender.ERROR.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
 
 
 # An alternative logging format:
-# log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1} - %m%n
\ No newline at end of file
+# log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1} - %m%n