Index: trunk/libffado/src/fireworks/fireworks_device.h =================================================================== --- trunk/libffado/src/fireworks/fireworks_device.h (revision 739) +++ trunk/libffado/src/fireworks/fireworks_device.h (revision 742) @@ -8,17 +8,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/fireworks_control.h =================================================================== --- trunk/libffado/src/fireworks/fireworks_control.h (revision 666) +++ trunk/libffado/src/fireworks/fireworks_control.h (revision 742) @@ -8,17 +8,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/audiofire/audiofire_device.cpp =================================================================== --- trunk/libffado/src/fireworks/audiofire/audiofire_device.cpp (revision 739) +++ trunk/libffado/src/fireworks/audiofire/audiofire_device.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/audiofire/audiofire_device.h =================================================================== --- trunk/libffado/src/fireworks/audiofire/audiofire_device.h (revision 739) +++ trunk/libffado/src/fireworks/audiofire/audiofire_device.h (revision 742) @@ -8,17 +8,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/fireworks_firmware.cpp =================================================================== --- trunk/libffado/src/fireworks/fireworks_firmware.cpp (revision 689) +++ trunk/libffado/src/fireworks/fireworks_firmware.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/fireworks_device.cpp =================================================================== --- trunk/libffado/src/fireworks/fireworks_device.cpp (revision 739) +++ trunk/libffado/src/fireworks/fireworks_device.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/fireworks_control.cpp =================================================================== --- trunk/libffado/src/fireworks/fireworks_control.cpp (revision 666) +++ trunk/libffado/src/fireworks/fireworks_control.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.cpp (revision 639) +++ trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_mixer.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_mixer.cpp (revision 668) +++ trunk/libffado/src/fireworks/efc/efc_cmds_mixer.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.h (revision 639) +++ trunk/libffado/src/fireworks/efc/efc_cmds_hardware_ctrl.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_avc_cmd.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_avc_cmd.cpp (revision 668) +++ trunk/libffado/src/fireworks/efc/efc_avc_cmd.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_monitor.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_monitor.cpp (revision 668) +++ trunk/libffado/src/fireworks/efc/efc_cmds_monitor.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_mixer.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_mixer.h (revision 665) +++ trunk/libffado/src/fireworks/efc/efc_cmds_mixer.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_avc_cmd.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_avc_cmd.h (revision 629) +++ trunk/libffado/src/fireworks/efc/efc_avc_cmd.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_monitor.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_monitor.h (revision 663) +++ trunk/libffado/src/fireworks/efc/efc_cmds_monitor.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.cpp (revision 668) +++ trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_hardware.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_hardware.cpp (revision 639) +++ trunk/libffado/src/fireworks/efc/efc_cmds_hardware.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_flash.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_flash.cpp (revision 687) +++ trunk/libffado/src/fireworks/efc/efc_cmds_flash.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmd.cpp =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmd.cpp (revision 739) +++ trunk/libffado/src/fireworks/efc/efc_cmd.cpp (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.h (revision 665) +++ trunk/libffado/src/fireworks/efc/efc_cmds_ioconfig.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_hardware.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_hardware.h (revision 665) +++ trunk/libffado/src/fireworks/efc/efc_cmds_hardware.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmds_flash.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmds_flash.h (revision 687) +++ trunk/libffado/src/fireworks/efc/efc_cmds_flash.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/efc/efc_cmd.h =================================================================== --- trunk/libffado/src/fireworks/efc/efc_cmd.h (revision 739) +++ trunk/libffado/src/fireworks/efc/efc_cmd.h (revision 742) @@ -1,4 +1,4 @@ /* - * Copyright (C) 2007 by Pieter Palmers + * Copyright (C) 2005-2007 by Pieter Palmers * * This file is part of FFADO @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, + * 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 3 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ Index: trunk/libffado/src/fireworks/fireworks_firmware.h =================================================================== --- trunk/libffado/src/fireworks/fireworks_firmware.h (revision 689) +++ trunk/libffado/src/fireworks/fireworks_firmware.h (revision 742) @@ -7,17 +7,17 @@ * FFADO is based upon FreeBoB. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation; + * 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */