Changeset 958

Show
Ignore:
Timestamp:
05/03/11 15:56:40 (13 months ago)
Author:
apdavison
Message:

renamed COPYING to LICENSE

Location:
trunk
Files:
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST.in

    r929 r958  
    66include examples/*.py 
    77include doc/*.txt 
    8 include COPYING 
     8include LICENSE 
     9include AUTHORS 
    910include changelog 
    1011 
  • trunk/changelog

    r929 r958  
     1==================== 
     2Release 0.7.1 (r958) 
     3==================== 
     4 
     5The main reason for this release is to add copyright statements, without which 
     6the validity of the CeCILL licence could be questioned. There are also some 
     7minor bug fixes. 
     8 
    19==================== 
    210Release 0.7.0 (r929) 
  • trunk/src/__init__.py

    r957 r958  
    7171 
    7272__version__ = '0.7.1 ( $Rev$)'.replace(' $','') 
    73 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "nemo", "recording", "errors", "space", "descriptions", "standardmodels"] 
     73__all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording", "errors", "space", "descriptions", "standardmodels"]