diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-13 12:10:28 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-13 12:10:28 +0700 |
| commit | dadd0ef972f6814b20602a93412773cbceefd900 (patch) | |
| tree | 231ed87017c0c8a6dc221e5621417dc4b4b72bbe /src/GameInitDispose.cpp | |
| parent | 2dea9b0d96ca308bca0cfa001943b354e352029e (diff) | |
| download | blackshades-dadd0ef972f6814b20602a93412773cbceefd900.tar.gz | |
Add copyright header to GameInitDispose.cpp
Diffstat (limited to 'src/GameInitDispose.cpp')
| -rw-r--r-- | src/GameInitDispose.cpp | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index 814eb99..9877f93 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -1,5 +1,24 @@ -#include <ctype.h> -#include <time.h> +// Game object setup and teardown +// Copyright (C) 2002 David Rosen +// Copyright (C) 2003 Ryan C. Gordon +// Copyright (C) 2003 Steven Fuller +// Copyright (C) 2003 Zachary Jack Slater +// Copyright (C) 2021 Nguyễn Gia Phong +// +// This file is part of Black Shades. +// +// Black Shades is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published +// by the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Black Shades 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Black Shades. If not, see <https://www.gnu.org/licenses/>. #include <AL/alut.h> |
