Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align all our copyrights and remove reference to tango #287

Merged
merged 2 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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