ossiRelease.c 1.4 KB

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