From 68aa043dfd689bc7a60ce2ff0ad85af2a83f040e Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Sun, 15 Feb 2004 15:37:06 +0000 Subject: [PATCH] fix include guard bug, copyright info [SVN r22262] --- include/boost/date_time/date_formatting_limited.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/date_time/date_formatting_limited.hpp b/include/boost/date_time/date_formatting_limited.hpp index 2695443..94017e7 100644 --- a/include/boost/date_time/date_formatting_limited.hpp +++ b/include/boost/date_time/date_formatting_limited.hpp @@ -1,7 +1,7 @@ -#ifndef DATE_TIME_DATE_FORMATTING__LIMITED_HPP___ +#ifndef DATE_TIME_DATE_FORMATTING_LIMITED_HPP___ #define DATE_TIME_DATE_FORMATTING_LIMITED_HPP___ -/* Copyright (c) 2002,2003 CrystalClear Software, Inc. +/* Copyright (c) 2002-2004 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)