Skip to content

Commit

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

Align all our copyrights and remove reference to tango
DominicMaas authored Sep 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d887aa0 + b0e63a9 commit 42fc9f7
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
2 changes: 1 addition & 1 deletion src/api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("")]

2 changes: 1 addition & 1 deletion src/basegame/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("")]

2 changes: 1 addition & 1 deletion src/csm/Injections/ICameraHandler.cs
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/csm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("")]

0 comments on commit 42fc9f7

Please sign in to comment.