Deprecate unreliable Channels features

Fix licensing years
This commit is contained in:
Gioacchino Mazzurco 2020-03-25 01:57:25 +01:00
parent 198fa7d8bc
commit d7f23ce21c
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
3 changed files with 65 additions and 50 deletions

View file

@ -3,7 +3,9 @@
* *
* libretroshare: retroshare core library *
* *
* Copyright 2004-2007 by Robert Fernie <retroshare@lunamutt.com> *
* Copyright (C) 2004-2007 Robert Fernie <retroshare@lunamutt.com> *
* Copyright (C) 2020 Gioacchino Mazzurco <gio@eigenlab.org> *
* Copyright (C) 2020 Asociación Civil Altermundi <info@altermundi.net> *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as *

View file

@ -3,7 +3,9 @@
* *
* libretroshare: retroshare core library *
* *
* Copyright 2004-2007 by Robert Fernie <retroshare@lunamutt.com> *
* Copyright (C) 2004-2007 Robert Fernie <retroshare@lunamutt.com> *
* Copyright (C) 2020 Gioacchino Mazzurco <gio@eigenlab.org> *
* Copyright (C) 2020 Asociación Civil Altermundi <info@altermundi.net> *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as *
@ -20,8 +22,7 @@
* *
*******************************************************************************/
#ifndef RSUTIL_DIRFNS_H
#define RSUTIL_DIRFNS_H
#pragma once
#include <string>
#include <list>
@ -161,6 +162,3 @@ bool create_directories(const std::string& path);
}
}
#endif // __cplusplus < 201703L
#endif