diff --git a/src/consts.hpp b/src/consts.hpp index fa0d8b4..1a52fb6 100644 --- a/src/consts.hpp +++ b/src/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -8,4 +8,4 @@ #pragma once -constexpr auto SlideHost = "127.0.0.1"; +constexpr auto SlideHost = "192.168.254.61"; diff --git a/src/main.cpp b/src/main.cpp index 1f80f17..7d49280 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 01b0818..6ab2236 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 3b870a5..e963ccc 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/obsclient.cpp b/src/obsclient.cpp index e552b31..28ff756 100644 --- a/src/obsclient.cpp +++ b/src/obsclient.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/obsclient.hpp b/src/obsclient.hpp index 16f7dde..2e09860 100644 --- a/src/obsclient.hpp +++ b/src/obsclient.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/openlpclient.cpp b/src/openlpclient.cpp index dbfa439..e3f7da2 100644 --- a/src/openlpclient.cpp +++ b/src/openlpclient.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/openlpclient.hpp b/src/openlpclient.hpp index 6d2ffb8..d9192c5 100644 --- a/src/openlpclient.hpp +++ b/src/openlpclient.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/slideview.cpp b/src/slideview.cpp index a53822c..5b920eb 100644 --- a/src/slideview.cpp +++ b/src/slideview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/slideview.hpp b/src/slideview.hpp index 78f2308..fb20c32 100644 --- a/src/slideview.hpp +++ b/src/slideview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 gary@drinkingtea.net + * Copyright 2021 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this