Mercurial > hg
comparison mercurial/util.py @ 4635:63b9d2deed48
Updated copyright notices and add "and others" to "hg version"
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 19 Jun 2007 08:51:34 +0200 |
parents | eaf87cd19337 |
children | 7c80e3e6f030 |
comparison
equal
deleted
inserted
replaced
4634:73bf2b586f3f | 4635:63b9d2deed48 |
---|---|
1 """ | 1 """ |
2 util.py - Mercurial utility functions and platform specfic implementations | 2 util.py - Mercurial utility functions and platform specfic implementations |
3 | 3 |
4 Copyright 2005 K. Thananchayan <thananck@yahoo.com> | 4 Copyright 2005 K. Thananchayan <thananck@yahoo.com> |
5 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> | 5 Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
6 Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> | 6 Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
7 | 7 |
8 This software may be used and distributed according to the terms | 8 This software may be used and distributed according to the terms |
9 of the GNU General Public License, incorporated herein by reference. | 9 of the GNU General Public License, incorporated herein by reference. |
10 | 10 |