Amend copyright notice

This commit is contained in:
codeviolet 2017-09-02 12:39:34 +10:00 committed by Sei-Lisa
parent 7d1afc7823
commit c2e2d63f70

View file

@ -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 ) );
}
?>
?>