diff options
| author | Maxime Dénès | 2018-03-08 10:12:09 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-03-08 10:12:09 +0100 |
| commit | 7aaab2936e94eed9bc56eeb8430e0821158af86a (patch) | |
| tree | 922adcff33816212d57e555841d5b61ffed9beaa /dev/header.c | |
| parent | c31c6d92d2b2c314ea9c633f9e0f14500c2785b0 (diff) | |
| parent | 29ed0e83af01ce32116b85b41a94d771cbc39954 (diff) | |
Merge PR #6933: Standard headers for C and Python.
Diffstat (limited to 'dev/header.c')
| -rw-r--r-- | dev/header.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/header.c b/dev/header.c new file mode 100644 index 0000000000..663c43b3d6 --- /dev/null +++ b/dev/header.c @@ -0,0 +1,9 @@ +/************************************************************************/ +/* * The Coq Proof Assistant / The Coq Development Team */ +/* v * INRIA, CNRS and contributors - Copyright 1999-2018 */ +/* <O___,, * (see CREDITS file for the list of authors) */ +/* \VV/ **************************************************************/ +/* // * This file is distributed under the terms of the */ +/* * GNU Lesser General Public License Version 2.1 */ +/* * (see LICENSE file for the text of the license) */ +/************************************************************************/ |
