Merge pull request #1846 from openmv/rp2_license

ports/rp2: Add missing license header to cambus.c
This commit is contained in:
Ibrahim Abdelkader 2023-05-19 19:39:50 +03:00 committed by GitHub
commit 531c656eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,14 @@
/*
* This file is part of the OpenMV project.
*
* Copyright (c) 2023 Ibrahim Abdelkader <iabdalkader@openmv.io>
* Copyright (c) 2023 Kwabena W. Agyeman <kwagyeman@openmv.io>
*
* This work is licensed under the MIT license, see the file LICENSE for details.
*
* Camera bus port for rp2.
*/
#include <stdio.h>
#include <stdbool.h>
#include "py/mphal.h"