Skip to content

Commit

Permalink
Merge pull request CitiesSkylinesMultiplayer#287 from CitiesSkylinesM…
Browse files Browse the repository at this point in the history
…ultiplayer/DominicMaas/copyright

Align all our copyrights and remove reference to tango
  • Loading branch information
DominicMaas committed Sep 15, 2022
2 parents d887aa0 + b0e63a9 commit 42fc9f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 - 2018 Dominic Maas
Copyright (c) 2022 CSM Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Grid Entertainment")]
[assembly: AssemblyProduct("Cities: Skylines Multiplayer Mod API")]
[assembly: AssemblyCopyright("Copyright © CSM 2021")]
[assembly: AssemblyCopyright("Copyright © CSM Developers 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/basegame/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Grid Entertainment")]
[assembly: AssemblyProduct("Cities: Skylines Multiplayer Mod")]
[assembly: AssemblyCopyright("Copyright © CSM Developers 2021")]
[assembly: AssemblyCopyright("Copyright © CSM Developers 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/csm/Injections/ICameraHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void Postfix(CameraController __instance, Camera ___m_camera)
{
// Make sure the camera object is defined, this should always happen but for some strange reason it didnt (look bellow)
// This is not happening if i test it localy. (debug using AllocConsole in CSM.cs)
// https://github.com/DominicMaas/Tango/issues/155
// https://github.com/CitiesSkylinesMultiplayer/CSM/issues/155
if (___m_camera && MultiplayerManager.Instance.CurrentRole != MultiplayerRole.None)
{
// Get camera rotation, angle and position
Expand Down
2 changes: 1 addition & 1 deletion src/csm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Grid Entertainment")]
[assembly: AssemblyProduct("Cities: Skylines Multiplayer Mod")]
[assembly: AssemblyCopyright("Copyright © Dominic Maas 2017")]
[assembly: AssemblyCopyright("Copyright © CSM Developers 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 42fc9f7

Please sign in to comment.