From 791bb2c687663feee63e83ee060b4e8460567c68 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 1 May 2015 07:22:33 +0000 Subject: [PATCH] Add the license with the correct year. --- app/fax/fax_file_delete.php | 2 +- app/fax/fax_files.php | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/app/fax/fax_file_delete.php b/app/fax/fax_file_delete.php index d268796596..54a69413ad 100644 --- a/app/fax/fax_file_delete.php +++ b/app/fax/fax_file_delete.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2014 + Portions created by the Initial Developer are Copyright (C) 2015 the Initial Developer. All Rights Reserved. Contributor(s): diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index 3c785c8d9e..2e9667a107 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -1,4 +1,28 @@ + Portions created by the Initial Developer are Copyright (C) 2015 + the Initial Developer. All Rights Reserved. + + Contributor(s): + Mark J Crane +*/ require_once "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php";