Skip to content

Commit

Permalink
Updating the source code to make sure it includes copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacman85 committed Feb 1, 2012
1 parent 9e24c4d commit bf38654
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ngx_http_statsd.c
@@ -1,3 +1,13 @@
/*
* nginx-statsd module
* Copyright (C) 2012 Zebrafish Labs Inc.
*
* Much of this source code was derived from nginx-udplog-module which
* has the following copyright. Please refer to the LICENSE file for
* details.
*
* Copyright (C) 2010 Valery Kholodkov
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
Expand Down

0 comments on commit bf38654

Please sign in to comment.