|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-02-27 14:22:07
Author: danieljames
Date: 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
New Revision: 43423
URL: http://svn.boost.org/trac/boost/changeset/43423
Log:
Fix incorrect links to copyright of the form 'http:#www.boost.org
Text files modified:
trunk/libs/mpi/example/python/hello_world.py | 2 +-
trunk/libs/mpi/test/python/all_gather_test.py | 2 +-
trunk/libs/mpi/test/python/all_reduce_test.py | 2 +-
trunk/libs/mpi/test/python/all_to_all_test.py | 2 +-
trunk/libs/mpi/test/python/broadcast_test.py | 2 +-
trunk/libs/mpi/test/python/gather_test.py | 2 +-
trunk/libs/mpi/test/python/generators.py | 2 +-
trunk/libs/mpi/test/python/reduce_test.py | 2 +-
trunk/libs/mpi/test/python/ring_test.py | 2 +-
trunk/libs/mpi/test/python/scan_test.py | 2 +-
trunk/libs/mpi/test/python/scatter_test.py | 2 +-
trunk/libs/mpi/test/python/skeleton_content_test.py | 2 +-
trunk/libs/python/pyste/src/Pyste/ClassExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/CodeExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/CppParser.py | 2 +-
trunk/libs/python/pyste/src/Pyste/EnumExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/Exporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/FunctionExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/GCCXMLParser.py | 2 +-
trunk/libs/python/pyste/src/Pyste/HeaderExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/MultipleCodeUnit.py | 2 +-
trunk/libs/python/pyste/src/Pyste/SingleCodeUnit.py | 2 +-
trunk/libs/python/pyste/src/Pyste/SmartFile.py | 2 +-
trunk/libs/python/pyste/src/Pyste/VarExporter.py | 2 +-
trunk/libs/python/pyste/src/Pyste/__init__.py | 2 +-
trunk/libs/python/pyste/src/Pyste/declarations.py | 2 +-
trunk/libs/python/pyste/src/Pyste/exporters.py | 2 +-
trunk/libs/python/pyste/src/Pyste/exporterutils.py | 2 +-
trunk/libs/python/pyste/src/Pyste/infos.py | 2 +-
trunk/libs/python/pyste/src/Pyste/policies.py | 2 +-
trunk/libs/python/pyste/src/Pyste/pyste.py | 2 +-
trunk/libs/python/pyste/src/Pyste/settings.py | 2 +-
trunk/libs/python/pyste/src/Pyste/utils.py | 2 +-
trunk/libs/python/pyste/tests/GCCXMLParserUT.py | 2 +-
trunk/libs/python/pyste/tests/SmartFileUT.py | 2 +-
trunk/libs/python/pyste/tests/abstract_test.h | 2 +-
trunk/libs/python/pyste/tests/abstract_testUT.py | 2 +-
trunk/libs/python/pyste/tests/add_test.h | 2 +-
trunk/libs/python/pyste/tests/add_testUT.py | 2 +-
trunk/libs/python/pyste/tests/basic.cpp | 2 +-
trunk/libs/python/pyste/tests/basic.h | 2 +-
trunk/libs/python/pyste/tests/basicUT.py | 2 +-
trunk/libs/python/pyste/tests/code_test.h | 2 +-
trunk/libs/python/pyste/tests/code_testUT.py | 2 +-
trunk/libs/python/pyste/tests/enums.h | 2 +-
trunk/libs/python/pyste/tests/enumsUT.py | 2 +-
trunk/libs/python/pyste/tests/header_test.h | 2 +-
trunk/libs/python/pyste/tests/header_testUT.py | 2 +-
trunk/libs/python/pyste/tests/infosUT.py | 2 +-
trunk/libs/python/pyste/tests/inherit.cpp | 2 +-
trunk/libs/python/pyste/tests/inherit.h | 2 +-
trunk/libs/python/pyste/tests/inherit2.h | 2 +-
trunk/libs/python/pyste/tests/inherit2UT.py | 2 +-
trunk/libs/python/pyste/tests/inherit3.h | 2 +-
trunk/libs/python/pyste/tests/inherit3UT.py | 2 +-
trunk/libs/python/pyste/tests/inherit4.h | 2 +-
trunk/libs/python/pyste/tests/inherit4UT.py | 2 +-
trunk/libs/python/pyste/tests/inheritUT.py | 2 +-
trunk/libs/python/pyste/tests/nested.cpp | 2 +-
trunk/libs/python/pyste/tests/nested.h | 2 +-
trunk/libs/python/pyste/tests/nestedUT.py | 2 +-
trunk/libs/python/pyste/tests/opaque.h | 2 +-
trunk/libs/python/pyste/tests/opaqueUT.py | 2 +-
trunk/libs/python/pyste/tests/operators.cpp | 2 +-
trunk/libs/python/pyste/tests/operators.h | 2 +-
trunk/libs/python/pyste/tests/operatorsUT.py | 2 +-
trunk/libs/python/pyste/tests/policiesUT.py | 2 +-
trunk/libs/python/pyste/tests/runtests.py | 2 +-
trunk/libs/python/pyste/tests/smart_ptr.h | 2 +-
trunk/libs/python/pyste/tests/smart_ptrUT.py | 2 +-
trunk/libs/python/pyste/tests/templates.h | 2 +-
trunk/libs/python/pyste/tests/templatesUT.py | 2 +-
trunk/libs/python/pyste/tests/test_all.py | 2 +-
trunk/libs/python/pyste/tests/vars.cpp | 2 +-
trunk/libs/python/pyste/tests/vars.h | 2 +-
trunk/libs/python/pyste/tests/varsUT.py | 2 +-
trunk/libs/python/pyste/tests/virtual.cpp | 2 +-
trunk/libs/python/pyste/tests/virtual.h | 2 +-
trunk/libs/python/pyste/tests/virtual2.h | 2 +-
trunk/libs/python/pyste/tests/virtual2UT.py | 2 +-
trunk/libs/python/pyste/tests/virtualUT.py | 2 +-
trunk/libs/python/pyste/tests/wrappertest.h | 2 +-
trunk/libs/python/pyste/tests/wrappertestUT.py | 2 +-
trunk/libs/python/pyste/tests/wrappertest_wrappers.h | 2 +-
84 files changed, 84 insertions(+), 84 deletions(-)
Modified: trunk/libs/mpi/example/python/hello_world.py
==============================================================================
--- trunk/libs/mpi/example/python/hello_world.py (original)
+++ trunk/libs/mpi/example/python/hello_world.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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 boost.parallel.mpi as mpi
Modified: trunk/libs/mpi/test/python/all_gather_test.py
==============================================================================
--- trunk/libs/mpi/test/python/all_gather_test.py (original)
+++ trunk/libs/mpi/test/python/all_gather_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test all_gather() collective.
Modified: trunk/libs/mpi/test/python/all_reduce_test.py
==============================================================================
--- trunk/libs/mpi/test/python/all_reduce_test.py (original)
+++ trunk/libs/mpi/test/python/all_reduce_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test all_reduce() collective.
Modified: trunk/libs/mpi/test/python/all_to_all_test.py
==============================================================================
--- trunk/libs/mpi/test/python/all_to_all_test.py (original)
+++ trunk/libs/mpi/test/python/all_to_all_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test all_to_all() collective.
Modified: trunk/libs/mpi/test/python/broadcast_test.py
==============================================================================
--- trunk/libs/mpi/test/python/broadcast_test.py (original)
+++ trunk/libs/mpi/test/python/broadcast_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test broadcast() collective.
Modified: trunk/libs/mpi/test/python/gather_test.py
==============================================================================
--- trunk/libs/mpi/test/python/gather_test.py (original)
+++ trunk/libs/mpi/test/python/gather_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test gather() collective.
Modified: trunk/libs/mpi/test/python/generators.py
==============================================================================
--- trunk/libs/mpi/test/python/generators.py (original)
+++ trunk/libs/mpi/test/python/generators.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Value generators used in the Boost.MPI Python regression tests
def int_generator(p):
Modified: trunk/libs/mpi/test/python/reduce_test.py
==============================================================================
--- trunk/libs/mpi/test/python/reduce_test.py (original)
+++ trunk/libs/mpi/test/python/reduce_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test reduce() collective.
Modified: trunk/libs/mpi/test/python/ring_test.py
==============================================================================
--- trunk/libs/mpi/test/python/ring_test.py (original)
+++ trunk/libs/mpi/test/python/ring_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test basic communication.
Modified: trunk/libs/mpi/test/python/scan_test.py
==============================================================================
--- trunk/libs/mpi/test/python/scan_test.py (original)
+++ trunk/libs/mpi/test/python/scan_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test scan() collective.
Modified: trunk/libs/mpi/test/python/scatter_test.py
==============================================================================
--- trunk/libs/mpi/test/python/scatter_test.py (original)
+++ trunk/libs/mpi/test/python/scatter_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test scatter() collective.
Modified: trunk/libs/mpi/test/python/skeleton_content_test.py
==============================================================================
--- trunk/libs/mpi/test/python/skeleton_content_test.py (original)
+++ trunk/libs/mpi/test/python/skeleton_content_test.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -2,7 +2,7 @@
# 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)
# Test skeleton/content
Modified: trunk/libs/python/pyste/src/Pyste/ClassExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/ClassExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/ClassExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 exporters
from Exporter import Exporter
Modified: trunk/libs/python/pyste/src/Pyste/CodeExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/CodeExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/CodeExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from Exporter import Exporter
Modified: trunk/libs/python/pyste/src/Pyste/CppParser.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/CppParser.py (original)
+++ trunk/libs/python/pyste/src/Pyste/CppParser.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from GCCXMLParser import ParseDeclarations
import tempfile
Modified: trunk/libs/python/pyste/src/Pyste/EnumExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/EnumExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/EnumExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from Exporter import Exporter
from settings import *
Modified: trunk/libs/python/pyste/src/Pyste/Exporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/Exporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/Exporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 os.path
Modified: trunk/libs/python/pyste/src/Pyste/FunctionExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/FunctionExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/FunctionExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from Exporter import Exporter
from policies import *
Modified: trunk/libs/python/pyste/src/Pyste/GCCXMLParser.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/GCCXMLParser.py (original)
+++ trunk/libs/python/pyste/src/Pyste/GCCXMLParser.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from declarations import *
# try to use cElementTree if avaiable
Modified: trunk/libs/python/pyste/src/Pyste/HeaderExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/HeaderExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/HeaderExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from Exporter import Exporter
from ClassExporter import ClassExporter
Modified: trunk/libs/python/pyste/src/Pyste/MultipleCodeUnit.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/MultipleCodeUnit.py (original)
+++ trunk/libs/python/pyste/src/Pyste/MultipleCodeUnit.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from SingleCodeUnit import SingleCodeUnit
import os
Modified: trunk/libs/python/pyste/src/Pyste/SingleCodeUnit.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/SingleCodeUnit.py (original)
+++ trunk/libs/python/pyste/src/Pyste/SingleCodeUnit.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from settings import namespaces
import settings
Modified: trunk/libs/python/pyste/src/Pyste/SmartFile.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/SmartFile.py (original)
+++ trunk/libs/python/pyste/src/Pyste/SmartFile.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 os
import md5
Modified: trunk/libs/python/pyste/src/Pyste/VarExporter.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/VarExporter.py (original)
+++ trunk/libs/python/pyste/src/Pyste/VarExporter.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from Exporter import Exporter
from settings import *
Modified: trunk/libs/python/pyste/src/Pyste/__init__.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/__init__.py (original)
+++ trunk/libs/python/pyste/src/Pyste/__init__.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -1,6 +1,6 @@
# 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)
Modified: trunk/libs/python/pyste/src/Pyste/declarations.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/declarations.py (original)
+++ trunk/libs/python/pyste/src/Pyste/declarations.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
'''
Defines classes that represent declarations found in C++ header files.
Modified: trunk/libs/python/pyste/src/Pyste/exporters.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/exporters.py (original)
+++ trunk/libs/python/pyste/src/Pyste/exporters.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
# a list of Exporter instances
Modified: trunk/libs/python/pyste/src/Pyste/exporterutils.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/exporterutils.py (original)
+++ trunk/libs/python/pyste/src/Pyste/exporterutils.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
'''
Various helpers for interface files.
Modified: trunk/libs/python/pyste/src/Pyste/infos.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/infos.py (original)
+++ trunk/libs/python/pyste/src/Pyste/infos.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 os.path
import copy
Modified: trunk/libs/python/pyste/src/Pyste/policies.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/policies.py (original)
+++ trunk/libs/python/pyste/src/Pyste/policies.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
Modified: trunk/libs/python/pyste/src/Pyste/pyste.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/pyste.py (original)
+++ trunk/libs/python/pyste/src/Pyste/pyste.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
"""
Pyste version %s
Modified: trunk/libs/python/pyste/src/Pyste/settings.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/settings.py (original)
+++ trunk/libs/python/pyste/src/Pyste/settings.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
#==============================================================================
Modified: trunk/libs/python/pyste/src/Pyste/utils.py
==============================================================================
--- trunk/libs/python/pyste/src/Pyste/utils.py (original)
+++ trunk/libs/python/pyste/src/Pyste/utils.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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)
from __future__ import generators
import string
Modified: trunk/libs/python/pyste/tests/GCCXMLParserUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/GCCXMLParserUT.py (original)
+++ trunk/libs/python/pyste/tests/GCCXMLParserUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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')
Modified: trunk/libs/python/pyste/tests/SmartFileUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/SmartFileUT.py (original)
+++ trunk/libs/python/pyste/tests/SmartFileUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/abstract_test.h
==============================================================================
--- trunk/libs/python/pyste/tests/abstract_test.h (original)
+++ trunk/libs/python/pyste/tests/abstract_test.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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>
Modified: trunk/libs/python/pyste/tests/abstract_testUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/abstract_testUT.py (original)
+++ trunk/libs/python/pyste/tests/abstract_testUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/add_test.h
==============================================================================
--- trunk/libs/python/pyste/tests/add_test.h (original)
+++ trunk/libs/python/pyste/tests/add_test.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/add_testUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/add_testUT.py (original)
+++ trunk/libs/python/pyste/tests/add_testUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/basic.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/basic.cpp (original)
+++ trunk/libs/python/pyste/tests/basic.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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"
Modified: trunk/libs/python/pyste/tests/basic.h
==============================================================================
--- trunk/libs/python/pyste/tests/basic.h (original)
+++ trunk/libs/python/pyste/tests/basic.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/basicUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/basicUT.py (original)
+++ trunk/libs/python/pyste/tests/basicUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/code_test.h
==============================================================================
--- trunk/libs/python/pyste/tests/code_test.h (original)
+++ trunk/libs/python/pyste/tests/code_test.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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;
Modified: trunk/libs/python/pyste/tests/code_testUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/code_testUT.py (original)
+++ trunk/libs/python/pyste/tests/code_testUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/enums.h
==============================================================================
--- trunk/libs/python/pyste/tests/enums.h (original)
+++ trunk/libs/python/pyste/tests/enums.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/enumsUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/enumsUT.py (original)
+++ trunk/libs/python/pyste/tests/enumsUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/header_test.h
==============================================================================
--- trunk/libs/python/pyste/tests/header_test.h (original)
+++ trunk/libs/python/pyste/tests/header_test.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/header_testUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/header_testUT.py (original)
+++ trunk/libs/python/pyste/tests/header_testUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/infosUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/infosUT.py (original)
+++ trunk/libs/python/pyste/tests/infosUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/inherit.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/inherit.cpp (original)
+++ trunk/libs/python/pyste/tests/inherit.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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"
Modified: trunk/libs/python/pyste/tests/inherit.h
==============================================================================
--- trunk/libs/python/pyste/tests/inherit.h (original)
+++ trunk/libs/python/pyste/tests/inherit.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/inherit2.h
==============================================================================
--- trunk/libs/python/pyste/tests/inherit2.h (original)
+++ trunk/libs/python/pyste/tests/inherit2.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/inherit2UT.py
==============================================================================
--- trunk/libs/python/pyste/tests/inherit2UT.py (original)
+++ trunk/libs/python/pyste/tests/inherit2UT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/inherit3.h
==============================================================================
--- trunk/libs/python/pyste/tests/inherit3.h (original)
+++ trunk/libs/python/pyste/tests/inherit3.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/inherit3UT.py
==============================================================================
--- trunk/libs/python/pyste/tests/inherit3UT.py (original)
+++ trunk/libs/python/pyste/tests/inherit3UT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/inherit4.h
==============================================================================
--- trunk/libs/python/pyste/tests/inherit4.h (original)
+++ trunk/libs/python/pyste/tests/inherit4.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/inherit4UT.py
==============================================================================
--- trunk/libs/python/pyste/tests/inherit4UT.py (original)
+++ trunk/libs/python/pyste/tests/inherit4UT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/inheritUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/inheritUT.py (original)
+++ trunk/libs/python/pyste/tests/inheritUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/nested.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/nested.cpp (original)
+++ trunk/libs/python/pyste/tests/nested.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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"
Modified: trunk/libs/python/pyste/tests/nested.h
==============================================================================
--- trunk/libs/python/pyste/tests/nested.h (original)
+++ trunk/libs/python/pyste/tests/nested.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/nestedUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/nestedUT.py (original)
+++ trunk/libs/python/pyste/tests/nestedUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/opaque.h
==============================================================================
--- trunk/libs/python/pyste/tests/opaque.h (original)
+++ trunk/libs/python/pyste/tests/opaque.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/opaqueUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/opaqueUT.py (original)
+++ trunk/libs/python/pyste/tests/opaqueUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/operators.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/operators.cpp (original)
+++ trunk/libs/python/pyste/tests/operators.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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"
Modified: trunk/libs/python/pyste/tests/operators.h
==============================================================================
--- trunk/libs/python/pyste/tests/operators.h (original)
+++ trunk/libs/python/pyste/tests/operators.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/operatorsUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/operatorsUT.py (original)
+++ trunk/libs/python/pyste/tests/operatorsUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/policiesUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/policiesUT.py (original)
+++ trunk/libs/python/pyste/tests/policiesUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/runtests.py
==============================================================================
--- trunk/libs/python/pyste/tests/runtests.py (original)
+++ trunk/libs/python/pyste/tests/runtests.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/smart_ptr.h
==============================================================================
--- trunk/libs/python/pyste/tests/smart_ptr.h (original)
+++ trunk/libs/python/pyste/tests/smart_ptr.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/smart_ptrUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/smart_ptrUT.py (original)
+++ trunk/libs/python/pyste/tests/smart_ptrUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/templates.h
==============================================================================
--- trunk/libs/python/pyste/tests/templates.h (original)
+++ trunk/libs/python/pyste/tests/templates.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/templatesUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/templatesUT.py (original)
+++ trunk/libs/python/pyste/tests/templatesUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/test_all.py
==============================================================================
--- trunk/libs/python/pyste/tests/test_all.py (original)
+++ trunk/libs/python/pyste/tests/test_all.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/vars.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/vars.cpp (original)
+++ trunk/libs/python/pyste/tests/vars.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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"
Modified: trunk/libs/python/pyste/tests/vars.h
==============================================================================
--- trunk/libs/python/pyste/tests/vars.h (original)
+++ trunk/libs/python/pyste/tests/vars.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/varsUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/varsUT.py (original)
+++ trunk/libs/python/pyste/tests/varsUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/virtual.cpp
==============================================================================
--- trunk/libs/python/pyste/tests/virtual.cpp (original)
+++ trunk/libs/python/pyste/tests/virtual.cpp 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 ====================================================================
Modified: trunk/libs/python/pyste/tests/virtual.h
==============================================================================
--- trunk/libs/python/pyste/tests/virtual.h (original)
+++ trunk/libs/python/pyste/tests/virtual.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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_ {
Modified: trunk/libs/python/pyste/tests/virtual2.h
==============================================================================
--- trunk/libs/python/pyste/tests/virtual2.h (original)
+++ trunk/libs/python/pyste/tests/virtual2.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 {
Modified: trunk/libs/python/pyste/tests/virtual2UT.py
==============================================================================
--- trunk/libs/python/pyste/tests/virtual2UT.py (original)
+++ trunk/libs/python/pyste/tests/virtual2UT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/virtualUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/virtualUT.py (original)
+++ trunk/libs/python/pyste/tests/virtualUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/wrappertest.h
==============================================================================
--- trunk/libs/python/pyste/tests/wrappertest.h (original)
+++ trunk/libs/python/pyste/tests/wrappertest.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Modified: trunk/libs/python/pyste/tests/wrappertestUT.py
==============================================================================
--- trunk/libs/python/pyste/tests/wrappertestUT.py (original)
+++ trunk/libs/python/pyste/tests/wrappertestUT.py 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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 *
Modified: trunk/libs/python/pyste/tests/wrappertest_wrappers.h
==============================================================================
--- trunk/libs/python/pyste/tests/wrappertest_wrappers.h (original)
+++ trunk/libs/python/pyste/tests/wrappertest_wrappers.h 2008-02-27 14:22:01 EST (Wed, 27 Feb 2008)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk