diff options
author | klondike <klondike@xiscosoft.es> | 2013-04-01 21:12:40 +0200 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-03 14:22:40 -0400 |
commit | 95c60af90b36fef54ef17dc81cfc8ec91b6ff99c (patch) | |
tree | 1890ebe06cf7cd7a85105a37b44491007b796558 /src/libudev | |
parent | 50758bdd96f5043e58d53419a83b565586fef914 (diff) |
Respect the MIT license
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/libudev-util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libudev/libudev-util.c b/src/libudev/libudev-util.c index 9371f32e9d..7eff8b6a97 100644 --- a/src/libudev/libudev-util.c +++ b/src/libudev/libudev-util.c @@ -649,7 +649,8 @@ err: /* * http://sites.google.com/site/murmurhash/ - * + * (C) Austin Appleby (aappleby (AT) gmail) 2010 + * * All code is released to the public domain. For business purposes, * Murmurhash is under the MIT license. * |