Update of /cvsroot/boost/boost/tools/build/v1
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11764/tools/build/v1

Modified Files:
        build_system.htm como-tools.jam edg-tools.html 
        gcc-nocygwin-tools.html gen_aix_import_file.py hacking.txt 
        mipspro-tools.jam msvc-tools.html python.jam sunpro-tools.html 
        sunpro-tools.jam vc-7_1-stlport-tools.jam vc-7_1-tools.jam 
        vc-8_0-amd64-tools.jam vc-8_0-tools.jam 
        vc-8_0-x86_amd64-tools.jam vc7-stlport-tools.jam vc7-tools.jam 
Added Files:
        qcc-3_3_1-tools.jam qcc-3_3_5-cpp-tools.jam 
        qcc-3_3_5-gpp-tools.jam 
Removed Files:
        qcc-3.3.1-tools.jam qcc-3.3.5-cpp-tools.jam 
        qcc-3.3.5-gpp-tools.jam 
Log Message:
Fix various inspection errors.

--- NEW FILE: qcc-3_3_1-tools.jam ---
# Copyright (c) 2005 Jim Douglas.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or 
http://www.boost.org/LICENSE_1_0.txt)

{
        local GXX = QCC -V3.3.1,gcc_ntox86 ;
        local GCC = qcc -V3.3.1,gcc_ntox86 ;
        extends-toolset qcc ;
}

--- NEW FILE: qcc-3_3_5-cpp-tools.jam ---
# Copyright (c) 2005 Jim Douglas.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or 
http://www.boost.org/LICENSE_1_0.txt)

{
        local GXX = QCC -V3.3.5,gcc_ntox86_cpp ;
        local GCC = qcc -V3.3.5,gcc_ntox86_cpp ;
        extends-toolset qcc ;
}

--- NEW FILE: qcc-3_3_5-gpp-tools.jam ---
# Copyright (c) 2005 Jim Douglas.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or 
http://www.boost.org/LICENSE_1_0.txt)

{
    local GXX = QCC -V3.3.5,gcc_ntox86_gpp ;
    local GCC = qcc -V3.3.5,gcc_ntox86_gpp ;
    extends-toolset qcc ;
}

Index: build_system.htm
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/build_system.htm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- build_system.htm    12 Feb 2006 23:18:45 -0000      1.40
+++ build_system.htm    24 Jul 2006 15:55:44 -0000      1.41
@@ -7,7 +7,7 @@
   <meta name="generator" content="Microsoft FrontPage 5.0">
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <link rel="stylesheet" type="text/css" href="../../../boost.css">
-  <!-- tidy options: &dash;&dash;tidy-mark false -i -wrap 78 !-->
+  <!-- boostinspect:nolink -->
 
   <title>Boost Build System</title>
 </head>
@@ -64,8 +64,7 @@
   "../v2/index.html">Boost.Build v2</a>, which is pretty usable already. If
   you are interested in contributing to this effort or you wish to discuss
   the design of Boost.Build, please post inquiries to the <a href=
-  "http://groups.yahoo.com/group/jamboost/";>jamboost</a> mailing list at
-  yahoogroups.
+  "../../../more/mailing_lists.htm#jamboost">Boost.Build</a> mailing list.
 
   <p><a href="#design_criteria">Here</a> are some of the design criteria that
   led to these features.</p>
@@ -1448,10 +1447,10 @@
   </ul>
 
   <p>Please note that the build system commonly takes advantage of <a href=
