[DRE-commits] [ruby-numo-narray] 04/05: Update debian/copyright

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jun 21 08:37:33 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository ruby-numo-narray.

commit 643be9672e418c85af41b49d38621565c256ba5f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jun 21 17:20:55 2017 +0900

    Update debian/copyright
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/control   | 10 +++++++---
 debian/copyright | 50 ++++++++++++++++++++++++++------------------------
 2 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index ef459fa..cdaaf28 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
                ruby-rspec
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-numo-narray.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-numo-narray.git
 Homepage: https://github.com/ruby-numo/narray
@@ -20,5 +20,9 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: alpha release of Numo::NArray - New NArray class library in Ruby/Numo (NUmerical MOdule)
- Numo::NArray - New NArray class library in Ruby/Numo.
+Description: Numo::NArray - New NArray class library in Ruby/Numo(NUmerical MOdule)
+ Numo::NArray is an Numerical N-dimensional Array class for fast
+ processing and easy manipulation of multi-dimensional numerical data,
+ similar to numpy.ndaray.
+ .
+ This project is the successor to Ruby/NArray.
diff --git a/debian/copyright b/debian/copyright
index 0b58bae..4597144 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,35 @@ Upstream-Name: numo-narray
 Source: https://github.com/ruby-numo/narray
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 1999-2017, Masahiro TANAKA
+License: BSD-3-Clause
 
 Files: debian/*
 Copyright: 2017 Youhei SASAKI <uwabami at gfd-dennou.org>
-License: GPL-2+ (FIXME)
+License: BSD-3-Clause
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
- This program 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.
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
  .
- This program 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 package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-numo-narray.git



More information about the Pkg-ruby-extras-commits mailing list