From 1dd9dcaab4b719980c32f988f6c88066a86acbfc Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 27 Dec 2014 11:24:55 +0100 Subject: Bump copyright notice to 2015 The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" --- test/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/convert.py') diff --git a/test/convert.py b/test/convert.py index ae44b39f..5328c4ae 100755 --- a/test/convert.py +++ b/test/convert.py @@ -3,7 +3,7 @@ # convert.py: This script converts a Boost.Test unit test into an # equivalent Python unit test. # -# Copyright (c) 2003-2010, John Wiegley. All rights reserved. +# Copyright (c) 2003-2015, John Wiegley. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are -- cgit v1.2.3