-  "../../../doc/html/jam/language.html#jam.language.flow_of_control">Jam's 
Dynamic Scoping feature</a> (see
-  the <tt>local</tt> command in the "Flow of Control" section below the link
-  target) to temporarily "change" a global variable by declaring a
-  <tt>local</tt> of the same name.</p>
+  "../../../doc/html/jam/language.html#jam.language.flow_of_control">Jam's
+  Dynamic Scoping feature</a> (see the <tt>local</tt> command in the "Flow of
+  Control" section below the link target) to temporarily "change" a global
+  variable by declaring a <tt>local</tt> of the same name.</p>
 
   <p>Many of the variables that are used to configure how Boost.Build works
   internally are listed <a href="variables.html">here</a> with brief

Index: como-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/como-tools.jam,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- como-tools.jam      1 Sep 2004 05:37:03 -0000       1.18
+++ como-tools.jam      24 Jul 2006 15:55:44 -0000      1.19
@@ -1,8 +1,12 @@
-
-# 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.
+#~ Copyright 2001-2002 David Abrahams.
+#~ Copyright 2002 Rene Rivera.
+#~ Copyright 2002 Beman Dawes.
+#~ Copyright 2003 Joel de Guzman.
+#~ Copyright 2003 Jens Maurer.
+#~ Copyright 2003 Matin Wille.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
 
 # The following #// line will be used by the regression test table generation
 # program as the column heading for HTML tables. Must not include version 
number.

Index: edg-tools.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/edg-tools.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- edg-tools.html      5 Oct 2004 15:19:13 -0000       1.5
+++ edg-tools.html      24 Jul 2006 15:55:44 -0000      1.6
@@ -66,7 +66,7 @@
   <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
    09 Jul, 2003 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
 
-  <p><i>Written by <a href="../../../people/jens_maurer.htm">Jens
+  <p><i>Copyright 2003 <a href="../../../people/jens_maurer.htm">Jens
   Maurer</a>.</i></p>
 
   <p><small>Distributed under the Boost Software License, Version 1.0. (See

Index: gcc-nocygwin-tools.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/gcc-nocygwin-tools.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gcc-nocygwin-tools.html     12 Aug 2005 13:02:37 -0000      1.7
+++ gcc-nocygwin-tools.html     24 Jul 2006 15:55:44 -0000      1.8
@@ -170,7 +170,7 @@
   <p>As of 2002/01/24, some of the Boost test library DLLs don't link because
   of unresolved externals. This problem is shared by the mingw toolset.</p>
 
-  <p><i>Written May 2002 and revised January 2003 by <a href=
-  "mailto:[EMAIL PROTECTED]">Raoul Gough</a></i></p>
+  <p><i>Copyright 2002-2003 by <a href="mailto:[EMAIL PROTECTED]">Raoul
+  Gough</a></i></p>
 </body>
 </html>

Index: gen_aix_import_file.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/gen_aix_import_file.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gen_aix_import_file.py      23 May 2002 22:42:40 -0000      1.2
+++ gen_aix_import_file.py      24 Jul 2006 15:55:44 -0000      1.3
@@ -1,5 +1,10 @@
 #!/usr/bin/env python
 
+#~ Copyright 2002 David Abrahams.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 # Valid arguments
 setValueArgs = {"-ld" : "LD",
                 "-ldflags" : "LDFLAGS",

Index: hacking.txt
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/hacking.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hacking.txt 22 Jul 2003 08:44:45 -0000      1.4
+++ hacking.txt 24 Jul 2006 15:55:44 -0000      1.5
@@ -147,3 +147,9 @@
        http://tidy.sourceforge.net/src/old/tidy_src_020411.tgz
 
     and "-i -wrap 78" command line parameters.
+
+--
+Copyright 2002-2003 Vladimir Prus.
+Distributed under the Boost Software License, Version 1.0.
+(See accompanying file LICENSE_1_0.txt or copy at
+http://www.boost.org/LICENSE_1_0.txt)

Index: mipspro-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/mipspro-tools.jam,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mipspro-tools.jam   1 Sep 2004 05:37:03 -0000       1.11
+++ mipspro-tools.jam   24 Jul 2006 15:55:44 -0000      1.12
@@ -1,3 +1,12 @@
+#~ Copyright 2001-2002 David Abrahams.
+#~ Copyright 2002-2004 Rene Rivera.
+#~ Copyright 2002 Ralf W. Grosse-Kunstleve.
+#~ Copyright 2003 Jens Maurer.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+
 # This file was originally based on gcc-tools.jam by David Abrahams.
 #
 # It has been written for and tested with MIPSpro 7.3 on IRIX 6.5 

Index: msvc-tools.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/msvc-tools.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- msvc-tools.html     5 Oct 2004 15:19:13 -0000       1.6
+++ msvc-tools.html     24 Jul 2006 15:55:44 -0000      1.7
@@ -81,9 +81,9 @@
   </table>
   <hr>
 
-  <p>Revised 
-  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
-   14 May, 2002 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
+  <p>Revised $Date$</p>
+
+  <p>Copyright &copy; Dave Abrahams 2002-2003, Rene Rivera 2002-2003.</p>
 
   <p><small>Distributed under the Boost Software License, Version 1.0. (See
   accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or

Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/python.jam,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- python.jam  11 Mar 2006 17:33:23 -0000      1.96
+++ python.jam  24 Jul 2006 15:55:44 -0000      1.97
@@ -1,3 +1,14 @@
+#~ Copyright 2001-2005 David Abrahams.
+#~ Copyright 2002-2005 Rene Rivera.
+#~ Copyright 2004 Markus Schöpflin.
+#~ Copyright 2005 Caleb Epstein.
+#~ Copyright 2006 Jim Douglas.
+#~ Copyright 2006 Alexander Nasonov.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+
 if ! $(gPYTHON_INCLUDED)
 {
 gPYTHON_INCLUDED = true ;
@@ -65,39 +76,39 @@
 }
 else if $(UNIX)
 {
-       # PYTHON_EMBEDDED_LIBRARY: Libraries to include when
-       # embedding Python in C++ code.  We need the Python library,
-       # libdl for dynamic loading and possibly libutil on BSD-like
-       # systems (including Linux).  A dynamic libpython should
-       # automatically pick up the libutil dependency, but we cannot
-       # tell here if we are linking with a static or dynamic
-       # libpython, so we include libutil for all UNIX systems where
-       # it is available.
+    # PYTHON_EMBEDDED_LIBRARY: Libraries to include when
+    # embedding Python in C++ code.  We need the Python library,
+    # libdl for dynamic loading and possibly libutil on BSD-like
+    # systems (including Linux).  A dynamic libpython should
+    # automatically pick up the libutil dependency, but we cannot
+    # tell here if we are linking with a static or dynamic
+    # libpython, so we include libutil for all UNIX systems where
+    # it is available.
 
-       if $(OS) = MACOSX
-       {
-               PYTHON_EMBEDDED_LIBRARY = ;
-       }
-       else if $(OS) = SOLARIS
-       {
-               PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
-       }
-       else if $(OS) = OSF
-       {
-               PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
-       }
-       else if $(OS) = QNXNTO
-       {
-               PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
-       }
-       else if $(OS) = FREEBSD
-       {
-               PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) util ;
-       }
-       else
-       {
-               PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;
-       }
+    if $(OS) = MACOSX
+    {
+        PYTHON_EMBEDDED_LIBRARY = ;
+    }
+    else if $(OS) = SOLARIS
+    {
+        PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
+    }
+    else if $(OS) = OSF
+    {
+        PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
+    }
+    else if $(OS) = QNXNTO
+    {
+        PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) ;
+    }
+    else if $(OS) = FREEBSD
+    {
+        PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) util ;
+    }
+    else
+    {
+        PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;
+    }
 }
 
 
@@ -518,8 +529,8 @@
         : $(requirements)
           boost-python-disable-borland
           <default>python-intel-use-gcc-stdlib # unless otherwise
-                                              # specified, assume the GCC 
standard
-                                              # library is needed for intel
+                           # specified, assume the GCC standard
+                           # library is needed for intel
           : $(target)
             : $(local-build)
     ] ;

Index: sunpro-tools.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/sunpro-tools.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sunpro-tools.html   12 Aug 2005 13:02:37 -0000      1.7
+++ sunpro-tools.html   24 Jul 2006 15:55:44 -0000      1.8
@@ -202,6 +202,12 @@
 
   <p>Revised $Date$</p>
 
-  <p>Christopher Currie, Gennadiy Rozental, Jens Maurer</p>
+  <p>Copyright 2003 Christopher Currie, 2003 Gennadiy Rozental, 2003 Jens
+  Maurer</p>
+
+  <p><small>Distributed under the Boost Software License, Version 1.0. (See
+  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
+  copy at <a href=
+  
"http://www.boost.org/LICENSE_1_0.txt";>www.boost.org/LICENSE_1_0.txt</a>)</small></p>
 </body>
 </html>

Index: sunpro-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/sunpro-tools.jam,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sunpro-tools.jam    1 Dec 2004 10:15:21 -0000       1.8
+++ sunpro-tools.jam    24 Jul 2006 15:55:44 -0000      1.9
@@ -1,8 +1,8 @@
 #~ Copyright 2002 Christopher Currie, Gennadiy Rozental.
 #~ Copyright 2003 Christopher Currie.
 
-#~ Use, modification and distribution is subject to the Boost Software
-#~ License Version 1.0. (See accompanying file LICENSE_1_0.txt or
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
 #~ http://www.boost.org/LICENSE_1_0.txt)
 
 # The following #// line will be used by the regression test table

Index: vc-7_1-stlport-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc-7_1-stlport-tools.jam,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vc-7_1-stlport-tools.jam    31 May 2005 13:33:01 -0000      1.2
+++ vc-7_1-stlport-tools.jam    24 Jul 2006 15:55:44 -0000      1.3
@@ -1,3 +1,9 @@
+#~ Copyright 2004 Aleksey Gurtovoy.
+#~ Copyright 2005 David Abrahams.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset msvc ;
 
 flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ;

Index: vc-7_1-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc-7_1-tools.jam,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vc-7_1-tools.jam    31 May 2005 13:33:01 -0000      1.2
+++ vc-7_1-tools.jam    24 Jul 2006 15:55:44 -0000      1.3
@@ -1,3 +1,9 @@
+#~ Copyright 2004 Aleksey Gurtovoy.
+#~ Copyright 2005 David Abrahams.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset msvc ;
 
 # singleton variables...

Index: vc-8_0-amd64-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc-8_0-amd64-tools.jam,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vc-8_0-amd64-tools.jam      12 Aug 2005 13:02:37 -0000      1.3
+++ vc-8_0-amd64-tools.jam      24 Jul 2006 15:55:44 -0000      1.4
@@ -1,3 +1,10 @@
+#~ Copyright 2005 Peter Dimov.
+#~ Copyright 2005 David Abrahams.
+#~ Copyright 2005 Rene Rivera.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset vc-8_0 ;
 
 if $(VC80_ROOT)

Index: vc-8_0-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc-8_0-tools.jam,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vc-8_0-tools.jam    10 Jun 2005 18:25:04 -0000      1.4
+++ vc-8_0-tools.jam    24 Jul 2006 15:55:44 -0000      1.5
@@ -1,3 +1,9 @@
+#~ Copyright 2004 Aleksey Gurtovoy.
+#~ Copyright 2005 David Abrahams.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset msvc ;
 
 # singleton variables...

Index: vc-8_0-x86_amd64-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc-8_0-x86_amd64-tools.jam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vc-8_0-x86_amd64-tools.jam  10 Oct 2004 18:50:29 -0000      1.1
+++ vc-8_0-x86_amd64-tools.jam  24 Jul 2006 15:55:44 -0000      1.2
@@ -1,3 +1,8 @@
+#~ Copyright 2004 Aleksey Gurtovoy.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 #
 # This is my first cut at getting the x86 to amd64 cross compiler working
 # with a change also to  lwm_win32.hpp (no   long_type   is defined in THIS 
compiler)

