2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Add copyrights

[SVN r24748]
This commit is contained in:
Vladimir Prus
2004-08-26 11:14:57 +00:00
parent 9a6daf8ac2
commit 552576f16a
2 changed files with 10 additions and 1 deletions

View File

@@ -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; }
int main() { l(); return 0; }

View File

@@ -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