found
[adns] / old-tree-filter
CommitLineData
1fb08704
IJ
1cat >$tmp/tree-filter <<'FEND'
2 set -e
3 if test -f GPL-vs-LGPL.dont; then
4 cat <<'END' - GPL-vs-LGPL >GPL-vs-LGPL.new
5NB that NO VERSIONS of this file have been released, and I do not
6intend to adopt this version. The licence exceptions in this file
7therefore DO NOT APPLY to any version of adns (unless the contrary is
8clearly stated at some point in the future by me).
9
10I.e. this file is just a draft. That includes all the versions you
11may find in version control systems (eg CVS or git), and particularly
12those in work-in-progress or abandoned branches, or old revisions.
13
14 - Ian Jackson, 29th April 2014.
15
16END
17 mv -f GPL-vs-LGPL.new GPL-vs-LGPL
18 fi
19 set +e
20FEND
21chmod +x $tmp/tree-filter
22
23 --tree-filter $tmp/tree-filter