From 212ef3a04d19bcb5299c38fd153ee434e0f26efd Mon Sep 17 00:00:00 2001 From: "izsh@fail0verflow.com" Date: Thu, 25 Feb 2010 21:57:35 +0000 Subject: [PATCH] Apply copyright patch from Michael Gernoth --- client/guidummy.c | 2 ++ client/proxgui.cpp | 2 ++ client/proxgui.h | 2 ++ client/proxguiqt.cpp | 2 ++ client/proxguiqt.h | 2 ++ client/proxmark3.c | 1 + client/proxmark3.h | 1 + client/proxusb.c | 1 + client/snooper.c | 2 ++ client/ui.c | 1 + 10 files changed, 16 insertions(+) diff --git a/client/guidummy.c b/client/guidummy.c index 2c81300..b42dea2 100644 --- a/client/guidummy.c +++ b/client/guidummy.c @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/proxgui.cpp b/client/proxgui.cpp index fabbd20..12faab7 100644 --- a/client/proxgui.cpp +++ b/client/proxgui.cpp @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/proxgui.h b/client/proxgui.h index 32121e5..8e86bd9 100644 --- a/client/proxgui.h +++ b/client/proxgui.h @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/proxguiqt.cpp b/client/proxguiqt.cpp index f687bdf..f003868 100644 --- a/client/proxguiqt.cpp +++ b/client/proxguiqt.cpp @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/proxguiqt.h b/client/proxguiqt.h index b76a5ea..303a37d 100644 --- a/client/proxguiqt.h +++ b/client/proxguiqt.h @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/proxmark3.c b/client/proxmark3.c index b98afd9..08a4e26 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -1,4 +1,5 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth // Copyright (C) 2010 iZsh // // This code is licensed to you under the terms of the GNU GPL, version 2 or, diff --git a/client/proxmark3.h b/client/proxmark3.h index d70170d..f5dd2b7 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -1,4 +1,5 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth // Copyright (C) 2010 iZsh // // This code is licensed to you under the terms of the GNU GPL, version 2 or, diff --git a/client/proxusb.c b/client/proxusb.c index 15513bf..55ce9d6 100644 --- a/client/proxusb.c +++ b/client/proxusb.c @@ -1,4 +1,5 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth // Copyright (C) 2010 iZsh // // This code is licensed to you under the terms of the GNU GPL, version 2 or, diff --git a/client/snooper.c b/client/snooper.c index ccff833..009a89f 100644 --- a/client/snooper.c +++ b/client/snooper.c @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. diff --git a/client/ui.c b/client/ui.c index 0b4183d..da21049 100644 --- a/client/ui.c +++ b/client/ui.c @@ -1,4 +1,5 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth // Copyright (C) 2010 iZsh // // This code is licensed to you under the terms of the GNU GPL, version 2 or,