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

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

[elpa] externals/taxy 47e3828 1/3: Meta: Update copyright and headers


From: ELPA Syncer
Subject: [elpa] externals/taxy 47e3828 1/3: Meta: Update copyright and headers
Date: Sat, 28 Aug 2021 19:57:17 -0400 (EDT)

branch: externals/taxy
commit 47e3828f5bcdf89c10a3312ef117e5ce6211f240
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Meta: Update copyright and headers
    
    Taxy is now distributed in GNU ELPA!
---
 README.org              | 10 ++++++
 examples/diredy.el      |  3 +-
 examples/magit-loggy.el |  3 +-
 examples/musicy.el      |  3 +-
 taxy-magit-section.el   |  3 +-
 taxy.el                 |  3 +-
 taxy.info               | 95 ++++++++++++++++++++++++++++++++++---------------
 7 files changed, 86 insertions(+), 34 deletions(-)

diff --git a/README.org b/README.org
index da4b5b4..155f4ae 100644
--- a/README.org
+++ b/README.org
@@ -27,6 +27,7 @@ Helpful features include:
   - [[#lettery-filling-incrementally][Lettery (filling incrementally)]]
   - [[#sporty-understanding-completely][Sporty (understanding completely)]]
   - [[#applications][Applications]]
+- [[#installation][Installation]]
 - [[#usage][Usage]]
   - [[#dynamic-taxys][Dynamic taxys]]
   - [[#reusable-taxys][Reusable taxys]]
@@ -35,6 +36,7 @@ Helpful features include:
   - [[#magit-section][Magit section]]
 - [[#changelog][Changelog]]
 - [[#development][Development]]
+  - [[#copyright-assignment][Copyright assignment]]
 :END:
 
 * Examples
@@ -424,6 +426,10 @@ Some example applications may be found in the 
[[file:examples/README.org][exampl
 +  Musicy shows a music library with tracks categorized by genre, artist, 
year, album, etc:
    [[images/musicy.png]]
 
+* Installation
+
+=taxy= is distributed in [[https://elpa.gnu.org/][GNU ELPA]], which is 
available in Emacs by default.  Use =M-x package-install RET taxy RET=, then 
~(require 'taxy)~ in your Elisp project.
+
 * Usage
 :PROPERTIES:
 :TOC:      :include descendants :depth 1
@@ -718,6 +724,10 @@ Not yet tagged.
 
 Bug reports, feature requests, suggestions — /oh my/!
 
+** Copyright assignment
+
+This package is part of [[https://www.gnu.org/software/emacs/][GNU Emacs]], 
being distributed in [[https://elpa.gnu.org/][GNU ELPA]].  Contributions to 
this project must follow GNU guidelines, which means that, as with other parts 
of Emacs, patches of more than a few lines must be accompanied by having 
assigned copyright for the contribution to the FSF.  Contributors who wish to 
do so may contact 
[[mailto:emacs-devel@lists.gnu.org][emacs-devel@lists.gnu.org]] to request the 
assignment form.
+
 * License
 :PROPERTIES:
 :TOC:      :ignore (this)
diff --git a/examples/diredy.el b/examples/diredy.el
index acfb9f5..4448105 100644
--- a/examples/diredy.el
+++ b/examples/diredy.el
@@ -1,8 +1,9 @@
 ;;; diredy.el --- Flexible grouping for files in Dired buffers  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021  Adam Porter
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; Keywords: convenience
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/examples/magit-loggy.el b/examples/magit-loggy.el
index b0fde45..e15f914 100644
--- a/examples/magit-loggy.el
+++ b/examples/magit-loggy.el
@@ -1,8 +1,9 @@
 ;;; magit-loggy.el --- Group Magit log commits by date  -*- lexical-binding: 
t; -*-
 
-;; Copyright (C) 2021  Adam Porter
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; Keywords: convenience
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/examples/musicy.el b/examples/musicy.el
index be74fcd..b62c890 100644
--- a/examples/musicy.el
+++ b/examples/musicy.el
@@ -1,8 +1,9 @@
 ;;; musicy.el --- View a music library in a useful taxonomy  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021  Adam Porter
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; Keywords: convenience
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 6fd71c9..d7c51b4 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -1,8 +1,9 @@
 ;;; taxy-magit-section.el ---                        -*- lexical-binding: t; 
-*-
 
-;; Copyright (C) 2021  Adam Porter
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; Keywords:
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/taxy.el b/taxy.el
index 0697aae..0eb5567 100644
--- a/taxy.el
+++ b/taxy.el
@@ -1,8 +1,9 @@
 ;;; taxy.el --- Programmable taxonomical grouping for arbitrary objects  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021  Adam Porter
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; URL: <https://github.com/alphapapa/taxy.el>
 ;; Version: 0.1-pre
 ;; Keywords: lisp
diff --git a/taxy.info b/taxy.info
index 418868f..1523279 100644
--- a/taxy.info
+++ b/taxy.info
@@ -14,6 +14,7 @@ taxy.el
 * Menu:
 
 * Examples::
+* Installation::
 * Usage::
 * Changelog::
 * Development::
@@ -30,6 +31,7 @@ Examples
 
 
 
+
 Usage
 
 * Dynamic taxys::
@@ -46,6 +48,11 @@ Changelog
 
 * 0.1-pre: 01-pre. 
 
+
+Development
+
+* Copyright assignment::
+
 _Now, where did I put that…_
 
    This library provides a programmable way to classify arbitrary
@@ -62,7 +69,7 @@ say that this lets you put things in nested groups.)
      taxonomies’ descendant groups.
 
 
-File: README.info,  Node: Examples,  Next: Usage,  Prev: Top,  Up: Top
+File: README.info,  Node: Examples,  Next: Installation,  Prev: Top,  Up: Top
 
 1 Examples
 **********
@@ -443,9 +450,19 @@ Some example applications may be found in the examples 
directory
      artist, year, album, etc:
 
 
-File: README.info,  Node: Usage,  Next: Changelog,  Prev: Examples,  Up: Top
+File: README.info,  Node: Installation,  Next: Usage,  Prev: Examples,  Up: Top
+
+2 Installation
+**************
+
+taxy is distributed in GNU ELPA (https://elpa.gnu.org/), which is
+available in Emacs by default.  Use M-x package-install RET taxy RET,
+then ‘(require 'taxy)’ in your Elisp project.
+
+
+File: README.info,  Node: Usage,  Next: Changelog,  Prev: Installation,  Up: 
Top
 
-2 Usage
+3 Usage
 *******
 
    • • • • • 
@@ -495,7 +512,7 @@ replace objects in a taxy with, e.g.  a more useful 
representation.
 
 File: README.info,  Node: Dynamic taxys,  Next: Reusable taxys,  Up: Usage
 
-2.1 Dynamic taxys
+3.1 Dynamic taxys
 =================
 
    • 
@@ -560,7 +577,7 @@ produces this taxonomy of buffers:
 
 File: README.info,  Node: Multi-level dynamic taxys,  Up: Dynamic taxys
 
-2.1.1 Multi-level dynamic taxys
+3.1.1 Multi-level dynamic taxys
 -------------------------------
 
 Of course, the point of taxonomies is that they aren’t restricted to a
@@ -616,7 +633,7 @@ directory.
 
 File: README.info,  Node: Reusable taxys,  Next: Threading macros,  Prev: 
Dynamic taxys,  Up: Usage
 
-2.2 Reusable taxys
+3.2 Reusable taxys
 ==================
 
 Since taxys are structs, they may be stored in variables and used in
@@ -712,7 +729,7 @@ replace the room structs with useful representations for 
display:
 
 File: README.info,  Node: Threading macros,  Next: Modifying filled taxys,  
Prev: Reusable taxys,  Up: Usage
 
-2.3 Threading macros
+3.3 Threading macros
 ====================
 
 If you happen to like macros, ‘taxy’ works well with threading (i.e.
@@ -729,7 +746,7 @@ If you happen to like macros, ‘taxy’ works well with 
threading (i.e.
 
 File: README.info,  Node: Modifying filled taxys,  Next: Magit section,  Prev: 
Threading macros,  Up: Usage
 
-2.4 Modifying filled taxys
+3.4 Modifying filled taxys
 ==========================
 
 Sometimes it’s necessary to modify a taxy after filling it with objects,
@@ -755,7 +772,7 @@ objects are sorted after filling, like so:
 
 File: README.info,  Node: Magit section,  Prev: Modifying filled taxys,  Up: 
Usage
 
-2.5 Magit section
+3.5 Magit section
 =================
 
 Showing a taxy with magit-section is very easy:
@@ -776,7 +793,7 @@ package by default.
 
 File: README.info,  Node: Changelog,  Next: Development,  Prev: Usage,  Up: Top
 
-3 Changelog
+4 Changelog
 ***********
 
 * Menu:
@@ -786,7 +803,7 @@ File: README.info,  Node: Changelog,  Next: Development,  
Prev: Usage,  Up: Top
 
 File: README.info,  Node: 01-pre,  Up: Changelog
 
-3.1 0.1-pre
+4.1 0.1-pre
 ===========
 
 Not yet tagged.
@@ -794,15 +811,33 @@ Not yet tagged.
 
 File: README.info,  Node: Development,  Next: License,  Prev: Changelog,  Up: 
Top
 
-4 Development
+5 Development
 *************
 
 Bug reports, feature requests, suggestions — _oh my_!
 
+* Menu:
+
+* Copyright assignment::
+
+
+File: README.info,  Node: Copyright assignment,  Up: Development
+
+5.1 Copyright assignment
+========================
+
+This package is part of GNU Emacs (https://www.gnu.org/software/emacs/),
+being distributed in GNU ELPA (https://elpa.gnu.org/).  Contributions to
+this project must follow GNU guidelines, which means that, as with other
+parts of Emacs, patches of more than a few lines must be accompanied by
+having assigned copyright for the contribution to the FSF. Contributors
+who wish to do so may contact emacs-devel@lists.gnu.org
+<emacs-devel@lists.gnu.org> to request the assignment form.
+
 
 File: README.info,  Node: License,  Prev: Development,  Up: Top
 
-5 License
+6 License
 *********
 
 GPLv3
@@ -811,22 +846,24 @@ GPLv3
 
 Tag Table:
 Node: Top218
-Node: Examples1264
-Node: Numbery (starting basically)1576
-Node: Lettery (filling incrementally)7335
-Node: Sporty (understanding completely)9784
-Node: Applications16263
-Node: Usage16663
-Node: Dynamic taxys18780
-Node: Multi-level dynamic taxys21198
-Node: Reusable taxys23361
-Node: Threading macros27530
-Node: Modifying filled taxys28069
-Node: Magit section29162
-Node: Changelog29763
-Node: 01-pre29901
-Node: Development29995
-Node: License30166
+Node: Examples1322
+Node: Numbery (starting basically)1641
+Node: Lettery (filling incrementally)7400
+Node: Sporty (understanding completely)9849
+Node: Applications16328
+Node: Installation16728
+Node: Usage17029
+Node: Dynamic taxys19150
+Node: Multi-level dynamic taxys21568
+Node: Reusable taxys23731
+Node: Threading macros27900
+Node: Modifying filled taxys28439
+Node: Magit section29532
+Node: Changelog30133
+Node: 01-pre30271
+Node: Development30365
+Node: Copyright assignment30571
+Node: License31170
 
 End Tag Table
 



reply via email to

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