File: check_copyrights.sh

package info (click to toggle)
quantlib-swig 1.40-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,276 kB
  • sloc: python: 6,024; java: 1,552; cs: 774; makefile: 309; sh: 22
file content (6 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash
#
# Run this from the main QuantLib-SWIG directory

grep -rI --exclude='Makefile*' "Copyright \(.*\)" CSharp Java Python R Scala SWIG | ./tools/collect_copyrights.py > LICENSE.TXT