You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/03/25 19:24:12 UTC

cvs commit: xml-xalan/c/src/xalanc/Utils/MsgCreator ICUResData.hpp IndexFileData.hpp InMemData.hpp NLSData.hpp

dmitryh     2004/03/25 10:24:12

  Modified:    c/src/xalanc/Utils/MsgCreator ICUResData.hpp
                        IndexFileData.hpp InMemData.hpp NLSData.hpp
  Log:
  Removing old license remains
  
  Revision  Changes    Path
  1.5       +13 -54    xml-xalan/c/src/xalanc/Utils/MsgCreator/ICUResData.hpp
  
  Index: ICUResData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/ICUResData.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUResData.hpp	26 Feb 2004 22:36:19 -0000	1.4
  +++ ICUResData.hpp	25 Mar 2004 18:24:11 -0000	1.5
  @@ -25,61 +25,20 @@
   
   static const char* szApacheLicense[]=
   {
  - "///* \n",
  - "//* The Apache Software License, Version 1.1 \n",
  + "///*\n",
  + "//* Copyright 1999-2004 The Apache Software Foundation.\n",
    "//*\n",
  - "//*\n",
  - "//* Copyright (c) 1999-2004 The Apache Software Foundation.  All rights\n", 
  - "//* reserved.\n",
  - "//*\n",
  - "//* Redistribution and use in source and binary forms, with or without\n",
  - "//* modification, are permitted provided that the following conditions\n",
  - "//* are met:\n",
  - "//*\n",
  - "//* 1. Redistributions of source code must retain the above copyright\n",
  - "//*    notice, this list of conditions and the following disclaimer.\n", 
  - "//*\n",
  - "//* 2. Redistributions in binary form must reproduce the above copyright\n",
  - "//*    notice, this list of conditions and the following disclaimer in\n",
  - "//*    the documentation and/or other materials provided with the\n",
  - "//*    distribution.\n",
  - "//*\n",
  - "//* 3. The end-user documentation included with the redistribution,\n",
  - "//*    if any, must include the following acknowledgment:\n",  
  - "//*       \"This product includes software developed by the\n",
  - "//*        Apache Software Foundation (http://www.apache.org/).\"\n",
  - "//*    Alternately, this acknowledgment may appear in the software itself,\n",
  - "//*    if and wherever such third-party acknowledgments normally appear.\n",
  - "//*\n",
  - "//* 4. The names \"Xalan\" and \"Apache Software Foundation\" must\n",
  - "//*    not be used to endorse or promote products derived from this\n",
  - "//*    software without prior written permission. For written\n", 
  - "//*    permission, please contact apache@apache.org.\n",
  - "//*\n",
  - "//* 5. Products derived from this software may not be called \"Apache\",\n",
  - "//*    nor may \"Apache\" appear in their name, without prior written\n",
  - "//*    permission of the Apache Software Foundation.\n",
  - "//*\n",
  - "//* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED\n",
  - "//* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n",
  - "//* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n",
  - "//* DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR\n",
  - "//* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n",
  - "//* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n",
  - "//* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF\n",
  - "//* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n",
  - "//* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n",
  - "//* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT\n",
  - "//* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n",
  - "//* SUCH DAMAGE.\n",
  - "//* ====================================================================\n",
  - "//*\n",
  - "//* This software consists of voluntary contributions made by many\n",
  - "//* individuals on behalf of the Apache Software Foundation and was\n",
  - "//* originally based on software copyright (c) 1999, International\n",
  - "//* Business Machines, Inc., http://www.ibm.com.  For more\n",
  - "//* information on the Apache Software Foundation, please see\n",
  - "//* <http://www.apache.org/>.\n",
  + "//* Licensed under the Apache License, Version 2.0 (the \"License\");\n",
  + "//* you may not use this file except in compliance with the License.\n",
  + "//* You may obtain a copy of the License at\n",
  + "//*\n",
  + "//*     http://www.apache.org/licenses/LICENSE-2.0\n",
  + "//*\n",
  + "//* Unless required by applicable law or agreed to in writing, software\n",
  + "//* distributed under the License is distributed on an \"AS IS\" BASIS,\n",
  + "//* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
  + "//* See the License for the specific language governing permissions and\n",
  + "//* limitations under the License.\n",
    "//*/\n",
    "",
    "",
  
  
  
  1.5       +15 -56    xml-xalan/c/src/xalanc/Utils/MsgCreator/IndexFileData.hpp
  
  Index: IndexFileData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/IndexFileData.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IndexFileData.hpp	26 Feb 2004 22:36:20 -0000	1.4
  +++ IndexFileData.hpp	25 Mar 2004 18:24:11 -0000	1.5
  @@ -21,64 +21,23 @@
   
   
   const char* szApacheLicense[]={ 
  - "/* \n",
  - "* The Apache Software License, Version 1.1 \n",
  + "/*\n",
  + "* Copyright 1999-2004 The Apache Software Foundation.\n",
    "*\n",
  - "*\n",
  - "* Copyright (c) 1999-2004 The Apache Software Foundation.  All rights\n", 
  - "* reserved.\n",
  - "*\n",
  - "* Redistribution and use in source and binary forms, with or without\n",
  - "* modification, are permitted provided that the following conditions\n",
  - "* are met:\n",
  - "*\n",
  - "* 1. Redistributions of source code must retain the above copyright\n",
  - "*    notice, this list of conditions and the following disclaimer.\n", 
  - "*\n",
  - "* 2. Redistributions in binary form must reproduce the above copyright\n",
  - "*    notice, this list of conditions and the following disclaimer in\n",
  - "*    the documentation and/or other materials provided with the\n",
  - "*    distribution.\n",
  - "*\n",
  - "* 3. The end-user documentation included with the redistribution,\n",
  - "*    if any, must include the following acknowledgment:\n",  
  - "*       \"This product includes software developed by the\n",
  - "*        Apache Software Foundation (http://www.apache.org/).\"\n",
  - "*    Alternately, this acknowledgment may appear in the software itself,\n",
  - "*    if and wherever such third-party acknowledgments normally appear.\n",
  - "*\n",
  - "* 4. The names \"Xalan\" and \"Apache Software Foundation\" must\n",
  - "*    not be used to endorse or promote products derived from this\n",
  - "*    software without prior written permission. For written\n", 
  - "*    permission, please contact apache@apache.org.\n",
  - "*\n",
  - "* 5. Products derived from this software may not be called \"Apache\",\n",
  - "*    nor may \"Apache\" appear in their name, without prior written\n",
  - "*    permission of the Apache Software Foundation.\n",
  - "*\n",
  - "* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED\n",
  - "* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n",
  - "* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n",
  - "* DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR\n",
  - "* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n",
  - "* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n",
  - "* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF\n",
  - "* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n",
  - "* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n",
  - "* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT\n",
  - "* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n",
  - "* SUCH DAMAGE.\n",
  - "* ====================================================================\n",
  - "*\n",
  - "* This software consists of voluntary contributions made by many\n",
  - "* individuals on behalf of the Apache Software Foundation and was\n",
  - "* originally based on software copyright (c) 1999, International\n",
  - "* Business Machines, Inc., http://www.ibm.com.  For more\n",
  - "* information on the Apache Software Foundation, please see\n",
  - "* <http://www.apache.org/>.\n",
  + "* Licensed under the Apache License, Version 2.0 (the \"License\");\n",
  + "* you may not use this file except in compliance with the License.\n",
  + "* You may obtain a copy of the License at\n",
  + "*\n",
  + "*     http://www.apache.org/licenses/LICENSE-2.0\n",
  + "*\n",
  + "* Unless required by applicable law or agreed to in writing, software\n",
  + "* distributed under the License is distributed on an \"AS IS\" BASIS,\n",
  + "* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
  + "* See the License for the specific language governing permissions and\n",
  + "* limitations under the License.\n",
    "*/\n",
  - "",
  - "",
  + "\n",
  + "\n",
    "// ----------------------------------------------------------------\n",
    "//  This file was generated from the XalanC error message source.\n",
    "//  so do not edit this file directly!!\n",
  
  
  
  1.5       +0 -2      xml-xalan/c/src/xalanc/Utils/MsgCreator/InMemData.hpp
  
  Index: InMemData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/InMemData.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InMemData.hpp	26 Feb 2004 22:36:19 -0000	1.4
  +++ InMemData.hpp	25 Mar 2004 18:24:11 -0000	1.5
  @@ -30,8 +30,6 @@
   "#define XALAN_MSG_LOADER_GUARD_1357924680 \n",
   "\n",
   "\n",
  -"#include <xalanc/PlatformSupport/DOMStringHelper.hpp>\n",
  -"\n",
   "XALAN_CPP_NAMESPACE_BEGIN\n",
   "\n",
   "\n",
  
  
  
  1.4       +15 -56    xml-xalan/c/src/xalanc/Utils/MsgCreator/NLSData.hpp
  
  Index: NLSData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/NLSData.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NLSData.hpp	26 Feb 2004 22:36:20 -0000	1.3
  +++ NLSData.hpp	25 Mar 2004 18:24:11 -0000	1.4
  @@ -20,64 +20,23 @@
   
   static const char* szApacheLicense[]=
   {
  - "$ /* \n",
  - "$ * The Apache Software License, Version 1.1 \n",
  + "$ /*\n",
  + "$ * Copyright 1999-2004 The Apache Software Foundation.\n",
    "$ *\n",
  - "$ *\n",
  - "$ * Copyright (c) 1999-2004 The Apache Software Foundation.  All rights\n", 
  - "$ * reserved.\n",
  - "$ *\n",
  - "$ * Redistribution and use in source and binary forms, with or without\n",
  - "$ * modification, are permitted provided that the following conditions\n",
  - "$ * are met:\n",
  - "$ *\n",
  - "$ * 1. Redistributions of source code must retain the above copyright\n",
  - "$ *    notice, this list of conditions and the following disclaimer.\n", 
  - "$ *\n",
  - "$ * 2. Redistributions in binary form must reproduce the above copyright\n",
  - "$ *    notice, this list of conditions and the following disclaimer in\n",
  - "$ *    the documentation and/or other materials provided with the\n",
  - "$ *    distribution.\n",
  - "$ *\n",
  - "$ * 3. The end-user documentation included with the redistribution,\n",
  - "$ *    if any, must include the following acknowledgment:\n",  
  - "$ *       \"This product includes software developed by the\n",
  - "$ *        Apache Software Foundation (http:// www.apache.org/).\"\n",
  - "$ *    Alternately, this acknowledgment may appear in the software itself,\n",
  - "$ *    if and wherever such third-party acknowledgments normally appear.\n",
  - "$ *\n",
  - "$ * 4. The names \"Xalan\" and \"Apache Software Foundation\" must\n",
  - "$ *    not be used to endorse or promote products derived from this\n",
  - "$ *    software without prior written permission. For written\n", 
  - "$ *    permission, please contact apache@apache.org.\n",
  - "$ *\n",
  - "$ * 5. Products derived from this software may not be called \"Apache\",\n",
  - "$ *    nor may \"Apache\" appear in their name, without prior written\n",
  - "$ *    permission of the Apache Software Foundation.\n",
  - "$ *\n",
  - "$ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED\n",
  - "$ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n",
  - "$ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n",
  - "$ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR\n",
  - "$ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n",
  - "$ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n",
  - "$ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF\n",
  - "$ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n",
  - "$ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n",
  - "$ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT\n",
  - "$ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n",
  - "$ * SUCH DAMAGE.\n",
  - "$ * ====================================================================\n",
  - "$ *\n",
  - "$ * This software consists of voluntary contributions made by many\n",
  - "$ * individuals on behalf of the Apache Software Foundation and was\n",
  - "$ * originally based on software copyright (c) 1999, International\n",
  - "$ * Business Machines, Inc., http:// www.ibm.com.  For more\n",
  - "$ * information on the Apache Software Foundation, please see\n",
  - "$ * <http://www.apache.org/>.\n",
  + "$ * Licensed under the Apache License, Version 2.0 (the \"License\");\n",
  + "$ * you may not use this file except in compliance with the License.\n",
  + "$ * You may obtain a copy of the License at\n",
  + "$ *\n",
  + "$ *     http://www.apache.org/licenses/LICENSE-2.0\n",
  + "$ *\n",
  + "$ * Unless required by applicable law or agreed to in writing, software\n",
  + "$ * distributed under the License is distributed on an \"AS IS\" BASIS,\n",
  + "$ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
  + "$ * See the License for the specific language governing permissions and\n",
  + "$ * limitations under the License.\n",
    "$ */\n",
  - "",
  - "",
  + "$ ",
  + "$ ",
    "$  ----------------------------------------------------------------\n",
    "$   This file was generated from the XalanC error message source.\n",
    "$   so do not edit this file directly!!\n",
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org