- added copyright and author info.

This commit is contained in:
Till Straumann
2011-08-26 17:02:02 -07:00
committed by Andrew Johnson
parent b71aa81a47
commit c11aec5d76
5 changed files with 45 additions and 0 deletions
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
#ifndef INC_epicsStacktrace_H
#define INC_epicsStacktrace_H
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
#include "epicsStacktrace.h"
#include "epicsThread.h"
#include "epicsMutex.h"
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
/* THIS FILE IS INTENTIONALLY EMPTY
*
* The presence of this file prevents the build
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
/* THIS FILE IS INTENTIONALLY EMPTY
*
* The presence of this file prevents the build
@@ -1,3 +1,12 @@
/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
#include "epicsStacktrace.h"
epicsShareFunc void epicsStacktrace(void)