Ignore:
Timestamp:
02/21/02 14:21:52 (22 years ago)
Author:
sscpbas
Message:

Added the license info to each utility and fix and error in the getopt
handling for pxeconfig utility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/pxeconfigd

    r4 r6  
    11#!/usr/bin/env python
     2# Copyright (C) 2000, SARA.
     3#
     4# Permission to use, copy, modify, and distribute this software and its
     5# documentation for non-commercial purposes and without fee is hereby
     6# granted, provided that the above copyright notice appears in all copies
     7# and that both the copyright notice and this permission notice appear in
     8# supporting documentation.
     9#
     10# Neither SARA (Stichting Academisch Rekencentrum Amsterdam) nor the
     11# nor the author make any representations about the suitability of this
     12# software for any purpose. This software is provided ``as is'' without
     13# express or implied warranty.
     14#
     15#
    216"""
    317Author: Bas van der Vlies <basv@sara.nl>
     
    1731
    1832CVS info
    19   $Date: 2002/02/19 09:57:40 $
    20   $Revision: 1.3 $
     33  $Date: 2002/02/21 13:21:52 $
     34  $Revision: 1.4 $
    2135"""
    2236import time
Note: See TracChangeset for help on using the changeset viewer.