polishing, update copyright

This commit is contained in:
Arvid Norberg 2014-07-02 07:17:50 +00:00
parent a9862c6f50
commit fa51f63c9f
4 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2003 - 2007, Arvid Norberg Copyright (c) 2003-2014, Arvid Norberg
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

4
NEWS
View File

@ -1,3 +1 @@
See ChangeLog
initial release of libtorrent 0.9

2
README
View File

@ -5,7 +5,7 @@ devices.
The main goals of libtorrent are to be efficient and easy to use. 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: To build with boost-build, run:

View File

@ -25,6 +25,7 @@ def update_file(name):
open(name, 'w+').write(subst) open(name, 'w+').write(subst)
for i in glob.glob('src/*.cpp') + glob.glob('include/libtorrent/*.hpp') + \ 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) update_file(i)