diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-22 09:31:56 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-22 09:31:56 +0100 |
commit | 600814a0f6a8ae9f0fbf10d00afe325dd06b86f6 (patch) | |
tree | c95d7f53e93c0becbc215857dcbfd90a44507b8b /util-src | |
parent | 8b8bf98c357d996b2206a7d8796d8bbb8a46d239 (diff) | |
download | prosody-600814a0f6a8ae9f0fbf10d00afe325dd06b86f6.tar.gz prosody-600814a0f6a8ae9f0fbf10d00afe325dd06b86f6.zip |
util.crand: Update copyright header
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/crand.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-src/crand.c b/util-src/crand.c index ab16d8d8..da79f3c7 100644 --- a/util-src/crand.c +++ b/util-src/crand.c @@ -1,7 +1,7 @@ /* Prosody IM --- Copyright (C) 2008-2016 Matthew Wild --- Copyright (C) 2008-2016 Waqas Hussain --- Copyright (C) 2016 Kim Alvefur +-- Copyright (C) 2008-2017 Matthew Wild +-- Copyright (C) 2008-2017 Waqas Hussain +-- Copyright (C) 2016-2017 Kim Alvefur -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. |