yearly license update

This commit is contained in:
redmatrix 2015-12-31 13:25:23 -08:00
parent 769ad4a836
commit caf3a69d99
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2010-2015 Hubzilla
Copyright (c) 2010-2016 Hubzilla
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -536,6 +536,7 @@ function attribute_contains($attr, $s) {
*
* @param string $msg Message to log
* @param int $level A log level.
* @param int $priority - compatible with syslog
*/
function logger($msg, $level = LOGGER_NORMAL, $priority = LOG_INFO) {