Skip to content

Commit 1bf078a

Browse files
committed
Update assembly info files to match the license
1 parent defeb6e commit 1bf078a

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

src/Tambala.Controls/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66
*/
77
using System.Reflection;
8-
using System.Runtime.CompilerServices;
98
using System.Runtime.InteropServices;
109
using System.Windows;
1110

@@ -17,7 +16,7 @@
1716
[assembly: AssemblyConfiguration("")]
1817
[assembly: AssemblyCompany("Restless Animal Development")]
1918
[assembly: AssemblyProduct("Tambala.Controls")]
20-
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under MIT")]
19+
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under GNU General Public License v3.0")]
2120
[assembly: AssemblyTrademark("")]
2221
[assembly: AssemblyCulture("")]
2322

@@ -37,6 +36,5 @@
3736
* (used if a resource is not found in the page, app, or any theme specific resource dictionaries)
3837
*/
3938
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
40-
4139
[assembly: AssemblyVersion("2.5.0.0")]
4240
[assembly: AssemblyFileVersion("2.5.0.0")]

src/Tambala.Data/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66
*/
77
using System.Reflection;
8-
using System.Runtime.CompilerServices;
98
using System.Runtime.InteropServices;
109

1110
// General Information about an assembly is controlled through the following
@@ -16,7 +15,7 @@
1615
[assembly: AssemblyConfiguration("")]
1716
[assembly: AssemblyCompany("Restless Animal Development")]
1817
[assembly: AssemblyProduct("Tambala.Data")]
19-
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under MIT")]
18+
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under GNU General Public License v3.0")]
2019
[assembly: AssemblyTrademark("")]
2120
[assembly: AssemblyCulture("")]
2221

@@ -28,15 +27,5 @@
2827
// The following GUID is for the ID of the typelib if this project is exposed to COM
2928
[assembly: Guid("d25459b2-b4ee-4606-934e-a0636c29bdba")]
3029

31-
// Version information for an assembly consists of the following four values:
32-
//
33-
// Major Version
34-
// Minor Version
35-
// Build Number
36-
// Revision
37-
//
38-
// You can specify all the values or you can default the Build and Revision Numbers
39-
// by using the '*' as shown below:
40-
// [assembly: AssemblyVersion("1.0.*")]
4130
[assembly: AssemblyVersion("1.0.0.0")]
4231
[assembly: AssemblyFileVersion("1.0.0.0")]

src/Tambala/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66
*/
77
using System.Reflection;
8-
using System.Resources;
9-
using System.Runtime.CompilerServices;
108
using System.Runtime.InteropServices;
119
using System.Windows;
1210

@@ -18,7 +16,7 @@
1816
[assembly: AssemblyConfiguration("")]
1917
[assembly: AssemblyCompany("Restless Animal Development")]
2018
[assembly: AssemblyProduct("Tambala")]
21-
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under MIT")]
19+
[assembly: AssemblyCopyright("Copyright © Restless Animal Development 2019 - Licensed under GNU General Public License v3.0")]
2220
[assembly: AssemblyTrademark("")]
2321
[assembly: AssemblyCulture("")]
2422

@@ -44,6 +42,4 @@
4442
* (used if a resource is not found in the page, app, or any theme specific resource dictionaries)
4543
*/
4644
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
47-
48-
4945
[assembly: AssemblyVersion("4.0.*")]

0 commit comments

Comments
 (0)