Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 315:e9ded6c1db41
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.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 Feb 2019 23:16:22 +0100 |
| parents | 09be5e3d92d0 |
| children | 9e0976aea401 |
| files | README extensions/kwarchive.py extensions/revinfo.py |
| diffstat | 3 files changed, 23 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <fzglas.hg@dom66.de> +: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
--- 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 <fzglas.hg@dom66.de> +# :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
--- 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 <fzglas.hg@dom66.de> +# :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
