# HG changeset patch # User David Demelier # Date 1326480182 -3600 # Node ID b1a084c030c84743ea7947d42b0034686f2b6b42 # Parent 0321fc3c09726bbf4138fe3df6f9f10c8fd78562 Happy new year diff -r 0321fc3c0972 -r b1a084c030c8 array.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 array.h --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 buffer.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 buffer.h --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 err.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 err.h --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 pack.c --- 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 + * pack.c -- endian dependant binary file reader + * + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 pack.h --- 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 + * pack.h -- endian dependant binary file reader + * + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 parray.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 parray.h --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 port/stdbool.h --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 port/strndup.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 0321fc3c0972 -r b1a084c030c8 port/strsep.c --- 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 + * Copyright (c) 2011, 2012, David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above