diff options
| author | Rémi Verschelde | 2017-01-01 22:01:57 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-01 22:03:33 +0100 |
| commit | c7bc44d5ad9aae4902280012f7654e2318cd910e (patch) | |
| tree | 0d79c0df0f13a7c9fc46e8d86c8707fbb59b1553 /platform/server | |
| parent | 86e428eea0b9ef5c1732af3a5c29b5c365fbf6e8 (diff) | |
| download | godot-c7bc44d5ad9aae4902280012f7654e2318cd910e.tar.gz godot-c7bc44d5ad9aae4902280012f7654e2318cd910e.tar.zst godot-c7bc44d5ad9aae4902280012f7654e2318cd910e.zip | |
Diffstat (limited to 'platform/server')
| -rw-r--r-- | platform/server/godot_server.cpp | 2 | ||||
| -rw-r--r-- | platform/server/os_server.cpp | 2 | ||||
| -rw-r--r-- | platform/server/os_server.h | 2 | ||||
| -rw-r--r-- | platform/server/platform_config.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/platform/server/godot_server.cpp b/platform/server/godot_server.cpp index 1c55c03bd..37e73d663 100644 --- a/platform/server/godot_server.cpp +++ b/platform/server/godot_server.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/server/os_server.cpp b/platform/server/os_server.cpp index 5404980ff..47cdbbb20 100644 --- a/platform/server/os_server.cpp +++ b/platform/server/os_server.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/server/os_server.h b/platform/server/os_server.h index 2081d5f2f..7790c4d22 100644 --- a/platform/server/os_server.h +++ b/platform/server/os_server.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/server/platform_config.h b/platform/server/platform_config.h index 143f16c1f..cdef185ff 100644 --- a/platform/server/platform_config.h +++ b/platform/server/platform_config.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |
