From 972244be7679e03edf0dfd148e4d11efa3f5caff Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Fri, 26 Oct 2012 14:21:51 +0200 Subject: Account: Include license text in source files Signed-off-by: Roman Rakus --- src/account/macros.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/account/macros.h') diff --git a/src/account/macros.h b/src/account/macros.h index 1e33aa9..ecb8925 100644 --- a/src/account/macros.h +++ b/src/account/macros.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 Roman Rakus + * + * 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, see . + */ + #ifndef MACROS_H #define MACROS_H -- cgit