foxygit / doom Log in
commit 73eac9f95f513260a106f10cf9f8501ccc7eb36c
Author:     Alex Mayfield <alexmax2742@gmail.com>
AuthorDate: Fri Feb 10 23:20:56 2017 -0500
Commit:     Alex Mayfield <alexmax2742@gmail.com>
CommitDate: Fri Feb 10 23:20:56 2017 -0500

    Add my name to midisocket file headers
---
 src/i_midisocket.c | 1 +
 src/i_midisocket.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/i_midisocket.c b/src/i_midisocket.c
index 45c11d73..abbe52b8 100644
--- a/src/i_midisocket.c
+++ b/src/i_midisocket.c
@@ -1,5 +1,6 @@
 //
 // Copyright(C) 2013 James Haley et al.
+// Copyright(C) 2017 Alex Mayfield
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License
diff --git a/src/i_midisocket.h b/src/i_midisocket.h
index fc69af77..70ff9314 100644
--- a/src/i_midisocket.h
+++ b/src/i_midisocket.h
@@ -1,5 +1,6 @@
 //
 // Copyright(C) 2013 James Haley et al.
+// Copyright(C) 2017 Alex Mayfield
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License