opengl-bindings 1.6.11 → 1.6.12

Sign up to get free protection for your applications and to get access to all the features.
data/lib/opengl_ext.rb CHANGED
@@ -1,34 +1,34 @@
1
- begin
2
- # puts "Loading C Edition."
3
- require 'opengl_ext_c'
4
- rescue LoadError
5
- # puts "Loading Ruby Edition."
6
- require_relative 'opengl_common'
7
- require_relative 'opengl_ext_common'
8
- require_relative 'opengl_ext_enum'
9
- require_relative 'opengl_ext_command'
10
- end
11
-
12
- =begin
13
- Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
14
- Copyright (c) 2013-2021 vaiorabbit <http://twitter.com/vaiorabbit>
15
-
16
- This software is provided 'as-is', without any express or implied
17
- warranty. In no event will the authors be held liable for any damages
18
- arising from the use of this software.
19
-
20
- Permission is granted to anyone to use this software for any purpose,
21
- including commercial applications, and to alter it and redistribute it
22
- freely, subject to the following restrictions:
23
-
24
- 1. The origin of this software must not be misrepresented; you must not
25
- claim that you wrote the original software. If you use this software
26
- in a product, an acknowledgment in the product documentation would be
27
- appreciated but is not required.
28
-
29
- 2. Altered source versions must be plainly marked as such, and must not be
30
- misrepresented as being the original software.
31
-
32
- 3. This notice may not be removed or altered from any source
33
- distribution.
34
- =end
1
+ begin
2
+ # puts "Loading C Edition."
3
+ require 'opengl_ext_c'
4
+ rescue LoadError
5
+ # puts "Loading Ruby Edition."
6
+ require_relative 'opengl_common'
7
+ require_relative 'opengl_ext_common'
8
+ require_relative 'opengl_ext_enum'
9
+ require_relative 'opengl_ext_command'
10
+ end
11
+
12
+ =begin
13
+ Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
14
+ Copyright (c) 2013-2022 vaiorabbit <http://twitter.com/vaiorabbit>
15
+
16
+ This software is provided 'as-is', without any express or implied
17
+ warranty. In no event will the authors be held liable for any damages
18
+ arising from the use of this software.
19
+
20
+ Permission is granted to anyone to use this software for any purpose,
21
+ including commercial applications, and to alter it and redistribute it
22
+ freely, subject to the following restrictions:
23
+
24
+ 1. The origin of this software must not be misrepresented; you must not
25
+ claim that you wrote the original software. If you use this software
26
+ in a product, an acknowledgment in the product documentation would be
27
+ appreciated but is not required.
28
+
29
+ 2. Altered source versions must be plainly marked as such, and must not be
30
+ misrepresented as being the original software.
31
+
32
+ 3. This notice may not be removed or altered from any source
33
+ distribution.
34
+ =end