From b4679e60e569f24db433c71d51a549ef7d93e90a Mon Sep 17 00:00:00 2001 From: Roberto Alves Date: Wed, 18 Oct 2023 15:17:14 +0100 Subject: [PATCH] Fix the copyright on NamingConventionService --- .../INamingConventionService.cs | 31 ++++++++++--------- .../NamingConventionService.cs | 29 ++++++++--------- 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/COMET.Web.Common/Services/NamingConventionService/INamingConventionService.cs b/COMET.Web.Common/Services/NamingConventionService/INamingConventionService.cs index dc559dbe..f6bbb81c 100644 --- a/COMET.Web.Common/Services/NamingConventionService/INamingConventionService.cs +++ b/COMET.Web.Common/Services/NamingConventionService/INamingConventionService.cs @@ -1,24 +1,25 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023 RHEA System S.A. +// +// Copyright (c) 2023 RHEA System S.A. // -// Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine +// Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // -// This file is part of COMET WEB Community Edition -// The COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// This file is part of COMET WEB Community Edition +// The COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// Annex A and Annex C. // -// The COMET WEB Community Edition is free software; you can redistribute it and/or -// modify it under the terms of the GNU Affero General Public -// License as published by the Free Software Foundation; either -// version 3 of the License, or (at your option) any later version. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The COMET WEB Community Edition 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. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . // // -------------------------------------------------------------------------------------------------------------------- diff --git a/COMET.Web.Common/Services/NamingConventionService/NamingConventionService.cs b/COMET.Web.Common/Services/NamingConventionService/NamingConventionService.cs index bc6c2985..bfa7258b 100644 --- a/COMET.Web.Common/Services/NamingConventionService/NamingConventionService.cs +++ b/COMET.Web.Common/Services/NamingConventionService/NamingConventionService.cs @@ -1,24 +1,25 @@ // -------------------------------------------------------------------------------------------------------------------- // -// Copyright (c) 2023 RHEA System S.A. +// Copyright (c) 2023 RHEA System S.A. // -// Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine +// Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // -// This file is part of COMET WEB Community Edition -// The COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// This file is part of COMET WEB Community Edition +// The COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// Annex A and Annex C. // -// The COMET WEB Community Edition is free software; you can redistribute it and/or -// modify it under the terms of the GNU Affero General Public -// License as published by the Free Software Foundation; either -// version 3 of the License, or (at your option) any later version. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The COMET WEB Community Edition 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. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . // // --------------------------------------------------------------------------------------------------------------------