[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/libpthread-stubs][debian-unstable] debian/copyright: Convert to machine-readable format



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / lib / libpthread-stubs

Commits:

  • b2f95bd9
    by Dylan Aïssi at 2025-07-31T22:30:52+02:00
    debian/copyright: Convert to machine-readable format
    

3 changed files:

Changes:

  • debian/changelog
    1
    +libpthread-stubs (0.5-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Team upload.
    
    4
    +  * debian/copyright: Convert to machine-readable format
    
    5
    +
    
    6
    + -- Dylan Aïssi <daissi@debian.org>  Thu, 31 Jul 2025 22:25:37 +0200
    
    7
    +
    
    1 8
     libpthread-stubs (0.5-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Debian Janitor ]
    

  • debian/copyright
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: pthread-stubs
    
    3
    +Source: https://gitlab.freedesktop.org/xorg/lib/pthread-stubs
    
    4
    +License: Expat
    
    5
    +
    
    6
    +Files: *
    
    7
    +Copyright: 2007 Jamey Sharp <sharpone@debian.org>
    
    8
    +           2007 Josh Triplett <josh@freedesktop.org>
    
    9
    +           2006 Diego Pettenò
    
    10
    +           Inspired by libX11 code copyright (c) 1995 David E. Wexelblat.
    
    11
    +License: Expat
    
    12
    +
    
    13
    +Files: debian/*
    
    14
    +Copyright: 2006 Jamey Sharp <sharpone@debian.org>
    
    15
    +License: Expat
    
    16
    +
    
    17
    +License: Expat
    
    18
    + Permission is hereby granted, free of charge, to any person obtaining a
    
    19
    + copy of this software and associated documentation files (the "Software"),
    
    20
    + to deal in the Software without restriction, including without limitation
    
    21
    + the rights to use, copy, modify, merge, publish, distribute, sublicense,
    
    22
    + and/or sell copies of the Software, and to permit persons to whom the
    
    23
    + Software is furnished to do so, subject to the following conditions:
    
    24
    + .
    
    25
    + The above copyright notice and this permission notice shall be included in
    
    26
    + all copies or substantial portions of the Software.
    
    27
    + .
    
    28
    + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    29
    + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    30
    + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    
    31
    + AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
    
    32
    + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    
    33
    + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    34
    + .
    
    35
    + Except as contained in this notice, the names of the authors or their
    
    36
    + institutions shall not be used in advertising or otherwise to promote the
    
    37
    + sale, use or other dealings in this Software without prior written
    
    38
    + authorization from the authors.

  • debian/copyright.debian deleted
    1
    -This package was debianized by Jamey Sharp <sharpone@debian.org> on
    
    2
    -Fri, 24 Nov 2006 01:01:49 -0800.  The package is co-maintained by the
    
    3
    -XCB developers via the XCB mailing list <xcb@lists.freedesktop.org>.
    
    4
    -
    
    5
    -It was downloaded from https://xcb.freedesktop.org/dist
    
    6
    -
    
    7
    -Upstream Authors: Jamey Sharp <sharpone@debian.org>
    
    8
    -                  Josh Triplett <josh@freedesktop.org>
    
    9
    -
    
    10
    -Copyright:
    
    11
    -   Copyright (C) 2006 Diego Pettenò
    
    12
    -   Inspired by libX11 code copyright (c) 1995 David E. Wexelblat.
    
    13
    -   Copyright (C) 2007 Jamey Sharp <sharpone@debian.org>
    
    14
    -   Copyright (C) 2007 Josh Triplett <josh@freedesktop.org>
    
    15
    -


  • Reply to: