Ignore:
Timestamp:
08/15/02 08:36:47 (22 years ago)
Author:
sscpbas
Message:

Placed alle files under GPL license. So everybody can use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/pxeconfigd

    r6 r14  
    11#!/usr/bin/env python
    2 # Copyright (C) 2000, SARA.
    32#
    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.
     3# Copyright (C) 2002
    94#
    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.
     5# This file is part of the pxeconfig utils
    146#
     7# This program is free software; you can redistribute it and/or modify it
     8# under the terms of the GNU General Public License as published by the
     9# Free Software Foundation; either version 2, or (at your option) any
     10# later version.
     11#
     12# This program is distributed in the hope that it will be useful,
     13# but WITHOUT ANY WARRANTY; without even the implied warranty of
     14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15# GNU General Public License for more details.
     16#
     17# You should have received a copy of the GNU General Public License
     18# along with this program; if not, write to the Free Software
     19# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
    1520#
    1621"""
     
    3136
    3237CVS info
    33   $Date: 2002/02/21 13:21:52 $
    34   $Revision: 1.4 $
     38  $Date: 2002/08/15 06:36:47 $
     39  $Revision: 1.5 $
    3540"""
    3641import time
Note: See TracChangeset for help on using the changeset viewer.