Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licence headers and description text tweaks #148

Merged
merged 1 commit into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/BMW_E31.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef BMW_E31_h
#define BMW_E31_h

Expand Down
1 change: 1 addition & 0 deletions include/BMW_E39.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef BMW_E39_h
#define BMW_E39_h

Expand Down
21 changes: 21 additions & 0 deletions include/BMW_E65.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef BMW_E65_h
#define BMW_E65_h

Expand Down
21 changes: 21 additions & 0 deletions include/CPC.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef CPC_h
#define CPC_h

Expand Down
1 change: 1 addition & 0 deletions include/Can_OBD2.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef Can_OBD2_h
#define Can_OBD2_h

Expand Down
2 changes: 1 addition & 1 deletion include/Can_OI.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* This file is part of the tumanako_vc project.
*
Expand All @@ -19,6 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CAN_OI_H
#define CAN_OI_H

Expand Down
1 change: 1 addition & 0 deletions include/Can_VAG.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef Can_VAG_h
#define Can_VAG_h

Expand Down
24 changes: 21 additions & 3 deletions include/ElconCharger.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef ElconCharger_h
#define ElconCharger_h

/* This library supports the various Elcon charger protocol based chargers

*/
/* This library supports the various Elcon charger protocol based chargers */

#include <stdint.h>
#include "my_fp.h"
Expand Down
21 changes: 21 additions & 0 deletions include/Foccci.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef Foccci_h
#define Foccci_h

Expand Down
25 changes: 22 additions & 3 deletions include/GS450H.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef GS450H_h
#define GS450H_h

/* Communication with Lexus GS450H and potentiall any Toyota Hybrid inverter using sync serial

*/
/* Communication with Lexus GS450H and potentiall any Toyota Hybrid inverter using sync serial */

#include <stdint.h>
#include "my_fp.h"
Expand Down
1 change: 1 addition & 0 deletions include/NissLeafMng.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*
*
*/

#ifndef NISSLEAFMNG_H
#define NISSLEAFMNG_H

Expand Down
1 change: 1 addition & 0 deletions include/NissanPDM.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef NISSANPDM_H
#define NISSANPDM_H

Expand Down
21 changes: 21 additions & 0 deletions include/NoInverter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef NoInverter_h
#define NoInverter_h

Expand Down
1 change: 1 addition & 0 deletions include/NoVehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef NOVEHICLE_H_INCLUDED
#define NOVEHICLE_H_INCLUDED

Expand Down
1 change: 1 addition & 0 deletions include/OutlanderCanHeater.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef OUTLANDERCANHEATER_H
#define OUTLANDERCANHEATER_H

Expand Down
1 change: 1 addition & 0 deletions include/OutlanderHeartBeat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*Control of the Mitsubishi Outlander PHEV on board charger (OBC) and DCDC Converter.
*
*/

#ifndef OUTLANDERHEARTBEAT_H
#define OUTLANDERHEARTBEAT_H

Expand Down
1 change: 1 addition & 0 deletions include/VWheater.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Controls the VW LIN based heater as : https://openinverter.org/wiki/Volkswagen_Heater
*/

#ifndef VWHEATER_H
#define VWHEATER_H

Expand Down
1 change: 1 addition & 0 deletions include/V_Classic.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef V_Classic_h
#define V_Classic_h

Expand Down
24 changes: 21 additions & 3 deletions include/amperacharger.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef amperacharger_h
#define amperacharger_h

/* TODO: Add can info for control of Chevy Volt , Opel/Vauxhaul Ampera charger here.

*/
/* TODO: Add can info for control of Chevy Volt , Opel/Vauxhaul Ampera charger here. */

#include <stdint.h>
#include "my_fp.h"
Expand Down
1 change: 1 addition & 0 deletions include/amperaheater.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef AMPERAHEATER_H
#define AMPERAHEATER_H

Expand Down
21 changes: 21 additions & 0 deletions include/bmw_sbox.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef bmw_sbox_h
#define bmw_sbox_h

Expand Down
21 changes: 21 additions & 0 deletions include/charger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* This file is part of the ZombieVeter project.
*
* Copyright (C) 2020 Johannes Huebner <[email protected]>
* 2021-2022 Damien Maguire <[email protected]>
* Yes I'm really writing software now........run.....run away.......
*
* 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/>.
*/

#ifndef charger_h
#define charger_h

Expand Down
6 changes: 3 additions & 3 deletions include/chargerhw.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#ifndef CHARGERHW_H_INCLUDED
#define CHARGERHW_H_INCLUDED

/*
* This file is part of the tumanako_vc project.
*
Expand All @@ -20,6 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CHARGERHW_H_INCLUDED
#define CHARGERHW_H_INCLUDED

#include "canhardware.h"

class Chargerhw
Expand Down
6 changes: 3 additions & 3 deletions include/chargerint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#ifndef CHARGERINT_H_INCLUDED
#define CHARGERINT_H_INCLUDED

/*
* This file is part of the tumanako_vc project.
*
Expand All @@ -20,6 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CHARGERINT_H_INCLUDED
#define CHARGERINT_H_INCLUDED

#include "canhardware.h"

class Chargerint
Expand Down
Loading
Loading