diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2025-06-16 12:32:52 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2025-06-16 12:32:52 +0200 |
commit | f9a2078c0f192b7bc072b4f15ddee7977efc7600 (patch) | |
tree | 5dd64cc9182e08f675e8c7746b70182b163d5466 /src | |
parent | 61b84c2d424f363fb0983cb478937de87084ef54 (diff) |
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/25>
Diffstat (limited to 'src')
-rw-r--r-- | src/cursor.c | 2 | ||||
-rw-r--r-- | src/display.c | 2 | ||||
-rw-r--r-- | src/file.c | 2 | ||||
-rw-r--r-- | src/library.c | 2 | ||||
-rw-r--r-- | src/xcursorint.h | 2 | ||||
-rw-r--r-- | src/xlib.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/cursor.c b/src/cursor.c index 905223c..c0ae0ea 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 diff --git a/src/display.c b/src/display.c index a542a51..5930e01 100644 --- a/src/display.c +++ b/src/display.c @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 diff --git a/src/library.c b/src/library.c index 85c5006..35b25e8 100644 --- a/src/library.c +++ b/src/library.c @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 diff --git a/src/xcursorint.h b/src/xcursorint.h index 5fca76e..17dd50f 100644 --- a/src/xcursorint.h +++ b/src/xcursorint.h @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 @@ -2,6 +2,8 @@ * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * + * SPDX-License-Identifier: HPND-sell-variant + * * 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 |