Changeset 229 for trunk/jobarchived


Ignore:
Timestamp:
03/10/06 17:29:56 (18 years ago)
Author:
bastiaans
Message:

jobarchived/DBClass.py:

  • added svn prop
  • added GPL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/DBClass.py

    • Property svn:keywords set to Id
    r79 r229  
    99# SARA API for Postgres Database
    1010#
    11 # Changed by: Ramon Bastiaans for Elsa
    12 # SVN info:
    13 #       $Id: DBClass.py 541 2004-06-29 09:19:40Z bas $
     11# Changed by: Ramon Bastiaans for Job Monarch
     12#
     13#
     14# This file is part of Jobmonarch
     15#
     16# Copyright (C) 2006  Ramon Bastiaans
     17#
     18# Jobmonarch is free software; you can redistribute it and/or modify
     19# it under the terms of the GNU General Public License as published by
     20# the Free Software Foundation; either version 2 of the License, or
     21# (at your option) any later version.
     22#
     23# Jobmonarch is distributed in the hope that it will be useful,
     24# but WITHOUT ANY WARRANTY; without even the implied warranty of
     25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     26# GNU General Public License for more details.
     27#
     28# You should have received a copy of the GNU General Public License
     29# along with this program; if not, write to the Free Software
     30# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     31#
     32# SVN $Id$
     33#
    1434"""
    1535This is an generic SARA python class that connects to any postgres database.
Note: See TracChangeset for help on using the changeset viewer.