Updated license text in all SDL 1.2 sources

This commit is contained in:
pelya
2014-06-22 01:58:38 +03:00
parent 48ee3af455
commit ed8e3457d0
44 changed files with 598 additions and 481 deletions

View File

@@ -1,7 +1,7 @@
/*
Simple DirectMedia Layer
Java source code (C) 2009-2012 Sergii Pylypenko
Java source code (C) 2009-2014 Sergii Pylypenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
@@ -9,7 +9,7 @@ arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
@@ -864,4 +864,3 @@ class Settings
public static native int nativeChmod(final String name, int mode);
public static native void nativeChdir(final String dir);
}