Mercurial > public > mercurial-scm > hg
comparison mercurial/node.py @ 2859:345bac2bc4ec
update copyrights.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sat, 12 Aug 2006 12:30:02 -0700 |
parents | fe1689273f84 |
children | 3b4e00cba57a |
comparison
equal
deleted
inserted
replaced
2858:c9b08cacf983 | 2859:345bac2bc4ec |
---|---|
1 """ | 1 """ |
2 node.py - basic nodeid manipulation for mercurial | 2 node.py - basic nodeid manipulation for mercurial |
3 | 3 |
4 Copyright 2005 Matt Mackall <mpm@selenic.com> | 4 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
5 | 5 |
6 This software may be used and distributed according to the terms | 6 This software may be used and distributed according to the terms |
7 of the GNU General Public License, incorporated herein by reference. | 7 of the GNU General Public License, incorporated herein by reference. |
8 """ | 8 """ |
9 | 9 |