diff options
| author | Stefan Kangas | 2025-01-02 18:32:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-02 18:39:42 +0100 |
| commit | 7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch) | |
| tree | 98080d2e47eb14293bd131fe22e04f050759ff6f /lisp/image | |
| parent | afe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff) | |
| download | emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip | |
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'lisp/image')
| -rw-r--r-- | lisp/image/compface.el | 2 | ||||
| -rw-r--r-- | lisp/image/exif.el | 2 | ||||
| -rw-r--r-- | lisp/image/gravatar.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-converter.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-crop.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-dired.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-external.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-tags.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-util.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired.el | 2 | ||||
| -rw-r--r-- | lisp/image/wallpaper.el | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lisp/image/compface.el b/lisp/image/compface.el index 9fb139ad830..d4bdafe2a3a 100644 --- a/lisp/image/compface.el +++ b/lisp/image/compface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compface.el --- functions for converting X-Face headers -*- lexical-binding: t -*- | 1 | ;;; compface.el --- functions for converting X-Face headers -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: multimedia, news | 6 | ;; Keywords: multimedia, news |
diff --git a/lisp/image/exif.el b/lisp/image/exif.el index 2c1c4850bef..93bb722e679 100644 --- a/lisp/image/exif.el +++ b/lisp/image/exif.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; exif.el --- parsing Exif data in JPEG images -*- lexical-binding: t -*- | 1 | ;;; exif.el --- parsing Exif data in JPEG images -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |
diff --git a/lisp/image/gravatar.el b/lisp/image/gravatar.el index 9e1cb7d50ad..fa9678d491c 100644 --- a/lisp/image/gravatar.el +++ b/lisp/image/gravatar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gravatar.el --- Get Gravatars -*- lexical-binding: t -*- | 1 | ;;; gravatar.el --- Get Gravatars -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Julien Danjou <julien@danjou.info> | 5 | ;; Author: Julien Danjou <julien@danjou.info> |
| 6 | ;; Keywords: comm, multimedia | 6 | ;; Keywords: comm, multimedia |
diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el index 2e2010e06f0..53a06a0b7dd 100644 --- a/lisp/image/image-converter.el +++ b/lisp/image/image-converter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-converter.el --- Converting images from exotic formats -*- lexical-binding: t -*- | 1 | ;;; image-converter.el --- Converting images from exotic formats -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |
diff --git a/lisp/image/image-crop.el b/lisp/image/image-crop.el index 0f0701dc2fd..ea278bf8b1c 100644 --- a/lisp/image/image-crop.el +++ b/lisp/image/image-crop.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-crop.el --- Image Cropping -*- lexical-binding: t -*- | 1 | ;;; image-crop.el --- Image Cropping -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: multimedia | 5 | ;; Keywords: multimedia |
| 6 | 6 | ||
diff --git a/lisp/image/image-dired-dired.el b/lisp/image/image-dired-dired.el index 7219a106ca8..8b68a5c069b 100644 --- a/lisp/image/image-dired-dired.el +++ b/lisp/image/image-dired-dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-dired.el --- Dired specific commands for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-dired.el --- Dired specific commands for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-external.el b/lisp/image/image-dired-external.el index 5a9fc504370..cec01ecef41 100644 --- a/lisp/image/image-dired-external.el +++ b/lisp/image/image-dired-external.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-external.el --- External process support for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-external.el --- External process support for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-tags.el b/lisp/image/image-dired-tags.el index 54595adc147..8be2bfe4218 100644 --- a/lisp/image/image-dired-tags.el +++ b/lisp/image/image-dired-tags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-tags.el --- Tag support for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-tags.el --- Tag support for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-util.el b/lisp/image/image-dired-util.el index e9048e157cd..574bd996c50 100644 --- a/lisp/image/image-dired-util.el +++ b/lisp/image/image-dired-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-util.el --- util functions for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-util.el --- util functions for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el index 90c6f7663b5..2f951c1dccc 100644 --- a/lisp/image/image-dired.el +++ b/lisp/image/image-dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired.el --- use dired to browse and manipulate your images -*- lexical-binding: t -*- | 1 | ;;; image-dired.el --- use dired to browse and manipulate your images -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 79682e921b0..a968ecc61b7 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wallpaper.el --- Change the desktop background -*- lexical-binding: t; -*- | 1 | ;;; wallpaper.el --- Change the desktop background -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022-2024 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |