1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-12-13 20:01:34 +00:00

Update files for licences accuracy

This commit is contained in:
2019-01-05 02:48:43 +01:00
parent 475769942c
commit 0ca32299ac
8 changed files with 115 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#include "Keyboard.h"
#include <iostream>

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef KEYBOARD_CLASS
#define KEYBOARD_CLASS

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#include "help.h"
#include <iostream>

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef HELP_HELPER
#define HELP_HELPER

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#include "utils.h"
#include <iostream>

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef UTILS_HELPER
#define UTILS_HELPER

View File

@@ -1,3 +1,19 @@
/*
This file is part of g810-led.
g810-led 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.
g810-led 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 g810-led. If not, see <https://www.gnu.org/licenses/>.
*/
#include <iomanip>
#include <iostream>
#include <unistd.h>