From 658d71c3b9db67324a6b919e4da37ee0bbc8edd6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 21 Dec 2017 03:47:16 +0100 Subject: [PATCH] Relicense module to the wondeful Godot community! --- modules/websocket/emws_client.cpp | 7 ++++--- modules/websocket/emws_client.h | 7 ++++--- modules/websocket/emws_peer.cpp | 7 ++++--- modules/websocket/emws_peer.h | 7 ++++--- modules/websocket/emws_server.cpp | 7 ++++--- modules/websocket/emws_server.h | 7 ++++--- modules/websocket/lws_client.cpp | 7 ++++--- modules/websocket/lws_client.h | 7 ++++--- modules/websocket/lws_helper.h | 7 ++++--- modules/websocket/lws_peer.cpp | 7 ++++--- modules/websocket/lws_peer.h | 7 ++++--- modules/websocket/lws_server.cpp | 7 ++++--- modules/websocket/lws_server.h | 7 ++++--- modules/websocket/register_types.cpp | 7 ++++--- modules/websocket/register_types.h | 7 ++++--- modules/websocket/websocket_client.cpp | 7 ++++--- modules/websocket/websocket_client.h | 7 ++++--- modules/websocket/websocket_macros.h | 7 ++++--- modules/websocket/websocket_multiplayer.cpp | 7 ++++--- modules/websocket/websocket_multiplayer.h | 7 ++++--- modules/websocket/websocket_peer.cpp | 7 ++++--- modules/websocket/websocket_peer.h | 7 ++++--- modules/websocket/websocket_server.cpp | 7 ++++--- modules/websocket/websocket_server.h | 7 ++++--- 24 files changed, 96 insertions(+), 72 deletions(-) diff --git a/modules/websocket/emws_client.cpp b/modules/websocket/emws_client.cpp index 4c7c1e3ed31..38fe520fc12 100644 --- a/modules/websocket/emws_client.cpp +++ b/modules/websocket/emws_client.cpp @@ -2,10 +2,11 @@ /* emws_client.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/emws_client.h b/modules/websocket/emws_client.h index f7d39d10742..8801f370075 100644 --- a/modules/websocket/emws_client.h +++ b/modules/websocket/emws_client.h @@ -2,10 +2,11 @@ /* emws_client.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/emws_peer.cpp b/modules/websocket/emws_peer.cpp index 8f25175e8c4..93665e6428a 100644 --- a/modules/websocket/emws_peer.cpp +++ b/modules/websocket/emws_peer.cpp @@ -2,10 +2,11 @@ /* emws_peer.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/emws_peer.h b/modules/websocket/emws_peer.h index 04c5f97289f..a50d1874baf 100644 --- a/modules/websocket/emws_peer.h +++ b/modules/websocket/emws_peer.h @@ -2,10 +2,11 @@ /* emws_peer.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/emws_server.cpp b/modules/websocket/emws_server.cpp index 47403036088..60e91332251 100644 --- a/modules/websocket/emws_server.cpp +++ b/modules/websocket/emws_server.cpp @@ -2,10 +2,11 @@ /* emws_server.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/emws_server.h b/modules/websocket/emws_server.h index 4f5c3c3d4c6..59f1d76346c 100644 --- a/modules/websocket/emws_server.h +++ b/modules/websocket/emws_server.h @@ -2,10 +2,11 @@ /* emws_server.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_client.cpp b/modules/websocket/lws_client.cpp index a397cdcef6b..604b1886ad8 100644 --- a/modules/websocket/lws_client.cpp +++ b/modules/websocket/lws_client.cpp @@ -2,10 +2,11 @@ /* lws_client.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_client.h b/modules/websocket/lws_client.h index 9e4f78bbd1c..2e082175dfe 100644 --- a/modules/websocket/lws_client.h +++ b/modules/websocket/lws_client.h @@ -2,10 +2,11 @@ /* lws_client.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_helper.h b/modules/websocket/lws_helper.h index 557236ff248..ac0c340aa9d 100644 --- a/modules/websocket/lws_helper.h +++ b/modules/websocket/lws_helper.h @@ -2,10 +2,11 @@ /* lws_helper.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_peer.cpp b/modules/websocket/lws_peer.cpp index b84d6298342..fdaa79f9d44 100644 --- a/modules/websocket/lws_peer.cpp +++ b/modules/websocket/lws_peer.cpp @@ -2,10 +2,11 @@ /* lws_peer.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_peer.h b/modules/websocket/lws_peer.h index 5b8300973cd..0a62b65d244 100644 --- a/modules/websocket/lws_peer.h +++ b/modules/websocket/lws_peer.h @@ -2,10 +2,11 @@ /* lws_peer.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_server.cpp b/modules/websocket/lws_server.cpp index 76d74290b9b..8a47ba557de 100644 --- a/modules/websocket/lws_server.cpp +++ b/modules/websocket/lws_server.cpp @@ -2,10 +2,11 @@ /* lws_server.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/lws_server.h b/modules/websocket/lws_server.h index 8a0017a66d0..5f7ac4850a0 100644 --- a/modules/websocket/lws_server.h +++ b/modules/websocket/lws_server.h @@ -2,10 +2,11 @@ /* lws_server.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/register_types.cpp b/modules/websocket/register_types.cpp index ab4ac835a68..39d03ff1f00 100644 --- a/modules/websocket/register_types.cpp +++ b/modules/websocket/register_types.cpp @@ -2,10 +2,11 @@ /* register_types.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/register_types.h b/modules/websocket/register_types.h index 7aa16eacc39..010d88789b5 100644 --- a/modules/websocket/register_types.h +++ b/modules/websocket/register_types.h @@ -2,10 +2,11 @@ /* register_types.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_client.cpp b/modules/websocket/websocket_client.cpp index c607f67c72c..f92a3869882 100644 --- a/modules/websocket/websocket_client.cpp +++ b/modules/websocket/websocket_client.cpp @@ -2,10 +2,11 @@ /* websocket_client.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_client.h b/modules/websocket/websocket_client.h index 89516bc1dff..0e878252220 100644 --- a/modules/websocket/websocket_client.h +++ b/modules/websocket/websocket_client.h @@ -2,10 +2,11 @@ /* websocket_client.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_macros.h b/modules/websocket/websocket_macros.h index 589ecdfbb75..b5c21598066 100644 --- a/modules/websocket/websocket_macros.h +++ b/modules/websocket/websocket_macros.h @@ -2,10 +2,11 @@ /* websocket_macros.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_multiplayer.cpp b/modules/websocket/websocket_multiplayer.cpp index 71161bcc3de..8cd4dff38b6 100644 --- a/modules/websocket/websocket_multiplayer.cpp +++ b/modules/websocket/websocket_multiplayer.cpp @@ -2,10 +2,11 @@ /* websocket_multiplayer.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_multiplayer.h b/modules/websocket/websocket_multiplayer.h index 3125822c81d..e8e795e97f5 100644 --- a/modules/websocket/websocket_multiplayer.h +++ b/modules/websocket/websocket_multiplayer.h @@ -2,10 +2,11 @@ /* websocket_multiplayer.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_peer.cpp b/modules/websocket/websocket_peer.cpp index abdeb5b62da..a6fbb4481b7 100644 --- a/modules/websocket/websocket_peer.cpp +++ b/modules/websocket/websocket_peer.cpp @@ -2,10 +2,11 @@ /* websocket_peer.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_peer.h b/modules/websocket/websocket_peer.h index 73e1cc41aa9..f4d8ce3e388 100644 --- a/modules/websocket/websocket_peer.h +++ b/modules/websocket/websocket_peer.h @@ -2,10 +2,11 @@ /* websocket_peer.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_server.cpp b/modules/websocket/websocket_server.cpp index d2f9e0ad9ed..ba77019f557 100644 --- a/modules/websocket/websocket_server.cpp +++ b/modules/websocket/websocket_server.cpp @@ -2,10 +2,11 @@ /* websocket_server.cpp */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/websocket/websocket_server.h b/modules/websocket/websocket_server.h index 395893e4012..db188811fd8 100644 --- a/modules/websocket/websocket_server.h +++ b/modules/websocket/websocket_server.h @@ -2,10 +2,11 @@ /* websocket_server.h */ /*************************************************************************/ /* This file is part of: */ -/* GODOT WEBSOCKET MODULE */ -/* https://github.com/LudiDorici/godot-websocket */ +/* GODOT ENGINE */ +/* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2017 Ludi Dorici, di Alessandrelli Fabio */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */