From 078ddf9564e340521483ae3dce2cff66295565a0 Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 16 Apr 2008 17:00:40 +0000 Subject: [PATCH] gplv3+ --- lib/cdda_interface/cddap_interface.c | 15 +++++++-------- lib/cdda_interface/common_interface.c | 15 +++++++-------- lib/cdda_interface/common_interface.h | 15 +++++++-------- lib/cdda_interface/drive_exceptions.h | 15 +++++++-------- lib/cdda_interface/interface.c | 15 +++++++-------- lib/cdda_interface/low_interface.h | 15 +++++++-------- lib/cdda_interface/scan_devices.c | 15 +++++++-------- lib/cdda_interface/smallft.c | 24 ++++++++++++++++++++---- lib/cdda_interface/smallft.h | 24 ++++++++++++++++++++---- lib/cdda_interface/test_interface.c | 15 +++++++-------- lib/cdda_interface/toc.c | 15 +++++++-------- lib/cdda_interface/utils.c | 15 +++++++-------- lib/cdda_interface/utils.h | 15 +++++++-------- 13 files changed, 117 insertions(+), 96 deletions(-) diff --git a/lib/cdda_interface/cddap_interface.c b/lib/cdda_interface/cddap_interface.c index 28c49239..0e48088c 100644 --- a/lib/cdda_interface/cddap_interface.c +++ b/lib/cdda_interface/cddap_interface.c @@ -1,25 +1,24 @@ /* - $Id: cddap_interface.c,v 1.6 2007/10/16 15:32:02 rocky Exp $ + $Id: cddap_interface.c,v 1.7 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004, 2005, 2007 Rocky Bernstein + Copyright (C) 2004, 2005, 2007, 2008 Rocky Bernstein Original interface.c Copyright (C) 1994-1997 Eissfeldt heiko@colossus.escape.de Current blenderization Copyright (C) 1998-1999 Monty xiphmont@mit.edu Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /** diff --git a/lib/cdda_interface/common_interface.c b/lib/cdda_interface/common_interface.c index 5e79cda3..33d476f6 100644 --- a/lib/cdda_interface/common_interface.c +++ b/lib/cdda_interface/common_interface.c @@ -1,22 +1,21 @@ /* - $Id: common_interface.c,v 1.16 2007/09/28 12:09:39 rocky Exp $ + $Id: common_interface.c,v 1.17 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004, 2005, 2007 Rocky Bernstein + Copyright (C) 2004, 2005, 2007, 2008 Rocky Bernstein Copyright (C) 1998, 2002 Monty monty@xiph.org - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /****************************************************************** * diff --git a/lib/cdda_interface/common_interface.h b/lib/cdda_interface/common_interface.h index 3f1e0a60..f7dad0a4 100644 --- a/lib/cdda_interface/common_interface.h +++ b/lib/cdda_interface/common_interface.h @@ -1,22 +1,21 @@ /* - $Id: common_interface.h,v 1.6 2005/02/05 23:16:34 rocky Exp $ + $Id: common_interface.h,v 1.7 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 2004, 2005, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #ifndef _CDDA_COMMON_INTERFACE_H_ diff --git a/lib/cdda_interface/drive_exceptions.h b/lib/cdda_interface/drive_exceptions.h index d20660b8..1c491c45 100644 --- a/lib/cdda_interface/drive_exceptions.h +++ b/lib/cdda_interface/drive_exceptions.h @@ -1,22 +1,21 @@ /* - $Id: drive_exceptions.h,v 1.4 2005/01/09 01:50:56 rocky Exp $ + $Id: drive_exceptions.h,v 1.5 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004 Rocky Bernstein + Copyright (C) 2004, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ extern int scsi_enable_cdda(cdrom_drive_t *d, int); diff --git a/lib/cdda_interface/interface.c b/lib/cdda_interface/interface.c index 4522365a..03af2324 100644 --- a/lib/cdda_interface/interface.c +++ b/lib/cdda_interface/interface.c @@ -1,22 +1,21 @@ /* - $Id: interface.c,v 1.25 2005/10/04 00:38:34 rocky Exp $ + $Id: interface.c,v 1.26 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 2005, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /****************************************************************** * Top-level interface module for cdrom drive access. SCSI, ATAPI, etc diff --git a/lib/cdda_interface/low_interface.h b/lib/cdda_interface/low_interface.h index 65f25fdd..e4495ba9 100644 --- a/lib/cdda_interface/low_interface.h +++ b/lib/cdda_interface/low_interface.h @@ -1,22 +1,21 @@ /* - $Id: low_interface.h,v 1.8 2005/10/23 11:32:57 rocky Exp $ + $Id: low_interface.h,v 1.9 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 2004, 2005, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /** internal include file for cdda interface kit for Linux */ diff --git a/lib/cdda_interface/scan_devices.c b/lib/cdda_interface/scan_devices.c index 6110b3b7..7d895a4d 100644 --- a/lib/cdda_interface/scan_devices.c +++ b/lib/cdda_interface/scan_devices.c @@ -1,22 +1,21 @@ /* - $Id: scan_devices.c,v 1.31 2007/05/27 17:14:14 rocky Exp $ + $Id: scan_devices.c,v 1.32 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004, 2005, 2007 Rocky Bernstein + Copyright (C) 2004, 2005, 2007, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /****************************************************************** diff --git a/lib/cdda_interface/smallft.c b/lib/cdda_interface/smallft.c index e3b92fa7..2a9c5316 100644 --- a/lib/cdda_interface/smallft.c +++ b/lib/cdda_interface/smallft.c @@ -1,13 +1,29 @@ +/* + $Id: smallft.c,v 1.2 2008/04/16 17:00:40 karl Exp $ + + Copyright (C) 2008 Rocky Bernstein + Copyright (C) 1998 Monty xiphmont@mit.edu + + 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 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 . +*/ + /****************************************************************** - * CopyPolicy: GNU Public License 2 applies - * Copyright (C) 1998 Monty xiphmont@mit.edu - * * FFT implementation from OggSquish, minus cosine transforms, * minus all but radix 2/4 case * * See OggSquish or NetLib for the version that can do other than just * power-of-two sized vectors. - * ******************************************************************/ #include diff --git a/lib/cdda_interface/smallft.h b/lib/cdda_interface/smallft.h index cc3a2242..150f3314 100644 --- a/lib/cdda_interface/smallft.h +++ b/lib/cdda_interface/smallft.h @@ -1,10 +1,26 @@ +/* + $Id: smallft.h,v 1.2 2008/04/16 17:00:40 karl Exp $ + + Copyright (C) 2008 Rocky Bernstein + Copyright (C) 1998 Monty xiphmont@mit.edu + + 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 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 . +*/ + /****************************************************************** - * CopyPolicy: GNU Public License 2 applies - * Copyright (C) 1998 Monty xiphmont@mit.edu - * * FFT implementation from OggSquish, minus cosine transforms. * Only convenience functions exposed - * ******************************************************************/ extern void fft_forward(int n, float *buf, float *trigcache, int *sp); diff --git a/lib/cdda_interface/test_interface.c b/lib/cdda_interface/test_interface.c index f3245b2c..7ff40512 100644 --- a/lib/cdda_interface/test_interface.c +++ b/lib/cdda_interface/test_interface.c @@ -1,22 +1,21 @@ /* - $Id: test_interface.c,v 1.2 2006/01/21 11:35:38 rocky Exp $ + $Id: test_interface.c,v 1.3 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2004 Rocky Bernstein + Copyright (C) 2004, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /****************************************************************** * diff --git a/lib/cdda_interface/toc.c b/lib/cdda_interface/toc.c index 0b63dbbc..70607177 100644 --- a/lib/cdda_interface/toc.c +++ b/lib/cdda_interface/toc.c @@ -1,23 +1,22 @@ /* - $Id: toc.c,v 1.6 2007/09/28 00:25:43 rocky Exp $ + $Id: toc.c,v 1.7 2008/04/16 17:00:40 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 2005, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu derived from code (C) 1994-1996 Heiko Eissfeldt - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /****************************************************************** * Table of contents convenience functions diff --git a/lib/cdda_interface/utils.c b/lib/cdda_interface/utils.c index 853193fd..da07ddb2 100644 --- a/lib/cdda_interface/utils.c +++ b/lib/cdda_interface/utils.c @@ -1,22 +1,21 @@ /* - $Id: utils.c,v 1.3 2006/03/18 00:53:20 rocky Exp $ + $Id: utils.c,v 1.4 2008/04/16 17:00:41 karl Exp $ - Copyright (C) 2004 Rocky Bernstein + Copyright (C) 2004, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #include "common_interface.h" diff --git a/lib/cdda_interface/utils.h b/lib/cdda_interface/utils.h index 6e004518..e23268cb 100644 --- a/lib/cdda_interface/utils.h +++ b/lib/cdda_interface/utils.h @@ -1,22 +1,21 @@ /* - $Id: utils.h,v 1.7 2005/01/23 00:27:11 rocky Exp $ + $Id: utils.h,v 1.8 2008/04/16 17:00:41 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 2004, 2005, 2008 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + 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 General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #include