From be0e9ce3a8585a6ef5f8410306c60125b3143280 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 29 Jun 2022 21:56:59 +0200 Subject: [PATCH] Add file headers To make package-lint happy. --- pw-access.el | 6 ++++++ pw-lib.el | 6 ++++++ pw-ui.el | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/pw-access.el b/pw-access.el index 98cc9d8..cea51d0 100644 --- a/pw-access.el +++ b/pw-access.el @@ -2,6 +2,12 @@ ;; Copyright (C) 2022 Milan Zamazal +;; Author: Milan Zamazal +;; Package-Version: 1 +;; Package-Requires: ((emacs "25.1")) +;; Keywords: multimedia +;; URL: https://git.zamazal.org/pdm/pipewire-0 + ;; COPYRIGHT NOTICE ;; ;; This program is free software: you can redistribute it and/or modify diff --git a/pw-lib.el b/pw-lib.el index 1d8947e..e198bec 100644 --- a/pw-lib.el +++ b/pw-lib.el @@ -2,6 +2,12 @@ ;; Copyright (C) 2022 Milan Zamazal +;; Author: Milan Zamazal +;; Package-Version: 1 +;; Package-Requires: ((emacs "28.1")) +;; Keywords: multimedia +;; URL: https://git.zamazal.org/pdm/pipewire-0 + ;; COPYRIGHT NOTICE ;; ;; This program is free software: you can redistribute it and/or modify diff --git a/pw-ui.el b/pw-ui.el index dce4d27..35dbad7 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -2,6 +2,12 @@ ;; Copyright (C) 2022 Milan Zamazal +;; Author: Milan Zamazal +;; Package-Version: 1 +;; Package-Requires: ((emacs "25.1")) +;; Keywords: multimedia +;; URL: https://git.zamazal.org/pdm/pipewire-0 + ;; COPYRIGHT NOTICE ;; ;; This program is free software: you can redistribute it and/or modify