From fa51f63c9f3b910e09c17ce62bcc90b630c3e08e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 2 Jul 2014 07:17:50 +0000 Subject: [PATCH] polishing, update copyright --- COPYING | 2 +- NEWS | 4 +--- README | 2 +- update_copyright.py | 3 ++- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING index f38f5cb2d..2dcc29579 100644 --- a/COPYING +++ b/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 diff --git a/NEWS b/NEWS index cd9658d6b..58378c155 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1 @@ - -initial release of libtorrent 0.9 - +See ChangeLog diff --git a/README b/README index 46f4fcffb..089d37122 100644 --- a/README +++ b/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: diff --git a/update_copyright.py b/update_copyright.py index bcb1819ec..3d2c4e4c4 100644 --- a/update_copyright.py +++ b/update_copyright.py @@ -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)