src/*: add proper LICENSE notices

This commit is contained in:
Jean Sirmai 2024-10-28 14:21:22 +01:00
parent 73c474b765
commit 864e06618f
Signed by: jean
GPG Key ID: FB3115C340E057E3
16 changed files with 374 additions and 121 deletions

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include <gtk-4.0/gtk/gtk.h> #include <gtk-4.0/gtk/gtk.h>
#include <assert.h> #include <assert.h>
#include "../include/callback.h" #include "../include/callback.h"

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include <stdio.h> #include <stdio.h>
#include <gtk-4.0/gtk/gtk.h> #include <gtk-4.0/gtk/gtk.h>

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include <stdio.h> #include <stdio.h>
#include <gtk-4.0/gtk/gtk.h> #include <gtk-4.0/gtk/gtk.h>

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include "../include/callback.h" #include "../include/callback.h"
void dialog_window_design (GtkWindow *main_window, GtkWindow *dialog_window){ void dialog_window_design (GtkWindow *main_window, GtkWindow *dialog_window){

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include <stdio.h> #include <stdio.h>
#include <gtk-4.0/gtk/gtk.h> #include <gtk-4.0/gtk/gtk.h>

View File

@ -1,27 +1,28 @@
/* /**
* Gem-graph OpenGL experiments * @file
* Phantom docs (TODO)
* *
* Desc: GL functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Adrien Bourmault <neox@a-lec.org> * @cond LICENSE
* Copyright (C) 2023 Jean Sirmai <jean@a-lec.org> * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* /*
* Writes values to describe a vertex at (x,y,z) intoq the vertex buffer * Writes values to describe a vertex at (x,y,z) intoq the vertex buffer
* *

View File

@ -1,24 +1,27 @@
/* /**
* Gem-graph OpenGL experiments * @file
* Phantom docs (TODO)
* *
* Desc: User interface functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Adrien Bourmault <neox@a-lec.org> * @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <unistd.h> #include <unistd.h>

View File

@ -1,26 +1,27 @@
/* /**
* Gem-graph OpenGL experiments * @file
* Phantom docs (TODO)
* *
* Desc: GL functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Arthur Menges <arthur.menges@a-lec.org> * @cond LICENSE
* Copyright (C) 2023 Adrien Bourmault <neox@a-lec.org> * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright (C) 2023 Jean Sirmai <jean@a-lec.org> * Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,25 +1,27 @@
/* /**
* Gem-graph * @file
* Phantom docs (TODO)
* *
* Desc: OpenGL grid functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Jean Sirmai <jean@a-lec.org> * @cond LICENSE
* Copyright (C) 2023 Adrien Bourmault <neox@a-lec.org> * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,25 +1,27 @@
/* /**
* Gem-graph OpenGL experiments * @file
* Phantom docs (TODO)
* *
* Desc: GL functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Arthur Menges <arthur.menges@a-lec.org> * @cond LICENSE
* Copyright (C) 2023 Adrien Bourmault <neox@a-lec.org> * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */

View File

@ -1,11 +1,28 @@
/******************************************************************************/ /**
/* */ * @file
/* E coli by David S. Goodsell (2009) */ * Phantom docs (TODO)
/* --- */ *
/* Let this freeze frame guide us towards the model */ * This file is part of Gem-graph.
/* that alone can account for the phenomenon ! */ *
/* */ * @cond LICENSE
/******************************************************************************/ * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include "../include/callback.h" #include "../include/callback.h"

View File

@ -1,25 +1,27 @@
/* /**
* Gem-graph client * @file
* Phantom docs (TODO)
* *
* Desc: Model parsing functions * This file is part of Gem-graph.
* *
* Copyright (C) 2023 Jean Sirmai <jean@a-lec.org> * @cond LICENSE
* Copyright (C) 2024 Adrien Bourmault <neox@a-lec.org> * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
* *
* This file is part of Gem-graph. * This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 free software: you can redistribute it and/or modify * This program is distributed in the hope that it will be useful, but WITHOUT
* it under the terms of the GNU Affero General Public License as published by * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* the Free Software Foundation, either version 3 of the License, or * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* (at your option) any later version. * details.
* *
* This program is distributed in the hope that it will be useful, * You should have received a copy of the GNU Affero General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program. If not, see <http://www.gnu.org/licenses/>.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @endcond
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#version 330 core #version 330 core
in vec4 color; in vec4 color;
@ -6,4 +32,4 @@ out vec4 out_frag_color;
void main(void) void main(void)
{ {
out_frag_color = color; out_frag_color = color;
} }

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#version 330 core #version 330 core
uniform mat4 projection_matrix; uniform mat4 projection_matrix;
@ -17,4 +43,4 @@ void main(void)
color = vec4 (chrominance * in_color.rgb, luminance); color = vec4 (chrominance * in_color.rgb, luminance);
} }
// https://learnopengl.com/Getting-started/Shaders // https://learnopengl.com/Getting-started/Shaders

View File

@ -1,11 +1,28 @@
/******************************************************************************/ /**
/* */ * @file
/* E coli by David S. Goodsell (2009) */ * Phantom docs (TODO)
/* --- */ *
/* Let this freeze frame guide us towards the model */ * This file is part of Gem-graph.
/* that alone can account for the phenomenon ! */ *
/* */ * @cond LICENSE
/******************************************************************************/ * Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
char *get_space_run_edit_specif(){ return "\n\ char *get_space_run_edit_specif(){ return "\n\
>>> Dans : [space_page - mode RUN] doivent être : ------------------------------------------------------\n\n\ >>> Dans : [space_page - mode RUN] doivent être : ------------------------------------------------------\n\n\

View File

@ -1,3 +1,29 @@
/**
* @file
* Phantom docs (TODO)
*
* This file is part of Gem-graph.
*
* @cond LICENSE
* Copyright © 2021 Libre en Communs <contact@a-lec.org>
* Copyright © 2021-2024 Adrien Bourmault <neox@a-lec.org>
* Copyright © 2021-2024 Jean Sirmai <jean@a-lec.org>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* @endcond
*/
#include <stdio.h> #include <stdio.h>
#include <gtk-4.0/gtk/gtk.h> #include <gtk-4.0/gtk/gtk.h>