Mercurial > public > mercurial-scm > hg
comparison rust/hg-core/src/lib.rs @ 44003:cb2e2b095dc9
rust-core: updated copyright notice
The intention here is to put an email address that actually
works (I did have full personal copyrights with my
former affiliation).
It is also an opportunity to acknowledge that I've not been
the only one to work on this file.
Differential Revision: https://phab.mercurial-scm.org/D7781
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Wed, 25 Dec 2019 14:53:45 +0100 |
parents | 6a88ced33c40 |
children | 6b332c1fc7fe |
comparison
equal
deleted
inserted
replaced
44002:d9d78e70149a | 44003:cb2e2b095dc9 |
---|---|
1 // Copyright 2018 Georges Racinet <gracinet@anybox.fr> | 1 // Copyright 2018-2020 Georges Racinet <georges.racinet@octobus.net> |
2 // and Mercurial contributors | |
2 // | 3 // |
3 // This software may be used and distributed according to the terms of the | 4 // This software may be used and distributed according to the terms of the |
4 // GNU General Public License version 2 or any later version. | 5 // GNU General Public License version 2 or any later version. |
5 mod ancestors; | 6 mod ancestors; |
6 pub mod dagops; | 7 pub mod dagops; |