From fdc055299718951a44e0fcd2dce7cda075190eec Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 27 Jan 2014 14:35:15 -0500 Subject: [PATCH] IconSaver: add authors to authors list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …already in copyright statements --- src/apps/pairs/Pairs.cpp | 1 + src/apps/pairs/Pairs.h | 1 + src/apps/pairs/PairsButton.cpp | 1 + src/apps/pairs/PairsButton.h | 1 + src/apps/pairs/PairsView.cpp | 2 ++ src/apps/pairs/PairsView.h | 2 ++ src/apps/pairs/PairsWindow.cpp | 2 ++ src/apps/pairs/PairsWindow.h | 2 ++ 8 files changed, 12 insertions(+) diff --git a/src/apps/pairs/Pairs.cpp b/src/apps/pairs/Pairs.cpp index 27cb8ce94d..dd5891ba27 100644 --- a/src/apps/pairs/Pairs.cpp +++ b/src/apps/pairs/Pairs.cpp @@ -5,6 +5,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com */ diff --git a/src/apps/pairs/Pairs.h b/src/apps/pairs/Pairs.h index 222c328396..81b5583d8a 100644 --- a/src/apps/pairs/Pairs.h +++ b/src/apps/pairs/Pairs.h @@ -5,6 +5,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com */ #ifndef PAIRS_H diff --git a/src/apps/pairs/PairsButton.cpp b/src/apps/pairs/PairsButton.cpp index c020a7a74b..f202bc1e99 100644 --- a/src/apps/pairs/PairsButton.cpp +++ b/src/apps/pairs/PairsButton.cpp @@ -5,6 +5,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com */ diff --git a/src/apps/pairs/PairsButton.h b/src/apps/pairs/PairsButton.h index eb59a58df3..87189909ec 100644 --- a/src/apps/pairs/PairsButton.h +++ b/src/apps/pairs/PairsButton.h @@ -5,6 +5,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com */ #ifndef PAIRS_BUTTON_H diff --git a/src/apps/pairs/PairsView.cpp b/src/apps/pairs/PairsView.cpp index 1ac37c91b4..00ddb24e59 100644 --- a/src/apps/pairs/PairsView.cpp +++ b/src/apps/pairs/PairsView.cpp @@ -6,7 +6,9 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com + * Adam Smith, adamd.smith@utoronto.ca */ diff --git a/src/apps/pairs/PairsView.h b/src/apps/pairs/PairsView.h index c3748729e3..ed229f46ea 100644 --- a/src/apps/pairs/PairsView.h +++ b/src/apps/pairs/PairsView.h @@ -6,7 +6,9 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com + * Adam Smith, adamd.smith@utoronto.ca */ #ifndef PAIRS_VIEW_H #define PAIRS_VIEW_H diff --git a/src/apps/pairs/PairsWindow.cpp b/src/apps/pairs/PairsWindow.cpp index 3d09164121..639d883d51 100644 --- a/src/apps/pairs/PairsWindow.cpp +++ b/src/apps/pairs/PairsWindow.cpp @@ -6,7 +6,9 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com + * Adam Smith, adamd.smith@utoronto.ca */ diff --git a/src/apps/pairs/PairsWindow.h b/src/apps/pairs/PairsWindow.h index a063d7c7bf..651c3d7829 100644 --- a/src/apps/pairs/PairsWindow.h +++ b/src/apps/pairs/PairsWindow.h @@ -6,7 +6,9 @@ * Distributed under the terms of the MIT License. * * Authors: + * Ralf Schülke, ralf.schuelke@googlemail.com * John Scipione, jscipione@gmail.com + * Adam Smith, adamd.smith@utoronto.ca */ #ifndef PAIRS_WINDOW_H #define PAIRS_WINDOW_H