From 930e1e9881e8aa3191899e82d3cc613fa12b9dc8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 27 Nov 2020 19:37:37 +0100 Subject: GNU GPL 2 license notice without post box, after copyright notice - Use always the same code snippet for including the top-level config.h --- baobab/src/baobab-cell-renderer-progress.c | 29 ++++++++++++----------- baobab/src/baobab-cell-renderer-progress.h | 24 +++++++++---------- baobab/src/baobab-chart.c | 18 +++++++-------- baobab/src/baobab-chart.h | 15 +++++------- baobab/src/baobab-prefs.c | 19 +++++++-------- baobab/src/baobab-prefs.h | 16 +++++-------- baobab/src/baobab-remote-connect-dialog.c | 37 ++++++++++++++---------------- baobab/src/baobab-remote-connect-dialog.h | 35 +++++++++++----------------- baobab/src/baobab-ringschart.c | 15 +++++------- baobab/src/baobab-ringschart.h | 15 +++++------- baobab/src/baobab-scan.c | 19 +++++++-------- baobab/src/baobab-scan.h | 16 +++++-------- baobab/src/baobab-treemap.c | 15 +++++------- baobab/src/baobab-treemap.h | 15 +++++------- baobab/src/baobab-treeview.c | 18 +++++++-------- baobab/src/baobab-treeview.h | 16 +++++-------- baobab/src/baobab-utils.c | 18 +++++++-------- baobab/src/baobab-utils.h | 16 +++++-------- baobab/src/baobab.c | 18 +++++++-------- baobab/src/baobab.h | 16 +++++-------- baobab/src/callbacks.c | 21 +++++++---------- baobab/src/callbacks.h | 16 +++++-------- 22 files changed, 180 insertions(+), 247 deletions(-) (limited to 'baobab/src') diff --git a/baobab/src/baobab-cell-renderer-progress.c b/baobab/src/baobab-cell-renderer-progress.c index c8bf3ee9..7b7a3a8c 100644 --- a/baobab/src/baobab-cell-renderer-progress.c +++ b/baobab/src/baobab-cell-renderer-progress.c @@ -1,24 +1,25 @@ -/* baobab-cell-renderer-progress.c +/* Copyright (C) 2006 Paolo Borelli * - * Copyright (C) 2006 Paolo Borelli + * This file is part of MATE Utils. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * MATE Utils 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 library is distributed in the hope that it will be useful, + * MATE Utils 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 - * Library General Public License for more details. + * 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 Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "baobab-cell-renderer-progress.h" diff --git a/baobab/src/baobab-cell-renderer-progress.h b/baobab/src/baobab-cell-renderer-progress.h index 4fd2ca64..f437ee51 100644 --- a/baobab/src/baobab-cell-renderer-progress.h +++ b/baobab/src/baobab-cell-renderer-progress.h @@ -1,21 +1,19 @@ -/* baobab-cell-renderer-progress.h +/* Copyright (C) 2006 Paolo Borelli * - * Copyright (C) 2006 Paolo Borelli + * This file is part of MATE Utils. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * MATE Utils 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 library is distributed in the hope that it will be useful, + * MATE Utils 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 - * Library General Public License for more details. + * 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 Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_CELL_RENDERER_PROGRESS_H__ diff --git a/baobab/src/baobab-chart.c b/baobab/src/baobab-chart.c index 97dc2c77..ada9d030 100644 --- a/baobab/src/baobab-chart.c +++ b/baobab/src/baobab-chart.c @@ -1,22 +1,19 @@ -/* - * baobab-chart.c +/* Copyright (C) 2006, 2007, 2008 Igalia * - * Copyright (C) 2006, 2007, 2008 Igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Felipe Erias @@ -31,7 +28,10 @@ * Alejandro Garcia */ +#ifdef HAVE_CONFIG_H #include +#endif + #include #include diff --git a/baobab/src/baobab-chart.h b/baobab/src/baobab-chart.h index 24f2a0eb..00bdac50 100644 --- a/baobab/src/baobab-chart.h +++ b/baobab/src/baobab-chart.h @@ -1,22 +1,19 @@ -/* - * baobab-chart.h +/* Copyright (C) 2006, 2007, 2008 Igalia * - * Copyright (C) 2006, 2007, 2008 Igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Felipe Erias diff --git a/baobab/src/baobab-prefs.c b/baobab/src/baobab-prefs.c index 56e37e51..d7084f59 100644 --- a/baobab/src/baobab-prefs.c +++ b/baobab/src/baobab-prefs.c @@ -1,27 +1,24 @@ -/* - * baobab-prefs.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ - +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/baobab/src/baobab-prefs.h b/baobab/src/baobab-prefs.h index 73893ae8..9903cfda 100644 --- a/baobab/src/baobab-prefs.h +++ b/baobab/src/baobab-prefs.h @@ -1,23 +1,19 @@ -/* - * baobab-prefs.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_PROPS_H__ diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c index 9557fb2c..11b5892f 100644 --- a/baobab/src/baobab-remote-connect-dialog.c +++ b/baobab/src/baobab-remote-connect-dialog.c @@ -1,32 +1,29 @@ -/* Baobab - (C) 2005 Fabio Marzocca - - baobab-remote-connect-dialog.c - - Modified module from caja-connect-server-dialog.c - Released under same licence - */ -/* - * Caja +/* Copyright (C) 2005 Fabio Marzocca * + * Modified module from caja-connect-server-dialog.c. + * Released under same licence. * Copyright (C) 2003 Red Hat, Inc. * - * Caja 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 file is part of MATE Utils. * - * Caja is distributed in the hope that it will be useful, + * MATE Utils 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. + * + * MATE Utils 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. + * 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; see the file COPYING. If not, - * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ +#ifdef HAVE_CONFIG_H #include +#endif + #include "baobab-remote-connect-dialog.h" #include diff --git a/baobab/src/baobab-remote-connect-dialog.h b/baobab/src/baobab-remote-connect-dialog.h index 05dbcdfc..486a7804 100644 --- a/baobab/src/baobab-remote-connect-dialog.h +++ b/baobab/src/baobab-remote-connect-dialog.h @@ -1,30 +1,23 @@ -/* Baobab - (C) 2005 Fabio Marzocca - - baobab-remote-connect-dialog.h - - Modified module from BaobabRemoteConnectDialog.h - Released under same licence - */ - -/* - * Caja +/* Copyright (C) 2005 Fabio Marzocca * + * Modified module from BaobabRemoteConnectDialog.h. + * Released under same licence. * Copyright (C) 2003 Red Hat, Inc. * - * Caja 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 file is part of MATE Utils. + * + * MATE Utils 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. * - * Caja is distributed in the hope that it will be useful, + * MATE Utils 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. + * 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; see the file COPYING. If not, - * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifndef BAOBAB_REMOTE_CONNECT_DIALOG_H diff --git a/baobab/src/baobab-ringschart.c b/baobab/src/baobab-ringschart.c index 3408ecd5..e7b4174b 100644 --- a/baobab/src/baobab-ringschart.c +++ b/baobab/src/baobab-ringschart.c @@ -1,22 +1,19 @@ -/* - * baobab-ringschart.c +/* Copyright (C) 2008 Igalia * - * Copyright (C) 2008 Igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Felipe Erias diff --git a/baobab/src/baobab-ringschart.h b/baobab/src/baobab-ringschart.h index f63d4fff..a13b0134 100644 --- a/baobab/src/baobab-ringschart.h +++ b/baobab/src/baobab-ringschart.h @@ -1,22 +1,19 @@ -/* - * baobab-ringschart.h +/* Copyright (C) 2008 igalia * - * Copyright (C) 2008 igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Felipe Erias diff --git a/baobab/src/baobab-scan.c b/baobab/src/baobab-scan.c index 369186df..9d8a1143 100644 --- a/baobab/src/baobab-scan.c +++ b/baobab/src/baobab-scan.c @@ -1,27 +1,24 @@ -/* - * baobab-scan.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ - +#ifdef HAVE_CONFIG_H #include +#endif #include diff --git a/baobab/src/baobab-scan.h b/baobab/src/baobab-scan.h index 2ef8ab1f..f178ca2a 100644 --- a/baobab/src/baobab-scan.h +++ b/baobab/src/baobab-scan.h @@ -1,23 +1,19 @@ -/* - * baobab-scan.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_SCAN_H__ diff --git a/baobab/src/baobab-treemap.c b/baobab/src/baobab-treemap.c index c86a584a..dea75c05 100644 --- a/baobab/src/baobab-treemap.c +++ b/baobab/src/baobab-treemap.c @@ -1,22 +1,19 @@ -/* - * baobab-treemap.c +/* Copyright (C) 2008 Igalia * - * Copyright (C) 2008 Igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Fabio Marzocca diff --git a/baobab/src/baobab-treemap.h b/baobab/src/baobab-treemap.h index 734bc272..4057a9e5 100644 --- a/baobab/src/baobab-treemap.h +++ b/baobab/src/baobab-treemap.h @@ -1,22 +1,19 @@ -/* - * baobab-treemap.h +/* Copyright (C) 2008 igalia * - * Copyright (C) 2008 igalia + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . * * Authors: * Fabio Marzocca diff --git a/baobab/src/baobab-treeview.c b/baobab/src/baobab-treeview.c index ed132656..fe3d6bf2 100644 --- a/baobab/src/baobab-treeview.c +++ b/baobab/src/baobab-treeview.c @@ -1,26 +1,24 @@ -/* - * baobab-treeview.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/baobab/src/baobab-treeview.h b/baobab/src/baobab-treeview.h index 998e88e4..42087027 100644 --- a/baobab/src/baobab-treeview.h +++ b/baobab/src/baobab-treeview.h @@ -1,23 +1,19 @@ -/* - * baobab-treeview.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_TV_H__ diff --git a/baobab/src/baobab-utils.c b/baobab/src/baobab-utils.c index 5aaec321..9ef02582 100644 --- a/baobab/src/baobab-utils.c +++ b/baobab/src/baobab-utils.c @@ -1,26 +1,24 @@ -/* - * baobab-utils.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/baobab/src/baobab-utils.h b/baobab/src/baobab-utils.h index d47ba798..c9e07a02 100644 --- a/baobab/src/baobab-utils.h +++ b/baobab/src/baobab-utils.h @@ -1,23 +1,19 @@ -/* - * baobab-utils.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_UTILS_H__ diff --git a/baobab/src/baobab.c b/baobab/src/baobab.c index 78c56901..1b942dea 100644 --- a/baobab/src/baobab.c +++ b/baobab/src/baobab.c @@ -1,26 +1,24 @@ -/* - * baobab.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/baobab/src/baobab.h b/baobab/src/baobab.h index 97a10de6..ad6edbab 100644 --- a/baobab/src/baobab.h +++ b/baobab/src/baobab.h @@ -1,23 +1,19 @@ -/* - * baobab.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_H__ diff --git a/baobab/src/callbacks.c b/baobab/src/callbacks.c index 5c48aebb..0b6a96f9 100644 --- a/baobab/src/callbacks.c +++ b/baobab/src/callbacks.c @@ -1,27 +1,23 @@ -/* - * callbacks.c - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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. + * along with MATE Utils. If not, see . */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include @@ -90,8 +86,7 @@ on_about_activate (GtkMenuItem *menuitem, gpointer user_data) "General Public License for more details."), N_("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 Street, Fifth Floor, Boston, MA 02110-1301, USA.") + "along with this program. If not, see .") }; diff --git a/baobab/src/callbacks.h b/baobab/src/callbacks.h index d823cc32..9296de8d 100644 --- a/baobab/src/callbacks.h +++ b/baobab/src/callbacks.h @@ -1,23 +1,19 @@ -/* - * callbacks.h - * This file is part of baobab +/* Copyright (C) 2005-2006 Fabio Marzocca * - * Copyright (C) 2005-2006 Fabio Marzocca + * This file is part of MATE Utils. * - * This program is free software; you can redistribute it and/or modify + * MATE Utils 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 + * 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, + * MATE Utils 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 + * along with MATE Utils. If not, see . */ #ifndef __BAOBAB_CALLBACKS_H__ -- cgit v1.2.1