From 22d113d3db02a159961177ce48359595bd568dc4 Mon Sep 17 00:00:00 2001 From: gardners Date: Fri, 17 Feb 2012 00:42:37 +1030 Subject: [PATCH] Added missing GPL license declaration to file. --- randombytes.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/randombytes.c b/randombytes.c index d0a03e8e..0e0ee0a7 100644 --- a/randombytes.c +++ b/randombytes.c @@ -1,3 +1,22 @@ +/* +Serval Distributed Numbering Architecture (DNA) +Copyright (C) 2010 Paul Gardner-Stephen + +This program 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 program 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 #include #include