comparison mercurial/upgrade.py @ 31895:783b4c9bd5f5

upgrade: update the copyright statement
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 11 Apr 2017 22:07:40 +0200
parents 9379689b6c10
children 127b41e975fd
comparison
equal deleted inserted replaced
31894:9379689b6c10 31895:783b4c9bd5f5
1 # upgrade.py - functions for in place upgrade of Mercurial repository 1 # upgrade.py - functions for in place upgrade of Mercurial repository
2 # 2 #
3 # Copyright 2005, 2006 Chris Mason <mason@suse.com> 3 # Copyright (c) 2016-present, Gregory Szorc
4 # Copyright 2007 Matt Mackall
5 # 4 #
6 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
8 7
9 from __future__ import absolute_import 8 from __future__ import absolute_import