Lines Matching refs:copyright
5 # Copyright (c) 1984, 1986, 1990, 1993
11 # 1. Redistributions of source code must retain the above copyright
13 # 2. Redistributions in binary form must reproduce the above copyright
99 # copyright The "copyright" file (in the same directory as
100 # this script itself) contains a copyright notice,
101 # which is embedded in the copyright variable in
228 copyright="$(cat "${cwd}/copyright")"
237 # Also add an extra blank line to copyright.
239 copyright_source="$(printf "%s\n\n" "${copyright}" | source_lines)"
263 const char copyright[] = ${copyright_source};