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:
@@ -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; }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user