diff options
| author | 2022-09-20 01:10:41 -0400 | |
|---|---|---|
| committer | 2022-09-20 01:10:41 -0400 | |
| commit | ca935a4cc7433a4bd1059480efc0c13b1bc1ffe5 (patch) | |
| tree | 806261ad7d50073de8d8148da2f480bddd3c7e46 /src | |
| parent | add dummy arm_tag_handler to raw1394 implementation (diff) | |
add copyright notices; change version to v3.0.0-mcgoron-devv3.0.0-mcgoron-dev
Diffstat (limited to 'src')
| -rw-r--r-- | src/eventloop.c | 1 | ||||
| -rw-r--r-- | src/fw.c | 1 | ||||
| -rw-r--r-- | src/fw.h | 1 | ||||
| -rw-r--r-- | src/raw1394.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/eventloop.c b/src/eventloop.c index d6d3bd2..f3de7bc 100644 --- a/src/eventloop.c +++ b/src/eventloop.c @@ -4,6 +4,7 @@ * Copyright (C) 1999,2000,2001,2002 Andreas Bombe * 2002 Manfred Weihs <weihs@ict.tuwien.ac.at> * 2002 Christian Toegel <christian.toegel@gmx.at> + * Copyright (C) 2022 Peter McGoron <code@mcgoron.com> * * This library is licensed under the GNU Lesser General Public License (LGPL), * version 2.1 or later. See the file COPYING.LIB in the distribution for @@ -3,6 +3,7 @@ * raw1394.c -- Emulation of the raw1394 API on the fw stack * * Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.net> + * Copyright (C) 2022 Peter McGoron <code@mcgoron.com> * * This library is licensed under the GNU Lesser General Public License (LGPL), * version 2.1 or later. See the file COPYING.LIB in the distribution for @@ -3,6 +3,7 @@ * fw.h -- Internal header file for firewire raw1394 emulation * * Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.net> + * Copyright (C) 2022 Peter McGoron <code@mcgoron.com> * * This library is licensed under the GNU Lesser General Public License (LGPL), * version 2.1 or later. See the file COPYING.LIB in the distribution for diff --git a/src/raw1394.h b/src/raw1394.h index e3027fd..4f891f6 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -4,6 +4,7 @@ * Copyright (C) 1999-2004 Andreas Bombe, Dan Maas, Manfred Weihs, and * Christian Toegel * Copyright (C) 2008 Dan Dennedy <dan@dennedy.org> + * Copyright (C) 2022 Peter McGoron <code@mcgoron.com> * * This library is licensed under the GNU Lesser General Public License (LGPL), * version 2.1 or later. See the file COPYING.LIB in the distribution for |
