DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

183d04ca678fb2c602536479f04eef249c892d0a — Jonni Liljamo 1 year, 8 months ago 5910854
chore: update copyright notices
43 files changed, 60 insertions(+), 60 deletions(-)

M client/assets/scripts/ui_play.lua
M client/src/api/game/all_forming.rs
M client/src/api/game/create.rs
M client/src/api/game/info.rs
M client/src/api/game/join.rs
M client/src/api/game/mod.rs
M client/src/api/game/mygames.rs
M client/src/api/game/patchstate.rs
M client/src/api/game/types.rs
M client/src/api/mod.rs
M client/src/api/user/mod.rs
M client/src/api/user/types.rs
M client/src/cfg/mod.rs
M client/src/constants.rs
M client/src/lua/mod.rs
M client/src/plugins/config/mod.rs
M client/src/plugins/connection_check/mod.rs
M client/src/plugins/menu/accountlogin/mod.rs
M client/src/plugins/menu/accountlogin/ui.rs
M client/src/plugins/menu/accountregister/mod.rs
M client/src/plugins/menu/accountregister/ui.rs
M client/src/plugins/menu/accountscreenloggedin.rs
M client/src/plugins/menu/accountscreenloggedout.rs
M client/src/plugins/menu/mainmenuscreen.rs
M client/src/plugins/menu/mod.rs
M client/src/plugins/menu/play/allformingcall.rs
M client/src/plugins/menu/play/creategamecall.rs
M client/src/plugins/menu/play/joingamecall.rs
M client/src/plugins/menu/play/mod.rs
M client/src/plugins/menu/play/mygamescall.rs
M client/src/plugins/menu/play/startgamecall.rs
M client/src/plugins/menu/play/ui.rs
M client/src/plugins/menu/settingsscreen.rs
M client/src/plugins/mod.rs
M client/src/plugins/phases/loading/mod.rs
M client/src/plugins/phases/mod.rs
M client/src/plugins/phases/splash/mod.rs
M client/src/runtime/game/mod.rs
M client/src/runtime/menu/mod.rs
M client/src/runtime/mod.rs
M client/src/util/eguipwd.rs
M client/src/util/mod.rs
M client/src/util/sl.rs
M client/assets/scripts/ui_play.lua => client/assets/scripts/ui_play.lua +2 -2
@@ 1,6 1,6 @@
--[[
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/api/game/all_forming.rs => client/src/api/game/all_forming.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/create.rs => client/src/api/game/create.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/info.rs => client/src/api/game/info.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/join.rs => client/src/api/game/join.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/mod.rs => client/src/api/game/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/mygames.rs => client/src/api/game/mygames.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/patchstate.rs => client/src/api/game/patchstate.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/game/types.rs => client/src/api/game/types.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/mod.rs => client/src/api/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/user/mod.rs => client/src/api/user/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/api/user/types.rs => client/src/api/user/types.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/cfg/mod.rs => client/src/cfg/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/constants.rs => client/src/constants.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/lua/mod.rs => client/src/lua/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/config/mod.rs => client/src/plugins/config/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/connection_check/mod.rs => client/src/plugins/connection_check/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/menu/accountlogin/mod.rs => client/src/plugins/menu/accountlogin/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/menu/accountlogin/ui.rs => client/src/plugins/menu/accountlogin/ui.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/menu/accountregister/mod.rs => client/src/plugins/menu/accountregister/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/menu/accountregister/ui.rs => client/src/plugins/menu/accountregister/ui.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/menu/accountscreenloggedin.rs => client/src/plugins/menu/accountscreenloggedin.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/accountscreenloggedout.rs => client/src/plugins/menu/accountscreenloggedout.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/mainmenuscreen.rs => client/src/plugins/menu/mainmenuscreen.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/mod.rs => client/src/plugins/menu/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/allformingcall.rs => client/src/plugins/menu/play/allformingcall.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/creategamecall.rs => client/src/plugins/menu/play/creategamecall.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/joingamecall.rs => client/src/plugins/menu/play/joingamecall.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/mod.rs => client/src/plugins/menu/play/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/mygamescall.rs => client/src/plugins/menu/play/mygamescall.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/startgamecall.rs => client/src/plugins/menu/play/startgamecall.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/play/ui.rs => client/src/plugins/menu/play/ui.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/menu/settingsscreen.rs => client/src/plugins/menu/settingsscreen.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/plugins/mod.rs => client/src/plugins/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/phases/loading/mod.rs => client/src/plugins/phases/loading/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/phases/mod.rs => client/src/plugins/phases/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/plugins/phases/splash/mod.rs => client/src/plugins/phases/splash/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/runtime/game/mod.rs => client/src/runtime/game/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/runtime/menu/mod.rs => client/src/runtime/menu/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/runtime/mod.rs => client/src/runtime/mod.rs +1 -1
@@ 1,5 1,5 @@
/*
 * This file is part of sdbclient
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.

M client/src/util/eguipwd.rs => client/src/util/eguipwd.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/util/mod.rs => client/src/util/mod.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.

M client/src/util/sl.rs => client/src/util/sl.rs +2 -2
@@ 1,6 1,6 @@
/*
 * This file is part of sdbclient
 * Copyright (C) 2022 Jonni Liljamo <jonni@liljamo.com>
 * This file is part of laurelin/client
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.