diff --git a/LICENSE b/LICENSE index f08d062..4b09667 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/lib/main.dart b/lib/main.dart index fcfe1ca..92c9f7a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the @@ -596,7 +596,7 @@ class _MyHomePageState extends State { padding: EdgeInsets.only(top:15), child: Image.asset("assets/app_icon/app_icon_128.png", width: 80) ), - applicationLegalese: "Copyright © 2021, devolo AG" + applicationLegalese: "Copyright © 2023, devolo GmbH" )), ); }, diff --git a/lib/mock-data/mock.dart b/lib/mock-data/mock.dart index 60bd573..30c6d90 100644 --- a/lib/mock-data/mock.dart +++ b/lib/mock-data/mock.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/models/dataRateModel.dart b/lib/models/dataRateModel.dart index d3dac66..372d065 100644 --- a/lib/models/dataRateModel.dart +++ b/lib/models/dataRateModel.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/models/deviceModel.dart b/lib/models/deviceModel.dart index 7e8f568..4fc7e96 100644 --- a/lib/models/deviceModel.dart +++ b/lib/models/deviceModel.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/models/networkListModel.dart b/lib/models/networkListModel.dart index 38ad384..846a7d6 100644 --- a/lib/models/networkListModel.dart +++ b/lib/models/networkListModel.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/models/sizeModel.dart b/lib/models/sizeModel.dart index 63a3cc7..e1b7f01 100644 --- a/lib/models/sizeModel.dart +++ b/lib/models/sizeModel.dart @@ -1,5 +1,5 @@ /* -Copyright (c) 2021, devolo AG +Copyright (c) 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/services/drawOverview.dart b/lib/services/drawOverview.dart index 5689166..f8b01ff 100644 --- a/lib/services/drawOverview.dart +++ b/lib/services/drawOverview.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/services/handleSocket.dart b/lib/services/handleSocket.dart index f7befc4..2564572 100644 --- a/lib/services/handleSocket.dart +++ b/lib/services/handleSocket.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/services/simulateDevices.dart b/lib/services/simulateDevices.dart index 8a1434f..6879eb9 100644 --- a/lib/services/simulateDevices.dart +++ b/lib/services/simulateDevices.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/shared/app_colors.dart b/lib/shared/app_colors.dart index 5299b08..7107bd5 100644 --- a/lib/shared/app_colors.dart +++ b/lib/shared/app_colors.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/shared/app_fontSize.dart b/lib/shared/app_fontSize.dart index ee3f067..485f2f2 100644 --- a/lib/shared/app_fontSize.dart +++ b/lib/shared/app_fontSize.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/shared/compareFunctions.dart b/lib/shared/compareFunctions.dart index 2f890f8..cef0e68 100644 --- a/lib/shared/compareFunctions.dart +++ b/lib/shared/compareFunctions.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/shared/helpers.dart b/lib/shared/helpers.dart index 5374863..ad5f843 100644 --- a/lib/shared/helpers.dart +++ b/lib/shared/helpers.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/shared/imageLoader.dart b/lib/shared/imageLoader.dart index d85c042..3a56b85 100644 --- a/lib/shared/imageLoader.dart +++ b/lib/shared/imageLoader.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/appBuilder.dart b/lib/views/appBuilder.dart index e8c107f..50dbc2d 100644 --- a/lib/views/appBuilder.dart +++ b/lib/views/appBuilder.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/emptyScreen.dart b/lib/views/emptyScreen.dart index f8dafce..63a79bd 100644 --- a/lib/views/emptyScreen.dart +++ b/lib/views/emptyScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/helpSection/addDeviceScreen.dart b/lib/views/helpSection/addDeviceScreen.dart index 723230e..98bd883 100644 --- a/lib/views/helpSection/addDeviceScreen.dart +++ b/lib/views/helpSection/addDeviceScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/helpSection/optimizeReceptionScreen.dart b/lib/views/helpSection/optimizeReceptionScreen.dart index 8d3557b..07f1651 100644 --- a/lib/views/helpSection/optimizeReceptionScreen.dart +++ b/lib/views/helpSection/optimizeReceptionScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/helpSection/supportScreen.dart b/lib/views/helpSection/supportScreen.dart index 458ad53..cbce4f2 100644 --- a/lib/views/helpSection/supportScreen.dart +++ b/lib/views/helpSection/supportScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/logsScreen.dart b/lib/views/logsScreen.dart index 795245e..bcc0dc5 100644 --- a/lib/views/logsScreen.dart +++ b/lib/views/logsScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/overviewScreen.dart b/lib/views/overviewScreen.dart index 846adcd..6fc72d6 100644 --- a/lib/views/overviewScreen.dart +++ b/lib/views/overviewScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/settingsScreen.dart b/lib/views/settingsScreen.dart index de48c98..6938a33 100644 --- a/lib/views/settingsScreen.dart +++ b/lib/views/settingsScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/lib/views/updateScreen.dart b/lib/views/updateScreen.dart index 4688974..551252a 100644 --- a/lib/views/updateScreen.dart +++ b/lib/views/updateScreen.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/app_colors_test.dart b/test/app_colors_test.dart index 9816632..35804c6 100644 --- a/test/app_colors_test.dart +++ b/test/app_colors_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/compareFunctions_test.dart b/test/compareFunctions_test.dart index ce774d5..2c945b5 100644 --- a/test/compareFunctions_test.dart +++ b/test/compareFunctions_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/deviceModel_test.dart b/test/deviceModel_test.dart index 5bca501..3f8514c 100644 --- a/test/deviceModel_test.dart +++ b/test/deviceModel_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/handleSocket_test.dart b/test/handleSocket_test.dart index 9ae3c8d..a029f31 100644 --- a/test/handleSocket_test.dart +++ b/test/handleSocket_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/helpers_test.dart b/test/helpers_test.dart index e25f090..89201af 100644 --- a/test/helpers_test.dart +++ b/test/helpers_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/imageLoader_test.dart b/test/imageLoader_test.dart index 9c582ce..10d5ec7 100644 --- a/test/imageLoader_test.dart +++ b/test/imageLoader_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the diff --git a/test/networkListModel_test.dart b/test/networkListModel_test.dart index a47a202..6dfe114 100644 --- a/test/networkListModel_test.dart +++ b/test/networkListModel_test.dart @@ -1,5 +1,5 @@ /* -Copyright © 2021, devolo AG +Copyright © 2023, devolo GmbH All rights reserved. This source code is licensed under the BSD-style license found in the