Removed tabs and added license notice...

This commit is contained in:
Ognjen Milan Robovic 2024-04-05 09:19:28 -04:00
parent ae7be287d6
commit 84ea061e0f

View File

@ -1,4 +1,23 @@
------------------------------------------------------------------------
--
-- Copyright (c) 2024 - Ognjen 'xolatile' Milan Robovic
--
-- 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 file was made by altering original Raylib 5.1 C header file. I
-- used few formatting programs of mine, tho sadly most of the editing
-- was done manually. Contact me if there are license issues.
--
-- Raylib is great game programming library written by 'raysan5', you
-- can check out original C source code here below, it's under zlib
-- license. I wrote this because of the lack of good Ada bindings.
--
-- https://github.com/raysan5/raylib
--
------------------------------------------------------------------------
with System;
@ -4457,4 +4476,6 @@ package Raylib is
Convention => C,
External_Name => "DetachAudioMixedProcessor";
------------------------------------------------------------------------
end Raylib;