# HG changeset patch # User Calin Crisan ccrisan@gmail.com # Date 1187533231 -10800 # Node ID a99d8f3b3e7c722441ac136947f19c8deeee357f # Parent 3f4a74858aa05d95e89ca5e600485fb769a1614f Fixed some dos/windows eols diff -r 3f4a74858aa0 -r a99d8f3b3e7c src/cdaudio-ng/cdaudio-ng.c --- a/src/cdaudio-ng/cdaudio-ng.c Sun Aug 19 19:38:11 2007 +0900 +++ b/src/cdaudio-ng/cdaudio-ng.c Sun Aug 19 17:20:31 2007 +0300 @@ -1,20 +1,20 @@ -/* - * Audacious CD Digital Audio plugin - * - * Copyright (c) 2007 Calin Crisan - * - * 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; under version 3 of the License. - * - * 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 . - */ +/* + * Audacious CD Digital Audio plugin + * + * Copyright (c) 2007 Calin Crisan + * + * 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; under version 3 of the License. + * + * 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 . + */ #include diff -r 3f4a74858aa0 -r a99d8f3b3e7c src/cdaudio-ng/cdaudio-ng.h --- a/src/cdaudio-ng/cdaudio-ng.h Sun Aug 19 19:38:11 2007 +0900 +++ b/src/cdaudio-ng/cdaudio-ng.h Sun Aug 19 17:20:31 2007 +0300 @@ -1,20 +1,20 @@ -/* - * Audacious CD Digital Audio plugin - * - * Copyright (c) 2007 Calin Crisan - * - * 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; under version 3 of the License. - * - * 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 theio - * 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 . - */ +/* + * Audacious CD Digital Audio plugin + * + * Copyright (c) 2007 Calin Crisan + * + * 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; under version 3 of the License. + * + * 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 . + */ #ifndef CDAUDIO_NG_H