From 8edf64db1914b64b51b887dc87e0d89ee584e051 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 2 Dec 2006 10:04:37 +0000 Subject: [PATCH] Corrected wrong order in copyright notices. [SVN r36240] --- include/boost/detail/limits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/limits.hpp b/include/boost/detail/limits.hpp index e67146a0..6f018dfa 100644 --- a/include/boost/detail/limits.hpp +++ b/include/boost/detail/limits.hpp @@ -1,4 +1,4 @@ -// (c) Copyright John Maddock 2001 +// Copyright 2001 John Maddock // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)