From c2e2d63f705a5b0e70e47e1a4a6a44e5d4001e7d Mon Sep 17 00:00:00 2001 From: codeviolet <12992687+codeviolet@users.noreply.github.com> Date: Sat, 2 Sep 2017 12:39:34 +1000 Subject: [PATCH] Amend copyright notice --- php/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/settings.php b/php/settings.php index 2651af8..87319cf 100644 --- a/php/settings.php +++ b/php/settings.php @@ -3,7 +3,7 @@ /* MIT License -Copyright (c) 2017 +Copyright (c) the AVsitter Contributors (http://avsitter.github.io) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -282,4 +282,4 @@ function ip_in_range( $ip, $range ) { return ( ( $ip_decimal & $netmask_decimal ) == ( $range_decimal & $netmask_decimal ) ); } -?> \ No newline at end of file +?>