~ubuntu-branches/ubuntu/edgy/libcdio/edgy-updates

« back to all changes in this revision

Viewing changes to src/cd-paranoia/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-15 16:53:23 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20051115165323-peroku75syl2j36u
Tags: 0.76-1ubuntu1
* Sync to new Debian version, manually apply Ubuntu patches:
  - debian/control: Remove dpkg-awk build dependency.
  - debian/rules: hardcode $LIBCDEV. This keeps the diff small (compared to
    the original patch of changing every ${libcdev} occurence).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  $Id: version.h,v 1.4 2005/01/22 19:39:16 rocky Exp $
 
3
 
 
4
  Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
 
5
  Copyright (C) 2001 Monty xiphmont@mit.edu
 
6
  
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of the GNU General Public License as published by
 
9
  the Free Software Foundation; either version 2 of the License, or
 
10
  (at your option) any later version.
 
11
  
 
12
  This program is distributed in the hope that it will be useful,
 
13
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
  GNU General Public License for more details.
 
16
  
 
17
  You should have received a copy of the GNU General Public License
 
18
  along with this program; if not, write to the Free Software
 
19
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
20
*/
 
21
/******************************************************************
 
22
 * cdda_paranoia generation III release 9.8 libcdio
 
23
 ******************************************************************/
 
24
#include <cdio/version.h>
 
25
 
 
26
#define PARANOIA_VERSION \
 
27
  "cdparanoia III release 9.8 libcdio " CDIO_VERSION "\n"               \
 
28
  "(C) 2001 Monty <monty@xiph.org> and Xiphophorus\n"                   \
 
29
  "(C) 2004, 2005 Rocky Bernstein <rocky@panix.com>\n\n"                \
 
30
  "Report bugs to bug-libcdio@gnu.org\n"