Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / cxt1e1 / ossiRelease.c
1 /*-----------------------------------------------------------------------------
2 * ossiRelease.c -
3 *
4 * This string will be embedded into the executable and will track the
5 * release. The embedded string may be displayed using the following:
6 *
7 * strings <filename> | grep \$Rel
8 *
9 * Copyright (C) 2002-2008 One Stop Systems, Inc.
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * For further information, contact via email: support@onestopsystems.com
22 * One Stop Systems, Inc. Escondido, California U.S.A.
23 *
24 *-----------------------------------------------------------------------------
25 */
26
27 char pmcc4_OSSI_release[] = "$Release: PMCC4_3_1B, Copyright (c) 2008 One Stop Systems$";
28
29 /*** End-of-File ***/