diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 01:13:03 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 01:14:22 +0200 |
commit | 1d3b927c3743f626f0ffb3f49c8167c4efb34a67 (patch) | |
tree | f259651699325e94e17b81067090b0d8a64419fd /uncrustify/file_header | |
parent | e0f63621dd45a9da0fa06bee3e4d3cde6ca550cf (diff) |
uncrustify brandt.h
Diffstat (limited to 'uncrustify/file_header')
-rw-r--r-- | uncrustify/file_header | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/uncrustify/file_header b/uncrustify/file_header new file mode 100644 index 0000000..a490afe --- /dev/null +++ b/uncrustify/file_header @@ -0,0 +1,20 @@ +/* This file is part of libbrandt. + * Copyright (C) 2016 GNUnet e.V. + * + * libbrandt is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * libbrandt is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + * A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * libbrandt. If not, see <http://www.gnu.org/licenses/>. + */ + +/** + * @file $(filename) + * @brief TODO + */ |