diff --git a/IpViewer.BusinessObject/AdapterInfo.cs b/IpViewer.BusinessObject/AdapterInfo.cs index d09d72c..c6d914c 100644 --- a/IpViewer.BusinessObject/AdapterInfo.cs +++ b/IpViewer.BusinessObject/AdapterInfo.cs @@ -1,5 +1,4 @@ -// IP Viewer, gets adapter and IP information about your system. -// Copyright(C) 2020 Sasquatch Software +// 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 diff --git a/IpViewer.BusinessObject/AdapterService.cs b/IpViewer.BusinessObject/AdapterService.cs index 477c1d9..f1af789 100644 --- a/IpViewer.BusinessObject/AdapterService.cs +++ b/IpViewer.BusinessObject/AdapterService.cs @@ -1,5 +1,5 @@ -// IP Viewer, gets adapter and IP information about your system. -// Copyright(C) 2020 Sasquatch Software +// 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 diff --git a/IpViewer.BusinessObject/HostInformation.cs b/IpViewer.BusinessObject/HostInformation.cs index a1f7dab..a0fd034 100644 --- a/IpViewer.BusinessObject/HostInformation.cs +++ b/IpViewer.BusinessObject/HostInformation.cs @@ -1,4 +1,20 @@ -namespace IpViewer.BusinessObject +// 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. + +namespace IpViewer.BusinessObject { public class HostInformation { diff --git a/IpViewer.BusinessObject/IpViewerSettings.cs b/IpViewer.BusinessObject/IpViewerSettings.cs index 3ce4c85..6782da0 100644 --- a/IpViewer.BusinessObject/IpViewerSettings.cs +++ b/IpViewer.BusinessObject/IpViewerSettings.cs @@ -1,10 +1,20 @@ -using System; -using System.Collections.Generic; +// 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.Configuration; -using System.Linq; -using System.Security.Permissions; -using System.Text; -using System.Threading.Tasks; namespace IpViewer.BusinessObject { diff --git a/IpViewer.BusinessObject/PacketInformation.cs b/IpViewer.BusinessObject/PacketInformation.cs index 9a2fb17..0c151ff 100644 --- a/IpViewer.BusinessObject/PacketInformation.cs +++ b/IpViewer.BusinessObject/PacketInformation.cs @@ -1,8 +1,18 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +// 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. namespace IpViewer.BusinessObject {