add some headers to old files
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
fecbe89783
commit
b8fba1aabe
6 changed files with 46 additions and 16 deletions
30
0toX
30
0toX
|
|
@ -1,10 +1,26 @@
|
|||
#!/bin/bash
|
||||
# @Descripton:
|
||||
# Move blender output files to your
|
||||
# extension
|
||||
# @Author: Nico Schottelius <nico@schottelius.(org|net)>
|
||||
# @Date: April 2., 1999
|
||||
# @Copying: See GNU GENERAL PUBLIC LICENSE ; Version 2, June 1991
|
||||
#!/bin/sh
|
||||
#
|
||||
# 1999-2010 Nico Schottelius (nico-nsbin at schottelius.org)
|
||||
#
|
||||
# This file is part of nsbin.
|
||||
#
|
||||
# nsbin 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 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# nsbin 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 nsbin. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Date: 1999-04-02
|
||||
#
|
||||
# Move blender output files to your extension
|
||||
#
|
||||
|
||||
if [ -z $1 ]
|
||||
then echo "Please choose extension"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue