changeset 98:b1a084c030c8

Happy new year
author David Demelier <markand@malikania.fr>
date Fri, 13 Jan 2012 19:43:02 +0100
parents 0321fc3c0972
children d534fdcbb319
files array.c array.h buffer.c buffer.h err.c err.h pack.c pack.h parray.c parray.h port/stdbool.h port/strndup.c port/strsep.c
diffstat 13 files changed, 17 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/array.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/array.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * array.c -- manipulate dynamic arrays
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/array.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/array.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * array.h -- manipulate dynamic arrays
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/buffer.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/buffer.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * buffer.c -- safe unlimited size string
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/buffer.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/buffer.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * buffer.h -- safe unlimited size string
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/err.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/err.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * err.c -- formtted error messages (portable version)
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/err.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/err.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * err.h -- formtted error messages (portable version)
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/pack.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/pack.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,5 +1,7 @@
 /*
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * pack.c -- endian dependant binary file reader
+ *
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/pack.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/pack.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,5 +1,7 @@
 /*
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * pack.h -- endian dependant binary file reader
+ *
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/parray.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/parray.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * parray.c -- manipulate dynamic pointer arrays
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/parray.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/parray.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * array.h -- manipulate dynamic pointer arrays
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/port/stdbool.h	Fri Jan 13 19:25:24 2012 +0100
+++ b/port/stdbool.h	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * stdbool.h -- pseudo boolean type (portable version)
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/port/strndup.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/port/strndup.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * strndup.c -- duplicate a string
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/port/strsep.c	Fri Jan 13 19:25:24 2012 +0100
+++ b/port/strsep.c	Fri Jan 13 19:43:02 2012 +0100
@@ -1,7 +1,7 @@
 /*
  * strsep.c -- separate a string by delimiters
  *
- * Copyright (c) 2011, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above