Adjust copyright period.
authorJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Mon, 4 Feb 2013 07:47:05 +0000 (02:47 -0500)
committerJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Mon, 4 Feb 2013 07:47:05 +0000 (02:47 -0500)
src/c/arch/ffi_x86.d
src/c/arch/ffi_x86_64.d
src/c/arch/ffi_x86_64_w64.d
src/mkcl/mkcl-cmp.h

index e390e35..d6df347 100644 (file)
@@ -4,7 +4,7 @@
 */
 /*
     Copyright (c) 2005, Juan Jose Garcia Ripoll.
-    Copyright (c) 2010-2012, Jean-Claude Beaudoin.
+    Copyright (c) 2010-2013, Jean-Claude Beaudoin.
 
     MKCL is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index 1f9f3ba..064f98a 100644 (file)
@@ -4,7 +4,7 @@
 */
 /*
     Copyright (c) 2005, Juan Jose Garcia Ripoll.
-    Copyright (c) 2010-2012, Jean-Claude Beaudoin
+    Copyright (c) 2010-2013, Jean-Claude Beaudoin
 
     MKCL is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index 2520988..357ec65 100644 (file)
@@ -4,7 +4,7 @@
 */
 /*
     Copyright (c) 2005, Juan Jose Garcia Ripoll.
-    Copyright (c) 2010-2012, Jean-Claude Beaudoin
+    Copyright (c) 2010-2013, Jean-Claude Beaudoin
 
     MKCL is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index b2938e3..08d291e 100644 (file)
@@ -5,7 +5,7 @@
 /*
     Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
     Copyright (c) 1990, Giuseppe Attardi.
-    Copyright (c) 2010-2012, Jean-Claude Beaudoin.
+    Copyright (c) 2010-2013, Jean-Claude Beaudoin.
 
     MKCL is free software; you can redistribute it and/or modify it under
     the terms of the GNU General Lesser Public License as published by
@@ -22,9 +22,7 @@
 
 #include <math.h> /* for inline mathematics */
 
-#if 1
 #include <mkcl/internal.h>
-#endif
 
 
 #define MKCL_TRAMPOLINK(narg, vv, lk, cblock)                          \