Skip to content

Commit fa51f63

Browse files
committed
polishing, update copyright
1 parent a9862c6 commit fa51f63

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003 - 2007, Arvid Norberg
1+
Copyright (c) 2003-2014, Arvid Norberg
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

NEWS

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
2-
initial release of libtorrent 0.9
3-
1+
See ChangeLog

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ devices.
55

66
The main goals of libtorrent are to be efficient and easy to use.
77

8-
See docs/manual.html for more detailed build and usage instructions.
8+
See docs/index.html for more detailed build and usage instructions.
99

1010
To build with boost-build, run:
1111

update_copyright.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def update_file(name):
2525
open(name, 'w+').write(subst)
2626

2727
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']:
2930
update_file(i)
3031

0 commit comments

Comments
 (0)