Index: vc7-stlport-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc7-stlport-tools.jam,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vc7-stlport-tools.jam       5 Oct 2004 11:46:05 -0000       1.3
+++ vc7-stlport-tools.jam       24 Jul 2006 15:55:44 -0000      1.4
@@ -1,3 +1,10 @@
+#~ Copyright 2003 John Maddock.
+#~ Copyright 2004 Rene Rivera.
+#~ Copyright 2004 Aleksey Gurtovoy.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset msvc-stlport ;
 
 flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ;

Index: vc7-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/vc7-tools.jam,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- vc7-tools.jam       4 Nov 2003 13:08:34 -0000       1.10
+++ vc7-tools.jam       24 Jul 2006 15:55:44 -0000      1.11
@@ -1,3 +1,12 @@
+#~ Copyright 2002-2003 David Abrahams.
+#~ Copyright 2002 Beman Dawes.
+#~ Copyright 2002 Rene Rivera.
+#~ Copyright 2003 Thomas Witt.
+#~ Copyright 2003 John Maddock.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
 extends-toolset msvc ;
 
 # singleton variables...

--- qcc-3.3.1-tools.jam DELETED ---

--- qcc-3.3.5-cpp-tools.jam DELETED ---

--- qcc-3.3.5-gpp-tools.jam DELETED ---


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to