- Timestamp:
- 08/15/02 08:36:47 (21 years ago)
- Location:
- trunk/pxeconfig
- Files:
-
- 2 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/changelog
r12 r14 1 Always edit this file when changes are commited: :1 Always edit this file when changes are commited: 2 2 3 3 $Log: changelog,v $ 4 Revision 1.12 2002/08/15 06:36:46 sscpbas 5 Placed alle files under GPL license. So everybody can use it. 6 4 7 Revision 1.11 2002/02/22 10:05:59 sscpbas 5 8 Added the downloads file. So we can see which sites have downloaded the -
trunk/pxeconfig/hexls
r6 r14 1 1 #! /usr/bin/env python 2 # Copyright (C) 200 0, SARA.2 # Copyright (C) 2002 3 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. 4 # This file is part of the pxeconfig utils 9 5 # 10 # Neither SARA (Stichting Academisch Rekencentrum Amsterdam) nor the11 # nor the author make any representations about the suitability of this12 # software for any purpose. This software is provided ``as is'' without13 # express or implied warranty.6 # This program is free software; you can redistribute it and/or modify it 7 # under the terms of the GNU General Public License as published by the 8 # Free Software Foundation; either version 2, or (at your option) any 9 # later version. 14 10 # 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with this program; if not, write to the Free Software 18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 15 19 # 16 20 ''' … … 22 26 23 27 CVS info 24 $Date: 2002/0 2/21 13:21:51$25 $Revision: 1. 2$28 $Date: 2002/08/15 06:36:47 $ 29 $Revision: 1.3 $ 26 30 ''' 27 31 -
trunk/pxeconfig/pxeconfig
r10 r14 7 7 # 8 8 # CVS info 9 # $Date: 2002/02/21 15:38:01 $ 10 # $Revision: 1.6 $ 11 # 12 # Copyright (C) 2000, SARA. 13 # 14 # Permission to use, copy, modify, and distribute this software and its 15 # documentation for non-commercial purposes and without fee is hereby 16 # granted, provided that the above copyright notice appears in all copies 17 # and that both the copyright notice and this permission notice appear in 18 # supporting documentation. 19 # 20 # Neither SARA (Stichting Academisch Rekencentrum Amsterdam) nor the 21 # nor the author make any representations about the suitability of this 22 # software for any purpose. This software is provided ``as is'' without 23 # express or implied warranty. 24 # 9 # $Date: 2002/08/15 06:36:47 $ 10 # $Revision: 1.7 $ 11 # 12 # Copyright (C) 2002 13 # 14 # This file is part of the pxeconfig utils 15 # 16 # This program is free software; you can redistribute it and/or modify it 17 # under the terms of the GNU General Public License as published by the 18 # Free Software Foundation; either version 2, or (at your option) any 19 # later version. 20 # 21 # This program is distributed in the hope that it will be useful, 22 # but WITHOUT ANY WARRANTY; without even the implied warranty of 23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 # GNU General Public License for more details. 25 # 26 # You should have received a copy of the GNU General Public License 27 # along with this program; if not, write to the Free Software 28 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 25 29 # 26 30 """ -
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.