From 5cc82f24d01d31f48a1e40c418303d4b583f0987 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 17 Jan 2011 21:36:35 +0100 Subject: [PATCH] bumped year in copyright --- MemoryModule.c | 4 ++-- MemoryModule.h | 4 ++-- doc/readme.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MemoryModule.c b/MemoryModule.c index 7906c1a..ea39421 100644 --- a/MemoryModule.c +++ b/MemoryModule.c @@ -2,7 +2,7 @@ * Memory DLL loading code * Version 0.0.2 * - * Copyright (c) 2004-2010 by Joachim Bauch / mail@joachim-bauch.de + * Copyright (c) 2004-2011 by Joachim Bauch / mail@joachim-bauch.de * http://www.joachim-bauch.de * * The contents of this file are subject to the Mozilla Public License Version @@ -19,7 +19,7 @@ * * The Initial Developer of the Original Code is Joachim Bauch. * - * Portions created by Joachim Bauch are Copyright (C) 2004-2010 + * Portions created by Joachim Bauch are Copyright (C) 2004-2011 * Joachim Bauch. All Rights Reserved. * */ diff --git a/MemoryModule.h b/MemoryModule.h index 67bd9de..8345d7d 100644 --- a/MemoryModule.h +++ b/MemoryModule.h @@ -2,7 +2,7 @@ * Memory DLL loading code * Version 0.0.2 * - * Copyright (c) 2004-2010 by Joachim Bauch / mail@joachim-bauch.de + * Copyright (c) 2004-2011 by Joachim Bauch / mail@joachim-bauch.de * http://www.joachim-bauch.de * * The contents of this file are subject to the Mozilla Public License Version @@ -19,7 +19,7 @@ * * The Initial Developer of the Original Code is Joachim Bauch. * - * Portions created by Joachim Bauch are Copyright (C) 2004-2010 + * Portions created by Joachim Bauch are Copyright (C) 2004-2011 * Joachim Bauch. All Rights Reserved. * */ diff --git a/doc/readme.txt b/doc/readme.txt index fd141bd..1ad566b 100644 --- a/doc/readme.txt +++ b/doc/readme.txt @@ -543,4 +543,4 @@ Copyright ========== The MemoryModule library and this tutorial are -Copyright (c) 2004-2010 by Joachim Bauch. +Copyright (c) 2004-2011 by Joachim Bauch.