forked from premiere/premiere-libtorrent
polishing, update copyright
This commit is contained in:
parent
a9862c6f50
commit
fa51f63c9f
2
COPYING
2
COPYING
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2003 - 2007, Arvid Norberg
|
||||
Copyright (c) 2003-2014, Arvid Norberg
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
2
README
2
README
|
@ -5,7 +5,7 @@ devices.
|
|||
|
||||
The main goals of libtorrent are to be efficient and easy to use.
|
||||
|
||||
See docs/manual.html for more detailed build and usage instructions.
|
||||
See docs/index.html for more detailed build and usage instructions.
|
||||
|
||||
To build with boost-build, run:
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ def update_file(name):
|
|||
open(name, 'w+').write(subst)
|
||||
|
||||
for i in glob.glob('src/*.cpp') + glob.glob('include/libtorrent/*.hpp') + \
|
||||
glob.glob('include/libtorrent/kademlia/*.hpp') + glob.glob('src/kademlia/*.cpp'):
|
||||
glob.glob('include/libtorrent/kademlia/*.hpp') + glob.glob('src/kademlia/*.cpp') + \
|
||||
['COPYING', 'LICENSE']:
|
||||
update_file(i)
|
||||
|
||||
|
|
Loading…
Reference in New Issue