Added Nexenta copyrights into tools
authorAlexander Eremin <a.eremin@nexenta.com>
Tue, 25 Oct 2011 16:50:09 +0400
changeset 462 12f6fd8fe2bc
parent 461 246c18ff449d
child 463 74e26ef86dbe
Added Nexenta copyrights into tools
tools/cpan2ips.pl
tools/py2ips.pl
--- a/tools/cpan2ips.pl	Tue Oct 25 10:11:20 2011 +0400
+++ b/tools/cpan2ips.pl	Tue Oct 25 16:50:09 2011 +0400
@@ -1,5 +1,7 @@
 #!/usr/bin/env perl
 
+# Copyright (c) 2011 Nexenta Systems, Inc.  All rights reserved.
+
 # Based on ideas of cpan2tgz by Jason Woodward <[email protected]>
 # http://software.jaos.org/
 
--- a/tools/py2ips.pl	Tue Oct 25 10:11:20 2011 +0400
+++ b/tools/py2ips.pl	Tue Oct 25 16:50:09 2011 +0400
@@ -1,5 +1,7 @@
 #!/usr/bin/env perl
 
+# Copyright (c) 2011 Nexenta Systems, Inc.  All rights reserved.
+
 use strict;
 use warnings FATAL => 'all';
 use File::Basename;