From b8aae2d03e59b01a473706391e2b442e3b1f3dc5 Mon Sep 17 00:00:00 2001 From: blckmn Date: Sat, 5 May 2018 22:21:02 +1000 Subject: [PATCH] Licence update for newly added target --- src/main/target/AG3X/config.c | 24 +++++++++++++----------- src/main/target/AG3X/target.c | 23 ++++++++++++++--------- src/main/target/AG3X/target.h | 23 ++++++++++++++--------- 3 files changed, 41 insertions(+), 29 deletions(-) diff --git a/src/main/target/AG3X/config.c b/src/main/target/AG3X/config.c index efc7017d1..5a2333a49 100644 --- a/src/main/target/AG3X/config.c +++ b/src/main/target/AG3X/config.c @@ -1,19 +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 - * 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. + * Cleanflight and Betaflight are free software. You can redistribute + * this software and/or modify this software 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. * - * Cleanflight 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. + * Cleanflight and Betaflight are distributed in the hope that they + * 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 Cleanflight. If not, see . + * along with this software. + * + * If not, see . */ #include diff --git a/src/main/target/AG3X/target.c b/src/main/target/AG3X/target.c index e3482e5c6..34522b430 100644 --- a/src/main/target/AG3X/target.c +++ b/src/main/target/AG3X/target.c @@ -1,16 +1,21 @@ /* - * This 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 file is part of Cleanflight and Betaflight. * - * This software 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. + * Cleanflight and Betaflight are free software. You can redistribute + * this software and/or modify this software 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. + * + * Cleanflight and Betaflight are distributed in the hope that they + * 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 software. If not, see . + * along with this software. + * + * If not, see . */ #include diff --git a/src/main/target/AG3X/target.h b/src/main/target/AG3X/target.h index 3bc0541ae..972d59616 100644 --- a/src/main/target/AG3X/target.h +++ b/src/main/target/AG3X/target.h @@ -1,16 +1,21 @@ /* - * This 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 file is part of Cleanflight and Betaflight. * - * This software 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. + * Cleanflight and Betaflight are free software. You can redistribute + * this software and/or modify this software 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. + * + * Cleanflight and Betaflight are distributed in the hope that they + * 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 software. If not, see . + * along with this software. + * + * If not, see . */ #pragma once