diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
| commit | cfe28eb7eda17e4a604749fe2f027153a2ac5b6e (patch) | |
| tree | 5da61d886606c84c039b4e095ab6a295861f4605 /src/main.c | |
| parent | 3f0e7a64b91958f951c4e94bbd5b4363a8faa553 (diff) | |
| download | netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.zip netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.gz netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.bz2 netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.xz | |
things
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +/* + * NetCosm - a MUD server + * Copyright (C) 2016 Franklin Wei + * + * This program 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. + * + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include "globals.h" #include "server.h" |