Skip to content

Commit

Permalink
[Meta]: Standardized copyright statements
Browse files Browse the repository at this point in the history
This changes all copyright statements in the repo that had just me on them
to state "The Open-Agriculture Developers", since in many cases
it's not just me...
  • Loading branch information
ad3154 committed Jun 2, 2024
1 parent e0e6ec5 commit 0b702b7
Show file tree
Hide file tree
Showing 101 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Adrian Del Grosso
Copyright (c) 2022-2024 The Open-Agriculture Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/seeder_example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @details This example is meant to use all the major protocols in a more "complete" application.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#include "seeder.hpp"

Expand Down
2 changes: 1 addition & 1 deletion examples/seeder_example/object_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @details This is a file that should be auto-generated by your object pool designer application.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================

#ifndef OBJECT_POOL_HPP
Expand Down
2 changes: 1 addition & 1 deletion examples/seeder_example/section_control_implement_sim.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief Defines a class that emulates a section control capable ISO implement.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef SECTION_CONTROL_IMPLEMENT_SIM_HPP
#define SECTION_CONTROL_IMPLEMENT_SIM_HPP
Expand Down
2 changes: 1 addition & 1 deletion examples/seeder_example/seeder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief This is the implementation of an example seeder application
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#include "seeder.hpp"

Expand Down
2 changes: 1 addition & 1 deletion examples/seeder_example/seeder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief This is the definition of an example seeder application
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef SEEDER_HPP
#define SEEDER_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief Defines a class that emulates a section control capable ISO implement.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef SECTION_CONTROL_IMPLEMENT_SIM_HPP
#define SECTION_CONTROL_IMPLEMENT_SIM_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// used for testing purposes.
/// @author Daan Steenbergen
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef AVAILABLE_CAN_DRIVERS_HPP
#define AVAILABLE_CAN_DRIVERS_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A base class for a CAN driver. Can be derived into your platform's required interface.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef CAN_HARDEWARE_PLUGIN_HPP
#define CAN_HARDEWARE_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An interface for using FlexCAN_T4 on a Teensy4/4.1 device.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef FLEX_CAN_T4_PLUGIN_HPP
#define FLEX_CAN_T4_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// an LGPL-2.1 library. Be sure you understand the implications of this before proceeding.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef INNOMAKER_USB2CAN_PLUGIN_HPP
#define INNOMAKER_USB2CAN_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @attention Use of this is governed in part by the MacCAN EULA
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef MAC_CAN_PCAN_PLUGIN_HPP
#define MAC_CAN_PCAN_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An interface for using the MCP2515 can controller.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef MCP2515_CAN_INTERFACE_HPP
#define MCP2515_CAN_INTERFACE_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// to install their driver first, which in-turn requires you to agree to their terms and conditions.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef PCAN_BASIC_WINDOWS_PLUGIN_HPP
#define PCAN_BASIC_WINDOWS_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// used in any application to get the stack hooked up to the bus.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef SOCKET_CAN_INTERFACE_HPP
#define SOCKET_CAN_INTERFACE_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// Can be derived into your platform's required interface.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef SPI_HARDWARE_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// ESP platforms.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef SPI_INTERFACE_ESP_SYNC_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// Used in combination with SPIHardwarePlugin and allows for multiple transactions to be queued.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef SPI_TRANSACTION_FRAME_HPP
#define SPI_TRANSACTION_FRAME_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// you use this plugin. Visit https://www.systec-electronic.com/ for the needed software.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef SYS_TEC_WINDOWS_PLUGIN_HPP
#define SYS_TEC_WINDOWS_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @note The driver library for this plugin is located at https://github.com/rusoku/
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef TOUCAN_VSCP_CANAL_PLUGIN_HPP
#define TOUCAN_VSCP_CANAL_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A driver for using the Two-Wire Automotive Interface (TWAI) with the stack.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef TWAI_PLUGIN_HPP
#define TWAI_PLUGIN_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// Any instance connecting to the same channel and in the same process will be able to communicate.
/// @author Daan Steenbergen
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#ifndef VIRTUAL_CAN_PLUGIN_HPP
#define VIRTUAL_CAN_PLUGIN_HPP
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/flex_can_t4_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An interface for using Teensy4/4.1 CAN hardware
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/flex_can_t4_plugin.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// of including this plugin.
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/innomaker_usb2can_windows_plugin.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/mac_can_pcan_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @attention Use of this is governed in part by the MacCAN EULA
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/mac_can_pcan_plugin.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/mcp2515_can_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An interface for using the MCP2515 can controller.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#include "isobus/hardware_integration/mcp2515_can_interface.hpp"
#include "isobus/isobus/can_stack_logger.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/pcan_basic_windows_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// to install their driver first, which in-turn requires you to agree to their terms and conditions.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/pcan_basic_windows_plugin.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/socket_can_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An CAN driver for socket CAN on linux.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#include "isobus/hardware_integration/socket_can_interface.hpp"
#include "isobus/isobus/can_stack_logger.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/spi_interface_esp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A driver for (synchronous) SPI communication on ESP platforms.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/spi_interface_esp.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/spi_transaction_frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A frame containing the data for a single SPI transaction.
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#include "isobus/hardware_integration/spi_transaction_frame.hpp"
#include "isobus/isobus/can_stack_logger.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/sys_tec_windows_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// you use this plugin. Visit https://www.systec-electronic.com/ for the needed software.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/sys_tec_windows_plugin.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/toucan_vscp_canal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @note The driver library for this plugin is located at https://github.com/rusoku/
/// @author Adrian Del Grosso
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================

#include "isobus/hardware_integration/toucan_vscp_canal.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/twai_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A driver for Two-Wire Automotive Interface (TWAI).
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifdef ESP_PLATFORM
#include "isobus/hardware_integration/twai_plugin.hpp"
Expand Down
2 changes: 1 addition & 1 deletion hardware_integration/src/virtual_can_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A driver for a virtual CAN bus that can be used for (automated) testing.
/// @author Daan Steenbergen
///
/// @copyright 2023 Adrian Del Grosso
/// @copyright 2023 The Open-Agriculture Developers
//================================================================================================
#include "isobus/hardware_integration/virtual_can_plugin.hpp"

Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_NAME.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief A class that represents a control function's NAME
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_NAME_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_NAME_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// ECU you want to talk to when creating a partnered control function.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_NAME_FILTER_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_badge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// at compile time. A neat trick from Serenity OS :^)
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_BADGE_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_callbacks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An object to represent common callbacks used within this CAN stack.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_CALLBACKS_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief General constants used throughout this library
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================
#ifndef CAN_CONSTANTS_HPP
#define CAN_CONSTANTS_HPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief Defines some PGNs that are used in the library or are very common
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_GENERAL_PARAMETER_GROUP_NUMBERS_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_hardware_abstraction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @brief An abstraction between this CAN stack and any hardware layer
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_HARDWARE_ABSTRACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_identifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// values that are encoded inside, along with some helpful constants.
/// @author Adrian Del Grosso
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_IDENTIFIER_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @author Adrian Del Grosso
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_MESSAGE_HPP
Expand Down
2 changes: 1 addition & 1 deletion isobus/include/isobus/isobus/can_message_frame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @author Adrian Del Grosso
/// @author Daan Steenbergen
///
/// @copyright 2022 Adrian Del Grosso
/// @copyright 2022 The Open-Agriculture Developers
//================================================================================================

#ifndef CAN_MESSAGE_FRAME_HPP
Expand Down
Loading

0 comments on commit 0b702b7

Please sign in to comment.