|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-05-22 09:28:33
Author: steven_watanabe
Date: 2008-05-22 09:28:33 EDT (Thu, 22 May 2008)
New Revision: 45652
URL: http://svn.boost.org/trac/boost/changeset/45652
Log:
Fixed copyright/license
Text files modified:
sandbox/units/libs/units/test_headers/main.cpp | 10 ++++++++++
sandbox/units/libs/units/test_headers/test.cpp | 7 ++++---
2 files changed, 14 insertions(+), 3 deletions(-)
Modified: sandbox/units/libs/units/test_headers/main.cpp
==============================================================================
--- sandbox/units/libs/units/test_headers/main.cpp (original)
+++ sandbox/units/libs/units/test_headers/main.cpp 2008-05-22 09:28:33 EDT (Thu, 22 May 2008)
@@ -1,2 +1,12 @@
+// Boost.Units - A C++ library for zero-overhead dimensional analysis and
+// unit/quantity manipulation and conversion
+//
+// Copyright (C) 2003-2008 Matthias Christian Schabel
+// Copyright (C) 2007-2008 Steven Watanabe
+//
+// 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)
+
int main() {
}
Modified: sandbox/units/libs/units/test_headers/test.cpp
==============================================================================
--- sandbox/units/libs/units/test_headers/test.cpp (original)
+++ sandbox/units/libs/units/test_headers/test.cpp 2008-05-22 09:28:33 EDT (Thu, 22 May 2008)
@@ -1,7 +1,8 @@
-// test.cpp
+// Boost.Units - A C++ library for zero-overhead dimensional analysis and
+// unit/quantity manipulation and conversion
//
-// Copyright (c) 2007-2008
-// Steven Watanabe
+// Copyright (C) 2003-2008 Matthias Christian Schabel
+// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk