[baobab/wip/valacharts] add copyright blurb



commit a7a000d1ea3c0dfe39a093e7e8f9cf5c3f83b55a
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Tue Jun 11 16:58:46 2013 +0200

    add copyright blurb

 src/baobab-chart.vala      |   33 +++++++++++++++++++++++++++++++++
 src/baobab-ringschart.vala |   33 +++++++++++++++++++++++++++++++++
 src/baobab-treemap.vala    |   27 +++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 0 deletions(-)
---
diff --git a/src/baobab-chart.vala b/src/baobab-chart.vala
index 8ea7541..4c09349 100644
--- a/src/baobab-chart.vala
+++ b/src/baobab-chart.vala
@@ -1,4 +1,37 @@
 /* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* Baobab - disk usage analyzer
+ *
+ * Copyright (C) 2006, 2007, 2008  Igalia
+ * Copyright (C) 2013  Stefano Facchini <stefano facchini gmail 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * Authors of the original code:
+ *   Felipe Erias <femorandeira igalia com>
+ *   Pablo Santamaria <psantamaria igalia com>
+ *   Jacobo Aragunde <jaragunde igalia com>
+ *   Eduardo Lima <elima igalia com>
+ *   Mario Sanchez <msanchez igalia com>
+ *   Miguel Gomez <magomez igalia com>
+ *   Henrique Ferreiro <hferreiro igalia com>
+ *   Alejandro Pinheiro <apinheiro igalia com>
+ *   Carlos Sanmartin <csanmartin igalia com>
+ *   Alejandro Garcia <alex igalia com>
+ */
+
 namespace Baobab {
 
     public abstract class ChartItem {
diff --git a/src/baobab-ringschart.vala b/src/baobab-ringschart.vala
index 0c17c2a..a16ad2f 100644
--- a/src/baobab-ringschart.vala
+++ b/src/baobab-ringschart.vala
@@ -1,4 +1,37 @@
 /* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* Baobab - disk usage analyzer
+ *
+ * Copyright (C) 2008  Igalia
+ * Copyright (C) 2013  Stefano Facchini <stefano facchini gmail 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * Authors of the original code:
+ *   Felipe Erias <femorandeira igalia com>
+ *   Pablo Santamaria <psantamaria igalia com>
+ *   Jacobo Aragunde <jaragunde igalia com>
+ *   Eduardo Lima <elima igalia com>
+ *   Mario Sanchez <msanchez igalia com>
+ *   Miguel Gomez <magomez igalia com>
+ *   Henrique Ferreiro <hferreiro igalia com>
+ *   Alejandro Pinheiro <apinheiro igalia com>
+ *   Carlos Sanmartin <csanmartin igalia com>
+ *   Alejandro Garcia <alex igalia com>
+ */
+
 namespace Baobab {
 
     public class RingschartItem : ChartItem {
diff --git a/src/baobab-treemap.vala b/src/baobab-treemap.vala
index 087b04b..814d4dd 100644
--- a/src/baobab-treemap.vala
+++ b/src/baobab-treemap.vala
@@ -1,4 +1,31 @@
 /* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* Baobab - disk usage analyzer
+ *
+ * Copyright (C) 2008  Igalia
+ * Copyright (C) 2013  Stefano Facchini <stefano facchini gmail 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * Authors of the original code:
+ *   Fabio Marzocca  <thesaltydog gmail com>
+ *   Paolo Borelli <pborelli katamail com>
+ *   Miguel Gomez <magomez igalia com>
+ *   Eduardo Lima Mitev <elima igalia com>
+ */
+
 namespace Baobab {
 
     public class TreemapItem : ChartItem {


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