From 17ec5eeff6441b85b9ea93f273d21006358d8af1 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Fri, 23 Sep 2016 17:08:00 -0700 Subject: [PATCH] added pertinent author/copyright to files modified in tabs --- interface/main/tabs/js/tabs_view_model.js | 2 ++ interface/main/tabs/main.php | 2 ++ interface/main/tabs/menu/menu_data.php | 2 ++ interface/main/tabs/menu/menu_updates.php | 2 ++ interface/main/tabs/templates/menu_template.php | 2 ++ 5 files changed, 10 insertions(+) diff --git a/interface/main/tabs/js/tabs_view_model.js b/interface/main/tabs/js/tabs_view_model.js index b4989901f..86266d2fa 100644 --- a/interface/main/tabs/js/tabs_view_model.js +++ b/interface/main/tabs/js/tabs_view_model.js @@ -1,5 +1,6 @@ /** * Copyright (C) 2016 Kevin Yeh + * Copyright (C) 2016 Brady Miller * * LICENSE: This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -14,6 +15,7 @@ * * @package OpenEMR * @author Kevin Yeh + * @author Brady Miller * @link http://www.open-emr.org */ diff --git a/interface/main/tabs/main.php b/interface/main/tabs/main.php index 87ec90de1..0845095c2 100644 --- a/interface/main/tabs/main.php +++ b/interface/main/tabs/main.php @@ -2,6 +2,7 @@ Use Esign\Api; /** * Copyright (C) 2016 Kevin Yeh + * Copyright (C) 2016 Brady Miller * * LICENSE: This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -16,6 +17,7 @@ Use Esign\Api; * * @package OpenEMR * @author Kevin Yeh + * @author Brady Miller * @link http://www.open-emr.org */ diff --git a/interface/main/tabs/menu/menu_data.php b/interface/main/tabs/menu/menu_data.php index ed1c4a2c9..70d50bc12 100644 --- a/interface/main/tabs/menu/menu_data.php +++ b/interface/main/tabs/menu/menu_data.php @@ -4,6 +4,7 @@ * json of menu structure (use this when not in the database) * * Copyright (C) 2016 Kevin Yeh + * Copyright (C) 2016 Brady Miller * * LICENSE: This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -18,6 +19,7 @@ * * @package OpenEMR * @author Kevin Yeh + * @author Brady Miller * @link http://www.open-emr.org */ diff --git a/interface/main/tabs/menu/menu_updates.php b/interface/main/tabs/menu/menu_updates.php index f561c1264..4faf112b8 100644 --- a/interface/main/tabs/menu/menu_updates.php +++ b/interface/main/tabs/menu/menu_updates.php @@ -1,6 +1,7 @@ + * Copyright (C) 2016 Brady Miller * * LICENSE: This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -15,6 +16,7 @@ * * @package OpenEMR * @author Kevin Yeh + * @author Brady Miller * @link http://www.open-emr.org */ diff --git a/interface/main/tabs/templates/menu_template.php b/interface/main/tabs/templates/menu_template.php index cf28acdad..1ed8ffccb 100644 --- a/interface/main/tabs/templates/menu_template.php +++ b/interface/main/tabs/templates/menu_template.php @@ -1,6 +1,7 @@ + * Copyright (C) 2016 Brady Miller * * LICENSE: This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -15,6 +16,7 @@ * * @package OpenEMR * @author Kevin Yeh + * @author Brady Miller * @link http://www.open-emr.org */ ?> -- 2.11.4.GIT