emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/pacmacs ef0cd69d99 072/472: Add copyright header to pacman


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs ef0cd69d99 072/472: Add copyright header to pacman-utils module
Date: Thu, 6 Jan 2022 21:59:14 -0500 (EST)

branch: elpa/pacmacs
commit ef0cd69d994ed28dd7b129c2f1b9f8a3bd6191d2
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Add copyright header to pacman-utils module
---
 pacman-utils.el | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/pacman-utils.el b/pacman-utils.el
index 46ff4901d2..db0bbe5a83 100644
--- a/pacman-utils.el
+++ b/pacman-utils.el
@@ -1,3 +1,36 @@
+;;; pacman-utils.el --- Pacman for Emacs
+
+;; Copyright (C) 2015 Codingteam
+
+;; Author: Codingteam <codingteam@conference.jabber.ru>
+;; Maintainer: Alexey Kutepov <reximkut@gmail.com>
+;; URL: http://github.com/rexim/pacman.el
+
+;; Permission is hereby granted, free of charge, to any person
+;; obtaining a copy of this software and associated documentation
+;; files (the "Software"), to deal in the Software without
+;; restriction, including without limitation the rights to use, copy,
+;; modify, merge, publish, distribute, sublicense, and/or sell copies
+;; of the Software, and to permit persons to whom the Software is
+;; furnished to do so, subject to the following conditions:
+
+;; The above copyright notice and this permission notice shall be
+;; included in all copies or substantial portions of the Software.
+
+;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+;; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+;; BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+;; ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+;; CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+;; SOFTWARE.
+
+;;; Commentary:
+
+;; Some common utils
+
+;;; Code:
 
 (defmacro plist-bind (keys expr &rest body)
   (declare (indent 2) (debug t))
@@ -10,3 +43,5 @@
        ,@body)))
 
 (provide 'pacman-utils)
+
+;;; pacman.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]