summaryrefslogtreecommitdiffstats
path: root/license-stats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-01-22 23:36:56 -0500
committerTodd Zullinger <tmz@pobox.com>2008-01-22 23:36:56 -0500
commitfc05a1f6a2683901cc911b47fbe12d6b4af36ba7 (patch)
tree2664df79ff8d09bf2da2efb3bd5c99dc0562bc47 /license-stats
downloadlicense-check-fc05a1f6a2683901cc911b47fbe12d6b4af36ba7.tar.gz
license-check-fc05a1f6a2683901cc911b47fbe12d6b4af36ba7.tar.xz
license-check-fc05a1f6a2683901cc911b47fbe12d6b4af36ba7.zip
initial commit
Diffstat (limited to 'license-stats')
-rwxr-xr-xlicense-stats8
1 files changed, 8 insertions, 0 deletions
diff --git a/license-stats b/license-stats
new file mode 100755
index 0000000..3240efd
--- /dev/null
+++ b/license-stats
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+mv -v --backup=numbered data/bad-license-tags-by-* data/old
+time ( \
+ cd devel && cvs -q up && cd .. && \
+ ./check-licenses.py -p > data/bad-license-tags-by-package && \
+ ./check-licenses.py -o > data/bad-license-tags-by-owner \
+)