[BioRuby-cvs] bioruby README.DEV,1.8,1.9

Katayama Toshiaki k at pub.open-bio.org
Wed Feb 8 12:02:11 UTC 2006


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv9632

Modified Files:
	README.DEV 
Log Message:
* changes on license


Index: README.DEV
===================================================================
RCS file: /home/repository/bioruby/bioruby/README.DEV,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README.DEV	14 Nov 2005 15:50:21 -0000	1.8
--- README.DEV	8 Feb 2006 12:02:09 -0000	1.9
***************
*** 3,7 ****
    $Id$
  
!   Copyright (C) 2005 Toshiaki Katayama <k at bioruby.org>
  
  = How to contribute to the BioRuby project?
--- 3,7 ----
    $Id$
  
!   Copyright (C) 2005, 2006 Toshiaki Katayama <k at bioruby.org>
  
  = How to contribute to the BioRuby project?
***************
*** 15,19 ****
  * Develop code for new features, etc.
  
! All of these are welcome!  This document describes the last option,
  how to contribute your code to the BioRuby distribution.
  
--- 15,19 ----
  * Develop code for new features, etc.
  
! All of these are welcome!  However, this document describes the last option,
  how to contribute your code to the BioRuby distribution.
  
***************
*** 23,29 ****
  == License
  
! If you would like your module to be included in the BioRuby
! distribution, please license your module under GNU's LGPL for
! compatibility with the BioRuby project.
  
  == Coding style
--- 23,32 ----
  == License
  
! If you would like your module to be included in the BioRuby distribution,
! you need to give us right to change the license of your module to make it
! compatible with other modules in BioRuby.
! 
! BioRuby was previously distributed under the GNU GPL license, but now we
! are changing the license to Ruby's. 
  
  == Coding style
***************
*** 56,60 ****
    #               Bio R. Hacker <brh at example.org>,
    #               Chem R. Hacker <crh at example.org>
!   # License::     LGPL
    #
    # $Id$
--- 59,63 ----
    #               Bio R. Hacker <brh at example.org>,
    #               Chem R. Hacker <crh at example.org>
!   # License::     Ruby's
    #
    # $Id$
***************
*** 73,97 ****
    # == References
    #
!   # * Hoge F. et al., The Hoge database, Nucleic. Acid. Res.   123:100--123 (2030)
    #
    # * http://hoge.db/
-   #
-   #--
-   #
-   #  This library 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.
-   #
-   #  This library 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 this library; if not, write to the Free Software
-   #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
-   #
-   #++
    #
  
--- 76,82 ----
    # == References
    #
!   # * Hoge F. et al., The Hoge database, Nucleic. Acid. Res. 123:100--123 (2030)
    #
    # * http://hoge.db/
    #
  




More information about the bioruby-cvs mailing list