2018-02-05 13:38:02 +01:00
|
|
|
#!/usr/bin/env bash
|
2012-10-06 13:10:25 +02:00
|
|
|
###########################################################################
|
|
|
|
# chkcopyrights.sh
|
|
|
|
# ---------------------
|
|
|
|
# Date : October 2012
|
|
|
|
# Copyright : (C) 2012 by Juergen E. Fischer
|
|
|
|
# Email : jef at norbit dot de
|
|
|
|
###########################################################################
|
|
|
|
# #
|
|
|
|
# This program is free software; you can redistribute it and/or modify #
|
|
|
|
# it under the terms of the GNU General Public License as published by #
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or #
|
|
|
|
# (at your option) any later version. #
|
|
|
|
# #
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
|
|
|
|
licensecheck -r . |
|
2018-06-21 12:37:17 +10:00
|
|
|
grep -v -E "\/debian\/|\.\/python\/ext-libs|\.\/ms-windows\/osgeo4w\/untgz\/|\.\/src\/app\/gps\/qwtpolar-|\.\/src\/app\/gps\/qwtpolar-1.0|: BSD \(3 clause\)|: GPL \(v[23] or later\)$|: LGPL \(v2 or later\)$|: MIT\/X11 \(BSD like\)$|: Apache \(v2\.0\) GPL \(v2 or later\)$|: LGPL$|: Apache \(v2\.0\)$|: zlib\/libpng$|: GPL LGPL$|GENERATED FILE" |
|
2012-10-06 13:10:25 +02:00
|
|
|
sed -e "s/:.*$//"
|