branch: externals/cpupower commit 3501256e7380c551407b88702d9028d8c0238e68 Author: smeister <smeis...@awstruepower.com> Commit: smeister <smeis...@awstruepower.com>
okay. --- cpupower.el | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/cpupower.el b/cpupower.el index b1ecaf0438..ad61677a4f 100644 --- a/cpupower.el +++ b/cpupower.el @@ -1,18 +1,22 @@ -;;; -*- lexical-binding: t -*- +;;; cpupower.el --- cpupower command line interface -*- lexical-binding: t -*- + +;; Copyright (C) 2021 Stephen Meister ;; Author: Stephen Meister -;; URL : https://gitlab.com/pallagun -;; +;; URL: https://gitlab.com/steve-emacs-stuff/cpupower-el +;; Version: 1.0.0 +;; Keywords: cpupower + ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; + ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; + ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <https://www.gnu.org/licenses/>.