From 253e3c90d0f2adcd967c569d35d5d97035c6501e Mon Sep 17 00:00:00 2001 From: Zoran Markovic Date: Tue, 21 Jan 2014 16:38:09 -0800 Subject: Fixed Launchpad bug #1269454 Added GPLv2 copyright headers. --- utils.h | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index acd226a..254df32 100644 --- a/utils.h +++ b/utils.h @@ -1,4 +1,24 @@ - +/* + * utils.h + * + * Copyright (C) 2014 Zoran Markovic + * + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * 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; version 2 of the License. + * + * 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., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + */ #ifndef __UTILS_H #define __UTILS_H -- cgit v1.2.3