From aeb7539cfabe2041f66561c356d881c35a316a87 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 14 Feb 2021 16:47:45 +0200 Subject: [PATCH] Update license date. --- LICENSE | 4 ++-- ml/haarcascade/cascade_convert.py | 4 ++-- scripts/libraries/hts221.py | 4 ++-- scripts/libraries/lora.py | 4 ++-- src/bootloader/Makefile | 4 ++-- src/bootloader/include/qspif.h | 4 ++-- src/bootloader/src/main.c | 4 ++-- src/bootloader/src/qspif.c | 4 ++-- src/bootloader/src/stm32fxxx_hal_msp.c | 4 ++-- src/bootloader/src/stm32fxxx_it.c | 4 ++-- src/bootloader/stm32fxxx.ld.S | 4 ++-- src/drivers/lepton/Makefile | 4 ++-- src/drivers/mlx90621/Makefile | 4 ++-- src/drivers/mlx90640/Makefile | 4 ++-- src/drivers/winc1500/Makefile | 4 ++-- src/drivers/winc1500/include/winc.h | 4 ++-- src/drivers/winc1500/src/programmer.c | 4 ++-- src/drivers/winc1500/src/winc.c | 4 ++-- src/hal/cmsis/Makefile | 4 ++-- src/hal/nrfx/Makefile | 4 ++-- src/hal/stm32/f4/Makefile | 4 ++-- src/hal/stm32/f7/Makefile | 4 ++-- src/hal/stm32/h7/Makefile | 4 ++-- src/lib/libtf/cortex-m4/libtf.h | 2 +- src/lib/libtf/cortex-m7/libtf.h | 2 +- src/omv/Makefile | 4 ++-- src/omv/alloc/umm_malloc.c | 4 ++-- src/omv/alloc/umm_malloc.h | 4 ++-- src/omv/alloc/unaligned_memcpy.h | 4 ++-- src/omv/alloc/xalloc.c | 4 ++-- src/omv/alloc/xalloc.h | 4 ++-- src/omv/boards/BORMIO/imlib_config.h | 4 ++-- src/omv/boards/BORMIO/omv_boardconfig.h | 4 ++-- src/omv/boards/NANO33/imlib_config.h | 4 ++-- src/omv/boards/NANO33/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMV1/imlib_config.h | 4 ++-- src/omv/boards/OPENMV1/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMV2/imlib_config.h | 4 ++-- src/omv/boards/OPENMV2/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMV3/imlib_config.h | 4 ++-- src/omv/boards/OPENMV3/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMV4/imlib_config.h | 4 ++-- src/omv/boards/OPENMV4/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMV4P/imlib_config.h | 4 ++-- src/omv/boards/OPENMV4P/omv_boardconfig.h | 4 ++-- src/omv/boards/OPENMVPT/imlib_config.h | 4 ++-- src/omv/boards/OPENMVPT/omv_boardconfig.h | 4 ++-- src/omv/boards/PORTENTA/imlib_config.h | 4 ++-- src/omv/boards/PORTENTA/omv_boardconfig.h | 4 ++-- src/omv/common/array.c | 4 ++-- src/omv/common/array.h | 4 ++-- src/omv/common/cambus.h | 4 ++-- src/omv/common/common.h | 4 ++-- src/omv/common/ini.c | 4 ++-- src/omv/common/ini.h | 4 ++-- src/omv/common/mutex.c | 4 ++-- src/omv/common/mutex.h | 4 ++-- src/omv/common/ringbuf.c | 4 ++-- src/omv/common/ringbuf.h | 4 ++-- src/omv/common/trace.c | 4 ++-- src/omv/common/trace.h | 4 ++-- src/omv/common/usbdbg.c | 4 ++-- src/omv/common/usbdbg.h | 4 ++-- src/omv/imlib/apriltag.c | 4 ++-- src/omv/imlib/binary.c | 4 ++-- src/omv/imlib/blob.c | 4 ++-- src/omv/imlib/bmp.c | 4 ++-- src/omv/imlib/clahe.c | 4 ++-- src/omv/imlib/collections.c | 4 ++-- src/omv/imlib/collections.h | 4 ++-- src/omv/imlib/dmtx.c | 4 ++-- src/omv/imlib/draw.c | 4 ++-- src/omv/imlib/edge.c | 4 ++-- src/omv/imlib/eye.c | 4 ++-- src/omv/imlib/filter.c | 4 ++-- src/omv/imlib/fmath.c | 4 ++-- src/omv/imlib/fmath.h | 4 ++-- src/omv/imlib/font.c | 4 ++-- src/omv/imlib/font.h | 4 ++-- src/omv/imlib/framebuffer.c | 4 ++-- src/omv/imlib/framebuffer.h | 4 ++-- src/omv/imlib/gif.c | 4 ++-- src/omv/imlib/haar.c | 4 ++-- src/omv/imlib/hog.c | 4 ++-- src/omv/imlib/hough.c | 4 ++-- src/omv/imlib/imlib.c | 4 ++-- src/omv/imlib/imlib.h | 4 ++-- src/omv/imlib/integral.c | 4 ++-- src/omv/imlib/integral_mw.c | 4 ++-- src/omv/imlib/jpeg.c | 4 ++-- src/omv/imlib/kmeans.c | 4 ++-- src/omv/imlib/lbp.c | 4 ++-- src/omv/imlib/line.c | 4 ++-- src/omv/imlib/lsd.c | 4 ++-- src/omv/imlib/mathop.c | 4 ++-- src/omv/imlib/mjpeg.c | 4 ++-- src/omv/imlib/orb.c | 4 ++-- src/omv/imlib/phasecorrelation.c | 4 ++-- src/omv/imlib/point.c | 4 ++-- src/omv/imlib/ppm.c | 4 ++-- src/omv/imlib/qrcode.c | 4 ++-- src/omv/imlib/rectangle.c | 4 ++-- src/omv/imlib/selective_search.c | 4 ++-- src/omv/imlib/stats.c | 4 ++-- src/omv/imlib/template.c | 4 ++-- src/omv/imlib/zbar.c | 4 ++-- src/omv/modules/py_assert.h | 4 ++-- src/omv/modules/py_clock.c | 4 ++-- src/omv/modules/py_clock.h | 4 ++-- src/omv/modules/py_fir.c | 4 ++-- src/omv/modules/py_fir.h | 4 ++-- src/omv/modules/py_gif.c | 4 ++-- src/omv/modules/py_helper.c | 4 ++-- src/omv/modules/py_helper.h | 4 ++-- src/omv/modules/py_image.c | 4 ++-- src/omv/modules/py_image.h | 4 ++-- src/omv/modules/py_imageio.c | 4 ++-- src/omv/modules/py_imageio.h | 4 ++-- src/omv/modules/py_mjpeg.c | 4 ++-- src/omv/modules/py_omv.c | 4 ++-- src/omv/modules/py_sensor.c | 4 ++-- src/omv/modules/py_tf.c | 2 +- src/omv/modules/py_tf.h | 4 ++-- src/omv/modules/py_tof.h | 4 ++-- src/omv/ports/nrf/cambus.c | 4 ++-- src/omv/ports/nrf/modules/py_audio.c | 4 ++-- src/omv/ports/nrf/modules/py_audio.h | 4 ++-- src/omv/ports/nrf/nrf52xxx.ld.S | 4 ++-- src/omv/ports/nrf/omv_portconfig.h | 4 ++-- src/omv/ports/stm32/cambus.c | 4 ++-- src/omv/ports/stm32/hash.c | 4 ++-- src/omv/ports/stm32/hash.h | 4 ++-- src/omv/ports/stm32/main.c | 4 ++-- src/omv/ports/stm32/modules/py_audio.c | 4 ++-- src/omv/ports/stm32/modules/py_audio.h | 4 ++-- src/omv/ports/stm32/modules/py_cpufreq.c | 4 ++-- src/omv/ports/stm32/modules/py_cpufreq.h | 4 ++-- src/omv/ports/stm32/modules/py_lcd.c | 4 ++-- src/omv/ports/stm32/modules/py_lcd.h | 4 ++-- src/omv/ports/stm32/modules/py_lcd_touch.c | 4 ++-- src/omv/ports/stm32/modules/py_lcd_touch.h | 4 ++-- src/omv/ports/stm32/modules/py_micro_speech.c | 4 ++-- src/omv/ports/stm32/modules/py_winc.c | 4 ++-- src/omv/ports/stm32/omv_portconfig.h | 4 ++-- src/omv/ports/stm32/sensor.c | 4 ++-- src/omv/ports/stm32/sensor.h | 4 ++-- src/omv/ports/stm32/soft_i2c.c | 4 ++-- src/omv/ports/stm32/soft_i2c.h | 4 ++-- src/omv/ports/stm32/stm32fxxx.ld.S | 4 ++-- src/omv/ports/stm32/stm32fxxx_hal_msp.c | 4 ++-- src/omv/ports/stm32/wifidbg.c | 4 ++-- src/omv/ports/stm32/wifidbg.h | 4 ++-- src/omv/sensors/hm01b0.c | 4 ++-- src/omv/sensors/hm01b0.h | 4 ++-- src/omv/sensors/hm01b0_regs.h | 4 ++-- src/omv/sensors/lepton.c | 4 ++-- src/omv/sensors/lepton.h | 4 ++-- src/omv/sensors/mt9v034.c | 4 ++-- src/omv/sensors/mt9v034.h | 4 ++-- src/omv/sensors/ov2640.c | 4 ++-- src/omv/sensors/ov2640.h | 4 ++-- src/omv/sensors/ov2640_regs.h | 4 ++-- src/omv/sensors/ov5640.c | 4 ++-- src/omv/sensors/ov5640.h | 4 ++-- src/omv/sensors/ov5640_regs.h | 4 ++-- src/omv/sensors/ov7725.c | 4 ++-- src/omv/sensors/ov7725.h | 4 ++-- src/omv/sensors/ov7725_regs.h | 4 ++-- src/omv/sensors/ov9650.c | 4 ++-- src/omv/sensors/ov9650.h | 4 ++-- src/omv/sensors/ov9650_regs.h | 4 ++-- src/uvc/Makefile | 4 ++-- src/uvc/src/main.c | 4 ++-- src/uvc/src/stm32fxxx_it.c | 4 ++-- src/uvc/stm32fxxx.ld.S | 4 ++-- tools/augment_images.py | 4 ++-- tools/calc_ir_table.py | 4 ++-- tools/client.py | 4 ++-- tools/create_labels.py | 4 ++-- tools/draw_rainbow.py | 4 ++-- tools/encode_raw.py | 4 ++-- tools/gc.py | 4 ++-- tools/gen_fft.py | 4 ++-- tools/gen_rainbow.py | 4 ++-- tools/gen_rgb2lab.py | 4 ++-- tools/gen_rgb2yuv.py | 4 ++-- tools/gen_sin_cos.py | 4 ++-- tools/keypoints_editor.py | 4 ++-- tools/make_patches.py | 4 ++-- tools/objfind.py | 4 ++-- tools/optflow.py | 4 ++-- tools/pydfu.py | 4 ++-- tools/pyopenmv.py | 4 ++-- tools/pyopenmv_fb.py | 4 ++-- tools/pyopenmv_multi.py | 4 ++-- tools/pyopenmv_test.py | 4 ++-- tools/saleae_test.py | 4 ++-- 197 files changed, 391 insertions(+), 391 deletions(-) diff --git a/LICENSE b/LICENSE index eeb3bc2d7..5e11c3968 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2013-2019 Ibrahim Abdelkader -Copyright (c) 2013-2019 Kwabena W. Agyeman +Copyright (c) 2013-2021 Ibrahim Abdelkader +Copyright (c) 2013-2021 Kwabena W. Agyeman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ml/haarcascade/cascade_convert.py b/ml/haarcascade/cascade_convert.py index 2de58daeb..ab26d8848 100755 --- a/ml/haarcascade/cascade_convert.py +++ b/ml/haarcascade/cascade_convert.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/scripts/libraries/hts221.py b/scripts/libraries/hts221.py index 97d42fe15..afb2cd16e 100644 --- a/scripts/libraries/hts221.py +++ b/scripts/libraries/hts221.py @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/scripts/libraries/lora.py b/scripts/libraries/lora.py index 9c0d8b946..a5e25f361 100644 --- a/scripts/libraries/lora.py +++ b/scripts/libraries/lora.py @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # Copyright (c) 2021 Arduino SA # # Authors: diff --git a/src/bootloader/Makefile b/src/bootloader/Makefile index a8392c47b..e348b916c 100755 --- a/src/bootloader/Makefile +++ b/src/bootloader/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/bootloader/include/qspif.h b/src/bootloader/include/qspif.h index 90e750773..2b5553a68 100644 --- a/src/bootloader/include/qspif.h +++ b/src/bootloader/include/qspif.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/bootloader/src/main.c b/src/bootloader/src/main.c index 63c351df7..7e95757b1 100644 --- a/src/bootloader/src/main.c +++ b/src/bootloader/src/main.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/bootloader/src/qspif.c b/src/bootloader/src/qspif.c index 86a664fa7..6626fdba7 100644 --- a/src/bootloader/src/qspif.c +++ b/src/bootloader/src/qspif.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/bootloader/src/stm32fxxx_hal_msp.c b/src/bootloader/src/stm32fxxx_hal_msp.c index 82c0bd640..2d292db09 100644 --- a/src/bootloader/src/stm32fxxx_hal_msp.c +++ b/src/bootloader/src/stm32fxxx_hal_msp.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/bootloader/src/stm32fxxx_it.c b/src/bootloader/src/stm32fxxx_it.c index 2d7585030..d21296350 100644 --- a/src/bootloader/src/stm32fxxx_it.c +++ b/src/bootloader/src/stm32fxxx_it.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/bootloader/stm32fxxx.ld.S b/src/bootloader/stm32fxxx.ld.S index d612fa305..66355d7dd 100644 --- a/src/bootloader/stm32fxxx.ld.S +++ b/src/bootloader/stm32fxxx.ld.S @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/drivers/lepton/Makefile b/src/drivers/lepton/Makefile index 8986ca58b..a4f3edd58 100644 --- a/src/drivers/lepton/Makefile +++ b/src/drivers/lepton/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/drivers/mlx90621/Makefile b/src/drivers/mlx90621/Makefile index 857242f06..7a69659c7 100644 --- a/src/drivers/mlx90621/Makefile +++ b/src/drivers/mlx90621/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/drivers/mlx90640/Makefile b/src/drivers/mlx90640/Makefile index f69274a95..4ff18b3c5 100644 --- a/src/drivers/mlx90640/Makefile +++ b/src/drivers/mlx90640/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/drivers/winc1500/Makefile b/src/drivers/winc1500/Makefile index 1adc4a0dd..bb6107de3 100644 --- a/src/drivers/winc1500/Makefile +++ b/src/drivers/winc1500/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/drivers/winc1500/include/winc.h b/src/drivers/winc1500/include/winc.h index 64281fafc..755d90191 100644 --- a/src/drivers/winc1500/include/winc.h +++ b/src/drivers/winc1500/include/winc.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/drivers/winc1500/src/programmer.c b/src/drivers/winc1500/src/programmer.c index 4430cf78f..ad7e6936f 100644 --- a/src/drivers/winc1500/src/programmer.c +++ b/src/drivers/winc1500/src/programmer.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/drivers/winc1500/src/winc.c b/src/drivers/winc1500/src/winc.c index c1ff859eb..f643b5c13 100644 --- a/src/drivers/winc1500/src/winc.c +++ b/src/drivers/winc1500/src/winc.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/hal/cmsis/Makefile b/src/hal/cmsis/Makefile index 9ff839031..72038eb6b 100644 --- a/src/hal/cmsis/Makefile +++ b/src/hal/cmsis/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/hal/nrfx/Makefile b/src/hal/nrfx/Makefile index d096bac05..56ca6afaf 100644 --- a/src/hal/nrfx/Makefile +++ b/src/hal/nrfx/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/hal/stm32/f4/Makefile b/src/hal/stm32/f4/Makefile index e8b283185..0dc2ff08e 100644 --- a/src/hal/stm32/f4/Makefile +++ b/src/hal/stm32/f4/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/hal/stm32/f7/Makefile b/src/hal/stm32/f7/Makefile index ab46ff55a..4d7ef7936 100644 --- a/src/hal/stm32/f7/Makefile +++ b/src/hal/stm32/f7/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/hal/stm32/h7/Makefile b/src/hal/stm32/h7/Makefile index 8b77afdec..f7be82056 100644 --- a/src/hal/stm32/h7/Makefile +++ b/src/hal/stm32/h7/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/lib/libtf/cortex-m4/libtf.h b/src/lib/libtf/cortex-m4/libtf.h index dac2e4651..fbaa6cf19 100644 --- a/src/lib/libtf/cortex-m4/libtf.h +++ b/src/lib/libtf/cortex-m4/libtf.h @@ -1,5 +1,5 @@ /* This file is part of the OpenMV project. - * Copyright (c) 2013-2019 Ibrahim Abdelkader & Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader & Kwabena W. Agyeman * This work is licensed under the MIT license, see the file LICENSE for details. */ diff --git a/src/lib/libtf/cortex-m7/libtf.h b/src/lib/libtf/cortex-m7/libtf.h index dac2e4651..fbaa6cf19 100644 --- a/src/lib/libtf/cortex-m7/libtf.h +++ b/src/lib/libtf/cortex-m7/libtf.h @@ -1,5 +1,5 @@ /* This file is part of the OpenMV project. - * Copyright (c) 2013-2019 Ibrahim Abdelkader & Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader & Kwabena W. Agyeman * This work is licensed under the MIT license, see the file LICENSE for details. */ diff --git a/src/omv/Makefile b/src/omv/Makefile index a4387bd00..fedfc79d3 100644 --- a/src/omv/Makefile +++ b/src/omv/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/omv/alloc/umm_malloc.c b/src/omv/alloc/umm_malloc.c index 94c1fdb33..0f0534b6e 100644 --- a/src/omv/alloc/umm_malloc.c +++ b/src/omv/alloc/umm_malloc.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/alloc/umm_malloc.h b/src/omv/alloc/umm_malloc.h index a200f9fb1..362a40d2f 100644 --- a/src/omv/alloc/umm_malloc.h +++ b/src/omv/alloc/umm_malloc.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/alloc/unaligned_memcpy.h b/src/omv/alloc/unaligned_memcpy.h index 61a21f6ff..2d026cb9c 100644 --- a/src/omv/alloc/unaligned_memcpy.h +++ b/src/omv/alloc/unaligned_memcpy.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/alloc/xalloc.c b/src/omv/alloc/xalloc.c index 03a3c18f0..feac9aa37 100644 --- a/src/omv/alloc/xalloc.c +++ b/src/omv/alloc/xalloc.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/alloc/xalloc.h b/src/omv/alloc/xalloc.h index 777059c95..5db690f5f 100644 --- a/src/omv/alloc/xalloc.h +++ b/src/omv/alloc/xalloc.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/BORMIO/imlib_config.h b/src/omv/boards/BORMIO/imlib_config.h index b1db02196..ab799f9d0 100644 --- a/src/omv/boards/BORMIO/imlib_config.h +++ b/src/omv/boards/BORMIO/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/BORMIO/omv_boardconfig.h b/src/omv/boards/BORMIO/omv_boardconfig.h index 7965d9059..41c7e2e97 100644 --- a/src/omv/boards/BORMIO/omv_boardconfig.h +++ b/src/omv/boards/BORMIO/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/NANO33/imlib_config.h b/src/omv/boards/NANO33/imlib_config.h index 6e682ed32..0032cda57 100644 --- a/src/omv/boards/NANO33/imlib_config.h +++ b/src/omv/boards/NANO33/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/NANO33/omv_boardconfig.h b/src/omv/boards/NANO33/omv_boardconfig.h index b5c30fb21..3968b2ef1 100644 --- a/src/omv/boards/NANO33/omv_boardconfig.h +++ b/src/omv/boards/NANO33/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV1/imlib_config.h b/src/omv/boards/OPENMV1/imlib_config.h index 3970abdcb..6fe26512d 100644 --- a/src/omv/boards/OPENMV1/imlib_config.h +++ b/src/omv/boards/OPENMV1/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV1/omv_boardconfig.h b/src/omv/boards/OPENMV1/omv_boardconfig.h index 2472b8539..6d7641646 100644 --- a/src/omv/boards/OPENMV1/omv_boardconfig.h +++ b/src/omv/boards/OPENMV1/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV2/imlib_config.h b/src/omv/boards/OPENMV2/imlib_config.h index 2958541d5..e2343df29 100644 --- a/src/omv/boards/OPENMV2/imlib_config.h +++ b/src/omv/boards/OPENMV2/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV2/omv_boardconfig.h b/src/omv/boards/OPENMV2/omv_boardconfig.h index cce5a8130..ad4a3475b 100644 --- a/src/omv/boards/OPENMV2/omv_boardconfig.h +++ b/src/omv/boards/OPENMV2/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV3/imlib_config.h b/src/omv/boards/OPENMV3/imlib_config.h index 070cd0934..ae7be5272 100644 --- a/src/omv/boards/OPENMV3/imlib_config.h +++ b/src/omv/boards/OPENMV3/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV3/omv_boardconfig.h b/src/omv/boards/OPENMV3/omv_boardconfig.h index 6ff5b907e..e0b5e615b 100644 --- a/src/omv/boards/OPENMV3/omv_boardconfig.h +++ b/src/omv/boards/OPENMV3/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV4/imlib_config.h b/src/omv/boards/OPENMV4/imlib_config.h index 85d9bde81..fd395d871 100644 --- a/src/omv/boards/OPENMV4/imlib_config.h +++ b/src/omv/boards/OPENMV4/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV4/omv_boardconfig.h b/src/omv/boards/OPENMV4/omv_boardconfig.h index d78470e08..d87009ff6 100644 --- a/src/omv/boards/OPENMV4/omv_boardconfig.h +++ b/src/omv/boards/OPENMV4/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV4P/imlib_config.h b/src/omv/boards/OPENMV4P/imlib_config.h index 4b95c6a3f..6b4cd2f48 100644 --- a/src/omv/boards/OPENMV4P/imlib_config.h +++ b/src/omv/boards/OPENMV4P/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMV4P/omv_boardconfig.h b/src/omv/boards/OPENMV4P/omv_boardconfig.h index 4541816fc..2e1de6364 100644 --- a/src/omv/boards/OPENMV4P/omv_boardconfig.h +++ b/src/omv/boards/OPENMV4P/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMVPT/imlib_config.h b/src/omv/boards/OPENMVPT/imlib_config.h index 4b95c6a3f..6b4cd2f48 100644 --- a/src/omv/boards/OPENMVPT/imlib_config.h +++ b/src/omv/boards/OPENMVPT/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/OPENMVPT/omv_boardconfig.h b/src/omv/boards/OPENMVPT/omv_boardconfig.h index 8c27a034e..d015a1226 100644 --- a/src/omv/boards/OPENMVPT/omv_boardconfig.h +++ b/src/omv/boards/OPENMVPT/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/PORTENTA/imlib_config.h b/src/omv/boards/PORTENTA/imlib_config.h index b1db02196..ab799f9d0 100644 --- a/src/omv/boards/PORTENTA/imlib_config.h +++ b/src/omv/boards/PORTENTA/imlib_config.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/boards/PORTENTA/omv_boardconfig.h b/src/omv/boards/PORTENTA/omv_boardconfig.h index 729bf677c..051f2b5cf 100644 --- a/src/omv/boards/PORTENTA/omv_boardconfig.h +++ b/src/omv/boards/PORTENTA/omv_boardconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/array.c b/src/omv/common/array.c index dc05e578c..d3468b911 100644 --- a/src/omv/common/array.c +++ b/src/omv/common/array.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/array.h b/src/omv/common/array.h index 326b132cc..470887ad8 100644 --- a/src/omv/common/array.h +++ b/src/omv/common/array.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/cambus.h b/src/omv/common/cambus.h index e0073c3cb..a340ccc3b 100644 --- a/src/omv/common/cambus.h +++ b/src/omv/common/cambus.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/common.h b/src/omv/common/common.h index 944348751..e5f07cf5c 100644 --- a/src/omv/common/common.h +++ b/src/omv/common/common.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/ini.c b/src/omv/common/ini.c index d7a4a5faf..2654941e2 100644 --- a/src/omv/common/ini.c +++ b/src/omv/common/ini.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/ini.h b/src/omv/common/ini.h index e7b7406a4..df50b97c2 100644 --- a/src/omv/common/ini.h +++ b/src/omv/common/ini.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/mutex.c b/src/omv/common/mutex.c index d82947b96..323e9d307 100644 --- a/src/omv/common/mutex.c +++ b/src/omv/common/mutex.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/mutex.h b/src/omv/common/mutex.h index a603523e2..bacaee9c8 100644 --- a/src/omv/common/mutex.h +++ b/src/omv/common/mutex.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/ringbuf.c b/src/omv/common/ringbuf.c index c52666ce1..93194b041 100644 --- a/src/omv/common/ringbuf.c +++ b/src/omv/common/ringbuf.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/ringbuf.h b/src/omv/common/ringbuf.h index 4acacfd33..3acdad4e9 100644 --- a/src/omv/common/ringbuf.h +++ b/src/omv/common/ringbuf.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/trace.c b/src/omv/common/trace.c index d2c7eaaa4..e097ab040 100644 --- a/src/omv/common/trace.c +++ b/src/omv/common/trace.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/trace.h b/src/omv/common/trace.h index 1da6d3c16..e0b56ec05 100644 --- a/src/omv/common/trace.h +++ b/src/omv/common/trace.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/usbdbg.c b/src/omv/common/usbdbg.c index 86e5b5e0d..cdf34e790 100644 --- a/src/omv/common/usbdbg.c +++ b/src/omv/common/usbdbg.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/common/usbdbg.h b/src/omv/common/usbdbg.h index d6b40a005..7f175460a 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/apriltag.c b/src/omv/imlib/apriltag.c index 2d0b51f71..bff3a30f7 100644 --- a/src/omv/imlib/apriltag.c +++ b/src/omv/imlib/apriltag.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/binary.c b/src/omv/imlib/binary.c index d3687ebe5..4c36cc1af 100644 --- a/src/omv/imlib/binary.c +++ b/src/omv/imlib/binary.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/blob.c b/src/omv/imlib/blob.c index 1d4d25ecf..17f70419d 100644 --- a/src/omv/imlib/blob.c +++ b/src/omv/imlib/blob.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/bmp.c b/src/omv/imlib/bmp.c index e8c512aac..c8106d738 100644 --- a/src/omv/imlib/bmp.c +++ b/src/omv/imlib/bmp.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/clahe.c b/src/omv/imlib/clahe.c index 0c861e2ef..b68c574b7 100644 --- a/src/omv/imlib/clahe.c +++ b/src/omv/imlib/clahe.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/collections.c b/src/omv/imlib/collections.c index 67e70d185..cc38477e8 100644 --- a/src/omv/imlib/collections.c +++ b/src/omv/imlib/collections.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/collections.h b/src/omv/imlib/collections.h index 395ad54e5..0f95c88db 100644 --- a/src/omv/imlib/collections.h +++ b/src/omv/imlib/collections.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/dmtx.c b/src/omv/imlib/dmtx.c index ddb97143c..ee6e0f968 100644 --- a/src/omv/imlib/dmtx.c +++ b/src/omv/imlib/dmtx.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/draw.c b/src/omv/imlib/draw.c index f890a569a..ffac0023d 100644 --- a/src/omv/imlib/draw.c +++ b/src/omv/imlib/draw.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/edge.c b/src/omv/imlib/edge.c index e059e90cc..ea5050610 100644 --- a/src/omv/imlib/edge.c +++ b/src/omv/imlib/edge.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/eye.c b/src/omv/imlib/eye.c index b0ca9bfc5..fc5e2b99e 100644 --- a/src/omv/imlib/eye.c +++ b/src/omv/imlib/eye.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/filter.c b/src/omv/imlib/filter.c index 25e9b92ee..ed16b2d0a 100644 --- a/src/omv/imlib/filter.c +++ b/src/omv/imlib/filter.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/fmath.c b/src/omv/imlib/fmath.c index afb20f5cc..f42bd490f 100644 --- a/src/omv/imlib/fmath.c +++ b/src/omv/imlib/fmath.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/fmath.h b/src/omv/imlib/fmath.h index ae1d63a3d..71220d4bd 100644 --- a/src/omv/imlib/fmath.h +++ b/src/omv/imlib/fmath.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/font.c b/src/omv/imlib/font.c index c0eb59b04..359ef36e6 100644 --- a/src/omv/imlib/font.c +++ b/src/omv/imlib/font.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/font.h b/src/omv/imlib/font.h index 59cc40f69..a1e94397a 100644 --- a/src/omv/imlib/font.h +++ b/src/omv/imlib/font.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/framebuffer.c b/src/omv/imlib/framebuffer.c index 800a4c18a..ffd187b67 100644 --- a/src/omv/imlib/framebuffer.c +++ b/src/omv/imlib/framebuffer.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/framebuffer.h b/src/omv/imlib/framebuffer.h index 3c37e40d1..f1474e187 100644 --- a/src/omv/imlib/framebuffer.h +++ b/src/omv/imlib/framebuffer.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/gif.c b/src/omv/imlib/gif.c index a682c2ee0..55c248f04 100644 --- a/src/omv/imlib/gif.c +++ b/src/omv/imlib/gif.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/haar.c b/src/omv/imlib/haar.c index 0baf8e60e..0cba7e4b7 100644 --- a/src/omv/imlib/haar.c +++ b/src/omv/imlib/haar.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/hog.c b/src/omv/imlib/hog.c index 869c1b0d5..19638af12 100644 --- a/src/omv/imlib/hog.c +++ b/src/omv/imlib/hog.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/hough.c b/src/omv/imlib/hough.c index 33a422270..47e484211 100644 --- a/src/omv/imlib/hough.c +++ b/src/omv/imlib/hough.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/imlib.c b/src/omv/imlib/imlib.c index 62a7d0c10..94849ed6f 100644 --- a/src/omv/imlib/imlib.c +++ b/src/omv/imlib/imlib.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/imlib.h b/src/omv/imlib/imlib.h index 9654303e4..1e49edc2d 100644 --- a/src/omv/imlib/imlib.h +++ b/src/omv/imlib/imlib.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/integral.c b/src/omv/imlib/integral.c index e44dda0fe..db120cae5 100644 --- a/src/omv/imlib/integral.c +++ b/src/omv/imlib/integral.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/integral_mw.c b/src/omv/imlib/integral_mw.c index 4aeeb3ae7..025693aec 100644 --- a/src/omv/imlib/integral_mw.c +++ b/src/omv/imlib/integral_mw.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/jpeg.c b/src/omv/imlib/jpeg.c index 7defc12b4..d20e5c4b6 100644 --- a/src/omv/imlib/jpeg.c +++ b/src/omv/imlib/jpeg.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/kmeans.c b/src/omv/imlib/kmeans.c index 4496a2cff..37d8285fd 100644 --- a/src/omv/imlib/kmeans.c +++ b/src/omv/imlib/kmeans.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/lbp.c b/src/omv/imlib/lbp.c index f51207efb..ca37fa729 100644 --- a/src/omv/imlib/lbp.c +++ b/src/omv/imlib/lbp.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/line.c b/src/omv/imlib/line.c index da59db90f..a5239c5e1 100644 --- a/src/omv/imlib/line.c +++ b/src/omv/imlib/line.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/lsd.c b/src/omv/imlib/lsd.c index 159e32401..e694435ce 100644 --- a/src/omv/imlib/lsd.c +++ b/src/omv/imlib/lsd.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/mathop.c b/src/omv/imlib/mathop.c index 5bb56ef41..6e1b6321c 100644 --- a/src/omv/imlib/mathop.c +++ b/src/omv/imlib/mathop.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/mjpeg.c b/src/omv/imlib/mjpeg.c index 44d13131e..e476b31ed 100644 --- a/src/omv/imlib/mjpeg.c +++ b/src/omv/imlib/mjpeg.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/orb.c b/src/omv/imlib/orb.c index 16bca766a..adabb8167 100644 --- a/src/omv/imlib/orb.c +++ b/src/omv/imlib/orb.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * ORB keypoints descriptor based on OpenCV ORB detector. * Software License Agreement (BSD License) diff --git a/src/omv/imlib/phasecorrelation.c b/src/omv/imlib/phasecorrelation.c index 96dde9be5..c131a6252 100644 --- a/src/omv/imlib/phasecorrelation.c +++ b/src/omv/imlib/phasecorrelation.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/point.c b/src/omv/imlib/point.c index 1c1a02349..37279f07f 100644 --- a/src/omv/imlib/point.c +++ b/src/omv/imlib/point.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/ppm.c b/src/omv/imlib/ppm.c index 777c65aac..6d6c3c967 100644 --- a/src/omv/imlib/ppm.c +++ b/src/omv/imlib/ppm.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/qrcode.c b/src/omv/imlib/qrcode.c index d9f2e9d0e..33c83c8ec 100644 --- a/src/omv/imlib/qrcode.c +++ b/src/omv/imlib/qrcode.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/rectangle.c b/src/omv/imlib/rectangle.c index 1f967c302..a7d47e0e7 100644 --- a/src/omv/imlib/rectangle.c +++ b/src/omv/imlib/rectangle.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/selective_search.c b/src/omv/imlib/selective_search.c index 2fdf60379..57f751089 100644 --- a/src/omv/imlib/selective_search.c +++ b/src/omv/imlib/selective_search.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/stats.c b/src/omv/imlib/stats.c index 2782c8fb2..d3411c03a 100644 --- a/src/omv/imlib/stats.c +++ b/src/omv/imlib/stats.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/template.c b/src/omv/imlib/template.c index 813401a12..2bc1fccdc 100644 --- a/src/omv/imlib/template.c +++ b/src/omv/imlib/template.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/imlib/zbar.c b/src/omv/imlib/zbar.c index 45eab6584..1d6235019 100644 --- a/src/omv/imlib/zbar.c +++ b/src/omv/imlib/zbar.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_assert.h b/src/omv/modules/py_assert.h index ca7a16597..edc8d00d2 100644 --- a/src/omv/modules/py_assert.h +++ b/src/omv/modules/py_assert.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_clock.c b/src/omv/modules/py_clock.c index 3a255539a..a684b54ad 100644 --- a/src/omv/modules/py_clock.c +++ b/src/omv/modules/py_clock.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_clock.h b/src/omv/modules/py_clock.h index da0f94b71..bd4f5c5f7 100644 --- a/src/omv/modules/py_clock.h +++ b/src/omv/modules/py_clock.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_fir.c b/src/omv/modules/py_fir.c index 3d782a067..c7b6a0116 100644 --- a/src/omv/modules/py_fir.c +++ b/src/omv/modules/py_fir.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_fir.h b/src/omv/modules/py_fir.h index c6d53caa0..3f5a12b52 100644 --- a/src/omv/modules/py_fir.h +++ b/src/omv/modules/py_fir.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_gif.c b/src/omv/modules/py_gif.c index 9306a116d..9c08024e0 100644 --- a/src/omv/modules/py_gif.c +++ b/src/omv/modules/py_gif.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_helper.c b/src/omv/modules/py_helper.c index 7b5b6cf15..9161dfdd3 100644 --- a/src/omv/modules/py_helper.c +++ b/src/omv/modules/py_helper.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_helper.h b/src/omv/modules/py_helper.h index e105ab163..83d9cd269 100644 --- a/src/omv/modules/py_helper.h +++ b/src/omv/modules/py_helper.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_image.c b/src/omv/modules/py_image.c index 2dd4301bd..8358c7dc0 100644 --- a/src/omv/modules/py_image.c +++ b/src/omv/modules/py_image.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_image.h b/src/omv/modules/py_image.h index 993d7b6bd..d5896bcfb 100644 --- a/src/omv/modules/py_image.h +++ b/src/omv/modules/py_image.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_imageio.c b/src/omv/modules/py_imageio.c index 424265d14..36bf640f5 100644 --- a/src/omv/modules/py_imageio.c +++ b/src/omv/modules/py_imageio.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_imageio.h b/src/omv/modules/py_imageio.h index 423140abf..720aa1dcb 100644 --- a/src/omv/modules/py_imageio.h +++ b/src/omv/modules/py_imageio.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_mjpeg.c b/src/omv/modules/py_mjpeg.c index 5f70599a5..127551066 100644 --- a/src/omv/modules/py_mjpeg.c +++ b/src/omv/modules/py_mjpeg.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_omv.c b/src/omv/modules/py_omv.c index 6bd96d6ed..98f42d387 100644 --- a/src/omv/modules/py_omv.c +++ b/src/omv/modules/py_omv.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_sensor.c b/src/omv/modules/py_sensor.c index 80065a6b3..96ecbea46 100644 --- a/src/omv/modules/py_sensor.c +++ b/src/omv/modules/py_sensor.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_tf.c b/src/omv/modules/py_tf.c index 270a855cd..b4a7368d5 100644 --- a/src/omv/modules/py_tf.c +++ b/src/omv/modules/py_tf.c @@ -1,5 +1,5 @@ /* This file is part of the OpenMV project. - * Copyright (c) 2013-2019 Ibrahim Abdelkader & Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader & Kwabena W. Agyeman * This work is licensed under the MIT license, see the file LICENSE for details. */ diff --git a/src/omv/modules/py_tf.h b/src/omv/modules/py_tf.h index c0f057eb4..1581069a4 100644 --- a/src/omv/modules/py_tf.h +++ b/src/omv/modules/py_tf.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/modules/py_tof.h b/src/omv/modules/py_tof.h index c2863d4ab..3a8c222ed 100644 --- a/src/omv/modules/py_tof.h +++ b/src/omv/modules/py_tof.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/nrf/cambus.c b/src/omv/ports/nrf/cambus.c index 3259279f1..c6c961a53 100644 --- a/src/omv/ports/nrf/cambus.c +++ b/src/omv/ports/nrf/cambus.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/nrf/modules/py_audio.c b/src/omv/ports/nrf/modules/py_audio.c index b5cb2673b..a4bb67ed9 100644 --- a/src/omv/ports/nrf/modules/py_audio.c +++ b/src/omv/ports/nrf/modules/py_audio.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/nrf/modules/py_audio.h b/src/omv/ports/nrf/modules/py_audio.h index 694c9ea6d..be2726726 100644 --- a/src/omv/ports/nrf/modules/py_audio.h +++ b/src/omv/ports/nrf/modules/py_audio.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/nrf/nrf52xxx.ld.S b/src/omv/ports/nrf/nrf52xxx.ld.S index 8afe01139..1a0143923 100644 --- a/src/omv/ports/nrf/nrf52xxx.ld.S +++ b/src/omv/ports/nrf/nrf52xxx.ld.S @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/nrf/omv_portconfig.h b/src/omv/ports/nrf/omv_portconfig.h index db98c2a03..25f7e2673 100644 --- a/src/omv/ports/nrf/omv_portconfig.h +++ b/src/omv/ports/nrf/omv_portconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/cambus.c b/src/omv/ports/stm32/cambus.c index dd1b2df8d..49a459868 100644 --- a/src/omv/ports/stm32/cambus.c +++ b/src/omv/ports/stm32/cambus.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/hash.c b/src/omv/ports/stm32/hash.c index 71af71d45..2a5b35b4d 100644 --- a/src/omv/ports/stm32/hash.c +++ b/src/omv/ports/stm32/hash.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/hash.h b/src/omv/ports/stm32/hash.h index 2d9d7bf0b..61567e59c 100644 --- a/src/omv/ports/stm32/hash.h +++ b/src/omv/ports/stm32/hash.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/main.c b/src/omv/ports/stm32/main.c index e9dfe603a..fb0d2f2f7 100644 --- a/src/omv/ports/stm32/main.c +++ b/src/omv/ports/stm32/main.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_audio.c b/src/omv/ports/stm32/modules/py_audio.c index 66ecf2498..55100e464 100644 --- a/src/omv/ports/stm32/modules/py_audio.c +++ b/src/omv/ports/stm32/modules/py_audio.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_audio.h b/src/omv/ports/stm32/modules/py_audio.h index 694c9ea6d..be2726726 100644 --- a/src/omv/ports/stm32/modules/py_audio.h +++ b/src/omv/ports/stm32/modules/py_audio.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_cpufreq.c b/src/omv/ports/stm32/modules/py_cpufreq.c index 053329bb8..6e8f2dc83 100644 --- a/src/omv/ports/stm32/modules/py_cpufreq.c +++ b/src/omv/ports/stm32/modules/py_cpufreq.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_cpufreq.h b/src/omv/ports/stm32/modules/py_cpufreq.h index 8fc7363fb..d9870a4ff 100644 --- a/src/omv/ports/stm32/modules/py_cpufreq.h +++ b/src/omv/ports/stm32/modules/py_cpufreq.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_lcd.c b/src/omv/ports/stm32/modules/py_lcd.c index 73982b19e..85bbf95a4 100644 --- a/src/omv/ports/stm32/modules/py_lcd.c +++ b/src/omv/ports/stm32/modules/py_lcd.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_lcd.h b/src/omv/ports/stm32/modules/py_lcd.h index a22fc8d8b..20c997f53 100644 --- a/src/omv/ports/stm32/modules/py_lcd.h +++ b/src/omv/ports/stm32/modules/py_lcd.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_lcd_touch.c b/src/omv/ports/stm32/modules/py_lcd_touch.c index a6546b42e..ad6b9641b 100644 --- a/src/omv/ports/stm32/modules/py_lcd_touch.c +++ b/src/omv/ports/stm32/modules/py_lcd_touch.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_lcd_touch.h b/src/omv/ports/stm32/modules/py_lcd_touch.h index a83bc6bd1..c9c4eb927 100644 --- a/src/omv/ports/stm32/modules/py_lcd_touch.h +++ b/src/omv/ports/stm32/modules/py_lcd_touch.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_micro_speech.c b/src/omv/ports/stm32/modules/py_micro_speech.c index 41ac2ceeb..40859faea 100644 --- a/src/omv/ports/stm32/modules/py_micro_speech.c +++ b/src/omv/ports/stm32/modules/py_micro_speech.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/modules/py_winc.c b/src/omv/ports/stm32/modules/py_winc.c index fe6d9d812..0bf0a1260 100644 --- a/src/omv/ports/stm32/modules/py_winc.c +++ b/src/omv/ports/stm32/modules/py_winc.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/omv_portconfig.h b/src/omv/ports/stm32/omv_portconfig.h index 98dbc92b3..96756bd29 100644 --- a/src/omv/ports/stm32/omv_portconfig.h +++ b/src/omv/ports/stm32/omv_portconfig.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/sensor.c b/src/omv/ports/stm32/sensor.c index d699594be..c0f043d9f 100644 --- a/src/omv/ports/stm32/sensor.c +++ b/src/omv/ports/stm32/sensor.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/sensor.h b/src/omv/ports/stm32/sensor.h index 951e05ac5..9498d81d5 100644 --- a/src/omv/ports/stm32/sensor.h +++ b/src/omv/ports/stm32/sensor.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/soft_i2c.c b/src/omv/ports/stm32/soft_i2c.c index 27d58bc93..8c20b8e1b 100644 --- a/src/omv/ports/stm32/soft_i2c.c +++ b/src/omv/ports/stm32/soft_i2c.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/soft_i2c.h b/src/omv/ports/stm32/soft_i2c.h index 87cd7c1b3..766628f20 100644 --- a/src/omv/ports/stm32/soft_i2c.h +++ b/src/omv/ports/stm32/soft_i2c.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/stm32fxxx.ld.S b/src/omv/ports/stm32/stm32fxxx.ld.S index 1587cdde5..8ef281f58 100755 --- a/src/omv/ports/stm32/stm32fxxx.ld.S +++ b/src/omv/ports/stm32/stm32fxxx.ld.S @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/stm32fxxx_hal_msp.c b/src/omv/ports/stm32/stm32fxxx_hal_msp.c index 4a5f2e19a..609f98ca3 100644 --- a/src/omv/ports/stm32/stm32fxxx_hal_msp.c +++ b/src/omv/ports/stm32/stm32fxxx_hal_msp.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/wifidbg.c b/src/omv/ports/stm32/wifidbg.c index 901ad5f7c..5ee8d0d9e 100644 --- a/src/omv/ports/stm32/wifidbg.c +++ b/src/omv/ports/stm32/wifidbg.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/ports/stm32/wifidbg.h b/src/omv/ports/stm32/wifidbg.h index 7fcbf1769..66ecdc79e 100644 --- a/src/omv/ports/stm32/wifidbg.h +++ b/src/omv/ports/stm32/wifidbg.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/hm01b0.c b/src/omv/sensors/hm01b0.c index 3b020ccea..832363196 100644 --- a/src/omv/sensors/hm01b0.c +++ b/src/omv/sensors/hm01b0.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/hm01b0.h b/src/omv/sensors/hm01b0.h index 07d372d38..d0c00c808 100644 --- a/src/omv/sensors/hm01b0.h +++ b/src/omv/sensors/hm01b0.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/hm01b0_regs.h b/src/omv/sensors/hm01b0_regs.h index 01035d53e..8e1ebde08 100644 --- a/src/omv/sensors/hm01b0_regs.h +++ b/src/omv/sensors/hm01b0_regs.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/lepton.c b/src/omv/sensors/lepton.c index f58848466..bf0ca287d 100644 --- a/src/omv/sensors/lepton.c +++ b/src/omv/sensors/lepton.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/lepton.h b/src/omv/sensors/lepton.h index dc29b4819..878d3f602 100644 --- a/src/omv/sensors/lepton.h +++ b/src/omv/sensors/lepton.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/mt9v034.c b/src/omv/sensors/mt9v034.c index 751a76617..eb9595427 100644 --- a/src/omv/sensors/mt9v034.c +++ b/src/omv/sensors/mt9v034.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/mt9v034.h b/src/omv/sensors/mt9v034.h index 2a93d73e3..c37ca2d08 100644 --- a/src/omv/sensors/mt9v034.h +++ b/src/omv/sensors/mt9v034.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov2640.c b/src/omv/sensors/ov2640.c index db1ebfc81..045d27516 100644 --- a/src/omv/sensors/ov2640.c +++ b/src/omv/sensors/ov2640.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov2640.h b/src/omv/sensors/ov2640.h index 40d93b5e2..dc3f9a900 100644 --- a/src/omv/sensors/ov2640.h +++ b/src/omv/sensors/ov2640.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov2640_regs.h b/src/omv/sensors/ov2640_regs.h index 8469b2b1f..77ff4074d 100644 --- a/src/omv/sensors/ov2640_regs.h +++ b/src/omv/sensors/ov2640_regs.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov5640.c b/src/omv/sensors/ov5640.c index 27fa0f72a..35d314fd9 100644 --- a/src/omv/sensors/ov5640.c +++ b/src/omv/sensors/ov5640.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov5640.h b/src/omv/sensors/ov5640.h index a129f57cb..a9ed143df 100644 --- a/src/omv/sensors/ov5640.h +++ b/src/omv/sensors/ov5640.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov5640_regs.h b/src/omv/sensors/ov5640_regs.h index 97c58bdbf..7b99e0800 100644 --- a/src/omv/sensors/ov5640_regs.h +++ b/src/omv/sensors/ov5640_regs.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov7725.c b/src/omv/sensors/ov7725.c index eff872bae..de337a5f6 100644 --- a/src/omv/sensors/ov7725.c +++ b/src/omv/sensors/ov7725.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov7725.h b/src/omv/sensors/ov7725.h index a99a61464..17da4c80d 100644 --- a/src/omv/sensors/ov7725.h +++ b/src/omv/sensors/ov7725.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov7725_regs.h b/src/omv/sensors/ov7725_regs.h index 3f83c675c..67a696aa6 100644 --- a/src/omv/sensors/ov7725_regs.h +++ b/src/omv/sensors/ov7725_regs.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov9650.c b/src/omv/sensors/ov9650.c index 4899f4553..b58f4214b 100644 --- a/src/omv/sensors/ov9650.c +++ b/src/omv/sensors/ov9650.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov9650.h b/src/omv/sensors/ov9650.h index fcafa4915..b3fb28d48 100644 --- a/src/omv/sensors/ov9650.h +++ b/src/omv/sensors/ov9650.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/omv/sensors/ov9650_regs.h b/src/omv/sensors/ov9650_regs.h index 8967e06c1..44b285c7d 100644 --- a/src/omv/sensors/ov9650_regs.h +++ b/src/omv/sensors/ov9650_regs.h @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/uvc/Makefile b/src/uvc/Makefile index 01b40d599..8e755079b 100755 --- a/src/uvc/Makefile +++ b/src/uvc/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/src/uvc/src/main.c b/src/uvc/src/main.c index 7272f4c4c..d870792e6 100644 --- a/src/uvc/src/main.c +++ b/src/uvc/src/main.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/uvc/src/stm32fxxx_it.c b/src/uvc/src/stm32fxxx_it.c index 972bfefaa..893aecef8 100644 --- a/src/uvc/src/stm32fxxx_it.c +++ b/src/uvc/src/stm32fxxx_it.c @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/src/uvc/stm32fxxx.ld.S b/src/uvc/stm32fxxx.ld.S index 8d6a12982..3f553a0f0 100755 --- a/src/uvc/stm32fxxx.ld.S +++ b/src/uvc/stm32fxxx.ld.S @@ -1,8 +1,8 @@ /* * This file is part of the OpenMV project. * - * Copyright (c) 2013-2019 Ibrahim Abdelkader - * Copyright (c) 2013-2019 Kwabena W. Agyeman + * Copyright (c) 2013-2021 Ibrahim Abdelkader + * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * diff --git a/tools/augment_images.py b/tools/augment_images.py index bc98129c9..6eb21ce48 100755 --- a/tools/augment_images.py +++ b/tools/augment_images.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/calc_ir_table.py b/tools/calc_ir_table.py index 456d0e448..c340814cf 100755 --- a/tools/calc_ir_table.py +++ b/tools/calc_ir_table.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/client.py b/tools/client.py index 9c8032135..ce2c052f9 100755 --- a/tools/client.py +++ b/tools/client.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/create_labels.py b/tools/create_labels.py index c7b9024ac..0d7eea46a 100644 --- a/tools/create_labels.py +++ b/tools/create_labels.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/draw_rainbow.py b/tools/draw_rainbow.py index 8f8ce2437..b65b523e1 100755 --- a/tools/draw_rainbow.py +++ b/tools/draw_rainbow.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/encode_raw.py b/tools/encode_raw.py index 475df6ca3..971aa0b9e 100755 --- a/tools/encode_raw.py +++ b/tools/encode_raw.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gc.py b/tools/gc.py index a6e14bbc2..6a1e9652a 100755 --- a/tools/gc.py +++ b/tools/gc.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gen_fft.py b/tools/gen_fft.py index 7290981e2..deabc9f64 100755 --- a/tools/gen_fft.py +++ b/tools/gen_fft.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gen_rainbow.py b/tools/gen_rainbow.py index cf197b12b..c5939bf2c 100644 --- a/tools/gen_rainbow.py +++ b/tools/gen_rainbow.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gen_rgb2lab.py b/tools/gen_rgb2lab.py index 1b90ef4a6..c6e7b995e 100755 --- a/tools/gen_rgb2lab.py +++ b/tools/gen_rgb2lab.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gen_rgb2yuv.py b/tools/gen_rgb2yuv.py index 75f7023b9..1e4128d09 100755 --- a/tools/gen_rgb2yuv.py +++ b/tools/gen_rgb2yuv.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/gen_sin_cos.py b/tools/gen_sin_cos.py index 8e0d84d07..4cad03337 100755 --- a/tools/gen_sin_cos.py +++ b/tools/gen_sin_cos.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/keypoints_editor.py b/tools/keypoints_editor.py index 03be0980d..aaa89998c 100755 --- a/tools/keypoints_editor.py +++ b/tools/keypoints_editor.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/make_patches.py b/tools/make_patches.py index 74421e937..45079855d 100755 --- a/tools/make_patches.py +++ b/tools/make_patches.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/objfind.py b/tools/objfind.py index 9083e9d15..627fe30fa 100755 --- a/tools/objfind.py +++ b/tools/objfind.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/optflow.py b/tools/optflow.py index a93bccda0..e6233586c 100755 --- a/tools/optflow.py +++ b/tools/optflow.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/pydfu.py b/tools/pydfu.py index ad84f72b4..3eae4b216 100755 --- a/tools/pydfu.py +++ b/tools/pydfu.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/pyopenmv.py b/tools/pyopenmv.py index e2108bd6b..73a06e65c 100755 --- a/tools/pyopenmv.py +++ b/tools/pyopenmv.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/pyopenmv_fb.py b/tools/pyopenmv_fb.py index 79b95acb3..b1f82a137 100755 --- a/tools/pyopenmv_fb.py +++ b/tools/pyopenmv_fb.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/pyopenmv_multi.py b/tools/pyopenmv_multi.py index d35b809e3..97a999f05 100644 --- a/tools/pyopenmv_multi.py +++ b/tools/pyopenmv_multi.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/pyopenmv_test.py b/tools/pyopenmv_test.py index 21a1cf60a..b7e62d03c 100755 --- a/tools/pyopenmv_test.py +++ b/tools/pyopenmv_test.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. # diff --git a/tools/saleae_test.py b/tools/saleae_test.py index e091de784..05018b50f 100755 --- a/tools/saleae_test.py +++ b/tools/saleae_test.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # This file is part of the OpenMV project. # -# Copyright (c) 2013-2019 Ibrahim Abdelkader -# Copyright (c) 2013-2019 Kwabena W. Agyeman +# Copyright (c) 2013-2021 Ibrahim Abdelkader +# Copyright (c) 2013-2021 Kwabena W. Agyeman # # This work is licensed under the MIT license, see the file LICENSE for details. #