aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/ossiRelease.c
blob: f17a902e95e375329b6d15863fbb9f2d929d3f19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*-----------------------------------------------------------------------------
 * ossiRelease.c -
 *
 * This string will be embedded into the executable and will track the
 * release.  The embedded string may be displayed using the following:
 *
 *      strings <filename> | grep \$Rel
 *
 * Copyright (C) 2002-2008  One Stop Systems, Inc.
 *
 *   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
 *   (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.
 *
 * For further information, contact via email: support@onestopsystems.com
 * One Stop Systems, Inc.  Escondido, California  U.S.A.
 *
 *-----------------------------------------------------------------------------
 */

char pmcc4_OSSI_release[] = "$Release: PMCC4_3_1B,  Copyright (c) 2008 One Stop Systems$";

/***  End-of-File  ***/