# HG changeset patch # User Franz Glasner # Date 1550441782 -3600 # Node ID e9ded6c1db410355c67ba936709548bb9eb6db70 # Parent 09be5e3d92d0dd6d249748e9ae4a84064ace320f Add a copyright and license note to the revinfo and kwarchive modules and to the README also. License is GPLv2+ as it is a Mercurial extensions and must have a compatible license to Mercurial itself. diff -r 09be5e3d92d0 -r e9ded6c1db41 README --- a/README Sun Feb 17 16:11:44 2019 +0100 +++ b/README Sun Feb 17 23:16:22 2019 +0100 @@ -4,10 +4,15 @@ A Collection of Mercurial extensions ==================================== -:Author: Franz Glasner -:When: $Date$ -:Date: |VCSJustDate| -:ID: @(#) $HGheader$ +:Author: Franz Glasner +:When: $Date$ +:Date: |VCSJustDate| +:ID: @(#) $HGheader$ +:Copyright: (C) 2015-2019 Franz Glasner +:License: This software may be used and distributed according to the + terms of the GNU General Public License version 2 or any + later version. + The license is incorporated herein by reference. kwarchive -- "archive" with keyword expansion within selected files diff -r 09be5e3d92d0 -r e9ded6c1db41 extensions/kwarchive.py --- a/extensions/kwarchive.py Sun Feb 17 16:11:44 2019 +0100 +++ b/extensions/kwarchive.py Sun Feb 17 23:16:22 2019 +0100 @@ -1,6 +1,12 @@ # -*- coding: utf-8 -*- # @(#) $HGheader$ -# $HGnodeid$ +# $HGnodeid$ +# +# :Copyright: (C) 2017-2019 Franz Glasner +# :License: This software may be used and distributed according to the +# terms of the GNU General Public License version 2 or any +# later version. +# The license is incorporated herein by reference. # """like :hg:`archive` but with keyword expansion within selected files diff -r 09be5e3d92d0 -r e9ded6c1db41 extensions/revinfo.py --- a/extensions/revinfo.py Sun Feb 17 16:11:44 2019 +0100 +++ b/extensions/revinfo.py Sun Feb 17 23:16:22 2019 +0100 @@ -1,6 +1,12 @@ # -*- coding: utf-8 -*- # @(#) $HGheader$ -# $HGnodeid$ +# $HGnodeid$ +# +# :Copyright: (C) 2015-2019 Franz Glasner +# :License: This software may be used and distributed according to the +# terms of the GNU General Public License version 2 or any +# later version. +# The license is incorporated herein by reference. # """write a revision summary similar to .hg_archival.txt