diff options
author | jvech <jmvalenciae@unal.edu.co> | 2022-10-31 09:06:44 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2022-10-31 09:06:44 -0500 |
commit | 947ecc07b307b649f3380898923a21a303aa0b6a (patch) | |
tree | 9038e4103127ea6810266c57aa4b1ea1cddcc4bb /src/obj.c | |
parent | 30f2fb748307ea32000089cecaff4d0c4e3d5d73 (diff) |
add: LICENSE notice added to all files
Diffstat (limited to 'src/obj.c')
-rw-r--r-- | src/obj.c | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +/* + * This file is part of mverse + * Copyright (C) 2022 juanvalencia.xyz + + * mverse 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 <https://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <string.h> |