diff --git a/main.c b/main.c index 2398e4d..ad971c2 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,22 @@ +/* +The GPLv3 License (GPLv3) + +Copyright (c) 2022 Akos Horvath + +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 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 <http://www.gnu.org/licenses/>. +*/ + #include "wm.h" int main(int argc, char **arg) diff --git a/wm.c b/wm.c index 185b928..fc42f45 100644 --- a/wm.c +++ b/wm.c @@ -1,3 +1,22 @@ +/* +The GPLv3 License (GPLv3) + +Copyright (c) 2022 Akos Horvath + +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 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 <http://www.gnu.org/licenses/>. +*/ + #include "wm.h" #include <X11/X.h> #include <X11/Xatom.h> diff --git a/wm.h b/wm.h index 259a8fa..36e3ea1 100644 --- a/wm.h +++ b/wm.h @@ -1,3 +1,22 @@ +/* +The GPLv3 License (GPLv3) + +Copyright (c) 2022 Akos Horvath + +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 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 <http://www.gnu.org/licenses/>. +*/ + #include <stdlib.h> #include <stdio.h> #include <stdbool.h> diff --git a/wmc.c b/wmc.c index f77e1d6..f68d976 100644 --- a/wmc.c +++ b/wmc.c @@ -1,3 +1,22 @@ +/* +The GPLv3 License (GPLv3) + +Copyright (c) 2022 Akos Horvath + +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 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 <http://www.gnu.org/licenses/>. +*/ + #include <stdio.h> #include <stdlib.h> #include <string.h>