2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Some more fixes for an over-enthusiastic search and replace.

[SVN r43278]
This commit is contained in:
Daniel James
2008-02-16 11:07:24 +00:00
parent 7a91e60637
commit 04883c754d
51 changed files with 51 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import sys
sys.path.append('../src')

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import sys
sys.path.append('../src')
from SmartFile import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include <vector>
#include <string>

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _abstract_test import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace add_test {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _add_test import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include "basic.h"

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BASIC_H
#define BASIC_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _basic import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
struct A {
int x;

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _code_test import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef ENUMS_H
#define ENUMS_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _enums import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef HEADER_TEST_H
#define HEADER_TEST_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _header_test import *

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import sys
from Pyste.infos import *
from Pyste.policies import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include "inherit.h"

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace inherit {

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace inherit2 {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _inherit2 import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace inherit3 {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _inherit3 import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace inherit4 {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _inherit4 import *

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _inherit import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include "nested.h"

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef NESTED_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _nested import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef OPAQUE_H
#define OPAQUE_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _opaque import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include "operators.h"

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef OPERATORS_H
#define OPERATORS_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _operators import *

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import sys
import unittest
from Pyste.policies import *

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
#!/usr/bin/python
import sys

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef SMART_PTR_H

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _smart_ptr import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace templates {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _templates import *

View File

@@ -2,7 +2,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import os
import glob

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#include "vars.h"

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
struct Color

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
import _vars

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
// Includes ====================================================================

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace virtual_ {

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
namespace virtual2 {

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _virtual2 import *

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _virtual import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef WRAPPER_TEST
#define WRAPPER_TEST

View File

@@ -1,7 +1,7 @@
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
# distribution is subject to 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)
# http://www.boost.org/LICENSE_1_0.txt)
import unittest
from _wrappertest import *

View File

@@ -1,7 +1,7 @@
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to 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)
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef WRAPPER_TEST_WRAPPERS
#define WRAPPER_TEST_WRAPPERS