[svn:parrot] r37569 - trunk/tools/dev
cotto at svn.parrot.org
cotto at svn.parrot.org
Thu Mar 19 00:40:38 UTC 2009
Author: cotto
Date: Thu Mar 19 00:40:37 2009
New Revision: 37569
URL: https://trac.parrot.org/parrot/changeset/37569
Log:
[tools] add copyright, license and svn id
Modified:
trunk/tools/dev/parrot-fuzzer
Modified: trunk/tools/dev/parrot-fuzzer
==============================================================================
--- trunk/tools/dev/parrot-fuzzer Thu Mar 19 00:29:47 2009 (r37568)
+++ trunk/tools/dev/parrot-fuzzer Thu Mar 19 00:40:37 2009 (r37569)
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# Copyright (C) 2009, Parrot Foundation
+# $id$
from fusil.application import Application
from fusil.process.watch import WatchProcess
@@ -70,6 +72,10 @@
=back
+=head1 License
+
+This program is distributed under the same license as Parrot itself.
+
=cut
'''
More information about the parrot-commits
mailing list