Changeset 1046 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Nov 9, 2012 2:38:45 PM (12 years ago)
Author:
maronga
Message:

put scripts and utilities under GPL

Location:
palm/trunk/SCRIPTS
Files:
2 added
13 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/compile_tutorial

    r982 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------!
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
    320# Current revisions:
    421# -----------------
     22# code put under GPL (PALM 3.9)
    523#
    624# Former revisions:
  • palm/trunk/SCRIPTS/hlrn_watchdog

    r1030 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------!
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
    320# Current revisions:
    421# -----------------
     22# code put under GPL (PALM 3.9)
    523#
    624# Former revisions:
  • palm/trunk/SCRIPTS/img2stereo

    r982 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------!
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
    320# Current revisions:
    421# -----------------
     22# code put under GPL (PALM 3.9)
    523#
    624# Former revisions:
  • palm/trunk/SCRIPTS/img2video

    r982 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------!
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
    320# Current revisions:
    421# -----------------
     22# code put under GPL (PALM 3.9)
     23#
    524#
    625# Former revisions:
  • palm/trunk/SCRIPTS/mbuild

    r1040 r1046  
    11#!/bin/ksh
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
     20# Current revisions:
     21# -----------------
     22# code put under GPL (PALM 3.9)
     23#
     24# Former revisions:
     25# -----------------
    226# mbuild - script for compiling the PALM code and its utility programs
    327# $Id$
  • palm/trunk/SCRIPTS/mrun

    r1045 r1046  
    11#!/bin/ksh
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
     20# Current revisions:
     21# -----------------
     22# code put under GPL (PALM 3.9)
     23#
     24# Former revisions:
     25# -----------------
    226# mrun - script for running PALM jobs
    327# $Id$
  • palm/trunk/SCRIPTS/mrungui

    r794 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------#
     2
     3#--------------------------------------------------------------------------------#
     4# This file is part of PALM.
     5#
     6# PALM is free software: you can redistribute it and/or modify it under the terms
     7# of the GNU General Public License as published by the Free Software Foundation,
     8# either version 3 of the License, or (at your option) any later version.
     9#
     10# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License along with
     15# PALM. If not, see <http://www.gnu.org/licenses/>.
     16#
     17# Copyright 1997-2012  Leibniz University Hannover
     18#--------------------------------------------------------------------------------#
     19#
    320# Current revisions:
    421# -----------------
     22# code put under GPL (PALM 3.9)
    523#
    624# Former revisions:
  • palm/trunk/SCRIPTS/palm_simple_install

    r515 r1046  
    11#!/bin/ksh
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
     19# Current revisions:
     20# -----------------
     21# code put under GPL (PALM 3.9)
     22#
     23# Former revisions:
     24# -----------------
     25# $Id$
     26
    227# palm_simple_install - a script for simple installation and compilation of
    328#                       the palm code without using mbuild
    4 # $Id$
    5 
    629     # This script creates (from the working copy of the palm repository)
    730     # a subdirectory MAKE_DEPOSITORY_simple which contains a copy of the
  • palm/trunk/SCRIPTS/palm_simple_run

    r755 r1046  
    11#!/bin/ksh
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
     19# Current revisions:
     20# -----------------
     21# code put under GPL (PALM 3.9)
     22#
     23# Former revisions:
     24# -----------------
     25# $Id$
     26
    227# palm_simple_run - a simple method for running the palm code without
    328#                   using the mrun script
    4 # $Id$
    5 
    629     # This script runs the palm code in a unique subdirectory (OUTPUT...,
    730     # current time/date and number of processors are part of the subdirectory
  • palm/trunk/SCRIPTS/palmplot

    r776 r1046  
    11#!/bin/ksh
    2 # palmplot - script for running the NCL scripts
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
     19# Current revisions:
     20# -----------------
     21# code put under GPL (PALM 3.9)
     22#
     23# Former revisions:
     24# -----------------
    325# $Id$
    426
     27# palmplot - script for running the NCL scripts
    528    # Using the available NCL scripts via the shell script palmplot
    629
  • palm/trunk/SCRIPTS/process_dvr_output

    r336 r1046  
    11#!/bin/ksh
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
     19# Current revisions:
     20# -----------------
     21# code put under GPL (PALM 3.9)
     22#
     23# Former revisions:
     24# -----------------
     25# $Id$
     26#
    227# process_dvr_output - a script processing dvr steering + data files
    3 # $Id$
    428
    529     # This script determines the number of streams opened by the dvr software
  • palm/trunk/SCRIPTS/release_tutorial

    r982 r1046  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------!
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
    319# Current revisions:
    420# -----------------
     21# code put under GPL (PALM 3.9)
    522#
    623# Former revisions:
  • palm/trunk/SCRIPTS/subjob

    r1043 r1046  
    11#!/bin/ksh
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
     19# Current revisions:
     20# -----------------
     21# code put under GPL (PALM 3.9)
     22#
     23# Former revisions:
     24# -----------------
     25# $Id$
     26
    227# subjob - Plot-Shellskript         Version:  @(#)SUBJOB 1.0
    3 # $Id$
    4 
    528     # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS
    629     # laufen sollen und deren Ergebnis (Dayfile) zum Job-generierenden
Note: See TracChangeset for help on using the changeset viewer.