diff options
author | ceros7 <ceros7@svn> | 2010-05-15 23:13:38 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-15 23:13:38 +0000 |
commit | 3b3b83a889a74b65465f90a46dba097cc3547598 (patch) | |
tree | 3cf8f55f219e918b6b46442468cea675168cbb8c /tools | |
parent | 36e3d0b74d918c424cedf2537b7667f4664dcd6f (diff) |
Add missing copyright headers for OSX installer scripts.
Files were added by d4rkm4ster.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30197 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/PackageMaker/dmgmaker.pl | 16 | ||||
-rwxr-xr-x | tools/PackageMaker/post_install_user.pl | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/PackageMaker/dmgmaker.pl b/tools/PackageMaker/dmgmaker.pl index 839fae64c8..539d730f58 100755 --- a/tools/PackageMaker/dmgmaker.pl +++ b/tools/PackageMaker/dmgmaker.pl @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + use strict; use warnings; diff --git a/tools/PackageMaker/post_install_user.pl b/tools/PackageMaker/post_install_user.pl index 442e389539..d252553236 100755 --- a/tools/PackageMaker/post_install_user.pl +++ b/tools/PackageMaker/post_install_user.pl @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + ############################################################################## # Post install script # -d4rk 09/13/08 |