Changeset 14 for trunk/pxeconfig/pxeconfigd
- Timestamp:
- 08/15/02 08:36:47 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/pxeconfigd
r6 r14 1 1 #!/usr/bin/env python 2 # Copyright (C) 2000, SARA.3 2 # 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 9 4 # 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 14 6 # 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 15 20 # 16 21 """ … … 31 36 32 37 CVS info 33 $Date: 2002/0 2/21 13:21:52$34 $Revision: 1. 4$38 $Date: 2002/08/15 06:36:47 $ 39 $Revision: 1.5 $ 35 40 """ 36 41 import time
Note: See TracChangeset
for help on using the changeset viewer.