Author: poeml
Date: Sun Feb 19 13:41:56 2012
New Revision: 8249

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8249&view=rev
Log:
update year in copyright 2011->2012

Modified:
    trunk/docs/conf.py
    trunk/mb/zsyncmodule.c
    trunk/mirrorprobe/mirrorprobe.py
    trunk/mod_mirrorbrain/mod_mirrorbrain.c
    trunk/tools/create_timestamp
    trunk/tools/geoip-lite-update
    trunk/tools/geoiplookup_city.c
    trunk/tools/geoiplookup_continent.c
    trunk/tools/null-rsync
    trunk/tools/rsyncinfo
    trunk/tools/rsyncusers
    trunk/tools/rsyncusers.sh
    trunk/tools/scanner.pl

Modified: trunk/docs/conf.py
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/conf.py?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/docs/conf.py  (original)
+++ trunk/docs/conf.py  Sun Feb 19 13:41:56 2012
@@ -38,7 +38,7 @@
 
 # General information about the project.
 project = u'MirrorBrain'
-copyright = u'2010-2011, Peter Poeml'
+copyright = u'2010-2012, Peter Poeml'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the

Modified: trunk/mb/zsyncmodule.c
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/zsyncmodule.c?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/mb/zsyncmodule.c      (original)
+++ trunk/mb/zsyncmodule.c      Sun Feb 19 13:41:56 2012
@@ -1,7 +1,7 @@
 /* "rsum" checksumming function from zsync's librcksum/rsum.c, version 0.6.1,
  * wrapped into a Python extension
  *
- * Copyright 2010,2011 Peter Poeml <po...@mirrorbrain.org> 
+ * Copyright 2010,2012 Peter Poeml <po...@mirrorbrain.org> 
  *
  * The checksumming function itself is available under the Artistic License;
  * the boilerplate was a nice exercise.

Modified: trunk/mirrorprobe/mirrorprobe.py
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrorprobe/mirrorprobe.py?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/mirrorprobe/mirrorprobe.py    (original)
+++ trunk/mirrorprobe/mirrorprobe.py    Sun Feb 19 13:41:56 2012
@@ -4,7 +4,8 @@
 # mirrorprobe -- fetch mirrors from a database, try to access them and mark 
them 
 #                as "up" or "down".
 #
-# Copyright (C) 2007,2008,2009,2010,2011 Peter Poeml <po...@cmdline.net>, 
Novell Inc.
+# Copyright (C) 2007,2008,2009 Peter Poeml <po...@cmdline.net>, Novell Inc.
+# Copyright (C) 2007,2008,2009,2010,2011,2012 Peter Poeml <po...@cmdline.net>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2

Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/mod_mirrorbrain/mod_mirrorbrain.c     (original)
+++ trunk/mod_mirrorbrain/mod_mirrorbrain.c     Sun Feb 19 13:41:56 2012
@@ -1,5 +1,6 @@
 /*
- * Copyright 2007,2008,2009,2010,2011 Peter Poeml / Novell Inc.
+ * Copyright 2007,2008,2009 Peter Poeml / Novell Inc.
+ * Copyright 2007,2008,2009,2010,2011,2012 Peter Poeml
  * All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: trunk/tools/create_timestamp
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/create_timestamp?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/create_timestamp        (original)
+++ trunk/tools/create_timestamp        Sun Feb 19 13:41:56 2012
@@ -11,7 +11,8 @@
 #
 #
 # 
-# Copyright 2008,2009,2010,2011 Peter Poeml <po...@cmdline.net>, Novell Inc.
+# Copyright 2008,2009 Peter Poeml <po...@cmdline.net>, Novell Inc.
+# Copyright 2008,2009,2010,2011,2012 Peter Poeml <po...@cmdline.net>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/geoip-lite-update
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/geoip-lite-update?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/geoip-lite-update       (original)
+++ trunk/tools/geoip-lite-update       Sun Feb 19 13:41:56 2012
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # geoip-lite-update -- update geoip lite database(s).
-# (c) 2008,2009,2010,2011 po...@cmdline.net
+# (c) 2008,2009,2010,2011,2012 po...@cmdline.net
 # Distribute under GPLv2 if it proves worthy.
 
 for i in curl wget ftp; do

Modified: trunk/tools/geoiplookup_city.c
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/geoiplookup_city.c?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/geoiplookup_city.c      (original)
+++ trunk/tools/geoiplookup_city.c      Sun Feb 19 13:41:56 2012
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007,2008,2009,2010,2011 Peter Poeml
+ * Copyright 2007,2008,2009,2010,2011,2012 Peter Poeml
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/geoiplookup_continent.c
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/geoiplookup_continent.c?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/geoiplookup_continent.c (original)
+++ trunk/tools/geoiplookup_continent.c Sun Feb 19 13:41:56 2012
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007,2008,2009,2010,2011 Peter Poeml
+ * Copyright 2007,2008,2009,2010,2011,2012 Peter Poeml
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/null-rsync
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/null-rsync?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/null-rsync      (original)
+++ trunk/tools/null-rsync      Sun Feb 19 13:41:56 2012
@@ -4,7 +4,7 @@
 Create a local file tree as copy from a remote server via rsync.
 All files will contain zeroes.
 
-Copyright 2009,2010,2011 Peter Poeml
+Copyright 2009,2010,2011,2012 Peter Poeml
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.

Modified: trunk/tools/rsyncinfo
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/rsyncinfo?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/rsyncinfo       (original)
+++ trunk/tools/rsyncinfo       Sun Feb 19 13:41:56 2012
@@ -6,7 +6,7 @@
 # http://trentm.com/projects/cmdln/
 #
 #
-# Copyright 2007,2008,2009,2010,2011 Peter Poeml
+# Copyright 2007,2008,2009,2010,2011,2012 Peter Poeml
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/rsyncusers
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/rsyncusers?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/rsyncusers      (original)
+++ trunk/tools/rsyncusers      Sun Feb 19 13:41:56 2012
@@ -12,7 +12,7 @@
 #
 #
 #
-# Copyright 2008,2009,2010,2011 Peter Poeml
+# Copyright 2008,2009,2010,2011,2012 Peter Poeml
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/rsyncusers.sh
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/rsyncusers.sh?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/rsyncusers.sh   (original)
+++ trunk/tools/rsyncusers.sh   Sun Feb 19 13:41:56 2012
@@ -2,7 +2,7 @@
 
 # analyze rsync logfile to list rsync users per rsync module
 
-# Copyright 2008,2009,2010,2011 Peter Poeml <po...@cmdline.net>
+# Copyright 2008,2009,2010,2011,2012 Peter Poeml <po...@cmdline.net>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2

Modified: trunk/tools/scanner.pl
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/tools/scanner.pl      (original)
+++ trunk/tools/scanner.pl      Sun Feb 19 13:41:56 2012
@@ -3,8 +3,8 @@
 
################################################################################
 # scanner.pl -- script that crawls through mirror file trees.
 #
-# Copyright 2006,2007,2008,2009,2010,2011 Martin Polster, Juergen Weigert, 
-#                                         Peter Poeml, Novell Inc.
+# Copyright 2006,2007,2008,2009,2010,2011,2012 Martin Polster, Juergen 
Weigert, 
+#                                              Peter Poeml, Novell Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License version 2




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
        unsubscribe
to the address mirrorbrain-commits-requ...@mirrorbrain.org

Reply via email to