Skip to content

Commit

Permalink
Remove add_copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 28, 2021
1 parent a159af1 commit eccc59c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ dist: ${DISTFILES}
rm -rf release/$$REL; mkdir release/$$REL; \
echo "Preparing $$REL"; \
rm -rf $$REL; mkdir $$REL; \
for file in ${DISTFILES}; do \
./add_copyright $$file $$REL; \
done; \
cd $$REL; chmod -w *; chmod +w ${DISTFILES_W}; chmod +x configure; cd ..; \
echo "Creating release/$$REL/$$REL.tar.gz"; \
tar -cf - $$REL | gzip -c >release/$$REL/$$REL.tar.gz; \
Expand Down
42 changes: 0 additions & 42 deletions add_copyright

This file was deleted.

0 comments on commit eccc59c

Please sign in to comment.