[egg-list-box] flow-box: add authors information to the headers



commit 921999b0d82c869cdcd5235997320384fdf97224
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 1 11:06:08 2013 -0400

    flow-box: add authors information to the headers
    
    The original authors reference got lost when moving this from libegg's
    EggWrapBox.
    Restore it, and bring it up to date for the current EggFlowBox
    implementation.

 egg-flow-box.c |    5 +++++
 egg-flow-box.h |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/egg-flow-box.c b/egg-flow-box.c
index 884ab68..47696f2 100644
--- a/egg-flow-box.c
+++ b/egg-flow-box.c
@@ -16,6 +16,11 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors:
+ *      Tristan Van Berkom <tristanvb openismus com>
+ *      Matthias Clasen <mclasen redhat com>
+ *      William Jon McCann <jmccann redhat com>
  */
 
 /**
diff --git a/egg-flow-box.h b/egg-flow-box.h
index 74ff37a..3154a9f 100644
--- a/egg-flow-box.h
+++ b/egg-flow-box.h
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2010 Openismus GmbH
+ * Copyright (C) 2013 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -15,6 +16,11 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors:
+ *      Tristan Van Berkom <tristanvb openismus com>
+ *      Matthias Clasen <mclasen redhat com>
+ *      William Jon McCann <jmccann redhat com>
  */
 
 #ifndef __EGG_FLOW_BOX_H__


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