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}/" --- src/amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index 8fadaf9d..ca27ab72 100644 --- a/src/amount.h +++ b/src/amount.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2014, 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 -- cgit v1.2.3 From bb2b20b311dbb3c07805e355392b507a7daf1607 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 27 Dec 2014 11:38:36 +0100 Subject: Use same license text formatting in source files --- src/amount.h | 4 ++-- src/global.h | 4 ++-- src/pstream.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index ca27ab72..ea5cadd6 100644 --- a/src/amount.h +++ b/src/amount.h @@ -2,8 +2,8 @@ * 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 met: + * modification, are permitted provided that the following conditions are + * met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. diff --git a/src/global.h b/src/global.h index c4c312e9..f36dbe3d 100644 --- a/src/global.h +++ b/src/global.h @@ -2,8 +2,8 @@ * 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 met: + * modification, are permitted provided that the following conditions are + * met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. diff --git a/src/pstream.h b/src/pstream.h index 31bbebcf..3b669aca 100644 --- a/src/pstream.h +++ b/src/pstream.h @@ -2,8 +2,8 @@ * 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 met: + * modification, are permitted provided that the following conditions are + * met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. -- cgit v1.2.3