From 947ecc07b307b649f3380898923a21a303aa0b6a Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 31 Oct 2022 09:06:44 -0500 Subject: add: LICENSE notice added to all files --- README.md | 2 +- src/linear.c | 18 ++++++++++++++++++ src/linear.h | 18 ++++++++++++++++++ src/main.c | 18 ++++++++++++++++++ src/obj.c | 18 ++++++++++++++++++ src/obj.h | 18 ++++++++++++++++++ src/shader.c | 18 ++++++++++++++++++ src/shader.h | 18 ++++++++++++++++++ 8 files changed, 127 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 183a62e..c1eb7aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ making a convincing world with mountains and lands, this will take a while 🥲. # Installation -```shell +``` $ cd mverse $ make ``` diff --git a/src/linear.c b/src/linear.c index 062c103..0ceef15 100644 --- a/src/linear.c +++ b/src/linear.c @@ -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 . + */ + #include "linear.h" #include #include diff --git a/src/linear.h b/src/linear.h index bd373f8..deec495 100644 --- a/src/linear.h +++ b/src/linear.h @@ -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 . + */ + #ifndef __LINEAR__ #define __LINEAR__ diff --git a/src/main.c b/src/main.c index 8111496..e6d8584 100644 --- a/src/main.c +++ b/src/main.c @@ -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 . + */ + #include #include #include diff --git a/src/obj.c b/src/obj.c index 272dc30..200fe5c 100644 --- a/src/obj.c +++ b/src/obj.c @@ -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 . + */ + #include #include #include diff --git a/src/obj.h b/src/obj.h index 19a156e..f15f0c8 100644 --- a/src/obj.h +++ b/src/obj.h @@ -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 . + */ + # ifndef __OBJ__ #define __OBJ__ diff --git a/src/shader.c b/src/shader.c index 2156490..e36a8d8 100644 --- a/src/shader.c +++ b/src/shader.c @@ -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 . + */ + #include #include #include diff --git a/src/shader.h b/src/shader.h index f322332..3fa1333 100644 --- a/src/shader.h +++ b/src/shader.h @@ -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 . + */ + #ifndef __SHADER__ #define __SHADER__ -- cgit v1.2.3-70-g09d2