X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/samples/ugrep/Makefile diff --git a/icuSources/samples/ugrep/Makefile b/icuSources/samples/ugrep/Makefile index d214ba74..366eb2b6 100644 --- a/icuSources/samples/ugrep/Makefile +++ b/icuSources/samples/ugrep/Makefile @@ -1,4 +1,7 @@ -# Copyright (c) 2000-2002 IBM, Inc. and others +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# +# Copyright (c) 2000-2010 IBM, Inc. and others # sample code makefile # Usage: @@ -14,6 +17,8 @@ TARGET=ugrep # All object files (C or C++) OBJECTS=ugrep.o +CHECK_ARGS=BOM readme.txt + #### rules # Load in standard makefile definitions include ../defs.mk