1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-01-23 20:06:41 +00:00

Address lintian warnings/errors. Fixes issue #16.

This commit is contained in:
Veselin Georgiev 2015-04-21 12:23:51 -04:00
parent 6b38edcc88
commit 2722a10738
2 changed files with 25 additions and 1 deletions

6
debian/control vendored
View file

@ -15,4 +15,8 @@ Description: small C library for x86/x86_64 CPU detection and feature extraction
Package: libcpuid11-dev
Architecture: amd64 i386
Description: develop files for libcpuid
Section: libdevel
Depends: ${misc:Depends}
Description: Development files for libcpuid
For details about the programming API, please see the docs
on the project's site (http://libcpuid.sourceforge.net/)

20
debian/copyright vendored
View file

@ -6,6 +6,26 @@ Files: *
Copyright: 2008-2015 Veselin Georgiev <anrieff@gmail.com>
License: BSD-2-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.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
Files: debian/*
Copyright: 2015 Zhang, Guodong <gdzhang@linx-info.com>