Skip to content

Commit

Permalink
Rename DISCLAIMER file to DISCLAIMER-WIP (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Oct 11, 2024
1 parent cfcc17e commit dfcf0a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/zip-sources-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function zip_sources() {

#Add LICENSE, NOTICE and DISCLAIMER files to the root folder of the zip file
echo "Adding LICENSE, NOTICE and DISCLAIMER files to the zip file"
cp ./tools/zip-sources-files/{LICENSE,NOTICE,DISCLAIMER} ${SOURCES_DIRECTORY_NAME}
cp ./tools/zip-sources-files/{LICENSE,NOTICE,DISCLAIMER-WIP} ${SOURCES_DIRECTORY_NAME}

#Creating ZIP
pushd ${SOURCES_DIRECTORY_NAME}
Expand Down
File renamed without changes.

0 comments on commit dfcf0a1

Please sign in to comment.