commit:     f8a3677db135fd3c8d186e59618a4830976a268c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 16:45:53 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May  5 16:45:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gs-elpa.git/commit/?id=f8a3677d

0.2.1 release

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 docs/gs-elpa.8              | 5 +++--
 docs/gs-elpa.8.rst          | 7 ++++---
 gs_elpa/data/gs-elpa.eclass | 4 ++--
 gs_elpa/ebuild.py           | 2 +-
 gs_elpa/elpa_db.py          | 2 +-
 setup.py                    | 4 ++--
 6 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8
index d1201e9..c476201 100644
--- a/docs/gs-elpa.8
+++ b/docs/gs-elpa.8
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH GS-ELPA 8 "2015-04-20" "0.2" "g-sorcery"
+.TH GS-ELPA 8 "2021-05-05" "0.2.1" "g-sorcery"
 .SH NAME
 gs-elpa \- manage overlays for ELPA repositories
 .
@@ -177,6 +177,7 @@ Written by Jauhien Piatlicki <[email protected]>. GSoC idea
 and mentorship by Rafael Martins. Lots of help and improvements
 by Brian Dolbec.
 .SH COPYRIGHT
-Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
+Copyright (c) 2013-2021 Jauhien Piatlicki and others,
+License: GPL-2
 .\" Generated by docutils manpage writer.
 .

diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst
index 0e8b847..5800940 100644
--- a/docs/gs-elpa.8.rst
+++ b/docs/gs-elpa.8.rst
@@ -9,9 +9,10 @@ manage overlays for ELPA repositories
 :Author: Written by Jauhien Piatlicki <[email protected]>. GSoC idea
         and mentorship by Rafael Martins. Lots of help and improvements
         by Brian Dolbec.
-:Date:   2015-04-20
-:Copyright: Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
-:Version: 0.2
+:Date:   2021-05-05
+:Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others,
+           License: GPL-2
+:Version: 0.2.1
 :Manual section: 8
 :Manual group: g-sorcery
 

diff --git a/gs_elpa/data/gs-elpa.eclass b/gs_elpa/data/gs-elpa.eclass
index aa4eca4..e331786 100644
--- a/gs_elpa/data/gs-elpa.eclass
+++ b/gs_elpa/data/gs-elpa.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+#
 # automatically generated by gs-elpa
 # please do not edit this file
 #

diff --git a/gs_elpa/ebuild.py b/gs_elpa/ebuild.py
index cf1b2dd..834d3a6 100644
--- a/gs_elpa/ebuild.py
+++ b/gs_elpa/ebuild.py
@@ -7,7 +7,7 @@
     
     ebuild generation
     
-    :copyright: (c) 2013 by Jauhien Piatlicki
+    :copyright: (c) 2013-2021 Jauhien Piatlicki and others
     :license: GPL-2, see LICENSE for more details.
 """
 

diff --git a/gs_elpa/elpa_db.py b/gs_elpa/elpa_db.py
index f307c87..d9cac6c 100644
--- a/gs_elpa/elpa_db.py
+++ b/gs_elpa/elpa_db.py
@@ -7,7 +7,7 @@
 
     ELPA package database
 
-    :copyright: (c) 2013-2015 by Jauhien Piatlicki
+    :copyright: (c) 2013-2021 Jauhien Piatlicki and others
     :license: GPL-2, see LICENSE for more details.
 """
 

diff --git a/setup.py b/setup.py
index b3ad73e..040abcb 100644
--- a/setup.py
+++ b/setup.py
@@ -7,14 +7,14 @@
 
     installation script
 
-    :copyright: (c) 2013-2015 by Jauhien Piatlicki
+    :copyright: (c) 2013-2021 Jauhien Piatlicki and others
     :license: GPL-2, see LICENSE for more details.
 """
 
 from distutils.core import setup
 
 setup(name          = 'gs-elpa',
-      version       = '0.2',
+      version       = '0.2.1',
       description   = 'g-sorcery backend for elisp packages',
       author        = 'Jauhien Piatlicki',
       author_email  = '[email protected]',

Reply via email to