-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #164
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,28 @@ hg-fast-export.(sh|py) - mercurial to git converter using git-fast-import | |
Legal | ||
----- | ||
|
||
Most hg-* scripts are licensed under the [MIT license] | ||
(http://www.opensource.org/licenses/mit-license.php) and were written | ||
Most hg-* scripts are licensed under the [MIT license] and were written | ||
by Rocco Rutte <[email protected]> with hints and help from the git list and | ||
\#mercurial on freenode. hg-reset.py is licensed under GPLv2 since it | ||
copies some code from the mercurial sources. | ||
|
||
The current maintainer is Frej Drejhammar <[email protected]>. | ||
|
||
[MIT license]: http://www.opensource.org/licenses/mit-license.php | ||
|
||
Support | ||
------- | ||
|
||
If you have problems with hg-fast-export or have found a bug, please | ||
create an issue at the [github issue tracker] | ||
(https://github.com/frej/fast-export/issues). Before creating a new | ||
create an issue at the [github issue tracker]. Before creating a new | ||
issue, check that your problem has not already been addressed in an | ||
already closed issue. Do not contact the maintainer directly unless | ||
you want to report a security bug. That way the next person having the | ||
same problem can benefit from the time spent solving the problem the | ||
first time. | ||
|
||
[github issue tracker]: https://github.com/frej/fast-export/issues | ||
|
||
System Requirements | ||
------------------- | ||
|
||
|