From 552576f16a4a1234912221bb102fe12778675b4d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 26 Aug 2004 11:14:57 +0000 Subject: [PATCH] Add copyrights [SVN r24748] --- v2/example/variant/a.cpp | 6 +++++- v2/example/variant/libs/l.cpp | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/v2/example/variant/a.cpp b/v2/example/variant/a.cpp index 3d92b3c19..42b69f335 100644 --- a/v2/example/variant/a.cpp +++ b/v2/example/variant/a.cpp @@ -1,3 +1,7 @@ +// 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) void l(); -int main() { l(); return 0; } \ No newline at end of file +int main() { l(); return 0; } diff --git a/v2/example/variant/libs/l.cpp b/v2/example/variant/libs/l.cpp index 27417125a..26cb4b1e6 100644 --- a/v2/example/variant/libs/l.cpp +++ b/v2/example/variant/libs/l.cpp @@ -1,3 +1,8 @@ +// Copyright Vladimir Prus 2002-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) + #ifdef _WIN32 __declspec(dllexport) #endif