Index: trunk/libfreebob/libfreebob.pc.in =================================================================== --- trunk/libfreebob/libfreebob.pc.in (revision 125) +++ trunk/libfreebob/libfreebob.pc.in (revision 241) @@ -5,5 +5,5 @@ Name: libfreebob -Description: FreeBob +Description: FreeBoB Version: @VERSION@ Libs: -L${libdir} -lfreebob Index: trunk/libfreebob/tests/test-freebob.c =================================================================== --- trunk/libfreebob/tests/test-freebob.c (revision 213) +++ trunk/libfreebob/tests/test-freebob.c (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. @@ -35,5 +35,5 @@ // Program documentation. -static char doc[] = "FreeBob -- a driver for BeBob devices (test application)\n\n" +static char doc[] = "FreeBoB -- a driver for BeBoB devices (test application)\n\n" "OPERATION: discover\n" " odisocver\n" Index: trunk/libfreebob/tests/Makefile.am =================================================================== --- trunk/libfreebob/tests/Makefile.am (revision 192) +++ trunk/libfreebob/tests/Makefile.am (revision 241) @@ -2,16 +2,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/tests/streaming/Makefile.am =================================================================== --- trunk/libfreebob/tests/streaming/Makefile.am (revision 192) +++ trunk/libfreebob/tests/streaming/Makefile.am (revision 241) @@ -3,16 +3,16 @@ # Copyright (C) 2006 by Pieter Palmers. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/tests/streaming/testmidistreaming1.c =================================================================== --- trunk/libfreebob/tests/streaming/testmidistreaming1.c (revision 194) +++ trunk/libfreebob/tests/streaming/testmidistreaming1.c (revision 241) @@ -86,5 +86,5 @@ } - snd_seq_set_client_name(*seq_handle, "FreeBob MIDI I/O test"); + snd_seq_set_client_name(*seq_handle, "FreeBoB MIDI I/O test"); for (l1 = 0; l1 < num_in; l1++) { Index: trunk/libfreebob/tests/test-extplugcmd.cpp =================================================================== --- trunk/libfreebob/tests/test-extplugcmd.cpp (revision 155) +++ trunk/libfreebob/tests/test-extplugcmd.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/tests/.cvsignore =================================================================== --- trunk/libfreebob/tests/.cvsignore (revision 134) +++ trunk/libfreebob/tests/.cvsignore (revision 241) @@ -1,9 +1,0 @@ -.cvsignore -Makefile -Makefile.in -.deps -.libs -*.lo -*.la -test-extplugcmd -test-freebob Index: trunk/libfreebob/configure.ac =================================================================== --- trunk/libfreebob/configure.ac (revision 238) +++ trunk/libfreebob/configure.ac (revision 241) @@ -1,18 +1,18 @@ -# configure.ac - Configure script for FreeBob. +# configure.ac - Configure script for FreeBoB. # Copyright (C) 2005,06 by Daniel Wagner. # Copyright (C) 2006 by Pieter Palmers. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # @@ -22,7 +22,7 @@ AC_PREREQ(2.57) -m4_define(freebob_major_version, 0) -m4_define(freebob_minor_version, 9) -m4_define(freebob_micro_version, 5) +m4_define(freebob_major_version, 1) +m4_define(freebob_minor_version, 0) +m4_define(freebob_micro_version, 0) m4_define(freebob_version, freebob_major_version.freebob_minor_version.freebob_micro_version) @@ -244,5 +244,5 @@ AC_MSG_RESULT([ -FreeBob $VERSION is now configured for $canonical_host_type +FreeBoB $VERSION is now configured for $canonical_host_type Source directory: $srcdir Index: trunk/libfreebob/AUTHORS =================================================================== --- trunk/libfreebob/AUTHORS (revision 125) +++ trunk/libfreebob/AUTHORS (revision 241) @@ -1,1 +1,2 @@ +Pieter Palmers Daniel Wagner Index: trunk/libfreebob/ChangeLog =================================================================== --- trunk/libfreebob/ChangeLog (revision 238) +++ trunk/libfreebob/ChangeLog (revision 241) @@ -1,2 +1,11 @@ +2006-06-01 Daniel Wagner + + * configure.ac: Version bump to 1.0.0 + + * Changed all FreeBob to FreeBoB + * Removed all .cvsignore + * Added Pieter to AUTHORS + * Updated NEWS and README (release canditate date added) + 2006-05-31 Daniel Wagner Index: trunk/libfreebob/src/devicemanager.h =================================================================== --- trunk/libfreebob/src/devicemanager.h (revision 185) +++ trunk/libfreebob/src/devicemanager.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_subunit_info.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_subunit_info.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_subunit_info.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_definitions.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_definitions.cpp (revision 151) +++ trunk/libfreebob/src/libfreebobavc/avc_definitions.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_generic.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_generic.cpp (revision 238) +++ trunk/libfreebob/src/libfreebobavc/avc_generic.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.cpp (revision 172) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_definitions.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_definitions.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_definitions.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/ieee1394service.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/ieee1394service.cpp (revision 236) +++ trunk/libfreebob/src/libfreebobavc/ieee1394service.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_generic.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_generic.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_generic.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_plug_info.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_plug_info.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_plug_info.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.h (revision 172) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_cmd_generic.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/ieee1394service.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/ieee1394service.h (revision 185) +++ trunk/libfreebob/src/libfreebobavc/ieee1394service.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_plug_info.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_plug_info.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_plug_info.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_stream_format.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_subunit_info.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_connect.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_connect.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_connect.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_unit_info.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_unit_info.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_unit_info.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_signal_source.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_signal_source.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_signal_source.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_connect.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_connect.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_connect.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/serialize.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/serialize.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/serialize.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/Makefile.am =================================================================== --- trunk/libfreebob/src/libfreebobavc/Makefile.am (revision 172) +++ trunk/libfreebob/src/libfreebobavc/Makefile.am (revision 241) @@ -2,16 +2,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/src/libfreebobavc/avc_unit_info.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_unit_info.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_unit_info.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.cpp (revision 237) +++ trunk/libfreebob/src/libfreebobavc/avc_extended_plug_info.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_signal_source.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_signal_source.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_signal_source.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/.cvsignore =================================================================== --- trunk/libfreebob/src/libfreebobavc/.cvsignore (revision 134) +++ trunk/libfreebob/src/libfreebobavc/.cvsignore (revision 241) @@ -1,7 +1,0 @@ -.cvsignore -Makefile -Makefile.in -.deps -.libs -*.lo -*.la Index: trunk/libfreebob/src/libfreebobavc/serialize.h =================================================================== --- trunk/libfreebob/src/libfreebobavc/serialize.h (revision 183) +++ trunk/libfreebob/src/libfreebobavc/serialize.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobavc/avc_subunit_info.cpp =================================================================== --- trunk/libfreebob/src/libfreebobavc/avc_subunit_info.cpp (revision 183) +++ trunk/libfreebob/src/libfreebobavc/avc_subunit_info.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/iavdevice.h =================================================================== --- trunk/libfreebob/src/iavdevice.h (revision 231) +++ trunk/libfreebob/src/iavdevice.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/freebob.cpp =================================================================== --- trunk/libfreebob/src/freebob.cpp (revision 186) +++ trunk/libfreebob/src/freebob.cpp (revision 241) @@ -39,5 +39,5 @@ DECLARE_GLOBAL_DEBUG_MODULE; -IMPL_GLOBAL_DEBUG_MODULE( FreeBob, DEBUG_LEVEL_VERBOSE ); +IMPL_GLOBAL_DEBUG_MODULE( FreeBoB, DEBUG_LEVEL_VERBOSE ); const char* Index: trunk/libfreebob/src/debugmodule/debugmodule.h =================================================================== --- trunk/libfreebob/src/debugmodule/debugmodule.h (revision 168) +++ trunk/libfreebob/src/debugmodule/debugmodule.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/debugmodule/Makefile.am =================================================================== --- trunk/libfreebob/src/debugmodule/Makefile.am (revision 125) +++ trunk/libfreebob/src/debugmodule/Makefile.am (revision 241) @@ -2,16 +2,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/src/debugmodule/.cvsignore =================================================================== --- trunk/libfreebob/src/debugmodule/.cvsignore (revision 134) +++ trunk/libfreebob/src/debugmodule/.cvsignore (revision 241) @@ -1,8 +1,0 @@ -.cvsignore -Makefile -Makefile.in -.deps -.libs -*.lo -*.la -test_debugmodule Index: trunk/libfreebob/src/debugmodule/debugmodule.cpp =================================================================== --- trunk/libfreebob/src/debugmodule/debugmodule.cpp (revision 168) +++ trunk/libfreebob/src/debugmodule/debugmodule.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/xmlparser.c =================================================================== --- trunk/libfreebob/src/xmlparser.c (revision 224) +++ trunk/libfreebob/src/xmlparser.c (revision 241) @@ -673,8 +673,8 @@ } - if ( xmlStrcmp( base->name, (const xmlChar*) "FreeBobConnectionInfo") ) { + if ( xmlStrcmp( base->name, (const xmlChar*) "FreeBoBConnectionInfo") ) { fprintf( stderr, "document of the wrong type, root node " - "!= FreeBobConnectionInfo\n" ); + "!= FreeBoBConnectionInfo\n" ); return 0; } @@ -754,8 +754,8 @@ } - if ( xmlStrcmp( base->name, (const xmlChar*) "FreeBobConnectionInfo") ) { + if ( xmlStrcmp( base->name, (const xmlChar*) "FreeBoBConnectionInfo") ) { fprintf( stderr, "document of the wrong type, root node " - "!= FreeBobConnectionInfo\n" ); + "!= FreeBoBConnectionInfo\n" ); return 0; } Index: trunk/libfreebob/src/bebob_light/bebob_light_avplug.cpp =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avplug.cpp (revision 238) +++ trunk/libfreebob/src/bebob_light/bebob_light_avplug.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.cpp =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.cpp (revision 188) +++ trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob_light/bebob_light_avplug.h =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avplug.h (revision 188) +++ trunk/libfreebob/src/bebob_light/bebob_light_avplug.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.h =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.h (revision 188) +++ trunk/libfreebob/src/bebob_light/bebob_light_avdevicesubunit.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob_light/bebob_light_avdevice.cpp =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avdevice.cpp (revision 238) +++ trunk/libfreebob/src/bebob_light/bebob_light_avdevice.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob_light/bebob_light_avdevice.h =================================================================== --- trunk/libfreebob/src/bebob_light/bebob_light_avdevice.h (revision 231) +++ trunk/libfreebob/src/bebob_light/bebob_light_avdevice.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/fbtypes.h =================================================================== --- trunk/libfreebob/src/fbtypes.h (revision 125) +++ trunk/libfreebob/src/fbtypes.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/configrom.cpp =================================================================== --- trunk/libfreebob/src/configrom.cpp (revision 231) +++ trunk/libfreebob/src/configrom.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/libfreebobstreaming/freebob_debug.h =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/freebob_debug.h (revision 237) +++ trunk/libfreebob/src/libfreebobstreaming/freebob_debug.h (revision 241) @@ -1,5 +1,5 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net @@ -109,7 +109,7 @@ #define printMessage(format, args...) if(g_verbose) freebob_messagebuffer_add( \ - "LibFreeBob MSG: " format, ##args ) + "LibFreeBoB MSG: " format, ##args ) - #define printError(format, args...) freebob_messagebuffer_add( "LibFreeBob ERR: " format, ##args ) + #define printError(format, args...) freebob_messagebuffer_add( "LibFreeBoB ERR: " format, ##args ) #define printEnter() Index: trunk/libfreebob/src/libfreebobstreaming/freebob_connections.c =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/freebob_connections.c (revision 194) +++ trunk/libfreebob/src/libfreebobstreaming/freebob_connections.c (revision 241) @@ -1,5 +1,5 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net Index: trunk/libfreebob/src/libfreebobstreaming/Makefile.am =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/Makefile.am (revision 192) +++ trunk/libfreebob/src/libfreebobstreaming/Makefile.am (revision 241) @@ -3,16 +3,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/src/libfreebobstreaming/freebob_connections.h =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/freebob_connections.h (revision 194) +++ trunk/libfreebob/src/libfreebobstreaming/freebob_connections.h (revision 241) @@ -1,5 +1,5 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net Index: trunk/libfreebob/src/libfreebobstreaming/freebob_streaming_private.h =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/freebob_streaming_private.h (revision 185) +++ trunk/libfreebob/src/libfreebobstreaming/freebob_streaming_private.h (revision 241) @@ -1,5 +1,5 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net Index: trunk/libfreebob/src/libfreebobstreaming/freebob_streaming.c =================================================================== --- trunk/libfreebob/src/libfreebobstreaming/freebob_streaming.c (revision 237) +++ trunk/libfreebob/src/libfreebobstreaming/freebob_streaming.c (revision 241) @@ -2,6 +2,6 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net @@ -29,5 +29,5 @@ /* freebob_streaming.c * - * Implementation of the FreeBob Streaming API + * Implementation of the FreeBoB Streaming API * */ @@ -97,6 +97,6 @@ assert(device_info); - printMessage("FreeBob Streaming Device Init\n"); - printMessage(" Using FreeBob lib version %s\n",freebob_get_version()); + printMessage("FreeBoB Streaming Device Init\n"); + printMessage(" Using FreeBoB lib version %s\n",freebob_get_version()); printMessage(" Device information:\n"); Index: trunk/libfreebob/src/configrom.h =================================================================== --- trunk/libfreebob/src/configrom.h (revision 185) +++ trunk/libfreebob/src/configrom.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_functionblock.h =================================================================== --- trunk/libfreebob/src/bebob/bebob_functionblock.h (revision 187) +++ trunk/libfreebob/src/bebob/bebob_functionblock.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avdevice.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_avdevice.cpp (revision 231) +++ trunk/libfreebob/src/bebob/bebob_avdevice.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. @@ -437,5 +437,5 @@ subUnitInfoCmd.setCommandType( AVCCommand::eCT_Status ); - // BeBob has always exactly one audio and one music subunit. This + // BeBoB has always exactly one audio and one music subunit. This // means is fits into the first page of the SubUnitInfo command. // So there is no need to do more than needed Index: trunk/libfreebob/src/bebob/bebob_avdevice_xml.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_avdevice_xml.cpp (revision 187) +++ trunk/libfreebob/src/bebob/bebob_avdevice_xml.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avdevice.h =================================================================== --- trunk/libfreebob/src/bebob/bebob_avdevice.h (revision 231) +++ trunk/libfreebob/src/bebob/bebob_avdevice.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avplug.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_avplug.cpp (revision 187) +++ trunk/libfreebob/src/bebob/bebob_avplug.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avplug_xml.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_avplug_xml.cpp (revision 238) +++ trunk/libfreebob/src/bebob/bebob_avplug_xml.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avdevice_subunit.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_avdevice_subunit.cpp (revision 187) +++ trunk/libfreebob/src/bebob/bebob_avdevice_subunit.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_functionblock.cpp =================================================================== --- trunk/libfreebob/src/bebob/bebob_functionblock.cpp (revision 187) +++ trunk/libfreebob/src/bebob/bebob_functionblock.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avplug.h =================================================================== --- trunk/libfreebob/src/bebob/bebob_avplug.h (revision 187) +++ trunk/libfreebob/src/bebob/bebob_avplug.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bebob/bebob_avdevice_subunit.h =================================================================== --- trunk/libfreebob/src/bebob/bebob_avdevice_subunit.h (revision 187) +++ trunk/libfreebob/src/bebob/bebob_avdevice_subunit.h (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/Makefile.am =================================================================== --- trunk/libfreebob/src/Makefile.am (revision 213) +++ trunk/libfreebob/src/Makefile.am (revision 241) @@ -3,16 +3,16 @@ # Copyright (C) 2006 by Pieter Palmers. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/src/devicemanager.cpp =================================================================== --- trunk/libfreebob/src/devicemanager.cpp (revision 239) +++ trunk/libfreebob/src/devicemanager.cpp (revision 241) @@ -2,11 +2,11 @@ * Copyright (C) 2005,06 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -14,5 +14,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. @@ -230,5 +230,5 @@ } - xmlNodePtr rootNode = xmlNewNode( 0, BAD_CAST "FreeBobConnectionInfo" ); + xmlNodePtr rootNode = xmlNewNode( 0, BAD_CAST "FreeBoBConnectionInfo" ); if ( !rootNode ) { debugError( "Couldn't create root node\n" ); Index: trunk/libfreebob/src/bounce/bounce_avdevice.cpp =================================================================== --- trunk/libfreebob/src/bounce/bounce_avdevice.cpp (revision 231) +++ trunk/libfreebob/src/bounce/bounce_avdevice.cpp (revision 241) @@ -3,11 +3,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -15,5 +15,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/bounce/bounce_avdevice.h =================================================================== --- trunk/libfreebob/src/bounce/bounce_avdevice.h (revision 231) +++ trunk/libfreebob/src/bounce/bounce_avdevice.h (revision 241) @@ -3,11 +3,11 @@ * Copyright (C) 2006 by Daniel Wagner * - * This file is part of FreeBob. + * This file is part of FreeBoB. * - * FreeBob is free software; you can redistribute it and/or modify + * FreeBoB 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. - * FreeBob is distributed in the hope that it will be useful, + * FreeBoB 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 @@ -15,5 +15,5 @@ * * You should have received a copy of the GNU General Public License - * along with FreeBob; if not, write to the Free Software + * along with FreeBoB; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. Index: trunk/libfreebob/src/.cvsignore =================================================================== --- trunk/libfreebob/src/.cvsignore (revision 134) +++ trunk/libfreebob/src/.cvsignore (revision 241) @@ -1,7 +1,0 @@ -.cvsignore -Makefile -Makefile.in -.deps -.libs -*.lo -*.la Index: trunk/libfreebob/Makefile.am =================================================================== --- trunk/libfreebob/Makefile.am (revision 125) +++ trunk/libfreebob/Makefile.am (revision 241) @@ -2,16 +2,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/libfreebob/freebob_streaming.h =================================================================== --- trunk/libfreebob/libfreebob/freebob_streaming.h (revision 224) +++ trunk/libfreebob/libfreebob/freebob_streaming.h (revision 241) @@ -1,5 +1,5 @@ /* - * FreeBob Streaming API - * FreeBob = Firewire (pro-)audio for linux + * FreeBoB Streaming API + * FreeBoB = Firewire (pro-)audio for linux * * http://freebob.sf.net @@ -27,5 +27,5 @@ /* freebob_streaming.h * - * Specification for the FreeBob Streaming API + * Specification for the FreeBoB Streaming API * */ @@ -158,5 +158,5 @@ /** - * Initializes the streaming from/to a FreeBob device. A FreeBob device + * Initializes the streaming from/to a FreeBoB device. A FreeBoB device * is a virtual device composed of several BeBoB or compatible devices, * linked together in one sync domain. @@ -176,5 +176,5 @@ /** - * Finishes the FreeBob streaming. Cleans up all internal data structures + * Finishes the FreeBoB streaming. Cleans up all internal data structures * and terminates connections. * @@ -283,5 +283,5 @@ /** - * Starts the streaming operation. This initiates the connections to the FreeBob devices and + * Starts the streaming operation. This initiates the connections to the FreeBoB devices and * starts the packet handling thread(s). This has to be called before any I/O can occur. * @@ -293,5 +293,5 @@ /** - * Stops the streaming operation. This closes the connections to the FreeBob devices and + * Stops the streaming operation. This closes the connections to the FreeBoB devices and * stops the packet handling thread(s). * Index: trunk/libfreebob/libfreebob/Makefile.am =================================================================== --- trunk/libfreebob/libfreebob/Makefile.am (revision 213) +++ trunk/libfreebob/libfreebob/Makefile.am (revision 241) @@ -2,16 +2,16 @@ # Copyright (C) 2005 by Daniel Wagner. # -# This file is part of FreeBob. +# This file is part of FreeBoB. # -# FreeBob is free software; you can redistribute it and/or modify +# FreeBoB 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. -# FreeBob is distributed in the hope that it will be useful, +# FreeBoB 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 FreeBob; if not, write to the Free Software +# along with FreeBoB; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Index: trunk/libfreebob/libfreebob/.cvsignore =================================================================== --- trunk/libfreebob/libfreebob/.cvsignore (revision 134) +++ trunk/libfreebob/libfreebob/.cvsignore (revision 241) @@ -1,3 +1,0 @@ -.cvsignore -Makefile -Makefile.in Index: trunk/libfreebob/NEWS =================================================================== --- trunk/libfreebob/NEWS (revision 125) +++ trunk/libfreebob/NEWS (revision 241) @@ -1,1 +1,2 @@ +01.06.2006: 1.0.0 release candidate of libfreebob called 'Take it away Genghis' release. 26.12.2005: First beta release of libfreebob called 'late x-mass gift' release. Index: trunk/libfreebob/.cvsignore =================================================================== --- trunk/libfreebob/.cvsignore (revision 134) +++ trunk/libfreebob/.cvsignore (revision 241) @@ -1,11 +1,0 @@ -.cvsignore -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.* -configure -libfreebob.pc -libtool -stamp* -libfreebob-*.tar.gz Index: trunk/libfreebob/README =================================================================== --- trunk/libfreebob/README (revision 215) +++ trunk/libfreebob/README (revision 241) @@ -1,19 +1,16 @@ -FreeBob version 0.9.0 (RC1) -=========================== +FreeBoB version 1.0.0 +===================== This project aims to provide a free driver implemenation for the BeBoB -platform. The BeBob is used in many available IEEE 1394 based break-out +platform. The BeBoB is used in many available IEEE 1394 based break-out boxes. - -This is the release candidate of libfreebob. Dependencies ------------ -To build libfreebob you need several libraries. For all libraries a version -is provided which is a 'known good' version (all tested with a debian testing -installation). The first few libraries it seems it is not necessary that -the version must match. The chances that it works also with an older versions -are good: +To build libfreebob you need several libraries. For all libraries a +version is provided which is a 'known good' version. The first few +libraries it seems it is not necessary that the version must +match. The chances that it works also with an older versions are good: alsa (>= 1.0.0) @@ -24,5 +21,5 @@ libraw1394 (>= 1.2.1), http://www.linux1394.org -libiec61883 (>= 1.1.0), http://www.linux1394.org +libiec61883 (>= 1.0.0), http://www.linux1394.org libavc1394 (>= 0.5.3), http://sourceforge.net/projects/libavc1394 @@ -94,4 +91,21 @@ For the other aspects of jackd usage, consult the jackd documentation. +Here is a sample session (without realtime support enabled): + +[wagi@halo ~]$ jackd -d freebob +jackd 0.102.9 +Copyright 2001-2005 Paul Davis and others. +jackd comes with ABSOLUTELY NO WARRANTY +This is free software, and you are welcome to redistribute it +under certain conditions; see the file COPYING for details + +JACK compiled with System V SHM support. +loading driver .. +Freebob using Firewire port 0, node -1 +libiec61883 warning: Established connection on channel 0. +You may need to manually set the channel on the receiving node. +libiec61883 warning: Established connection on channel 1. +You may need to manually set the channel on the transmitting node. + In case of problems -------------------