mirror of
https://github.com/tsukumijima/px4_drv.git
synced 2025-07-23 04:03:01 +02:00
driver: update copyright year
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sony CXD2856ER driver (cxd2856er.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sony CXD2856ER driver definitions (cxd2856er.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __CXD2856ER_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sony CXD2858ER driver (cxd2858er.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sony CXD2858ER driver definitions (cxd2858er.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __CXD2858ER_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Module initiator of the driver (driver_module.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Definitions for I2C communicators (i2c_comm.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __I2C_COMM_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver for Digibest ISDB2056 device (isdb2056_device.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver definitions for Digibest ISDB2056 device (isdb2056_device.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __ISDB2056_DEVICE_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* ITE IT930x driver (it930x.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* ITE IT930x driver definitions (it930x.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __IT930X_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* ITE IT930x bus driver (itedtv_bus.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* ITE IT930x bus driver definitions (itedtv_bus.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __ITEDTV_BUS_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Character device operator for PTX devices (ptx_chrdev.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Character device operator definitions for PTX devices (ptx_chrdev.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __PTX_CHRDEV__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver for PLEX PX4/PX5 series devices (px4_device.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver definitions for PLEX PX4/PX5 series devices (px4_device.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __PX4_DEVICE_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Module parameter definitions (px4_device_params.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "px4_device_params.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PX4 multi-device power manager (px4_mldev.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PX4 multi-device power manager definitions (px4_mldev.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __PX4_MLDEV_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver for USB devices (px4_usb.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver definitions for USB devices (px4_usb.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __PX4_USB_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Module parameter definitions (px4_usb_params.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "px4_usb_params.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver for PLEX PX-MLT series devices (pxmlt_device.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* PTX driver definitions for PLEX PX-MLT series devices (pxmlt_device.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __PXMLT_DEVICE_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* RafaelMicro R850 driver (r850.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
/* Some features are not implemented. */
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* RafaelMicro R850 driver definitions (r850.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __R850_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Ringbuffer implementation (ringbuffer.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "ringbuffer.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Ringbuffer definitions (ringbuffer.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __RINGBUFFER_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* RafaelMicro RT710 driver (rt710.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* RafaelMicro RT710 driver definitions (rt710.h)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __RT710_H__
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Toshiba TC90522 driver (tc90522.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#include "print_format.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Toshiba TC90522 driver definitions (tc90522.c)
|
||||
*
|
||||
* Copyright (c) 2018-2020 nns779
|
||||
* Copyright (c) 2018-2021 nns779
|
||||
*/
|
||||
|
||||
#ifndef __TC90522_H__
|
||||
|
Reference in New Issue
Block a user