Skip to content

Commit

Permalink
Adding gpl text where we need it
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Mar 4, 2024
1 parent acbdd13 commit 106118d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
20 changes: 18 additions & 2 deletions IpViewer.BusinessObject/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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<https://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTrademark("Copyright © 2024 Justin LeCheminant")]
[assembly: AssemblyCulture("")]

Expand Down
19 changes: 18 additions & 1 deletion IpViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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<https://www.gnu.org/licenses/>.


using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down

0 comments on commit 106118d

Please sign in to comment.