inserted license blurb in sanoid and syncoid

This commit is contained in:
Jim Salter 2014-11-17 10:47:20 -05:00
parent 8fccc6ac6d
commit 8f5dd7fe46
2 changed files with 8 additions and 0 deletions

4
sanoid
View File

@ -1,5 +1,9 @@
#!/usr/bin/perl
# this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jrssystemsnet/sanoid/blob/master/LICENSE.
use strict;
use Config::IniFiles; # read samba-style conf file
use File::Path; # for rmtree command in use_prune

View File

@ -1,5 +1,9 @@
#!/usr/bin/perl
# this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jrssystemsnet/sanoid/blob/master/LICENSE.
use strict;
use Data::Dumper;
use Time::Local;