Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 360:1d657f86eb72
Add a copyright and license note to the timestamps module.
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:12:12 +0100 |
| parents | fb0b0165350a |
| children | a75cb8203117 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Sun Feb 17 23:00:54 2019 +0100 +++ b/extensions/timestamps.py Sun Feb 17 23:12:12 2019 +0100 @@ -1,6 +1,12 @@ # -*- coding: utf-8 -*- # @(#) $HGheader$ -# $HGnodeid$ +# $HGnodeid$ +# +# :Copyright: (C) 2018-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. # """save and restore file timestamps for files in the repository @@ -263,7 +269,7 @@ def _tsv(v): return "<CONFLICT>" if v is _conflictobj else v - + # # NOTE: no need for a local repo here #
