You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2024/01/19 13:19:00 UTC

[jira] [Created] (TEZ-4535) Missing AL2 headers in source distribution

Stamatis Zampetakis created TEZ-4535:
----------------------------------------

             Summary: Missing AL2 headers in source distribution
                 Key: TEZ-4535
                 URL: https://issues.apache.org/jira/browse/TEZ-4535
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Stamatis Zampetakis
            Assignee: Stamatis Zampetakis


The source distribution of [apache-tez-0.10.3-rc0|https://dist.apache.org/repos/dist/dev/tez/apache-tez-0.10.3-rc0/apache-tez-0.10.3-src.tar.gz] contains some files without an ASF header.

{noformat}
 grep -RiL -e "Licensed to the Apache Software Foundation (ASF)" -e "Licensed under the Apache License" | grep -v "LICENSE" | grep -v "NOTICE" | grep -v "README" | grep -v -e ".png" -e  ".pdf" -e ".eps" -e ".jpg"
build-tools/.gitignore
CHANGES.txt
BUILDING.txt
tez-ui/src/main/webapp/testem.json
tez-ui/src/main/webapp/yarn.lock
tez-ui/src/main/webapp/.ember-cli
tez-ui/src/main/webapp/package.json
tez-ui/src/main/webapp/bower-shrinkwrap.json
tez-ui/src/main/webapp/bower.json
tez-ui/src/main/webapp/tests/.jshintrc
tez-ui/src/main/webapp/.editorconfig
tez-ui/src/main/webapp/.bowerrc
tez-ui/src/main/webapp/.jshintrc
tez-ui/src/main/webapp/blueprints/.jshintrc
tez-ui/src/main/webapp/.gitignore
tez-ui/src/main/webapp/WEB-INF/wro.xml
tez-ui/src/main/webapp/.watchmanconfig
tez-runtime-library/src/test/resources/TestIFile_concatenated_compressed.bin
.gitignore
KEYS
{noformat}

According to the ASF policy every file should have the appropriate [ASF header|https://www.apache.org/legal/src-headers.html#header-text] if it is possible to do so. 

Some files from the list above is not necessary to have a header but the rest must be reviewed.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)