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 --- logview/src/logview-about.h | 27 ++++++++++++--------------- logview/src/logview-app.c | 23 ++++++++++------------- logview/src/logview-app.h | 21 ++++++++++----------- logview/src/logview-filter-manager.c | 24 ++++++++++++------------ logview/src/logview-filter-manager.h | 24 ++++++++++++------------ logview/src/logview-filter.c | 24 ++++++++++++------------ logview/src/logview-filter.h | 24 ++++++++++++------------ logview/src/logview-findbar.c | 23 +++++++++++------------ logview/src/logview-findbar.h | 23 +++++++++++------------ logview/src/logview-log.c | 24 ++++++++++++------------ logview/src/logview-log.h | 20 +++++++++----------- logview/src/logview-loglist.c | 23 +++++++++++------------ logview/src/logview-loglist.h | 23 +++++++++++------------ logview/src/logview-main.c | 27 ++++++++++++++------------- logview/src/logview-manager.c | 20 ++++++++------------ logview/src/logview-manager.h | 18 ++++++++---------- logview/src/logview-prefs.c | 21 ++++++++++----------- logview/src/logview-prefs.h | 23 +++++++++++------------ logview/src/logview-utils.c | 19 +++++++++---------- logview/src/logview-utils.h | 21 ++++++++++----------- logview/src/logview-window.c | 18 ++++++++++-------- logview/src/logview-window.h | 15 +++++++-------- logview/src/tests/test-reader.c | 16 ++++++++++++++++ 23 files changed, 248 insertions(+), 253 deletions(-) (limited to 'logview/src') diff --git a/logview/src/logview-about.h b/logview/src/logview-about.h index 758679cd..787b14fd 100644 --- a/logview/src/logview-about.h +++ b/logview/src/logview-about.h @@ -1,22 +1,20 @@ -/* logview-about.h - authors and contributors information - * - * Copyright (C) 2004 Vincent Noel +/* Copyright (C) 2004 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with MATE Utils. If not, see . */ #ifndef __LOGVIEW_ABOUT_H__ @@ -56,8 +54,7 @@ static const char * logview_about_license[] = { "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " "GNU 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 .") }; /* translator credits */ diff --git a/logview/src/logview-app.c b/logview/src/logview-app.c index 4de11571..4f1239de 100644 --- a/logview/src/logview-app.c +++ b/logview/src/logview-app.c @@ -1,25 +1,22 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-app.c - logview application singleton +/* Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 2008 Cosimo Cecchi + * This file is part of MATE Utils. * - * 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. + * 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 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. + * 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 . */ -/* logview-app.c */ - #ifdef HAVE_CONFIG_H #include #endif diff --git a/logview/src/logview-app.h b/logview/src/logview-app.h index e1a5d021..b9a26739 100644 --- a/logview/src/logview-app.h +++ b/logview/src/logview-app.h @@ -1,21 +1,20 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-app.h - logview application singleton +/* Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 2008 Cosimo Cecchi + * This file is part of MATE Utils. * - * 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. + * 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 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. + * 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 __LOGVIEW_APP_H__ diff --git a/logview/src/logview-filter-manager.c b/logview/src/logview-filter-manager.c index d411029d..f3d6e201 100644 --- a/logview/src/logview-filter-manager.c +++ b/logview/src/logview-filter-manager.c @@ -1,20 +1,20 @@ /*-*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* - * mate-utils - * Copyright (C) Johannes Schmid 2009 +/* Copyright (C) Johannes Schmid 2009 * - * 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 3 of the License, or + * 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. * - * 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. + * 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, see . + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/logview/src/logview-filter-manager.h b/logview/src/logview-filter-manager.h index 864ec94c..88bf599a 100644 --- a/logview/src/logview-filter-manager.h +++ b/logview/src/logview-filter-manager.h @@ -1,20 +1,20 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* - * mate-utils - * Copyright (C) Johannes Schmid 2009 +/* Copyright (C) Johannes Schmid 2009 * - * 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 3 of the License, or + * 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. * - * 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. + * 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, see . + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifndef _LOGVIEW_FILTER_MANAGER_H_ diff --git a/logview/src/logview-filter.c b/logview/src/logview-filter.c index 47ac9878..00c77655 100644 --- a/logview/src/logview-filter.c +++ b/logview/src/logview-filter.c @@ -1,20 +1,20 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* - * mate-utils - * Copyright (C) Johannes Schmid 2009 +/* Copyright (C) Johannes Schmid 2009 * - * 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 3 of the License, or + * 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. * - * 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. + * 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, see . + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/logview/src/logview-filter.h b/logview/src/logview-filter.h index a5414259..812f9e40 100644 --- a/logview/src/logview-filter.h +++ b/logview/src/logview-filter.h @@ -1,20 +1,20 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* - * mate-utils - * Copyright (C) Johannes Schmid 2009 +/* Copyright (C) Johannes Schmid 2009 * - * 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 3 of the License, or + * 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. * - * 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. + * 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, see . + * You should have received a copy of the GNU General Public License + * along with MATE Utils. If not, see . */ #ifndef _LOGVIEW_FILTER_H_ diff --git a/logview/src/logview-findbar.c b/logview/src/logview-findbar.c index 56141752..8033a878 100644 --- a/logview/src/logview-findbar.c +++ b/logview/src/logview-findbar.c @@ -1,22 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-findbar.c - find toolbar for logview - * - * Copyright (C) 2005 Vincent Noel +/* Copyright (C) 2005 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 diff --git a/logview/src/logview-findbar.h b/logview/src/logview-findbar.h index 89c65249..a6176fe7 100644 --- a/logview/src/logview-findbar.h +++ b/logview/src/logview-findbar.h @@ -1,21 +1,20 @@ -/* logview-findbar.h - find toolbar for logview - * - * Copyright (C) 2004 Vincent Noel +/* Copyright (C) 2004 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 __LOGVIEW_FINDBAR_H__ diff --git a/logview/src/logview-log.c b/logview/src/logview-log.c index 0e996fd1..081f0024 100644 --- a/logview/src/logview-log.c +++ b/logview/src/logview-log.c @@ -1,26 +1,26 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-log.c - object representation of a logfile - * - * Copyright (C) 1998 Cesar Miquel +/* Copyright (C) 1998 Cesar Miquel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with MATE Utils. If not, see . */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include #include diff --git a/logview/src/logview-log.h b/logview/src/logview-log.h index 5c359195..46955eb7 100644 --- a/logview/src/logview-log.h +++ b/logview/src/logview-log.h @@ -1,22 +1,20 @@ -/* logview-log.h - object representation of a logfile - * - * Copyright (C) 1998 Cesar Miquel +/* Copyright (C) 1998 Cesar Miquel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with MATE Utils. If not, see . */ /* logview-log.h */ diff --git a/logview/src/logview-loglist.c b/logview/src/logview-loglist.c index 611f455a..0bd9ba42 100644 --- a/logview/src/logview-loglist.c +++ b/logview/src/logview-loglist.c @@ -1,22 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-loglist.c - displays a list of the opened logs - * - * Copyright (C) 2005 Vincent Noel +/* Copyright (C) 2005 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 diff --git a/logview/src/logview-loglist.h b/logview/src/logview-loglist.h index ac6c9544..c5b66672 100644 --- a/logview/src/logview-loglist.h +++ b/logview/src/logview-loglist.h @@ -1,21 +1,20 @@ -/* logview-loglist.h - displays a list of the opened logs - * - * Copyright (C) 2005 Vincent Noel +/* Copyright (C) 2005 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 __LOGVIEW_LOGLIST_H__ diff --git a/logview/src/logview-main.c b/logview/src/logview-main.c index 7eb43b06..cb4c5fd0 100644 --- a/logview/src/logview-main.c +++ b/logview/src/logview-main.c @@ -1,25 +1,26 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-main.c - logview main - * - * Copyright (C) 2005 Vincent Noel +/* Copyright (C) 2005 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 . */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include diff --git a/logview/src/logview-manager.c b/logview/src/logview-manager.c index 01beb06b..b5caa1ba 100644 --- a/logview/src/logview-manager.c +++ b/logview/src/logview-manager.c @@ -1,26 +1,22 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-manager.c - manager for the opened log objects +/* Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 2008 Cosimo Cecchi + * This file is part of MATE Utils. * - * 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. + * 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 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with MATE Utils. If not, see . */ -/* logview-manager.c */ - #ifdef HAVE_CONFIG_H #include #endif diff --git a/logview/src/logview-manager.h b/logview/src/logview-manager.h index b9444323..63101305 100644 --- a/logview/src/logview-manager.h +++ b/logview/src/logview-manager.h @@ -1,21 +1,19 @@ -/* logview-manager.h - manager for the opened log objects +/* Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 2008 Cosimo Cecchi + * This file is part of MATE Utils. * - * 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. + * 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 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with MATE Utils. If not, see . */ /* logview-manager.h */ diff --git a/logview/src/logview-prefs.c b/logview/src/logview-prefs.c index 6253120a..35fa5a06 100644 --- a/logview/src/logview-prefs.c +++ b/logview/src/logview-prefs.c @@ -1,28 +1,27 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-prefs.c - logview user preferences handling +/* Copyright (C) 1998 Cesar Miquel + * Copyright (C) 2004 Vincent Noel + * Copyright (C) 2006 Emmanuele Bassi + * Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 1998 Cesar Miquel - * Copyright (C) 2004 Vincent Noel - * Copyright (C) 2006 Emmanuele Bassi - * Copyright (C) 2008 Cosimo Cecchi + * 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 "config.h" +#include #endif #include diff --git a/logview/src/logview-prefs.h b/logview/src/logview-prefs.h index bc9c6608..54e6451c 100644 --- a/logview/src/logview-prefs.h +++ b/logview/src/logview-prefs.h @@ -1,21 +1,20 @@ -/* logview-prefs.h - logview user preferences handling - * - * Copyright (C) 2004 Vincent Noel +/* Copyright (C) 2004 Vincent Noel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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. + * 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 __LOGVIEW_PREFS_H__ diff --git a/logview/src/logview-utils.c b/logview/src/logview-utils.c index 3c2629e9..a764ad5b 100644 --- a/logview/src/logview-utils.c +++ b/logview/src/logview-utils.c @@ -1,22 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-utils.c - misc logview utilities - * - * Copyright (C) 1998 Cesar Miquel +/* Copyright (C) 1998 Cesar Miquel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * along with MATE Utils. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/logview/src/logview-utils.h b/logview/src/logview-utils.h index 27242917..231cc108 100644 --- a/logview/src/logview-utils.h +++ b/logview/src/logview-utils.h @@ -1,21 +1,20 @@ -/* logview-utils.h - misc logview utilities - * - * Copyright (C) 1998 Cesar Miquel +/* Copyright (C) 1998 Cesar Miquel * Copyright (C) 2008 Cosimo Cecchi * - * 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 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. * - * 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., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * along with MATE Utils. If not, see . */ #ifndef __LOGVIEW_UTILS_H__ @@ -37,4 +36,4 @@ Day * logview_utils_day_copy (Day *day); GSList * logview_utils_day_list_copy (GSList *days); -#endif /* __LOGVIEW_UTILS_H__ */ \ No newline at end of file +#endif /* __LOGVIEW_UTILS_H__ */ diff --git a/logview/src/logview-window.c b/logview/src/logview-window.c index 9e5582f5..c2555b77 100644 --- a/logview/src/logview-window.c +++ b/logview/src/logview-window.c @@ -1,25 +1,27 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* logview-window.c - main window of logview +/* Copyright (C) 1998 Cesar Miquel + * Copyright (C) 2008 Cosimo Cecchi * - * Copyright (C) 1998 Cesar Miquel - * Copyright (C) 2008 Cosimo Cecchi + * 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 #include diff --git a/logview/src/logview-window.h b/logview/src/logview-window.h index f9fd5303..1f3b6fb1 100644 --- a/logview/src/logview-window.h +++ b/logview/src/logview-window.h @@ -1,21 +1,20 @@ -/* logview-window.h - main window of logview - * - * Copyright (C) 1998 Cesar Miquel +/* Copyright (C) 1998 Cesar Miquel * Copyright (C) 2008 Cosimo Cecchi * - * This program is free software; you can redistribute it and/or modify + * 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 + * 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 __LOGVIEW_WINDOW_H__ diff --git a/logview/src/tests/test-reader.c b/logview/src/tests/test-reader.c index e4e9dd9d..9c174a1e 100644 --- a/logview/src/tests/test-reader.c +++ b/logview/src/tests/test-reader.c @@ -1,3 +1,19 @@ +/* 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. + * + * 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 MATE Utils. If not, see . + */ + #ifdef HAVE_CONFIG_H #include #endif -- cgit v1.2.1