Added copyright notices.

This commit is contained in:
Ryan "Lofenyy" Medeiros 2023-07-01 07:17:43 -06:00
parent 440b641a44
commit 21309b1ab6
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
# Checks for files with missing copyright information
find ../ -type f -not -path '../Build/*' -not -path '../.git/*' -not -name 'LICENSE' | xargs grep -LE "This file is part of LibreWands."
find ../ -type f -not -path '../Build/*' -not -path '../.git/*' -not -name 'LICENSE' -not -name 'Debian_Control' | xargs grep -LE "This file is part of LibreWands."