X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fshell_header.txt;h=74bf97501c0db2b42009ed19362ea3cebfd23992;hb=8f1a85cd21d35aad6cba6d6929656a112fe002dc;hp=f2917738af8891a5373e314928c4be396be42a98;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/core/shell_header.txt b/scripts/core/shell_header.txt index f2917738..74bf9750 100644 --- a/scripts/core/shell_header.txt +++ b/scripts/core/shell_header.txt @@ -1,14 +1,13 @@ -#! shell name (fix this) -#### +#!/bin/bash +#!/usr/bin/perl +#!/usr/bin/python +############## # Name : {script name} # Author : {your name} -# Rights : Copyright (C) 2011-$now by Author -#### -# Copyright (c) 2011-$now By Author. This script 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: http://www.gnu.org/licenses/gpl.html or under the terms of the GNU Library license: -# http://www.gnu.org/licenses/lgpl.html at your preference. Those licenses describe your legal -# rights to this software, and no other rights or warranties apply. -# Feel free to send updated versions of this code to: [ fred@gruntose.com ] -- Thanks, fred. -#### +# Rights : Copyright (C) 2012-$now by Author +############## +# This script is free software; you can modify/redistribute it under the terms +# of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ] +# Feel free to send updates to: [ fred@gruntose.com ] +##############