| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
char *FCTemplate_inl[]={ |
|---|
| 11 |
"/*---------------------------------------------------------------------------*\\", |
|---|
| 12 |
" * OpenSG *", |
|---|
| 13 |
" * *", |
|---|
| 14 |
" * *", |
|---|
| 15 |
" * Copyright (C) 2000-2006 by the OpenSG Forum *", |
|---|
| 16 |
" * *", |
|---|
| 17 |
" * contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de *", |
|---|
| 18 |
" * *", |
|---|
| 19 |
"\\*---------------------------------------------------------------------------*/", |
|---|
| 20 |
"/*---------------------------------------------------------------------------*\\", |
|---|
| 21 |
" * License *", |
|---|
| 22 |
" * *", |
|---|
| 23 |
" * This library is free software; you can redistribute it and/or modify it *", |
|---|
| 24 |
" * under the terms of the GNU Library General Public License as published *", |
|---|
| 25 |
" * by the Free Software Foundation, version 2. *", |
|---|
| 26 |
" * *", |
|---|
| 27 |
" * This library is distributed in the hope that it will be useful, but *", |
|---|
| 28 |
" * WITHOUT ANY WARRANTY; without even the implied warranty of *", |
|---|
| 29 |
" * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *", |
|---|
| 30 |
" * Library General Public License for more details. *", |
|---|
| 31 |
" * *", |
|---|
| 32 |
" * You should have received a copy of the GNU Library General Public *", |
|---|
| 33 |
" * License along with this library; if not, write to the Free Software *", |
|---|
| 34 |
" * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *", |
|---|
| 35 |
" * *", |
|---|
| 36 |
"\\*---------------------------------------------------------------------------*/", |
|---|
| 37 |
"/*---------------------------------------------------------------------------*\\", |
|---|
| 38 |
" * Changes *", |
|---|
| 39 |
" * *", |
|---|
| 40 |
" * *", |
|---|
| 41 |
" * *", |
|---|
| 42 |
" * *", |
|---|
| 43 |
" * *", |
|---|
| 44 |
" * *", |
|---|
| 45 |
"\\*---------------------------------------------------------------------------*/", |
|---|
| 46 |
"", |
|---|
| 47 |
"//---------------------------------------------------------------------------", |
|---|
| 48 |
"// Includes", |
|---|
| 49 |
"//---------------------------------------------------------------------------", |
|---|
| 50 |
"", |
|---|
| 51 |
"OSG_BEGIN_NAMESPACE", |
|---|
| 52 |
"", |
|---|
| 53 |
"OSG_END_NAMESPACE", |
|---|
| 54 |
"", |
|---|
| 55 |
"#define OSG@!CLASSNAME!@_INLINE_CVSID \"@(#)$Id$\"", |
|---|
| 56 |
"", |
|---|
| 57 |
NULL}; |
|---|