[linop] 05/10: d/copyright: debian/* now under compatible license

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jul 1 09:39:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository linop.

commit e38ac777a8238d95daa7aa73ae720e9d2f7938b3
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 1 09:57:24 2015 +0100

    d/copyright: debian/* now under compatible license
---
 debian/copyright                    | 22 ++-------
 linop.egg-info/PKG-INFO             | 89 -------------------------------------
 linop.egg-info/SOURCES.txt          | 21 ---------
 linop.egg-info/dependency_links.txt |  1 -
 linop.egg-info/not-zip-safe         |  1 -
 linop.egg-info/top_level.txt        |  1 -
 6 files changed, 4 insertions(+), 131 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 94ec9fd..7def0f1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,6 +20,10 @@ Files: tests/*
 Copyright: 2013-2014 Ghislain Vaillant <ghisvail at gmail.com>
 License: BSD-3-clause
 
+Files: debian/*
+Copyright: 2014 Ghislain Vaillant <ghisvail at gmail.com>
+License: BSD-3-clause
+
 License: BSD-3-clause
  Copyright (c) 2008-2013, Dominique Orban <dominique.orban at gerad.ca>
  All rights reserved.
@@ -51,21 +55,3 @@ License: BSD-3-clause
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
 
-Files: debian/*
-Copyright: 2014 Ghislain Vaillant <ghisvail at gmail.com>
-License: GPL-2+
- This package 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.
- .
- This package 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 this program. If not, see <http://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/linop.egg-info/PKG-INFO b/linop.egg-info/PKG-INFO
deleted file mode 100644
index 4ee8841..0000000
--- a/linop.egg-info/PKG-INFO
+++ /dev/null
@@ -1,89 +0,0 @@
-Metadata-Version: 1.1
-Name: linop
-Version: 0.8.2
-Summary: A pythonic abstraction for linear mathematical operators
-Home-page: https://github.com/ghisvail/linop
-Author: Ghislain Vaillant
-Author-email: ghisvail at gmail.com
-License: BSD
-Description: =====
-        linop
-        =====
-        
-        This project provides a standalone set of classes to abstract the creation 
-        and management of linear operators, to be used as a common basis for the 
-        development of advanced mathematical frameworks.
-        
-        The code base was originally forked from the `pykrylov project 
-        <https://github.com/dpo/pykrylov>`_ developed by Dominique Orban. This 
-        project has added missing features such as Python 3 support, a comprehensive 
-        test suite, bug fixes and feature enhancements.
-        
-        
-        Requirements
-        ============
-        
-        * Python 2 (>=2.6) or 3 (>=3.2)
-        * NumPy
-        
-        
-        Installation
-        ============
-        
-        Using pip / easy_install (recommended)::
-            
-            pip install linop
-        
-        From the cloned repository or unpacked source distribution::
-        
-            python setup.py install
-        
-        
-        Documentation
-        =============
-        
-        The package documentation can be found `here 
-        <http://pythonhosted.org/linop>`_. The documentation can be built using 
-        Sphinx. Within the root location of the source directory, run::
-        
-            python setup.py build_sphinx
-        
-        The html documentation will be available in doc/build/html.
-        
-        
-        Changelog
-        =========
-        
-        See the CHANGES.txt file.
-        
-        
-        Thanks to
-        =========
-        
-        A list of contributors to the project is kept updated in the AUTHORS.txt file.
-        
-        
-        Contributing
-        ============
-        
-        The code source is released under a permissive license. Anyone is welcome 
-        to contribute to the improvement of the existing code base.
-        
-        Please feel free to submit an issue to the bug tracker, clone the repository 
-        and submit your changes by pull-request.  
-        
-        The test suite uses `nose <http://nose.readthedocs.org>`_ and can be run with::
-        
-            python setup.py test
-        
-Keywords: linear,operator,mathematics
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Science/Research
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3
-Classifier: Topic :: Scientific/Engineering
-Classifier: Topic :: Software Development
diff --git a/linop.egg-info/SOURCES.txt b/linop.egg-info/SOURCES.txt
deleted file mode 100644
index ca02d8e..0000000
--- a/linop.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-AUTHORS.txt
-CHANGES.txt
-LICENSE.txt
-MANIFEST.in
-README.txt
-setup.cfg
-setup.py
-doc/Makefile
-doc/source/blkop.rst
-doc/source/conf.py
-doc/source/index.rst
-doc/source/intro.rst
-doc/source/linop.rst
-linop/__init__.py
-linop/blkop.py
-linop/linop.py
-linop.egg-info/PKG-INFO
-linop.egg-info/SOURCES.txt
-linop.egg-info/dependency_links.txt
-linop.egg-info/not-zip-safe
-linop.egg-info/top_level.txt
\ No newline at end of file
diff --git a/linop.egg-info/dependency_links.txt b/linop.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/linop.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/linop.egg-info/not-zip-safe b/linop.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/linop.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/linop.egg-info/top_level.txt b/linop.egg-info/top_level.txt
deleted file mode 100644
index 3882860..0000000
--- a/linop.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-linop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linop.git



More information about the debian-science-commits mailing list