Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / config / test / cmd_line_check.cpp
index 33dff64..eb80299 100644 (file)
@@ -1,3 +1,9 @@
+//  Copyright 2014 John Maddock.
+//
+//  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
 
 #ifndef __clang__
 #  error "This test is for Clang only"
@@ -5,5 +11,5 @@
 
 int main()
 {
-       return 0;
-}
\ No newline at end of file
+   return 0;
+}