Changeset 14


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.

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::
     1Always edit this file when changes are commited:
    22
    33$Log: changelog,v $
     4Revision 1.12  2002/08/15 06:36:46  sscpbas
     5Placed alle files under GPL license. So everybody can use it.
     6
    47Revision 1.11  2002/02/22 10:05:59  sscpbas
    58Added the downloads file. So we can see which sites have downloaded the
  • trunk/pxeconfig/hexls

    r6 r14  
    11#! /usr/bin/env python
    2 # Copyright (C) 2000, SARA.
     2# Copyright (C) 2002
    33#
    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
    95#
    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.
     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.
    1410#
     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
    1519#
    1620'''
     
    2226
    2327CVS info
    24   $Date: 2002/02/21 13:21:51 $
    25   $Revision: 1.2 $
     28  $Date: 2002/08/15 06:36:47 $
     29  $Revision: 1.3 $
    2630'''
    2731
  • trunk/pxeconfig/pxeconfig

    r10 r14  
    77#
    88# 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
    2529#
    2630"""
  • 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.