Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix copyright notices [CI SKIP]
  • Loading branch information
evanmiller committed Aug 31, 2020
commit de347f169b1187b1933d32260a2b271e76a5a9bd
4 changes: 4 additions & 0 deletions reporting/accuracy/plot_kolmogorov_smirnov_pdf.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Evan Miller 2020
// Use, modification and distribution are subject to 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 <iostream>
#include <boost/math/tools/ulps_plot.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/compile_test/dist_kolmogorov_smirnov_incl_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright John Maddock 2006.
// Copyright Evan Miller 2020
// Use, modification and distribution are subject to 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)
Expand Down