You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ku...@apache.org on 2020/07/15 11:27:31 UTC

[carbondata] branch master updated: [HOTFIX] Fix wrong License header

This is an automated email from the ASF dual-hosted git repository.

kunalkapoor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 33c2a57  [HOTFIX] Fix wrong License header
33c2a57 is described below

commit 33c2a57897286bb362c048e480b06ae7b642e7ed
Author: ajantha-bhat <aj...@gmail.com>
AuthorDate: Wed Jul 15 13:08:09 2020 +0530

    [HOTFIX] Fix wrong License header
    
    Why is this PR needed?
    Two test files in pycarbon module has wrong license header.
    As pycarbon depends on open source Apache license uber's petastrom project.
    These two testcase files were imported from that project has this error.
    
    What changes were proposed in this PR?
    Fix the license header same as other files.
    
    This closes #3844
---
 .../tests/mnist/dataset_with_normal_schema/__init__.py      | 13 +++++++------
 .../pycarbon/tests/mnist/dataset_with_unischema/__init__.py | 13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/python/pycarbon/tests/mnist/dataset_with_normal_schema/__init__.py b/python/pycarbon/tests/mnist/dataset_with_normal_schema/__init__.py
index 17fc008..39c0e5b 100644
--- a/python/pycarbon/tests/mnist/dataset_with_normal_schema/__init__.py
+++ b/python/pycarbon/tests/mnist/dataset_with_normal_schema/__init__.py
@@ -1,10 +1,11 @@
-#  Copyright (c) 2017-2018 Uber Technologies, Inc.
+# 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
 #
-# Licensed 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
+#    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,
diff --git a/python/pycarbon/tests/mnist/dataset_with_unischema/__init__.py b/python/pycarbon/tests/mnist/dataset_with_unischema/__init__.py
index 9d7faeb..7763c08 100644
--- a/python/pycarbon/tests/mnist/dataset_with_unischema/__init__.py
+++ b/python/pycarbon/tests/mnist/dataset_with_unischema/__init__.py
@@ -1,10 +1,11 @@
-#  Copyright (c) 2017-2018 Uber Technologies, Inc.
+# 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
 #
-# Licensed 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
+#    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,