Skip to content

Commit

Permalink
[csharp, monogame, xna] Updated copyright info.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jun 30, 2016
1 parent 1c717e2 commit 1b16e52
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions spine-csharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("spine-csharp")]
[assembly: AssemblyProduct("spine-csharp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
[assembly: AssemblyCompany("Esoteric Software")]
[assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: AssemblyProduct("spine-monogame-example")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCompany("Esoteric Software")]
[assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
10 changes: 5 additions & 5 deletions spine-monogame/windows8-store/src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SpineMonogameWindows8Store")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("spine-monogame-win8store-example")]
[assembly: AssemblyProduct("spine-monogame-win8store-example")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SpineMonogameWindows8Store")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Esoteric Software")]
[assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions spine-xna/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("spine-xna")]
[assembly: AssemblyProduct("spine-xna")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
[assembly: AssemblyCompany("Esoteric Software")]
[assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions spine-xna/example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("spine-xna-example")]
[assembly: AssemblyProduct("spine-xna-example")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
[assembly: AssemblyCompany("Esoteric Software")]
[assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 1b16e52

Please sign in to comment.