From 327817e7ea079f86b79646fe6f9fa46daca0cbd4 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 27 Jan 2011 16:56:16 +0900 Subject: [PATCH] Add license header to eek-xml*.[ch]. --- eek/eek-xml-layout.c | 18 ++++++++++++++++++ eek/eek-xml-layout.h | 18 ++++++++++++++++++ eek/eek-xml.c | 18 ++++++++++++++++++ eek/eek-xml.h | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/eek/eek-xml-layout.c b/eek/eek-xml-layout.c index dc93fffa..3809e9ac 100644 --- a/eek/eek-xml-layout.c +++ b/eek/eek-xml-layout.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * 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 3 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 . + */ + /** * SECTION:eek-xml-layout * @short_description: Layout engine which loads layout information from XML diff --git a/eek/eek-xml-layout.h b/eek/eek-xml-layout.h index d7e642bb..060ef01d 100644 --- a/eek/eek-xml-layout.h +++ b/eek/eek-xml-layout.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * 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 3 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 EEK_XML_LAYOUT_H #define EEK_XML_LAYOUT_H 1 diff --git a/eek/eek-xml.c b/eek/eek-xml.c index 01bdc51c..ed20d323 100644 --- a/eek/eek-xml.c +++ b/eek/eek-xml.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * 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 3 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 . + */ + #include #include #include diff --git a/eek/eek-xml.h b/eek/eek-xml.h index 05796357..4ed9b302 100644 --- a/eek/eek-xml.h +++ b/eek/eek-xml.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2011 Daiki Ueno + * Copyright (C) 2011 Red Hat, Inc. + * + * 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 3 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 EEK_XML_H #define EEK_XML_H 1