Codebase list libfastutil-java / lintian-fixes/main debian / copyright
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

copyright @lintian-fixes/mainraw · history · blame

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Sebastiano Vigna <vigna@acm.org>
Source: http://fastutil.di.unimi.it/
Upstream-Name: fastutil

Files: *
Copyright: 2002-2020 Sebastiano Vigna
License: Apache-2.0

Files: drv/ArrayIndirectPriorityQueue.drv
       drv/ArrayPriorityQueue.drv
       drv/Comparators.drv
       drv/HeapIndirectPriorityQueue.drv
       drv/HeapPriorityQueue.drv
       drv/HeapSemiIndirectPriorityQueue.drv
       drv/Heaps.drv
       drv/IndirectHeaps.drv
       drv/IndirectPriorityQueue.drv
       drv/PriorityQueue.drv
       drv/SemiIndirectHeaps.drv
       src/it/unimi/dsi/fastutil/AbstractIndirectPriorityQueue.java
       src/it/unimi/dsi/fastutil/AbstractPriorityQueue.java
       src/it/unimi/dsi/fastutil/IndirectPriorityQueue.java
       src/it/unimi/dsi/fastutil/PriorityQueue.java
Copyright: 2003-2020 Paolo Boldi and Sebastiano Vigna
License: Apache-2.0

Files: drv/Arrays.drv
       drv/BigArraysCommon.drv
       drv/BigArrays.drv
Copyright: 1999      CERN - European Organization for Nuclear Research
           2002-2020 Sebastiano Vigna
License: CERN and Apache-2.0

Files: debian/*
Copyright: 2013 Andreas Tille <tille@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
      http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems you can find a copy of Apache 2.0 at
 /usr/share/common-licenses/Apache-2.0


License: CERN
 Permission to use, copy, modify, distribute and sell this software and
 its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and that
 both that copyright notice and this permission notice appear in
 supporting documentation. CERN makes no representations about the
 suitability of this software for any purpose. It is provided "as is"
 without expressed or implied warranty.