Skip to content

Commit

Permalink
polishing, update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jul 2, 2014
1 parent a9862c6 commit fa51f63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

initial release of libtorrent 0.9

See ChangeLog
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 2 additions & 1 deletion update_copyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fa51f63

Please sign in to comment.