From ca5873022a7e4a4c17fcf5def64a792fde62db8b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 28 Jan 2011 17:06:17 +0900 Subject: [PATCH] Add license text. --- eek/eek-symbol.c | 20 ++++++++++++++++++++ eek/eek-symbol.h | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/eek/eek-symbol.c b/eek/eek-symbol.c index 310ef3fc..9e38c389 100644 --- a/eek/eek-symbol.c +++ b/eek/eek-symbol.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ diff --git a/eek/eek-symbol.h b/eek/eek-symbol.h index 8a2f494e..3fcd434e 100644 --- a/eek/eek-symbol.h +++ b/eek/eek-symbol.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ #ifndef EEK_SYMBOL_H #define EEK_SYMBOL_H 1