mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Added copyright statement
[SVN r17224]
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -5,4 +14,4 @@ int main()
|
||||
{
|
||||
std::cout << "Hello!\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <lib1.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo();
|
||||
void foo();
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo() {};
|
||||
void foo() {};
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <a.h>
|
||||
#include "a.h"
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "a.h"
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "x.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "x.h"
|
||||
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "b.h"
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "c.h"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo();
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#ifdef MACROS
|
||||
void foo() {}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int foo();
|
||||
int bar();
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int foo() { return 0; }
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int bar() { return 0; }
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#if SELECT == 1
|
||||
void z1() {}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#ifdef RELEASE
|
||||
void release() {}
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void debug();
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void release();
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <a.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int main() {}
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo() {}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -5,4 +14,4 @@ int main()
|
||||
{
|
||||
std::cout << "Hello!\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <lib1.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo();
|
||||
void foo();
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo() {};
|
||||
void foo() {};
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <a.h>
|
||||
#include "a.h"
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "a.h"
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "x.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "x.h"
|
||||
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "b.h"
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include "c.h"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo();
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#ifdef MACROS
|
||||
void foo() {}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int foo();
|
||||
int bar();
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int foo() { return 0; }
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int bar() { return 0; }
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#if SELECT == 1
|
||||
void z1() {}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#ifdef RELEASE
|
||||
void release() {}
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void debug();
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void release();
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
#include <a.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
int main() {}
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// Copyright (c) 2003 boost.org
|
||||
//
|
||||
// Permission to copy, use, modify, sell and distribute this software
|
||||
// is granted provided this copyright notice appears in all copies.
|
||||
// This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo() {}
|
||||
|
||||
Reference in New Issue
Block a user