diff options
author | Michel Promonet <michel.promonet@free.fr> | 2021-10-03 20:53:16 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-11 03:46:02 -0800 |
commit | 8222c130fbe165808c6deb9081147429dfa1822d (patch) | |
tree | 9cf918d2fecd8b6f63271a106328989e0640430c /multimedia/v4l2tools | |
parent | 691d73271c94ec0e99a060a472b3936b4962c689 (diff) |
multimedia: add v4l2tools & v4l2loopback
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
Diffstat (limited to 'multimedia/v4l2tools')
-rw-r--r-- | multimedia/v4l2tools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/v4l2tools/Makefile b/multimedia/v4l2tools/Makefile index 1c1f7c61d..5e26a1f58 100644 --- a/multimedia/v4l2tools/Makefile +++ b/multimedia/v4l2tools/Makefile @@ -1,8 +1,6 @@ -# -# Copyright (C) 2017 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. +# This software is in the public domain, furnished "as is", without technical +# support, and with no warranty, express or implied, as to its usefulness for +# any purpose. include $(TOPDIR)/rules.mk |