# HG changeset patch # User David Demelier # Date 1416053498 -3600 # Node ID 24085fae3162ba9c11ec889f607fc423bc9f94b2 # Parent 8af39c019eb69f37307ffdfba2e3465e1013aa5c Update licenses diff -r 8af39c019eb6 -r 24085fae3162 C++/Directory.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Directory.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/DynLib.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/DynLib.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Hash.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Hash.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Pack.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Pack.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Socket.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/Socket.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/SocketAddress.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/SocketAddress.h --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/SocketListener.cpp --- 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 + * Copyright (c) 2013, 2014 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 8af39c019eb6 -r 24085fae3162 C++/SocketListener.h --- 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 + * Copyright (c) 2013, 2014 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