diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-16 22:57:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-16 22:57:58 +0200 |
commit | ecd6ee088847a7068cb97a728b40450dc5e923b5 (patch) | |
tree | 210cdbde5b15c7747287655973a4f2f3c9a415df /common/packets.d.ts | |
parent | 645b4cb35f3c128a4325e62a8a58078f0506b278 (diff) | |
download | keks-meet-ecd6ee088847a7068cb97a728b40450dc5e923b5.tar keks-meet-ecd6ee088847a7068cb97a728b40450dc5e923b5.tar.bz2 keks-meet-ecd6ee088847a7068cb97a728b40450dc5e923b5.tar.zst |
add a short copyright notice to *every* single source!
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r-- | common/packets.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts index 38059a3..c8f65d6 100644 --- a/common/packets.d.ts +++ b/common/packets.d.ts @@ -1,3 +1,8 @@ +/* + This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2022 metamuffin <metamuffin@disroot.org> +*/ // copy pasted from dom.lib.d.ts because it can not be referenced in the server. type Sdp = string |