From e79747a60015e11ab49e10d829f8fdab8ccf8945 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Wed, 7 Apr 2010 20:02:00 +0900 Subject: [PATCH] cpp: msgpack/pack.hpp: fixes header --- cpp/msgpack/pack.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/msgpack/pack.hpp b/cpp/msgpack/pack.hpp index 3a68aa68..ee906900 100644 --- a/cpp/msgpack/pack.hpp +++ b/cpp/msgpack/pack.hpp @@ -1,7 +1,7 @@ -1// +// // MessagePack for C++ serializing routine // -// Copyright (C) 2008-2009 FURUHASHI Sadayuki +// Copyright (C) 2008-2010 FURUHASHI Sadayuki // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.