ALSA: oxygen: do not show chip revision in card longname
[firewire-audio.git] / drivers / staging / cxt1e1 / ossiRelease.c
bloba56029866c2d4fb10ca514b523b2f4b5a63b173d
1 /*
2 * $Id: ossiRelease.c,v 1.2 2008/05/08 20:14:03 rdobbs PMCC4_3_1B $
3 */
5 /*-----------------------------------------------------------------------------
6 * ossiRelease.c -
8 * This string will be embedded into the executable and will track the
9 * release. The embedded string may be displayed using the following:
11 * strings <filename> | grep \$Rel
13 * Copyright (C) 2002-2008 One Stop Systems, Inc.
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * For further information, contact via email: support@onestopsystems.com
26 * One Stop Systems, Inc. Escondido, California U.S.A.
28 *-----------------------------------------------------------------------------
29 * RCS info:
30 * RCS revision: $Revision: 1.2 $
31 * Last changed on $Date: 2008/05/08 20:14:03 $
32 * Changed by $Author: rdobbs $
33 *-----------------------------------------------------------------------------
37 char pmcc4_OSSI_release[] = "$Release: PMCC4_3_1B, Copyright (c) 2008 One Stop Systems$";
39 /*** End-of-File ***/