mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-06-17 15:47:42 +02:00
added copyright notice to scripts that build bundle and dmg on mac
This commit is contained in:
parent
a1af722d69
commit
ba40221b53
@ -1,6 +1,25 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# This script assembles Mac OS X bundle
|
||||
# Firewall Builder
|
||||
#
|
||||
# Copyright (C) 2012 NetCitadel, LLC
|
||||
#
|
||||
# Author: Vadim Kurland vadim@netcitadel.com
|
||||
#
|
||||
# This program is free software which we release under the GNU General Public
|
||||
# License. You may redistribute and/or modify this program under the terms
|
||||
# of that 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.
|
||||
#
|
||||
# To get a copy of the GNU General Public License, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# This script assembles Mac OS X bundle
|
||||
#
|
||||
#---------------------------------------------------------------------
|
||||
#
|
||||
|
@ -1,4 +1,24 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Firewall Builder
|
||||
#
|
||||
# Copyright (C) 2012 NetCitadel, LLC
|
||||
#
|
||||
# Author: Vadim Kurland vadim@netcitadel.com
|
||||
#
|
||||
# This program is free software which we release under the GNU General Public
|
||||
# License. You may redistribute and/or modify this program under the terms
|
||||
# of that 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.
|
||||
#
|
||||
# To get a copy of the GNU General Public License, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_NAME=$1
|
||||
BUNDLE=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user