diff options
-rw-r--r-- | include/uvcgadget/stream.h | 16 | ||||
-rw-r--r-- | lib/stream.c | 16 | ||||
-rw-r--r-- | lib/uvc.c | 16 | ||||
-rw-r--r-- | lib/uvc.h | 16 | ||||
-rw-r--r-- | main.c | 16 |
5 files changed, 15 insertions, 65 deletions
diff --git a/include/uvcgadget/stream.h b/include/uvcgadget/stream.h index 13779d3..86a2035 100644 --- a/include/uvcgadget/stream.h +++ b/include/uvcgadget/stream.h @@ -1,20 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * UVC stream handling * - * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com> + * Copyright (C) 2010 Ideas on board SPRL * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., + * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #ifndef __STREAM_H__ diff --git a/lib/stream.c b/lib/stream.c index 57745aa..aab828b 100644 --- a/lib/stream.c +++ b/lib/stream.c @@ -1,20 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * UVC stream handling * - * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com> + * Copyright (C) 2010 Ideas on board SPRL * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., + * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #include <stdio.h> @@ -1,20 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * UVC protocol handling * - * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com> + * Copyright (C) 2010 Ideas on board SPRL * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., + * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #include <errno.h> @@ -1,20 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * UVC protocol handling * - * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com> + * Copyright (C) 2010 Ideas on board SPRL * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., + * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #ifndef __UVC_H__ @@ -1,20 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * UVC gadget test application * - * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com> + * Copyright (C) 2010 Ideas on board SPRL * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., + * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #include <signal.h> |