From 5d56820e0ab1fc147b45728c6ac89c4ac0b90e54 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 2 Apr 2019 12:34:00 +0100 Subject: Copyright notice added to remaining files After doing a systematic search for files without a copyright notice, a few more were found that didn't have a notice. So a notice was added for them. I used this Bash command to find the files: for f in $(find ./ -type f); do \ if [[ $f != *.git* ]]; then \ n=$(grep -i copyright $f | wc -l); \ echo "$n $f"; \ fi; \ done | awk '$1==0' --- .file-metadata | Bin 4085 -> 4005 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 69f5f5a..062e1f1 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1