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