Skip to content

Commit

Permalink
Update license stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Mar 5, 2024
1 parent 9f7bd94 commit 413ebf3
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 262 deletions.
22 changes: 18 additions & 4 deletions A2SServer/A2SServer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
using SuperSocket.ProtoBase;
/*
* Copyright (C) 2023-2024 Tuomo Kriikkula
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using SuperSocket.ProtoBase;
using System.Buffers;
using System.Net.Sockets;
using System.Net;
using System.Security.Cryptography;
using System.Text;

namespace A2SServer;
Expand Down
19 changes: 18 additions & 1 deletion A2SServer/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using A2SServer;
/*
* Copyright (C) 2023-2024 Tuomo Kriikkula
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using A2SServer;
using Microsoft.Extensions.Hosting;
using SuperSocket.ProtoBase;
using SuperSocket;
Expand Down
19 changes: 18 additions & 1 deletion DedicatedServer/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using SteamKit2.Internal;
/*
* Copyright (C) 2023-2024 Tuomo Kriikkula
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using SteamKit2.Internal;
using SteamKit2;
using System.Runtime.InteropServices;
using Tomlyn.Model;
Expand Down
Loading

0 comments on commit 413ebf3

Please sign in to comment.