gnome-media r3822 - trunk/gnome-cd



Author: malureau
Date: Mon Mar 24 21:02:46 2008
New Revision: 3822
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3822&view=rev

Log:
2008-03-24  Marc-Andre Lureau  <marcandre lureau gmail com>

	* bsd-cdrom.c, bsd-cdrom.h, callbacks.c, callbacks.h, cddb.c,
	cddb.h, cdrom.c, cdrom.h, display.c, display.h, gnome-cd.c,
	gnome-cd.h, gst-cdrom.c, gst-cdrom.h, linux-cdrom.c,
	linux-cdrom.h, preferences.c, preferences.h, solaris-cdrom.c,
	solaris-cdrom.h: Updated copyright/license GPL notice on top of
	each file.


Modified:
   trunk/gnome-cd/ChangeLog
   trunk/gnome-cd/bsd-cdrom.c
   trunk/gnome-cd/bsd-cdrom.h
   trunk/gnome-cd/callbacks.c
   trunk/gnome-cd/callbacks.h
   trunk/gnome-cd/cddb.c
   trunk/gnome-cd/cddb.h
   trunk/gnome-cd/cdrom.c
   trunk/gnome-cd/cdrom.h
   trunk/gnome-cd/display.c
   trunk/gnome-cd/display.h
   trunk/gnome-cd/gnome-cd.c
   trunk/gnome-cd/gnome-cd.h
   trunk/gnome-cd/gst-cdrom.c
   trunk/gnome-cd/gst-cdrom.h
   trunk/gnome-cd/linux-cdrom.c
   trunk/gnome-cd/linux-cdrom.h
   trunk/gnome-cd/preferences.c
   trunk/gnome-cd/preferences.h
   trunk/gnome-cd/solaris-cdrom.c
   trunk/gnome-cd/solaris-cdrom.h

Modified: trunk/gnome-cd/bsd-cdrom.c
==============================================================================
--- trunk/gnome-cd/bsd-cdrom.c	(original)
+++ trunk/gnome-cd/bsd-cdrom.c	Mon Mar 24 21:02:46 2008
@@ -1,10 +1,24 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * bsd-cdrom.c: BSD CD controlling functions.
+ *  Authors: Iain Holmes <iain ximian com>
+ *           Theo van Klaveren  <t vanklaveren student utwente nl>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
- *          Theo van Klaveren  <t vanklaveren student utwente nl>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/bsd-cdrom.h
==============================================================================
--- trunk/gnome-cd/bsd-cdrom.h	(original)
+++ trunk/gnome-cd/bsd-cdrom.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * bsd-cdrom.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __BSD_CDROM_H__

Modified: trunk/gnome-cd/callbacks.c
==============================================================================
--- trunk/gnome-cd/callbacks.c	(original)
+++ trunk/gnome-cd/callbacks.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * callbacks.c
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/callbacks.h
==============================================================================
--- trunk/gnome-cd/callbacks.h	(original)
+++ trunk/gnome-cd/callbacks.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * callbacks.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __CALLBACKS_H__

Modified: trunk/gnome-cd/cddb.c
==============================================================================
--- trunk/gnome-cd/cddb.c	(original)
+++ trunk/gnome-cd/cddb.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * cddb.c
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/cddb.h
==============================================================================
--- trunk/gnome-cd/cddb.h	(original)
+++ trunk/gnome-cd/cddb.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * cddb.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes <iain ximian com>
  */
 
 #ifndef __CDDB_H__

Modified: trunk/gnome-cd/cdrom.c
==============================================================================
--- trunk/gnome-cd/cdrom.c	(original)
+++ trunk/gnome-cd/cdrom.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * cdrom.c
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/cdrom.h
==============================================================================
--- trunk/gnome-cd/cdrom.h	(original)
+++ trunk/gnome-cd/cdrom.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * cdrom.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __CDROM_H__

Modified: trunk/gnome-cd/display.c
==============================================================================
--- trunk/gnome-cd/display.c	(original)
+++ trunk/gnome-cd/display.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * display.c
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001, 2002 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #include <string.h>

