changeset 299:24085fae3162

Update licenses
author David Demelier <markand@malikania.fr>
date Sat, 15 Nov 2014 13:11:38 +0100
parents 8af39c019eb6
children 2935e07ddb88
files C++/Directory.cpp C++/Directory.h C++/DynLib.cpp C++/DynLib.h C++/Hash.cpp C++/Hash.h C++/Pack.cpp C++/Pack.h C++/Socket.cpp C++/Socket.h C++/SocketAddress.cpp C++/SocketAddress.h C++/SocketListener.cpp C++/SocketListener.h
diffstat 14 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/C++/Directory.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Directory.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Directory.cpp -- open and read directories
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Directory.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Directory.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Directory.h -- open and read directories
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/DynLib.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/DynLib.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * DynLib.cpp -- portable shared library loader
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/DynLib.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/DynLib.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * DynLib.h -- portable shared library loader
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Hash.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Hash.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Hash.cpp -- hash functions
  *
- * Copyright (c) 2014 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Hash.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Hash.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Hash.h -- hash functions
  *
- * Copyright (c) 2014 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Pack.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Pack.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Pack.cpp -- binary data serialization
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Pack.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Pack.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Pack.h -- binary data serialization
  *
- * Copyright (c) 2013 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Socket.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Socket.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Socket.cpp -- portable C++ socket wrappers
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/Socket.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/Socket.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * Socket.h -- portable C++ socket wrappers
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/SocketAddress.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/SocketAddress.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * SocketAddress.cpp -- socket addresses management
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/SocketAddress.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/SocketAddress.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * SocketAddress.h -- socket addresses management
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/SocketListener.cpp	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/SocketListener.cpp	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * SocketListener.cpp -- portable select() wrapper
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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/C++/SocketListener.h	Thu Nov 13 21:10:21 2014 +0100
+++ b/C++/SocketListener.h	Sat Nov 15 13:11:38 2014 +0100
@@ -1,7 +1,7 @@
 /*
  * SocketListener.h -- portable select() wrapper
  *
- * Copyright (c) 2013, David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013, 2014 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