File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
Tambala.Controls/Properties Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 55 * Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66*/
77using System . Reflection ;
8- using System . Runtime . CompilerServices ;
98using System . Runtime . InteropServices ;
109using System . Windows ;
1110
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
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" ) ]
Original file line number Diff line number Diff line change 55 * Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66*/
77using System . Reflection ;
8- using System . Runtime . CompilerServices ;
98using System . Runtime . InteropServices ;
109
1110// General Information about an assembly is controlled through the following
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
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" ) ]
Original file line number Diff line number Diff line change 55 * Tambala is distributed in the hope that it will be useful, but without warranty of any kind.
66*/
77using System . Reflection ;
8- using System . Resources ;
9- using System . Runtime . CompilerServices ;
108using System . Runtime . InteropServices ;
119using System . Windows ;
1210
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
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.*" ) ]
You can’t perform that action at this time.
0 commit comments