File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2003 - 2007 , Arvid Norberg
1
+ Copyright (c) 2003-2014 , Arvid Norberg
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
-
2
- initial release of libtorrent 0.9
3
-
1
+ See ChangeLog
Original file line number Diff line number Diff line change 5
5
6
6
The main goals of libtorrent are to be efficient and easy to use.
7
7
8
- See docs/manual .html for more detailed build and usage instructions.
8
+ See docs/index .html for more detailed build and usage instructions.
9
9
10
10
To build with boost-build, run:
11
11
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ def update_file(name):
25
25
open (name , 'w+' ).write (subst )
26
26
27
27
for i in glob .glob ('src/*.cpp' ) + glob .glob ('include/libtorrent/*.hpp' ) + \
28
- glob .glob ('include/libtorrent/kademlia/*.hpp' ) + glob .glob ('src/kademlia/*.cpp' ):
28
+ glob .glob ('include/libtorrent/kademlia/*.hpp' ) + glob .glob ('src/kademlia/*.cpp' ) + \
29
+ ['COPYING' , 'LICENSE' ]:
29
30
update_file (i )
30
31
You can’t perform that action at this time.
0 commit comments