Mercurial > hgrepos > DevTools > mercurial-extensions
diff extensions/kwarchive.py @ 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 | 103df4b7a0c8 |
line wrap: on
line diff
--- 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
