diff options
38 files changed, 544 insertions, 170 deletions
diff --git a/gtk/src/appcast.c b/gtk/src/appcast.c index 0031a7320..f281b371f 100644 --- a/gtk/src/appcast.c +++ b/gtk/src/appcast.c @@ -9,6 +9,17 @@ * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. + * + * appcast.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/gtk/src/appcast.h b/gtk/src/appcast.h index 06e54fa03..8d32a3da7 100644 --- a/gtk/src/appcast.h +++ b/gtk/src/appcast.h @@ -1,18 +1,26 @@ /* - * 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. + * appcast.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * appcast.h is free software. + * + * You may 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. + * + * appcast.h 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 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_GHB_APPCAST_H_) #define _GHB_APPCAST_H_ diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c index f198e0d95..a40f6166d 100644 --- a/gtk/src/audiohandler.c +++ b/gtk/src/audiohandler.c @@ -9,6 +9,17 @@ * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. + * + * audiohandler.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib/gi18n.h> diff --git a/gtk/src/audiohandler.h b/gtk/src/audiohandler.h index c994bf332..d10e55aec 100644 --- a/gtk/src/audiohandler.h +++ b/gtk/src/audiohandler.h @@ -10,7 +10,7 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * - * callbacks.h is distributed in the hope that it will be useful, + * audiohandler.h 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. diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index ccbb8af10..85090ad20 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -9,6 +9,17 @@ * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. + * + * callbacks.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gtk/src/ghb-dvd.c b/gtk/src/ghb-dvd.c index 9cea149b9..cb977bf4e 100644 --- a/gtk/src/ghb-dvd.c +++ b/gtk/src/ghb-dvd.c @@ -1,40 +1,24 @@ -/*************************************************************************** - * ghb-dvd.c - * - * Sat Apr 19 11:12:53 2008 - * Copyright 2008-2016 John Stebbins - * <john at stebbins dot name> - ****************************************************************************/ - /* - * 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. + * ghb-dvd.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * 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 Library General Public License for more details. + * ghb-dvd.c is free software. * - * 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 - */ - -// Well, I waisted a bit of time on this. It seems libhb has a function for -// this that I hadn't discovered yet. hb_dvd_name(). - -// I borrowed most of this from the udev utility vol_id -// Here is the authors copyright. -/* - * volume_id - reads filesystem label and uuid + * You may 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. * - * Copyright (C) 2004 Kay Sievers <[email protected]> + * ghb-dvd.c 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. * - * 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 version 2 of the License. + * You should have received a copy of the GNU General Public License + * along with main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #if defined(_WIN32) diff --git a/gtk/src/ghb-dvd.h b/gtk/src/ghb-dvd.h index f556d01d6..016adc7e5 100644 --- a/gtk/src/ghb-dvd.h +++ b/gtk/src/ghb-dvd.h @@ -1,17 +1,24 @@ /* - * 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. + * ghb-dvd.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * ghb-dvd.h is free software. + * + * You may 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. + * + * ghb-dvd.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #if !defined(_GHB_DVD_H_) diff --git a/gtk/src/ghbcellrenderertext.c b/gtk/src/ghbcellrenderertext.c index deef928df..88911a5f5 100644 --- a/gtk/src/ghbcellrenderertext.c +++ b/gtk/src/ghbcellrenderertext.c @@ -1,20 +1,24 @@ -/* gtkcellrenderertext.c - * Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <[email protected]> +/* + * ghbcellrenderertext.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * 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. + * ghbcellrenderertext.c is free software. * - * This library is distributed in the hope that it will be useful, + * You may 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. + * + * ghbcellrenderertext.c 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <config.h> diff --git a/gtk/src/ghbcellrenderertext.h b/gtk/src/ghbcellrenderertext.h index 4d6176f8c..e493d4a39 100644 --- a/gtk/src/ghbcellrenderertext.h +++ b/gtk/src/ghbcellrenderertext.h @@ -1,20 +1,24 @@ -/* gtkcellrenderertext.h - * Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <[email protected]> +/* + * ghbcellrenderertext.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * 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. + * ghbcellrenderertext.h is free software. * - * This library is distributed in the hope that it will be useful, + * You may 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. + * + * ghbcellrenderertext.h 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #ifndef __GHB_CELL_RENDERER_TEXT_H__ diff --git a/gtk/src/ghbcompat.h b/gtk/src/ghbcompat.h index 4e95951b0..0c5ddbb33 100644 --- a/gtk/src/ghbcompat.h +++ b/gtk/src/ghbcompat.h @@ -1,3 +1,26 @@ +/* + * ghbcompat.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * ghbcompat.h is free software. + * + * You may 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. + * + * ghbcompat.h 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #if !defined(_GHB_COMPAT_H_) #define _GHB_COMPAT_H_ diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 204f0915f..2552734b7 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -1,26 +1,26 @@ -/*************************************************************************** - * hb-backend.c - * - * Fri Mar 28 10:38:44 2008 - * Copyright 2008-2016 John Stebbins - * <john at stebbins dot name> - ****************************************************************************/ - /* - * 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. + * hb-backend.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * hb-backend.c is free software. * - * This program is distributed in the hope that it will be useful, + * You may 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. + * + * hb-backend.c 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 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #define _GNU_SOURCE #include <limits.h> #include <math.h> diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index b743865cf..359d5a7d2 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -1,17 +1,24 @@ /* - * 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. + * hb-backend.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * hb-backend.h is free software. + * + * You may 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. + * + * hb-backend.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #if !defined(_HBBACKEND_H_) diff --git a/gtk/src/icons.c b/gtk/src/icons.c index 68a6ed701..96656a244 100644 --- a/gtk/src/icons.c +++ b/gtk/src/icons.c @@ -1,3 +1,26 @@ +/* + * icons.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * icons.c is free software. + * + * You may 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. + * + * icons.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #include "ghbcompat.h" #include "icon_res.h" diff --git a/gtk/src/icons.h b/gtk/src/icons.h index 2dbe85cf4..2a8687017 100644 --- a/gtk/src/icons.h +++ b/gtk/src/icons.h @@ -1,18 +1,26 @@ /* - * 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. + * icons.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * icons.h is free software. + * + * You may 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. + * + * icons.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_GHB_ICONS_H_) #define _GHB_ICONS_H_ diff --git a/gtk/src/marshalers.c b/gtk/src/marshalers.c index 39c6d363b..eb7079c30 100644 --- a/gtk/src/marshalers.c +++ b/gtk/src/marshalers.c @@ -1,3 +1,25 @@ +/* + * marshalers.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * marshalers.c is free software. + * + * You may 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. + * + * marshalers.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ #include <glib-object.h> diff --git a/gtk/src/marshalers.h b/gtk/src/marshalers.h index 0eec752f9..b005c43a5 100644 --- a/gtk/src/marshalers.h +++ b/gtk/src/marshalers.h @@ -1,3 +1,25 @@ +/* + * marshalers.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * marshalers.h is free software. + * + * You may 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. + * + * marshalers.h 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ #ifndef __ghb_marshal_MARSHAL_H__ #define __ghb_marshal_MARSHAL_H__ diff --git a/gtk/src/plist.c b/gtk/src/plist.c index 2507a67a6..20d431835 100644 --- a/gtk/src/plist.c +++ b/gtk/src/plist.c @@ -1,3 +1,26 @@ +/* + * plist.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * plist.c is free software. + * + * You may 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. + * + * plist.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #include <stdio.h> #include <stdlib.h> #include <fcntl.h> diff --git a/gtk/src/plist.h b/gtk/src/plist.h index 1587c89ac..5877ec14d 100644 --- a/gtk/src/plist.h +++ b/gtk/src/plist.h @@ -1,3 +1,26 @@ +/* + * plist.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * plist.h is free software. + * + * You may 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. + * + * plist.h 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #if !defined(_PLIST_H_) #define _PLIST_H_ diff --git a/gtk/src/presets.c b/gtk/src/presets.c index a8bb3a3bd..00454d865 100644 --- a/gtk/src/presets.c +++ b/gtk/src/presets.c @@ -10,6 +10,16 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * + * presets.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <sys/types.h> #include <sys/stat.h> diff --git a/gtk/src/presets.h b/gtk/src/presets.h index 3041c9d57..3587543fd 100644 --- a/gtk/src/presets.h +++ b/gtk/src/presets.h @@ -1,18 +1,26 @@ /* - * 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. + * presets.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * presets.h is free software. + * + * You may 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. + * + * presets.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_GHB_PRESETS_H_) #define _GHB_PRESETS_H_ diff --git a/gtk/src/preview.c b/gtk/src/preview.c index d458a3dfc..0b560ebad 100644 --- a/gtk/src/preview.c +++ b/gtk/src/preview.c @@ -10,7 +10,18 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * + * preview.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #include <unistd.h> #include <glib.h> #include <glib/gstdio.h> diff --git a/gtk/src/preview.h b/gtk/src/preview.h index bca4b6420..11633334b 100644 --- a/gtk/src/preview.h +++ b/gtk/src/preview.h @@ -1,18 +1,26 @@ /* - * 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. + * preview.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * preview.h is free software. + * + * You may 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. + * + * preview.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_GHB_PREVIEW_H_) #define _GHB_PREVIEW_H_ diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c index b593981e6..8d13b499b 100644 --- a/gtk/src/queuehandler.c +++ b/gtk/src/queuehandler.c @@ -1,14 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * callbacks.c + * queuehandler.c * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * callbacks.c is free software. + * queuehandler.c is free software. * * You may 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. + * + * queuehandler.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include "ghbcompat.h" diff --git a/gtk/src/queuehandler.h b/gtk/src/queuehandler.h index 942ae86e1..bf1041f77 100644 --- a/gtk/src/queuehandler.h +++ b/gtk/src/queuehandler.h @@ -10,7 +10,7 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * - * callbacks.h is distributed in the hope that it will be useful, + * queuehandler.h 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. diff --git a/gtk/src/renderer_button.c b/gtk/src/renderer_button.c index 1eb140831..7b1f05108 100644 --- a/gtk/src/renderer_button.c +++ b/gtk/src/renderer_button.c @@ -1,3 +1,26 @@ +/* + * render_button.c + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * render_button.c is free software. + * + * You may 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. + * + * render_button.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #include "marshalers.h" #include "renderer_button.h" diff --git a/gtk/src/renderer_button.h b/gtk/src/renderer_button.h index 4c2f1f9a8..f8e65f37e 100644 --- a/gtk/src/renderer_button.h +++ b/gtk/src/renderer_button.h @@ -1,3 +1,26 @@ +/* + * render_button.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> + * + * render_button.h is free software. + * + * You may 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. + * + * render_button.h 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. + */ + #ifndef _RENDERER_BUTTON_H_ #define _RENDERER_BUTTON_H_ diff --git a/gtk/src/resources.c b/gtk/src/resources.c index 2b09719da..381cade6a 100644 --- a/gtk/src/resources.c +++ b/gtk/src/resources.c @@ -10,7 +10,18 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * + * resources.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #include <glib.h> #include <glib-object.h> #include <glib/gstdio.h> diff --git a/gtk/src/resources.h b/gtk/src/resources.h index 85b8ab10b..76ada01cf 100644 --- a/gtk/src/resources.h +++ b/gtk/src/resources.h @@ -1,18 +1,26 @@ /* - * 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. + * resources.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * resources.h is free software. + * + * You may 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. + * + * resources.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_RESOURCES_H_) #define _RESOURCES_H_ diff --git a/gtk/src/settings.c b/gtk/src/settings.c index e315dc89a..16dffa860 100644 --- a/gtk/src/settings.c +++ b/gtk/src/settings.c @@ -10,7 +10,18 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * + * settings.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #include <fcntl.h> #include <unistd.h> #include <glib.h> diff --git a/gtk/src/settings.h b/gtk/src/settings.h index f5e5d0cb0..2e2e44ee1 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -1,18 +1,26 @@ /* - * 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. + * settings.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * settings.h is free software. + * + * You may 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. + * + * settings.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_SETTINGS_H_) #define _SETTINGS_H_ diff --git a/gtk/src/subtitlehandler.c b/gtk/src/subtitlehandler.c index b5154e661..99a285c0a 100644 --- a/gtk/src/subtitlehandler.c +++ b/gtk/src/subtitlehandler.c @@ -9,6 +9,17 @@ * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. + * + * subtitlehandler.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib/gi18n.h> diff --git a/gtk/src/subtitlehandler.h b/gtk/src/subtitlehandler.h index 1f2f9a8bf..7c6e84b00 100644 --- a/gtk/src/subtitlehandler.h +++ b/gtk/src/subtitlehandler.h @@ -3,14 +3,14 @@ * subtitlehandler.h * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * audiohandler.h is free software. + * subtitlehandler.h is free software. * * You may 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. * - * callbacks.h is distributed in the hope that it will be useful, + * subtitlehandler.h 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. diff --git a/gtk/src/values.c b/gtk/src/values.c index 6e1eef734..553773103 100644 --- a/gtk/src/values.c +++ b/gtk/src/values.c @@ -1,15 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * presets.c + * values.c * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * presets.c is free software. + * values.c is free software. * * You may 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. * + * values.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib.h> diff --git a/gtk/src/values.h b/gtk/src/values.h index 0f62bcc88..98bbe9f65 100644 --- a/gtk/src/values.h +++ b/gtk/src/values.h @@ -1,18 +1,26 @@ /* - * 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. + * values.h + * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * This program is distributed in the hope that it will be useful, + * values.h is free software. + * + * You may 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. + * + * values.h 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 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 callbacks.h. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #if !defined(_GHB_VALUES_H_) #define _GHB_VALUES_H_ diff --git a/gtk/src/videohandler.c b/gtk/src/videohandler.c index 20171ab4b..10724f333 100644 --- a/gtk/src/videohandler.c +++ b/gtk/src/videohandler.c @@ -1,14 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * callbacks.c + * videohandler.c * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * callbacks.c is free software. + * videohandler.c is free software. * * You may 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. + * + * videohandler.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib/gi18n.h> diff --git a/gtk/src/videohandler.h b/gtk/src/videohandler.h index c042fcb09..315933924 100644 --- a/gtk/src/videohandler.h +++ b/gtk/src/videohandler.h @@ -1,16 +1,16 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * audiohandler.h + * videohandler.h * Copyright (C) John Stebbins 2008-2016 <stebbins@stebbins> * - * audiohandler.h is free software. + * videohandler.h is free software. * * You may 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. * - * callbacks.h is distributed in the hope that it will be useful, + * videohandler.h 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. diff --git a/gtk/src/x264handler.c b/gtk/src/x264handler.c index ee4f6761a..4d7cc400f 100644 --- a/gtk/src/x264handler.c +++ b/gtk/src/x264handler.c @@ -9,6 +9,17 @@ * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. + * + * x264handler.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include <glib/gi18n.h> diff --git a/gtk/src/x264handler.h b/gtk/src/x264handler.h index 817c7ceb1..d5a354e39 100644 --- a/gtk/src/x264handler.h +++ b/gtk/src/x264handler.h @@ -10,7 +10,7 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * - * callbacks.h is distributed in the hope that it will be useful, + * x264handler.h 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. |