diff --git a/Wonky.Client/App.razor b/Wonky.Client/App.razor index a70fb891..6e89a373 100644 --- a/Wonky.Client/App.razor +++ b/Wonky.Client/App.razor @@ -2,16 +2,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/AppId.cs b/Wonky.Client/AppId.cs index 41fa952a..0d73f44a 100644 --- a/Wonky.Client/AppId.cs +++ b/Wonky.Client/AppId.cs @@ -4,6 +4,5 @@ public class AppId { public string Version { get; set; } = "0.2.1"; public string Name { get; set; } = "Wonky Client"; - public bool IsBeta { get; set; } = false; } \ No newline at end of file diff --git a/Wonky.Client/AuthProviders/AuthStateProvider.cs b/Wonky.Client/AuthProviders/AuthStateProvider.cs index 2ef46633..68146fa7 100644 --- a/Wonky.Client/AuthProviders/AuthStateProvider.cs +++ b/Wonky.Client/AuthProviders/AuthStateProvider.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/AuthLinks.razor b/Wonky.Client/Components/AuthLinks.razor index 2925ec44..4cb28f20 100644 --- a/Wonky.Client/Components/AuthLinks.razor +++ b/Wonky.Client/Components/AuthLinks.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/CompanyListHeader.razor b/Wonky.Client/Components/CompanyListHeader.razor index a6483b8c..678a894b 100644 --- a/Wonky.Client/Components/CompanyListHeader.razor +++ b/Wonky.Client/Components/CompanyListHeader.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/CompanySearchField.razor b/Wonky.Client/Components/CompanySearchField.razor index 758359d2..8882835c 100644 --- a/Wonky.Client/Components/CompanySearchField.razor +++ b/Wonky.Client/Components/CompanySearchField.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/CompanySearchField.razor.cs b/Wonky.Client/Components/CompanySearchField.razor.cs index 70d1da75..5e364701 100644 --- a/Wonky.Client/Components/CompanySearchField.razor.cs +++ b/Wonky.Client/Components/CompanySearchField.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/CompanySort.razor b/Wonky.Client/Components/CompanySort.razor index 95f3ff93..0f612d25 100644 --- a/Wonky.Client/Components/CompanySort.razor +++ b/Wonky.Client/Components/CompanySort.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/CompanySort.razor.cs b/Wonky.Client/Components/CompanySort.razor.cs index 3a03a89b..410179ef 100644 --- a/Wonky.Client/Components/CompanySort.razor.cs +++ b/Wonky.Client/Components/CompanySort.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/CompanyTable.razor b/Wonky.Client/Components/CompanyTable.razor index be687780..61af00b0 100644 --- a/Wonky.Client/Components/CompanyTable.razor +++ b/Wonky.Client/Components/CompanyTable.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/CompanyTable.razor.cs b/Wonky.Client/Components/CompanyTable.razor.cs index d739862a..04cc64fa 100644 --- a/Wonky.Client/Components/CompanyTable.razor.cs +++ b/Wonky.Client/Components/CompanyTable.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/Home.razor b/Wonky.Client/Components/Home.razor index 958554ca..95f432cc 100644 --- a/Wonky.Client/Components/Home.razor +++ b/Wonky.Client/Components/Home.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/Home.razor.cs b/Wonky.Client/Components/Home.razor.cs index 8d0d1857..1d9b936b 100644 --- a/Wonky.Client/Components/Home.razor.cs +++ b/Wonky.Client/Components/Home.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/PageSizeDropDown.razor b/Wonky.Client/Components/PageSizeDropDown.razor index 8b46ec06..46ae4e3d 100644 --- a/Wonky.Client/Components/PageSizeDropDown.razor +++ b/Wonky.Client/Components/PageSizeDropDown.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/PageSizeDropDown.razor.cs b/Wonky.Client/Components/PageSizeDropDown.razor.cs index 21e47bd0..cf81ec2d 100644 --- a/Wonky.Client/Components/PageSizeDropDown.razor.cs +++ b/Wonky.Client/Components/PageSizeDropDown.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/Pagination.razor b/Wonky.Client/Components/Pagination.razor index a91e3329..77b48420 100644 --- a/Wonky.Client/Components/Pagination.razor +++ b/Wonky.Client/Components/Pagination.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/Pagination.razor.cs b/Wonky.Client/Components/Pagination.razor.cs index e8976382..107c00cb 100644 --- a/Wonky.Client/Components/Pagination.razor.cs +++ b/Wonky.Client/Components/Pagination.razor.cs @@ -1,16 +1,16 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/PoLineCreate.razor b/Wonky.Client/Components/PoLineCreate.razor index 231673e8..22fca664 100644 --- a/Wonky.Client/Components/PoLineCreate.razor +++ b/Wonky.Client/Components/PoLineCreate.razor @@ -2,16 +2,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/PoLineCreate.razor.cs b/Wonky.Client/Components/PoLineCreate.razor.cs index 239db777..f70d541c 100644 --- a/Wonky.Client/Components/PoLineCreate.razor.cs +++ b/Wonky.Client/Components/PoLineCreate.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/PurchaseOrderLinesTable.razor b/Wonky.Client/Components/PurchaseOrderLinesTable.razor index 9e47acb2..a29cd48d 100644 --- a/Wonky.Client/Components/PurchaseOrderLinesTable.razor +++ b/Wonky.Client/Components/PurchaseOrderLinesTable.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/PurchaseOrderLinesTable.razor.cs b/Wonky.Client/Components/PurchaseOrderLinesTable.razor.cs index 0c4b5e11..699ca854 100644 --- a/Wonky.Client/Components/PurchaseOrderLinesTable.razor.cs +++ b/Wonky.Client/Components/PurchaseOrderLinesTable.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/PurchaseOrderTable.razor b/Wonky.Client/Components/PurchaseOrderTable.razor index 463e4902..46e520cc 100644 --- a/Wonky.Client/Components/PurchaseOrderTable.razor +++ b/Wonky.Client/Components/PurchaseOrderTable.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/PurchaseOrderTable.razor.cs b/Wonky.Client/Components/PurchaseOrderTable.razor.cs index 2d2813b6..4244198b 100644 --- a/Wonky.Client/Components/PurchaseOrderTable.razor.cs +++ b/Wonky.Client/Components/PurchaseOrderTable.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/RegInfoCompany.razor b/Wonky.Client/Components/RegInfoCompany.razor index e50cb71b..4a4a82b3 100644 --- a/Wonky.Client/Components/RegInfoCompany.razor +++ b/Wonky.Client/Components/RegInfoCompany.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/RegInfoCompany.razor.cs b/Wonky.Client/Components/RegInfoCompany.razor.cs index 2283f18b..3cbefd63 100644 --- a/Wonky.Client/Components/RegInfoCompany.razor.cs +++ b/Wonky.Client/Components/RegInfoCompany.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/RegLookupAddress.razor b/Wonky.Client/Components/RegLookupAddress.razor index 5d6cf6aa..f8cc06f8 100644 --- a/Wonky.Client/Components/RegLookupAddress.razor +++ b/Wonky.Client/Components/RegLookupAddress.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/RegLookupAddress.razor.cs b/Wonky.Client/Components/RegLookupAddress.razor.cs index 5be59033..649f26e3 100644 --- a/Wonky.Client/Components/RegLookupAddress.razor.cs +++ b/Wonky.Client/Components/RegLookupAddress.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/RegLookupVatNo.razor b/Wonky.Client/Components/RegLookupVatNo.razor index 2a5a34aa..08b2ed6e 100644 --- a/Wonky.Client/Components/RegLookupVatNo.razor +++ b/Wonky.Client/Components/RegLookupVatNo.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/RegLookupVatNo.razor.cs b/Wonky.Client/Components/RegLookupVatNo.razor.cs index 59429b54..18926da8 100644 --- a/Wonky.Client/Components/RegLookupVatNo.razor.cs +++ b/Wonky.Client/Components/RegLookupVatNo.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/RegStateVatNumber.razor b/Wonky.Client/Components/RegStateVatNumber.razor index 6b714b7a..4b8b8837 100644 --- a/Wonky.Client/Components/RegStateVatNumber.razor +++ b/Wonky.Client/Components/RegStateVatNumber.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/RegStateVatNumber.razor.cs b/Wonky.Client/Components/RegStateVatNumber.razor.cs index 76904722..106e690e 100644 --- a/Wonky.Client/Components/RegStateVatNumber.razor.cs +++ b/Wonky.Client/Components/RegStateVatNumber.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/SalesItemGroupFilter.razor b/Wonky.Client/Components/SalesItemGroupFilter.razor index 18685312..035beb6e 100644 --- a/Wonky.Client/Components/SalesItemGroupFilter.razor +++ b/Wonky.Client/Components/SalesItemGroupFilter.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/SalesItemGroupFilter.razor.cs b/Wonky.Client/Components/SalesItemGroupFilter.razor.cs index d5a81918..9598a1e6 100644 --- a/Wonky.Client/Components/SalesItemGroupFilter.razor.cs +++ b/Wonky.Client/Components/SalesItemGroupFilter.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/SalesItemSearchField.razor b/Wonky.Client/Components/SalesItemSearchField.razor index abb200c4..14315efc 100644 --- a/Wonky.Client/Components/SalesItemSearchField.razor +++ b/Wonky.Client/Components/SalesItemSearchField.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/SalesItemSearchField.razor.cs b/Wonky.Client/Components/SalesItemSearchField.razor.cs index a682ea12..520f854d 100644 --- a/Wonky.Client/Components/SalesItemSearchField.razor.cs +++ b/Wonky.Client/Components/SalesItemSearchField.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/SalesItemSort.razor b/Wonky.Client/Components/SalesItemSort.razor index e66cf283..6ef35701 100644 --- a/Wonky.Client/Components/SalesItemSort.razor +++ b/Wonky.Client/Components/SalesItemSort.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/SalesItemSort.razor.cs b/Wonky.Client/Components/SalesItemSort.razor.cs index c416f92a..0458386a 100644 --- a/Wonky.Client/Components/SalesItemSort.razor.cs +++ b/Wonky.Client/Components/SalesItemSort.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/SalesItemTable.razor b/Wonky.Client/Components/SalesItemTable.razor index 85ecd45d..0f200e35 100644 --- a/Wonky.Client/Components/SalesItemTable.razor +++ b/Wonky.Client/Components/SalesItemTable.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/SalesItemTable.razor.cs b/Wonky.Client/Components/SalesItemTable.razor.cs index 9fe0f7ad..5bd14f65 100644 --- a/Wonky.Client/Components/SalesItemTable.razor.cs +++ b/Wonky.Client/Components/SalesItemTable.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Components/SearchPhrase.razor b/Wonky.Client/Components/SearchPhrase.razor index 385b46b1..ce57aae5 100644 --- a/Wonky.Client/Components/SearchPhrase.razor +++ b/Wonky.Client/Components/SearchPhrase.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Components/SearchPhrase.razor.cs b/Wonky.Client/Components/SearchPhrase.razor.cs index 4ddc2853..0cb5cb54 100644 --- a/Wonky.Client/Components/SearchPhrase.razor.cs +++ b/Wonky.Client/Components/SearchPhrase.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Features/PagingLink.cs b/Wonky.Client/Features/PagingLink.cs index a4d6c97a..754a5827 100644 --- a/Wonky.Client/Features/PagingLink.cs +++ b/Wonky.Client/Features/PagingLink.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Features/PagingResponse.cs b/Wonky.Client/Features/PagingResponse.cs index 28e0941c..6bdb5700 100644 --- a/Wonky.Client/Features/PagingResponse.cs +++ b/Wonky.Client/Features/PagingResponse.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Helpers/Utils.cs b/Wonky.Client/Helpers/Utils.cs index 830eedaa..7331573a 100644 --- a/Wonky.Client/Helpers/Utils.cs +++ b/Wonky.Client/Helpers/Utils.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs b/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs index d3178991..c5cedfbe 100644 --- a/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs +++ b/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpInterceptors/HttpResponseException.cs b/Wonky.Client/HttpInterceptors/HttpResponseException.cs index 83ceb9e3..cf52e847 100644 --- a/Wonky.Client/HttpInterceptors/HttpResponseException.cs +++ b/Wonky.Client/HttpInterceptors/HttpResponseException.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/CompanyHttpRepository.cs b/Wonky.Client/HttpRepository/CompanyHttpRepository.cs index 2509d4cc..60e0ce80 100644 --- a/Wonky.Client/HttpRepository/CompanyHttpRepository.cs +++ b/Wonky.Client/HttpRepository/CompanyHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/ICompanyHttpRepository.cs b/Wonky.Client/HttpRepository/ICompanyHttpRepository.cs index 5c31f6f6..65003abd 100644 --- a/Wonky.Client/HttpRepository/ICompanyHttpRepository.cs +++ b/Wonky.Client/HttpRepository/ICompanyHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/IKrvProductHttpRepository.cs b/Wonky.Client/HttpRepository/IKrvProductHttpRepository.cs index 4086b03b..59fce7ff 100644 --- a/Wonky.Client/HttpRepository/IKrvProductHttpRepository.cs +++ b/Wonky.Client/HttpRepository/IKrvProductHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/IKrvVariantHttpRepository.cs b/Wonky.Client/HttpRepository/IKrvVariantHttpRepository.cs index 2bbbb5ff..b67ce000 100644 --- a/Wonky.Client/HttpRepository/IKrvVariantHttpRepository.cs +++ b/Wonky.Client/HttpRepository/IKrvVariantHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/ISalesItemHttpRepository.cs b/Wonky.Client/HttpRepository/ISalesItemHttpRepository.cs index 15c6f347..d988b2a7 100644 --- a/Wonky.Client/HttpRepository/ISalesItemHttpRepository.cs +++ b/Wonky.Client/HttpRepository/ISalesItemHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/KrvProductHttpRepository.cs b/Wonky.Client/HttpRepository/KrvProductHttpRepository.cs index aae696e6..05558ab7 100644 --- a/Wonky.Client/HttpRepository/KrvProductHttpRepository.cs +++ b/Wonky.Client/HttpRepository/KrvProductHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/KrvVariantHttpRepository.cs b/Wonky.Client/HttpRepository/KrvVariantHttpRepository.cs index 23d41fcb..ea7b3e45 100644 --- a/Wonky.Client/HttpRepository/KrvVariantHttpRepository.cs +++ b/Wonky.Client/HttpRepository/KrvVariantHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/HttpRepository/SalesItemHttpRepository.cs b/Wonky.Client/HttpRepository/SalesItemHttpRepository.cs index 013a2682..47a1697b 100644 --- a/Wonky.Client/HttpRepository/SalesItemHttpRepository.cs +++ b/Wonky.Client/HttpRepository/SalesItemHttpRepository.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Models/PurchaseOrder.cs b/Wonky.Client/Models/PurchaseOrder.cs index 71154d88..b546367d 100644 --- a/Wonky.Client/Models/PurchaseOrder.cs +++ b/Wonky.Client/Models/PurchaseOrder.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Models/PurchaseOrderLine.cs b/Wonky.Client/Models/PurchaseOrderLine.cs index 232f6cd7..b14871a5 100644 --- a/Wonky.Client/Models/PurchaseOrderLine.cs +++ b/Wonky.Client/Models/PurchaseOrderLine.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // namespace Wonky.Client.Models; diff --git a/Wonky.Client/Models/Quote.cs b/Wonky.Client/Models/Quote.cs index f4d1019a..0c9cfca2 100644 --- a/Wonky.Client/Models/Quote.cs +++ b/Wonky.Client/Models/Quote.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Models/QuoteItem.cs b/Wonky.Client/Models/QuoteItem.cs index fadd0039..f2c34ccf 100644 --- a/Wonky.Client/Models/QuoteItem.cs +++ b/Wonky.Client/Models/QuoteItem.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/CompanyActivity.razor b/Wonky.Client/Pages/CompanyActivity.razor index b1fa3032..c3164ed7 100644 --- a/Wonky.Client/Pages/CompanyActivity.razor +++ b/Wonky.Client/Pages/CompanyActivity.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyCreate.razor b/Wonky.Client/Pages/CompanyCreate.razor index 0225e977..d74dbc04 100644 --- a/Wonky.Client/Pages/CompanyCreate.razor +++ b/Wonky.Client/Pages/CompanyCreate.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyCreate.razor.cs b/Wonky.Client/Pages/CompanyCreate.razor.cs index 839dde18..73aa7638 100644 --- a/Wonky.Client/Pages/CompanyCreate.razor.cs +++ b/Wonky.Client/Pages/CompanyCreate.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/CompanyInfo.razor b/Wonky.Client/Pages/CompanyInfo.razor index 42efd29c..96302a36 100644 --- a/Wonky.Client/Pages/CompanyInfo.razor +++ b/Wonky.Client/Pages/CompanyInfo.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyKApv.razor b/Wonky.Client/Pages/CompanyKApv.razor index da8c3f49..6403491d 100644 --- a/Wonky.Client/Pages/CompanyKApv.razor +++ b/Wonky.Client/Pages/CompanyKApv.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyList.razor b/Wonky.Client/Pages/CompanyList.razor index bb379308..3b8e5b18 100644 --- a/Wonky.Client/Pages/CompanyList.razor +++ b/Wonky.Client/Pages/CompanyList.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyList.razor.cs b/Wonky.Client/Pages/CompanyList.razor.cs index 71dd7b07..f10939e8 100644 --- a/Wonky.Client/Pages/CompanyList.razor.cs +++ b/Wonky.Client/Pages/CompanyList.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/CompanyProducts.razor b/Wonky.Client/Pages/CompanyProducts.razor index 22ee7f55..9a63c2c9 100644 --- a/Wonky.Client/Pages/CompanyProducts.razor +++ b/Wonky.Client/Pages/CompanyProducts.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyUpdate.razor b/Wonky.Client/Pages/CompanyUpdate.razor index e7200e8e..9be2ebf6 100644 --- a/Wonky.Client/Pages/CompanyUpdate.razor +++ b/Wonky.Client/Pages/CompanyUpdate.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyUpdate.razor.cs b/Wonky.Client/Pages/CompanyUpdate.razor.cs index a6e013c3..e8913272 100644 --- a/Wonky.Client/Pages/CompanyUpdate.razor.cs +++ b/Wonky.Client/Pages/CompanyUpdate.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/CompanyView.razor b/Wonky.Client/Pages/CompanyView.razor index fdf1ac85..e608c7fc 100644 --- a/Wonky.Client/Pages/CompanyView.razor +++ b/Wonky.Client/Pages/CompanyView.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/CompanyView.razor.cs b/Wonky.Client/Pages/CompanyView.razor.cs index 86880d20..176138ff 100644 --- a/Wonky.Client/Pages/CompanyView.razor.cs +++ b/Wonky.Client/Pages/CompanyView.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/Index.razor b/Wonky.Client/Pages/Index.razor index 2c6d5eb7..0586e4d2 100644 --- a/Wonky.Client/Pages/Index.razor +++ b/Wonky.Client/Pages/Index.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Login.razor b/Wonky.Client/Pages/Login.razor index a3897c79..e19901e2 100644 --- a/Wonky.Client/Pages/Login.razor +++ b/Wonky.Client/Pages/Login.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Login.razor.cs b/Wonky.Client/Pages/Login.razor.cs index 4cde5dcd..e5b2226c 100644 --- a/Wonky.Client/Pages/Login.razor.cs +++ b/Wonky.Client/Pages/Login.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/Logout.razor b/Wonky.Client/Pages/Logout.razor index d3ea2042..0206b6f8 100644 --- a/Wonky.Client/Pages/Logout.razor +++ b/Wonky.Client/Pages/Logout.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Logout.razor.cs b/Wonky.Client/Pages/Logout.razor.cs index 1bd8e90d..81eed805 100644 --- a/Wonky.Client/Pages/Logout.razor.cs +++ b/Wonky.Client/Pages/Logout.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/Page401.razor b/Wonky.Client/Pages/Page401.razor index 0d14bca7..98f71090 100644 --- a/Wonky.Client/Pages/Page401.razor +++ b/Wonky.Client/Pages/Page401.razor @@ -2,16 +2,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Page404.razor b/Wonky.Client/Pages/Page404.razor index ec32f202..b416c653 100644 --- a/Wonky.Client/Pages/Page404.razor +++ b/Wonky.Client/Pages/Page404.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Page404.razor.cs b/Wonky.Client/Pages/Page404.razor.cs index d47639b2..343c6357 100644 --- a/Wonky.Client/Pages/Page404.razor.cs +++ b/Wonky.Client/Pages/Page404.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/Page500.razor b/Wonky.Client/Pages/Page500.razor index 34d117f0..14be1267 100644 --- a/Wonky.Client/Pages/Page500.razor +++ b/Wonky.Client/Pages/Page500.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/ProductCreate.razor b/Wonky.Client/Pages/ProductCreate.razor index a8516adc..d212864c 100644 --- a/Wonky.Client/Pages/ProductCreate.razor +++ b/Wonky.Client/Pages/ProductCreate.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/ProductCreate.razor.cs b/Wonky.Client/Pages/ProductCreate.razor.cs index b1d34b53..1f4ec1df 100644 --- a/Wonky.Client/Pages/ProductCreate.razor.cs +++ b/Wonky.Client/Pages/ProductCreate.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/PurchaseOrderCreate.razor b/Wonky.Client/Pages/PurchaseOrderCreate.razor index 7871c3a0..1309aac1 100644 --- a/Wonky.Client/Pages/PurchaseOrderCreate.razor +++ b/Wonky.Client/Pages/PurchaseOrderCreate.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/PurchaseOrderCreate.razor.cs b/Wonky.Client/Pages/PurchaseOrderCreate.razor.cs index 12fd0c6c..3580ee27 100644 --- a/Wonky.Client/Pages/PurchaseOrderCreate.razor.cs +++ b/Wonky.Client/Pages/PurchaseOrderCreate.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/Registration.razor b/Wonky.Client/Pages/Registration.razor index d87f7795..5b504c96 100644 --- a/Wonky.Client/Pages/Registration.razor +++ b/Wonky.Client/Pages/Registration.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/Registration.razor.cs b/Wonky.Client/Pages/Registration.razor.cs index a4f316fc..df6ea013 100644 --- a/Wonky.Client/Pages/Registration.razor.cs +++ b/Wonky.Client/Pages/Registration.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/ReportError.razor b/Wonky.Client/Pages/ReportError.razor index da38f683..873c2d64 100644 --- a/Wonky.Client/Pages/ReportError.razor +++ b/Wonky.Client/Pages/ReportError.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/ReportError.razor.cs b/Wonky.Client/Pages/ReportError.razor.cs index e41b4027..c89464c7 100644 --- a/Wonky.Client/Pages/ReportError.razor.cs +++ b/Wonky.Client/Pages/ReportError.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/SalesItemCatalog.razor b/Wonky.Client/Pages/SalesItemCatalog.razor index c1c33801..01d1b5bd 100644 --- a/Wonky.Client/Pages/SalesItemCatalog.razor +++ b/Wonky.Client/Pages/SalesItemCatalog.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/SalesItemCatalog.razor.cs b/Wonky.Client/Pages/SalesItemCatalog.razor.cs index 60ecfdd2..26ca6ecf 100644 --- a/Wonky.Client/Pages/SalesItemCatalog.razor.cs +++ b/Wonky.Client/Pages/SalesItemCatalog.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/SalesItemView.razor b/Wonky.Client/Pages/SalesItemView.razor index 1e643924..57e348f9 100644 --- a/Wonky.Client/Pages/SalesItemView.razor +++ b/Wonky.Client/Pages/SalesItemView.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Pages/SalesItemView.razor.cs b/Wonky.Client/Pages/SalesItemView.razor.cs index dd8238eb..6dcce758 100644 --- a/Wonky.Client/Pages/SalesItemView.razor.cs +++ b/Wonky.Client/Pages/SalesItemView.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Pages/VirkDataLookup.razor b/Wonky.Client/Pages/VirkDataLookup.razor index ce3a64ba..1977e24b 100644 --- a/Wonky.Client/Pages/VirkDataLookup.razor +++ b/Wonky.Client/Pages/VirkDataLookup.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Program.cs b/Wonky.Client/Program.cs index 7e3c3b06..54d472a2 100644 --- a/Wonky.Client/Program.cs +++ b/Wonky.Client/Program.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // using Microsoft.AspNetCore.Components.Web; diff --git a/Wonky.Client/Services/AuthenticationService.cs b/Wonky.Client/Services/AuthenticationService.cs index f984b3b7..4e5b7dcd 100644 --- a/Wonky.Client/Services/AuthenticationService.cs +++ b/Wonky.Client/Services/AuthenticationService.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Services/IAuthenticationService.cs b/Wonky.Client/Services/IAuthenticationService.cs index d6a83972..022012eb 100644 --- a/Wonky.Client/Services/IAuthenticationService.cs +++ b/Wonky.Client/Services/IAuthenticationService.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Services/RefreshTokenService.cs b/Wonky.Client/Services/RefreshTokenService.cs index 8a44298e..7a24a840 100644 --- a/Wonky.Client/Services/RefreshTokenService.cs +++ b/Wonky.Client/Services/RefreshTokenService.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Shared/Confirmation.razor b/Wonky.Client/Shared/Confirmation.razor index cf53bcb0..0b92db87 100644 --- a/Wonky.Client/Shared/Confirmation.razor +++ b/Wonky.Client/Shared/Confirmation.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/Confirmation.razor.cs b/Wonky.Client/Shared/Confirmation.razor.cs index d4e60393..7cf59013 100644 --- a/Wonky.Client/Shared/Confirmation.razor.cs +++ b/Wonky.Client/Shared/Confirmation.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Shared/MainLayout.razor b/Wonky.Client/Shared/MainLayout.razor index 5ba1d2d5..b9c05dd5 100644 --- a/Wonky.Client/Shared/MainLayout.razor +++ b/Wonky.Client/Shared/MainLayout.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/NavMenu.razor b/Wonky.Client/Shared/NavMenu.razor index 1fc7abfa..e53a0c9c 100644 --- a/Wonky.Client/Shared/NavMenu.razor +++ b/Wonky.Client/Shared/NavMenu.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/PoStateProvider.razor b/Wonky.Client/Shared/PoStateProvider.razor index 2ffcc492..9a6e7dd2 100644 --- a/Wonky.Client/Shared/PoStateProvider.razor +++ b/Wonky.Client/Shared/PoStateProvider.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/PoStateProvider.razor.cs b/Wonky.Client/Shared/PoStateProvider.razor.cs index 01391e7a..cab00b6d 100644 --- a/Wonky.Client/Shared/PoStateProvider.razor.cs +++ b/Wonky.Client/Shared/PoStateProvider.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Shared/ProductImageUpload.razor b/Wonky.Client/Shared/ProductImageUpload.razor index bde94dbe..6aebbb8e 100644 --- a/Wonky.Client/Shared/ProductImageUpload.razor +++ b/Wonky.Client/Shared/ProductImageUpload.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/ProductImageUpload.razor.cs b/Wonky.Client/Shared/ProductImageUpload.razor.cs index aabab342..f75113b2 100644 --- a/Wonky.Client/Shared/ProductImageUpload.razor.cs +++ b/Wonky.Client/Shared/ProductImageUpload.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Shared/VariantImageUpload.razor b/Wonky.Client/Shared/VariantImageUpload.razor index c826f4bb..957ac163 100644 --- a/Wonky.Client/Shared/VariantImageUpload.razor +++ b/Wonky.Client/Shared/VariantImageUpload.razor @@ -1,16 +1,16 @@ @* // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // *@ diff --git a/Wonky.Client/Shared/VariantImageUpload.razor.cs b/Wonky.Client/Shared/VariantImageUpload.razor.cs index 4d92d687..eea0c304 100644 --- a/Wonky.Client/Shared/VariantImageUpload.razor.cs +++ b/Wonky.Client/Shared/VariantImageUpload.razor.cs @@ -1,15 +1,15 @@ // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as +// it under the terms of the Affero GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. +// Affero GNU General Public License for more details. // -// You should have received a copy of the GNU Affero General Public License +// You should have received a copy of the Affero GNU General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // diff --git a/Wonky.Client/Wonky.Client.csproj b/Wonky.Client/Wonky.Client.csproj index e592bf98..40c6e178 100644 --- a/Wonky.Client/Wonky.Client.csproj +++ b/Wonky.Client/Wonky.Client.csproj @@ -1,10 +1,10 @@ - + net6.0 enable enable - + @@ -26,20 +26,6 @@ - - - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvProduct.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvProductList.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvProductUpdate.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvVariantCreate.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvVariantList.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvVariantUpdate.razor" /> - <_ContentIncludedByDefault Remove="Pages\KrvAdmin\KrvVariantView.razor" /> - <_ContentIncludedByDefault Remove="Pages\Testing\Counter.razor" /> - <_ContentIncludedByDefault Remove="Pages\Testing\JsInterop.razor" /> - <_ContentIncludedByDefault Remove="Pages\Testing\JsInterop2.razor" /> - - diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index 0e0dcd23..88bdcfc1 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -1,3 +1,19 @@ { - + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Debug", + "Microsoft": "Information" + } + }, + "apiConfig": { + "baseAddress": "https://api.innotec.dk", + "tokenPath": "token", + "userInfo": "api/auth/userinfo", + "crmCompanies": "api/v2/crm/companies/page", + "priceCatalog": "api/v2/crm/catalog/page", + "cvrLookup": "/api/v2/services/virk", + "imageUpload": "api/v2/admin/upload2", + "userRegistration": "api/auth/register" + } } \ No newline at end of file