http://hg.viff.dk/viff/rev/bff9df62879f changeset: 1091:bff9df62879f user: Martin Geisler <[email protected]> date: Fri Jan 23 09:59:23 2009 +0100 summary: Fixed copyright years.
The files should include the year(s) in which they were released, and these files will see their first release in 2009. diffstat: 2 files changed, 2 insertions(+), 2 deletions(-) viff/aes.py | 2 +- viff/test/test_aes.py | 2 +- diffs (18 lines): diff -r a45e34e4ebf0 -r bff9df62879f viff/aes.py --- a/viff/aes.py Mon Jan 26 10:55:59 2009 +0100 +++ b/viff/aes.py Fri Jan 23 09:59:23 2009 +0100 @@ -1,4 +1,4 @@ -# Copyright 2008 VIFF Development Team. +# Copyright 2009 VIFF Development Team. # # This file is part of VIFF, the Virtual Ideal Functionality Framework. # diff -r a45e34e4ebf0 -r bff9df62879f viff/test/test_aes.py --- a/viff/test/test_aes.py Mon Jan 26 10:55:59 2009 +0100 +++ b/viff/test/test_aes.py Fri Jan 23 09:59:23 2009 +0100 @@ -1,4 +1,4 @@ -# Copyright 2007, 2008 VIFF Development Team. +# Copyright 2009 VIFF Development Team. # # This file is part of VIFF, the Virtual Ideal Functionality Framework. # _______________________________________________ viff-commits mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk
