diff options
Diffstat (limited to 'src/db/tables.rs')
| -rw-r--r-- | src/db/tables.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db/tables.rs b/src/db/tables.rs index 3d1e00c..34b16e9 100644 --- a/src/db/tables.rs +++ b/src/db/tables.rs @@ -1,3 +1,6 @@ +// Copyleft 2021-2021 Whirlsplash +// SPDX-License-Identifier: GPL-3.0-only + //! Much of the documentation that you will see within this module is quoted //! from http://dev.worlds.net/private/GammaDocs/WorldServer.html#RoomServer. |