diff options
| author | Fuwn <[email protected]> | 2021-04-26 13:23:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 13:23:35 +0000 |
| commit | 9c35efe14dd080b585ed9c332423fcc985f1de5a (patch) | |
| tree | 8b7df308dc892bd0d3c5a2c8bd2f625861de2ca2 /src/db | |
| parent | etc: Update license date Regex (diff) | |
| download | whirl-9c35efe14dd080b585ed9c332423fcc985f1de5a.tar.xz whirl-9c35efe14dd080b585ed9c332423fcc985f1de5a.zip | |
etc: Prepend license identifier to *most* files
Diffstat (limited to 'src/db')
| -rw-r--r-- | src/db/mod.rs | 3 | ||||
| -rw-r--r-- | src/db/tables.rs | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/db/mod.rs b/src/db/mod.rs index 5ec9ffb..c180764 100644 --- a/src/db/mod.rs +++ b/src/db/mod.rs @@ -1 +1,4 @@ +// Copyleft 2021-2021 Whirlsplash +// SPDX-License-Identifier: GPL-3.0-only + mod tables; 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. |