diff options
Diffstat (limited to '')
-rwxr-xr-x | contrib/fpm2pass.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/fpm2pass.pl b/contrib/fpm2pass.pl index 09aeb5a..d1a0908 100755 --- a/contrib/fpm2pass.pl +++ b/contrib/fpm2pass.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# Copyright (C) 2012 Jeffrey Ratcliffe <jeffrey.ratcliffe@gmail.com>. All Rights Reserved. +# This file is licensed under the GPLv2+. Please see COPYING for more information. + use warnings; use strict; use XML::Simple; |