From ab76b113c89e51582fd46ebbfcb86cb8c8ca3bfb Mon Sep 17 00:00:00 2001 From: louisnayegon Date: Wed, 16 Oct 2024 17:40:32 +0100 Subject: [PATCH] tidy up copyrights and markdown files --- .codacy.yml | 2 +- .codeclimate.yml | 2 +- CONTRIBUTORS.md | 4 ++-- .../test/Areas/Materials/Models/TestMaterialEditViewModel.cs | 2 +- Vagrantfile | 2 +- appveyor.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.codacy.yml b/.codacy.yml index e15e1ee1..e9931395 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2022 Simply Code Ltd. All rights reserved. +# Copyright (c) Simply Code Ltd. All rights reserved. # Licensed under the MIT License. # See LICENSE file in the project root for full license information. diff --git a/.codeclimate.yml b/.codeclimate.yml index 4ca21ad0..39423ed1 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2022 Simply Code Ltd. All rights reserved. +# Copyright (c) Simply Code Ltd. All rights reserved. # Licensed under the MIT License. # See LICENSE file in the project root for full license information. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8b2df5c2..885deb18 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,9 +2,9 @@ This is the official list of the **PackIt** project contributors. Names of the original copyright holders (individuals or organizations) -should be listed with a '*' in the first column. People who have +should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization -that actually holds the copyright for their contributions (see the +that actually holds the copyright for their contributions (see the Microsoft organization for an example). Those individuals should have their names indented and be marked with a '-' diff --git a/PackItUI/test/Areas/Materials/Models/TestMaterialEditViewModel.cs b/PackItUI/test/Areas/Materials/Models/TestMaterialEditViewModel.cs index c4a7338b..851217db 100644 --- a/PackItUI/test/Areas/Materials/Models/TestMaterialEditViewModel.cs +++ b/PackItUI/test/Areas/Materials/Models/TestMaterialEditViewModel.cs @@ -13,7 +13,7 @@ namespace PackItUI.Test.Areas.Materials.Models public class TestMaterialEditViewModel { /// The model under test. - private MaterialEditViewModel model; + private readonly MaterialEditViewModel model; /// Setup for all unit tests here. public TestMaterialEditViewModel() diff --git a/Vagrantfile b/Vagrantfile index 330da886..39a950c0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# Copyright (c) 2018-2023 Simply Code Ltd. All rights reserved. +# Copyright (c) Simply Code Ltd. All rights reserved. # Licensed under the MIT License. # See LICENSE file in the project root for full license information. diff --git a/appveyor.yml b/appveyor.yml index 0b9d9d35..6aa47ed9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023 Simply Code Ltd. All rights reserved. +# Copyright (c) Simply Code Ltd. All rights reserved. # Licensed under the MIT License. # See LICENSE file in the project root for full license information.