attilapiros commented on issue #24243: [SPARK-26918][DOCS] All .md should have 
ASF license header
URL: https://github.com/apache/spark/pull/24243#issuecomment-478215321
 
 
   I run a completness check too. As I understand only the markdowns under the 
./docs are targeted, in this case the PR is also complete:
   
   ```
   $ find . -name "*.md" -exec grep -L "http://www.apache.org/licenses"; \{} \;
   ./resource-managers/kubernetes/integration-tests/README.md
   ./core/target/scala-2.12/classes/org/apache/spark/deploy/security/README.md
   ./core/src/main/scala/org/apache/spark/deploy/security/README.md
   ./python/README.md
   ./R/WINDOWS.md
   ./R/README.md
   ./R/DOCUMENTATION.md
   ./R/CRAN_RELEASE.md
   ./README.md
   
./common/network-common/src/main/java/org/apache/spark/network/crypto/README.md
   ./common/tags/README.md
   ./CONTRIBUTING.md
   ./dev/appveyor-guide.md
   ./dev/README.md
   ./external/docker/README.md
   ./external/docker/spark-test/README.md
   ./sql/core/target/scala-2.12/classes/org/apache/spark/sql/test/README.md
   ./sql/core/src/test/README.md
   ./sql/core/src/main/scala/org/apache/spark/sql/test/README.md
   ./sql/README.md
   ```   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to