[Goodies-commits] r1450 - in thunar-media-tags-plugin/trunk: . thunar-plugin

Jannis Pohlmann jannis at xfce.org
Sat Jun 17 21:10:05 CEST 2006


Author: jannis
Date: 2006-06-17 19:10:02 +0000 (Sat, 17 Jun 2006)
New Revision: 1450

Modified:
   thunar-media-tags-plugin/trunk/ChangeLog
   thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.c
   thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.h
   thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-plugin.c
   thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.c
   thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.h
   thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.c
   thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.h
Log:
	* thunar-plugin/*.{c,h}: Fix license headers.

Modified: thunar-media-tags-plugin/trunk/ChangeLog
===================================================================
--- thunar-media-tags-plugin/trunk/ChangeLog	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/ChangeLog	2006-06-17 19:10:02 UTC (rev 1450)
@@ -1,3 +1,7 @@
+2006-06-17	Jannis Pohlmann <jannis at xfce.org>
+
+	* thunar-plugin/*.{c,h}: Fix license headers.
+
 2006-04-09	Jannis Pohlmann <jannis at xfce.org>
 
 	* autogen.sh, configure.in.in, po/LINGUAS: Added @LINGUAS@ 

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.c
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.c	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.c	2006-06-17 19:10:02 UTC (rev 1450)
@@ -2,20 +2,20 @@
 /*-
  * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.h
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.h	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/audio-tags-page.h	2006-06-17 19:10:02 UTC (rev 1450)
@@ -2,20 +2,20 @@
 /*-
  * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA
  */
 
 #ifndef __AUDIO_TAGS_PAGE_H__

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-plugin.c
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-plugin.c	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-plugin.c	2006-06-17 19:10:02 UTC (rev 1450)
@@ -2,20 +2,20 @@
 /*-
  * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.c
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.c	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.c	2006-06-17 19:10:02 UTC (rev 1450)
@@ -3,20 +3,20 @@
  * Copyright (c) 2006 Benedikt Meurer <benny at xfce.org>
  *                    Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.h
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.h	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/media-tags-provider.h	2006-06-17 19:10:02 UTC (rev 1450)
@@ -3,20 +3,20 @@
  * Copyright (c) 2006 Benedikt Meurer <benny at xfce.org>
  *                    Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA
  */
 
 #ifndef __MEDIA_TAGS_PROVIDER_H__

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.c
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.c	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.c	2006-06-17 19:10:02 UTC (rev 1450)
@@ -2,20 +2,20 @@
 /*-
  * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.h
===================================================================
--- thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.h	2006-06-15 13:02:34 UTC (rev 1449)
+++ thunar-media-tags-plugin/trunk/thunar-plugin/tag-renamer.h	2006-06-17 19:10:02 UTC (rev 1450)
@@ -2,20 +2,20 @@
 /*-
  * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
  *
- * 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.
+ * 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 library 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.
+ * This program is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty of 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU 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 this program; if not, write to the Free Software 
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ * MA 02111-1307 USA
  */
 
 #ifndef __TAG_RENAMER_H__




More information about the Goodies-commits mailing list