py-rrdtool-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[py-rrdtool-cvs] [Commit] py-rrdtool/src _rrdtoolmodule.c rrd_extra.h rr


From: Hye-Shik Chang <address@hidden>
Subject: [py-rrdtool-cvs] [Commit] py-rrdtool/src _rrdtoolmodule.c rrd_extra.h rrd_format.h
Date: Fri, 24 May 2002 12:57:42 -0400

perky       02/05/24 12:57:42

  Modified:    src      _rrdtoolmodule.c rrd_extra.h rrd_format.h
  Log:
  Add Copyright Notices (LGPL Requirement)
  
  Revision  Changes    Path
  1.6       +21 -3     py-rrdtool/src/_rrdtoolmodule.c
  
  Index: _rrdtoolmodule.c
  ===================================================================
  RCS file: /cvsroot/py-rrdtool/py-rrdtool/src/_rrdtoolmodule.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- _rrdtoolmodule.c  24 May 2002 06:10:04 -0000      1.5
  +++ _rrdtoolmodule.c  24 May 2002 16:57:42 -0000      1.6
  @@ -4,14 +4,32 @@
    * RRDTool Python binding
    *
    * Author  : Hye-Shik Chang <address@hidden>
  - * Date    : $Date: 2002/05/24 06:10:04 $
  + * Date    : $Date: 2002/05/24 16:57:42 $
    * Created : 23 May 2002
    *
  - * $Revision: 1.5 $
  + * $Revision: 1.6 $
  + *
  + *  
==========================================================================
  + *  This file is part of py-rrdtool.
  + *
  + *  py-rrdtool is free software; you can redistribute it and/or modify
  + *  it under the terms of the GNU Lesser General Public License as published
  + *  by the Free Software Foundation; either version 2 of the License, or
  + *  (at your option) any later version.
  + *
  + *  py-rrdtool is distributed in the hope that it will be useful,
  + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  + *  GNU Lesser General Public License for more details.
  + *
  + *  You should have received a copy of the GNU Lesser General Public License
  + *  along with Foobar; if not, write to the Free Software
  + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + *
    */
   
   static char *version =
  -"$Id: _rrdtoolmodule.c,v 1.5 2002/05/24 06:10:04 perky Exp $";
  +"$Id: _rrdtoolmodule.c,v 1.6 2002/05/24 16:57:42 perky Exp $";
   
   #include "Python.h"
   #include "rrd.h"
  
  
  
  1.2       +18 -0     py-rrdtool/src/rrd_extra.h
  
  Index: rrd_extra.h
  ===================================================================
  RCS file: /cvsroot/py-rrdtool/py-rrdtool/src/rrd_extra.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rrd_extra.h       24 May 2002 00:19:35 -0000      1.1
  +++ rrd_extra.h       24 May 2002 16:57:42 -0000      1.2
  @@ -1,3 +1,21 @@
  +/*
  + *  This file is part of RRDtool.
  + *
  + *  RRDtool is free software; you can redistribute it and/or modify
  + *  it under the terms of the GNU General Public License as published
  + *  by the Free Software Foundation; either version 2 of the License, or
  + *  (at your option) any later version.
  + *
  + *  RRDtool is distributed in the hope that it will be useful,
  + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  + *  GNU General Public License for more details.
  + *
  + *  You should have received a copy of the GNU General Public License
  + *  along with Foobar; if not, write to the Free Software
  + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + */
  +
   
/*****************************************************************************
    * RRDtool 1.0.37  Copyright Tobias Oetiker, 1997 - 2000
    
*****************************************************************************
  
  
  
  1.2       +18 -0     py-rrdtool/src/rrd_format.h
  
  Index: rrd_format.h
  ===================================================================
  RCS file: /cvsroot/py-rrdtool/py-rrdtool/src/rrd_format.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rrd_format.h      24 May 2002 00:19:35 -0000      1.1
  +++ rrd_format.h      24 May 2002 16:57:42 -0000      1.2
  @@ -1,3 +1,21 @@
  +/*
  + *  This file is part of RRDtool.
  + *
  + *  RRDtool is free software; you can redistribute it and/or modify
  + *  it under the terms of the GNU General Public License as published
  + *  by the Free Software Foundation; either version 2 of the License, or
  + *  (at your option) any later version.
  + *
  + *  RRDtool is distributed in the hope that it will be useful,
  + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  + *  GNU General Public License for more details.
  + *
  + *  You should have received a copy of the GNU General Public License
  + *  along with Foobar; if not, write to the Free Software
  + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + */
  +
   
/*****************************************************************************
    * RRDtool 1.0.37  Copyright Tobias Oetiker, 1997, 1998, 1999
    
*****************************************************************************
  
  
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]