[gnome-applets] mini-commander: add missing license headers
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] mini-commander: add missing license headers
- Date: Wed, 8 Oct 2014 23:27:51 +0000 (UTC)
commit 9d7d694174b4b5bcc8d9dd99711d39a53e0b8bbe
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Oct 9 02:24:07 2014 +0300
mini-commander: add missing license headers
Only three .h files did not have license header. Add same license
headers that are available in .c files.
mini-commander/src/about.h | 20 ++++++++++++++++++++
mini-commander/src/help.h | 20 ++++++++++++++++++++
mini-commander/src/history.h | 20 ++++++++++++++++++++
3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/mini-commander/src/about.h b/mini-commander/src/about.h
index 875ea62..073bacb 100644
--- a/mini-commander/src/about.h
+++ b/mini-commander/src/about.h
@@ -1,3 +1,23 @@
+/*
+ * Mini-Commander Applet
+ * Copyright (C) 1998, 1999 Oliver Maruhn <oliver maruhn com>
+ *
+ * Author: Oliver Maruhn <oliver maruhn com>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
#include "mini-commander_applet.h"
void about_box (GtkAction *action,
diff --git a/mini-commander/src/help.h b/mini-commander/src/help.h
index 495984a..d83431d 100644
--- a/mini-commander/src/help.h
+++ b/mini-commander/src/help.h
@@ -1,3 +1,23 @@
+/*
+ * Mini-Commander Applet
+ * Copyright (C) 1998 Oliver Maruhn <oliver maruhn com>
+ *
+ * Author: Oliver Maruhn <oliver maruhn com>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
#include "mini-commander_applet.h"
void show_help (GtkAction *action,
diff --git a/mini-commander/src/history.h b/mini-commander/src/history.h
index 1dd5dea..7816f1e 100644
--- a/mini-commander/src/history.h
+++ b/mini-commander/src/history.h
@@ -1,3 +1,23 @@
+/*
+ * Mini-Commander Applet
+ * Copyright (C) 1998 Oliver Maruhn <oliver maruhn com>
+ *
+ * Author: Oliver Maruhn <oliver maruhn com>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
#include "mini-commander_applet.h"
int exists_history_entry(int pos);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]