Skip to content

Commit 76f22b2

Browse files
committed
Header update
1 parent c3f8fc8 commit 76f22b2

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

src/main/target/IFLIGHT_BLITZ_F7_PRO/target.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of Cleanflight.
2+
* This file is part of INAV Project.
33
*
4-
* Cleanflight is free software: you can redistribute it and/or modify
4+
* INAV Project is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* Cleanflight is distributed in the hope that it will be useful,
9+
* INAV Project is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
15+
* along with INAV Project. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
#include <stdint.h>

src/main/target/IFLIGHT_BLITZ_F7_PRO/target.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of Cleanflight.
2+
* This file is part of INAV Project.
33
*
4-
* Cleanflight is free software: you can redistribute it and/or modify
4+
* INAV Project is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* Cleanflight is distributed in the hope that it will be useful,
9+
* INAV Project is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
15+
* along with INAV Project. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
#pragma once

src/main/target/IFLIGHT_JBF7PRO/config.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of Cleanflight.
2+
* This file is part of INAV Project.
33
*
4-
* Cleanflight is free software: you can redistribute it and/or modify
4+
* INAV Project is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* Cleanflight is distributed in the hope that it will be useful,
9+
* INAV Project is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
15+
* along with INAV Project. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
#include <stdint.h>

src/main/target/IFLIGHT_JBF7PRO/target.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of Cleanflight.
2+
* This file is part of INAV Project.
33
*
4-
* Cleanflight is free software: you can redistribute it and/or modify
4+
* INAV Project is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* Cleanflight is distributed in the hope that it will be useful,
9+
* INAV Project is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
15+
* along with INAV Project. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
#include <stdint.h>

src/main/target/IFLIGHT_JBF7PRO/target.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of Cleanflight.
2+
* This file is part of INAV Project.
33
*
4-
* Cleanflight is free software: you can redistribute it and/or modify
4+
* INAV Project is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* Cleanflight is distributed in the hope that it will be useful,
9+
* INAV Project is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
15+
* along with INAV Project. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
#pragma once

0 commit comments

Comments
 (0)