[gnome-talos] Add stock header (emacs mode, copyright)



commit ba11cff436514d165d30f74e9459f365b310cb11
Author: Colin Walters <walters verbum org>
Date:   Fri Sep 23 14:25:01 2011 -0400

    Add stock header (emacs mode, copyright)

 src/gnome-talos-meminfo.c |   23 +++++++++++++++++++++++
 src/gnome-talos-meminfo.h |   21 +++++++++++++++++++++
 src/gnome-talos-meta.c    |   23 +++++++++++++++++++++++
 src/gnome-talos-meta.h    |   21 +++++++++++++++++++++
 src/gnome-talos-session.c |   23 +++++++++++++++++++++++
 src/util.c                |   20 ++++++++++++++++++++
 6 files changed, 131 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-talos-meminfo.c b/src/gnome-talos-meminfo.c
index 42b1354..5773516 100644
--- a/src/gnome-talos-meminfo.c
+++ b/src/gnome-talos-meminfo.c
@@ -1,3 +1,26 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
+
+#include "config.h"
+
 #include <gio/gio.h>
 #include <gio/gunixinputstream.h>
 
diff --git a/src/gnome-talos-meminfo.h b/src/gnome-talos-meminfo.h
index cbb297a..a5cf5c0 100644
--- a/src/gnome-talos-meminfo.h
+++ b/src/gnome-talos-meminfo.h
@@ -1,3 +1,24 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
+
 #ifndef __GNOME_TALOS_MEMINFO__
 #define __GNOME_TALOS_MEMINFO__ 1
 
diff --git a/src/gnome-talos-meta.c b/src/gnome-talos-meta.c
index e9a888e..b8ad114 100644
--- a/src/gnome-talos-meta.c
+++ b/src/gnome-talos-meta.c
@@ -1,3 +1,26 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
+
+#include "config.h"
+
 #include <gio/gio.h>
 
 #include <string.h>
diff --git a/src/gnome-talos-meta.h b/src/gnome-talos-meta.h
index 64ea139..ea26418 100644
--- a/src/gnome-talos-meta.h
+++ b/src/gnome-talos-meta.h
@@ -1,3 +1,24 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
+
 #ifndef __GNOME_TALOS_META__
 #define __GNOME_TALOS_META__ 1
 
diff --git a/src/gnome-talos-session.c b/src/gnome-talos-session.c
index 7bba9c5..082d92d 100644
--- a/src/gnome-talos-session.c
+++ b/src/gnome-talos-session.c
@@ -1,3 +1,26 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
+
+#include "config.h"
+
 #include <gio/gio.h>
 
 #include <string.h>
diff --git a/src/util.c b/src/util.c
index 2889331..a37c10f 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,3 +1,23 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Author: Colin Walters <walters verbum org>
+ */
 
 char *
 gnome_talos_util_build_filenamea (const char *name,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]