Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.1 39 lines 1.5 kB view raw
1/* 2 * $Id: ossiRelease.c,v 1.2 2008/05/08 20:14:03 rdobbs PMCC4_3_1B $ 3 */ 4 5/*----------------------------------------------------------------------------- 6 * ossiRelease.c - 7 * 8 * This string will be embedded into the executable and will track the 9 * release. The embedded string may be displayed using the following: 10 * 11 * strings <filename> | grep \$Rel 12 * 13 * Copyright (C) 2002-2008 One Stop Systems, Inc. 14 * 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. 19 * 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. 24 * 25 * For further information, contact via email: support@onestopsystems.com 26 * One Stop Systems, Inc. Escondido, California U.S.A. 27 * 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 *----------------------------------------------------------------------------- 34 */ 35 36 37char pmcc4_OSSI_release[] = "$Release: PMCC4_3_1B, Copyright (c) 2008 One Stop Systems$"; 38 39/*** End-of-File ***/