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 /client-web/public | |
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 'client-web/public')
-rw-r--r-- | client-web/public/assets/style/chat.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/logger.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/master.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/menu.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/prefs.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/room.css | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/client-web/public/assets/style/chat.css b/client-web/public/assets/style/chat.css index 7f7f8dc..b4e1dbf 100644 --- a/client-web/public/assets/style/chat.css +++ b/client-web/public/assets/style/chat.css @@ -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> +*/ .chat { position: fixed; z-index: 70; diff --git a/client-web/public/assets/style/logger.css b/client-web/public/assets/style/logger.css index 6cc70f3..5e08ec9 100644 --- a/client-web/public/assets/style/logger.css +++ b/client-web/public/assets/style/logger.css @@ -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> +*/ .logger-container { position: absolute; top: 0px; diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index 5601c56..71c9b00 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -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> +*/ @import url("https://s.metamuffin.org/static/font-ubuntu/include.css"); @import url("./logger.css"); @import url("./chat.css"); diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css index 15df272..73f7125 100644 --- a/client-web/public/assets/style/menu.css +++ b/client-web/public/assets/style/menu.css @@ -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> +*/ .bottom-menu { diff --git a/client-web/public/assets/style/prefs.css b/client-web/public/assets/style/prefs.css index 63ec299..f31c4ca 100644 --- a/client-web/public/assets/style/prefs.css +++ b/client-web/public/assets/style/prefs.css @@ -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> +*/ .prefs-overlay { position: fixed; z-index: 80; diff --git a/client-web/public/assets/style/room.css b/client-web/public/assets/style/room.css index 1d3ca88..22674c4 100644 --- a/client-web/public/assets/style/room.css +++ b/client-web/public/assets/style/room.css @@ -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> +*/ .room { overflow-y: scroll; } |