From 16cd27a1b4d4e29b07ed41de7187e6c083d6a69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 25 Aug 2012 02:48:47 +0000 Subject: [PATCH] Boost Jam cleanup - minor stylistic change. [SVN r80185] --- v2/engine/modules/order.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/v2/engine/modules/order.c b/v2/engine/modules/order.c index dd0f3f1e3..3a83d3895 100644 --- a/v2/engine/modules/order.c +++ b/v2/engine/modules/order.c @@ -1,6 +1,8 @@ -/* Copyright Vladimir Prus 2004. 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) */ +/* Copyright 2004. Vladimir Prus + * 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 "../lists.h" #include "../mem.h"