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

[Git][xorg-team/lib/libxss][debian-unstable] debian/copyright: convert to DEP5 (Closes: #1050707)



Title: GitLab

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

Commits:

  • 6c30b5b4
    by Dylan Aïssi at 2025-07-25T15:27:50+02:00
    debian/copyright: convert to DEP5 (Closes: #1050707)
    

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -8,6 +8,9 @@ libxss (1:1.2.3-2) UNRELEASED; urgency=medium
    8 8
         + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev and
    
    9 9
           xutils-dev.
    
    10 10
     
    
    11
    +  [ Dylan Aïssi ]
    
    12
    +  * debian/copyright: convert to DEP5 (Closes: #1050707)
    
    13
    +
    
    11 14
      -- Timo Aaltonen <tjaalton@debian.org>  Wed, 25 Aug 2021 13:25:23 +0300
    
    12 15
     
    
    13 16
     libxss (1:1.2.3-1) unstable; urgency=medium
    

  • debian/copyright
    1
    -This package was downloaded from
    
    2
    -https://xorg.freedesktop.org/releases/individual/lib/
    
    3
    -
    
    4
    -Copyright (c) 1992  X Consortium
    
    5
    -
    
    6
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    
    7
    -of this software and associated documentation files (the "Software"), to deal
    
    8
    -in the Software without restriction, including without limitation the rights
    
    9
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    
    10
    -copies of the Software, and to permit persons to whom the Software is
    
    11
    -furnished to do so, subject to the following conditions:
    
    12
    -
    
    13
    -The above copyright notice and this permission notice shall be included in
    
    14
    -all copies or substantial portions of the Software.
    
    15
    -
    
    16
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    17
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    18
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    
    19
    -X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
    
    20
    -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    
    21
    -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    22
    -
    
    23
    -Except as contained in this notice, the name of the X Consortium shall not be
    
    24
    -used in advertising or otherwise to promote the sale, use or other dealings
    
    25
    -in this Software without prior written authorization from the X Consortium.
    
    26
    -
    
    27
    -
    
    28
    -Copyright (C) 2003 The XFree86 Project, Inc.  All Rights Reserved.
    
    29
    -
    
    30
    -Permission is hereby granted, free of charge, to any person obtaining
    
    31
    -a copy of this software and associated documentation files (the
    
    32
    -"Software"), to deal in the Software without restriction, including
    
    33
    -without limitation the rights to use, copy, modify, merge, publish,
    
    34
    -distribute, sublicense, and/or sell copies of the Software, and to
    
    35
    -permit persons to whom the Software is furnished to do so, subject to
    
    36
    -the following conditions:
    
    37
    -
    
    38
    -The above copyright notice and this permission notice shall be
    
    39
    -included in all copies or substantial portions of the Software.
    
    40
    -
    
    41
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    
    42
    -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    
    43
    -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
    
    44
    -IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
    
    45
    -OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    
    46
    -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
    
    47
    -THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    48
    -
    
    49
    -Except as contained in this notice, the name of the XFree86 Project
    
    50
    -shall not be used in advertising or otherwise to promote the sale, use
    
    51
    -or other dealings in this Software without prior written authorization
    
    52
    -from the XFree86 Project.
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: libxscrnsaver
    
    3
    +Source: https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver
    
    4
    +
    
    5
    +Files: *
    
    6
    +Copyright: 1992, X Consortium
    
    7
    +           2003 The XFree86 Project, Inc.
    
    8
    +License: Expat
    
    9
    +
    
    10
    +Files: debian/*
    
    11
    +Copyright: 2005, Daniel Stone <daniel.stone@ubuntu.com>
    
    12
    +           2005-2006, David Nusinow <dnusinow@debian.org>
    
    13
    +           2006, Drew Parsons <dparsons@debian.org>
    
    14
    +           2007-2018 Julien Cristau <jcristau@debian.org>
    
    15
    +           2010, Cyril Brulebois <kibi@debian.org>
    
    16
    +           2011, Steve Langasek <vorlon@debian.org>
    
    17
    +License: Expat
    
    18
    +
    
    19
    +License: Expat
    
    20
    + Permission is hereby granted, free of charge, to any person obtaining
    
    21
    + a copy of this software and associated documentation files (the
    
    22
    + "Software"), to deal in the Software without restriction, including
    
    23
    + without limitation the rights to use, copy, modify, merge, publish,
    
    24
    + distribute, sublicense, and/or sell copies of the Software, and to
    
    25
    + permit persons to whom the Software is furnished to do so, subject to
    
    26
    + the following conditions:
    
    27
    + .
    
    28
    + The above copyright notice and this permission notice shall be
    
    29
    + included in all copies or substantial portions of the Software.
    
    30
    + .
    
    31
    + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    
    32
    + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    
    33
    + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
    
    34
    + IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
    
    35
    + OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    
    36
    + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
    
    37
    + THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    38
    + .
    
    39
    + Except as contained in this notice, the name of the XFree86 Project
    
    40
    + shall not be used in advertising or otherwise to promote the sale, use
    
    41
    + or other dealings in this Software without prior written authorization
    
    42
    + from the XFree86 Project.


  • Reply to: