summaryrefslogtreecommitdiff
path: root/src/utils/virtfsrwops.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-11 00:08:51 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-11 00:08:51 +0300
commit40a7042d2a867e8567f7b0a60d408c6b9c1bd522 (patch)
tree0f84bbcdac5ebace61a5d1b15e9fc6ee3e594f47 /src/utils/virtfsrwops.cpp
parentb837fbe21d543390af7b9be0e6c00945b8d33f20 (diff)
downloadplus-40a7042d2a867e8567f7b0a60d408c6b9c1bd522.tar.gz
plus-40a7042d2a867e8567f7b0a60d408c6b9c1bd522.tar.bz2
plus-40a7042d2a867e8567f7b0a60d408c6b9c1bd522.tar.xz
plus-40a7042d2a867e8567f7b0a60d408c6b9c1bd522.zip
Relicense vurtfsrwops under GPL 2+.
Diffstat (limited to 'src/utils/virtfsrwops.cpp')
-rw-r--r--src/utils/virtfsrwops.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/utils/virtfsrwops.cpp b/src/utils/virtfsrwops.cpp
index db0cab161..f3f944a85 100644
--- a/src/utils/virtfsrwops.cpp
+++ b/src/utils/virtfsrwops.cpp
@@ -1,4 +1,24 @@
/*
+ * The ManaPlus Client
+ * Copyright (C) 2013-2017 The ManaPlus Developers
+ *
+ * This file is part of The ManaPlus Client.
+ *
+ * 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 2 of the License, or
+ * 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/>.
+ */
+
+/*
* This code provides a glue layer between PhysicsFS and Simple Directmedia
* Layer's (SDL) RWops i/o abstraction.
*