1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Update overlooked license header (#8269)

Update overlooked license  header
This commit is contained in:
Michael Keller 2019-05-16 13:30:53 +12:00 committed by GitHub
commit c0ee056d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 81 additions and 65 deletions

View file

@ -1,18 +1,21 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
* *
* Author: Dominic Clifton * Author: Dominic Clifton
*/ */

View file

@ -1,22 +1,25 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*
* HAL version resurrected from v3.1.7 (by jflyper)
*/ */
// HAL version resurrected from v3.1.7
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <strings.h> #include <strings.h>

View file

@ -1,18 +1,21 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdbool.h> #include <stdbool.h>

View file

@ -1,18 +1,21 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View file

@ -1,20 +1,22 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*/ *
/* * If not, see <http://www.gnu.org/licenses/>.
*
* Author: Chris Hockuba (https://github.com/conkerkh) * Author: Chris Hockuba (https://github.com/conkerkh)
*/ */

View file

@ -1,21 +1,23 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software. You can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
* *
* Author: jflyper (https://github.com/jflyper) * Author: jflyper (https://github.com/jflyper)
*
*/ */
#pragma once #pragma once