Modified: trunk/gnome-cd/display.h
==============================================================================
--- trunk/gnome-cd/display.h	(original)
+++ trunk/gnome-cd/display.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
-/* 
- * display.h
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001, 2002 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001, 2002 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __DISPLAY_H__

Modified: trunk/gnome-cd/gnome-cd.c
==============================================================================
--- trunk/gnome-cd/gnome-cd.c	(original)
+++ trunk/gnome-cd/gnome-cd.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/**
- * gnome-cd.c: GNOME-CD player.
+/*
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001, 2002 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/gnome-cd.h
==============================================================================
--- trunk/gnome-cd/gnome-cd.h	(original)
+++ trunk/gnome-cd/gnome-cd.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gnome-cd.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001, 2002 Iain Holmes 
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001, 2002 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __GNOME_CD_H__

Modified: trunk/gnome-cd/gst-cdrom.c
==============================================================================
--- trunk/gnome-cd/gst-cdrom.c	(original)
+++ trunk/gnome-cd/gst-cdrom.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,27 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gst-cdrom.c: Gstreamer Audio CD controlling functions.
+ *  Authors: Iain Holmes <iain ximian com>
  *
- * Copyright (C) 2001 Iain Holmes <iain ximian com>
- * Copyright (C) 2005 Tim-Philipp MÃller <tim centricular net>
+ *  Copyright 2002 Iain Holmes
+ *  Copyright 2005 Tim-Philipp MÃller <tim centricular net>
  *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ *
+ */
+
+/*
  * Remaining issues:
  *  - why doesn't it start playing when fired up automatically, even though
  *    that's what is selected in the preferences?

Modified: trunk/gnome-cd/gst-cdrom.h
==============================================================================
--- trunk/gnome-cd/gst-cdrom.h	(original)
+++ trunk/gnome-cd/gst-cdrom.h	Mon Mar 24 21:02:46 2008
@@ -1,7 +1,22 @@
 /*
- * gst-cdrom.c: Gstreamer Audio CD controlling functions.
+ *  Authors: Iain Holmes <iain ximian com>
  *
- * Copyright (C) 2005 Tim-Philipp MÃller <tim centricular net>
+ *  Copyright 2002 Iain Holmes
+ *  Copyright 2005 Tim-Philipp MÃller <tim centricular net>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
  */
 

Modified: trunk/gnome-cd/linux-cdrom.c
==============================================================================
--- trunk/gnome-cd/linux-cdrom.c	(original)
+++ trunk/gnome-cd/linux-cdrom.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * linux-cdrom.c: Linux CD controlling functions.
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/linux-cdrom.h
==============================================================================
--- trunk/gnome-cd/linux-cdrom.h	(original)
+++ trunk/gnome-cd/linux-cdrom.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * linux-cdrom.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __LINUX_CDROM_H__

Modified: trunk/gnome-cd/preferences.c
==============================================================================
--- trunk/gnome-cd/preferences.c	(original)
+++ trunk/gnome-cd/preferences.c	Mon Mar 24 21:02:46 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Iain Holmes <iain ximian com>
  *
- *  Copyright 2002 Iain Holmes 
+ *  Copyright 2002 Iain Holmes
  *
  *  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

Modified: trunk/gnome-cd/preferences.h
==============================================================================
--- trunk/gnome-cd/preferences.h	(original)
+++ trunk/gnome-cd/preferences.h	Mon Mar 24 21:02:46 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Iain Holmes <iain ximian com>
  *
- *  Copyright 2002 Iain Holmes 
+ *  Copyright 2002 Iain Holmes
  *
  *  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

Modified: trunk/gnome-cd/solaris-cdrom.c
==============================================================================
--- trunk/gnome-cd/solaris-cdrom.c	(original)
+++ trunk/gnome-cd/solaris-cdrom.c	Mon Mar 24 21:02:46 2008
@@ -1,9 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * solaris-cdrom.c: Solaris CD controlling functions.
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/gnome-cd/solaris-cdrom.h
==============================================================================
--- trunk/gnome-cd/solaris-cdrom.h	(original)
+++ trunk/gnome-cd/solaris-cdrom.h	Mon Mar 24 21:02:46 2008
@@ -1,8 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * solaris-cdrom.h
+ *  Authors: Iain Holmes <iain ximian com>
+ *
+ *  Copyright 2001 Iain Holmes
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  *
- * Copyright (C) 2001 Iain Holmes
- * Authors: Iain Holmes  <iain ximian com>
  */
 
 #ifndef __SOLARIS_CDROM_H__



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