Add missing copyright/license preambles

This commit is contained in:
Peter Dimov
2019-12-27 05:24:50 +02:00
parent e651b9d5e7
commit c015f4d8c0
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2019 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
#include <boost/assert.hpp> #include <boost/assert.hpp>
int main() int main()

View File

@@ -1,3 +1,7 @@
// Copyright 2019 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
#include <boost/assert.hpp> #include <boost/assert.hpp>
int main() int main()