From 3dcdfd95595f10ed02caa09658bf1b629e987777 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 22 Sep 2011 18:46:35 -0400 Subject: [PATCH] Add missing copyright headers. --- src/declare.c | 17 +++++++++++++++++ src/i18n.c | 17 +++++++++++++++++ src/output.c | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/src/declare.c b/src/declare.c index 9cfc3bf..87efc3b 100644 --- a/src/declare.c +++ b/src/declare.c @@ -1,3 +1,20 @@ +/* + * Render C declarations. + * Copyright © 2011 Nick Bowler + * + * 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/src/i18n.c b/src/i18n.c index 9e64252..c691443 100644 --- a/src/i18n.c +++ b/src/i18n.c @@ -1,3 +1,20 @@ +/* + * Library initialization. + * Copyright © 2011 Nick Bowler + * + * 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/src/output.c b/src/output.c index 5699a0b..cb2a568 100644 --- a/src/output.c +++ b/src/output.c @@ -1,3 +1,20 @@ +/* + * Helper functions for outputting text. + * Copyright © 2011 Nick Bowler + * + * 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 -- 2.43.2