Module: kamailio Branch: master Commit: 83b614894a7edb0f63c65e0bd646992c5349ec84 URL: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992c...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2017-01-02T15:18:53+01:00
statsd adding default copyright template to source code file
---
Modified: src/modules/statsd/statsd.c
---
Diff: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992c... Patch: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992c...
---
diff --git a/src/modules/statsd/statsd.c b/src/modules/statsd/statsd.c index 8ff7845..c4c56ea 100644 --- a/src/modules/statsd/statsd.c +++ b/src/modules/statsd/statsd.c @@ -1,4 +1,23 @@ - +/** + * + * This file is part of Kamailio, a free SIP server. + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version + * + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ #include <sys/time.h> #include <stdlib.h>