diff --git a/IpViewer.BusinessObject/Properties/AssemblyInfo.cs b/IpViewer.BusinessObject/Properties/AssemblyInfo.cs index a2ce46e..a4d4872 100644 --- a/IpViewer.BusinessObject/Properties/AssemblyInfo.cs +++ b/IpViewer.BusinessObject/Properties/AssemblyInfo.cs @@ -1,6 +1,22 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +// Copyright(C) 2020 Justin LECheminant + + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the 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 General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program.If not, see. + +using System.Reflection; using System.Runtime.InteropServices; + [assembly: AssemblyTrademark("Copyright © 2024 Justin LeCheminant")] [assembly: AssemblyCulture("")] diff --git a/IpViewer/Properties/AssemblyInfo.cs b/IpViewer/Properties/AssemblyInfo.cs index a73e43a..fa6a2b0 100644 --- a/IpViewer/Properties/AssemblyInfo.cs +++ b/IpViewer/Properties/AssemblyInfo.cs @@ -1,4 +1,21 @@ -using System.Reflection; +// Copyright(C) 2020 Justin LECheminant + + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the 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 General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program.If not, see. + + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following