Blame SOURCES/0011-fpi-ssm-fp-device-Add-missing-copyright.patch

73b847
From d8efa336e5f82b15d467163c5c5cdcec4ed51b28 Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Thu, 21 Nov 2019 20:25:36 +0100
73b847
Subject: [PATCH 011/181] fpi-ssm, fp-device: Add missing copyright
73b847
73b847
---
73b847
 libfprint/fp-device.c | 1 +
73b847
 libfprint/fpi-ssm.c   | 1 +
73b847
 libfprint/fpi-ssm.h   | 1 +
73b847
 3 files changed, 3 insertions(+)
73b847
73b847
diff --git a/libfprint/fp-device.c b/libfprint/fp-device.c
73b847
index f9ccb3c..480d5cf 100644
73b847
--- a/libfprint/fp-device.c
73b847
+++ b/libfprint/fp-device.c
73b847
@@ -1,6 +1,7 @@
73b847
 /*
73b847
  * FpDevice - A fingerprint reader device
73b847
  * Copyright (C) 2019 Benjamin Berg <bberg@redhat.com>
73b847
+ * Copyright (C) 2019 Marco Trevisan <marco.trevisan@canonical.com>
73b847
  *
73b847
  * This library is free software; you can redistribute it and/or
73b847
  * modify it under the terms of the GNU Lesser General Public
73b847
diff --git a/libfprint/fpi-ssm.c b/libfprint/fpi-ssm.c
73b847
index 6b63e1a..f00af81 100644
73b847
--- a/libfprint/fpi-ssm.c
73b847
+++ b/libfprint/fpi-ssm.c
73b847
@@ -2,6 +2,7 @@
73b847
  * Functions to assist with asynchronous driver <---> library communications
73b847
  * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org>
73b847
  * Copyright (C) 2019 Benjamin Berg <bberg@redhat.com>
73b847
+ * Copyright (C) 2019 Marco Trevisan <marco.trevisan@canonical.com>
73b847
  *
73b847
  * This library is free software; you can redistribute it and/or
73b847
  * modify it under the terms of the GNU Lesser General Public
73b847
diff --git a/libfprint/fpi-ssm.h b/libfprint/fpi-ssm.h
73b847
index 31a33e5..8d45162 100644
73b847
--- a/libfprint/fpi-ssm.h
73b847
+++ b/libfprint/fpi-ssm.h
73b847
@@ -2,6 +2,7 @@
73b847
  * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org>
73b847
  * Copyright (C) 2018 Bastien Nocera <hadess@hadess.net>
73b847
  * Copyright (C) 2019 Benjamin Berg <bberg@redhat.com>
73b847
+ * Copyright (C) 2019 Marco Trevisan <marco.trevisan@canonical.com>
73b847
  *
73b847
  * This library is free software; you can redistribute it and/or
73b847
  * modify it under the terms of the GNU Lesser General Public
73b847
-- 
73b847
2.24.1
73b847