svn commit: r724450 - in /xalan/c/trunk/src/xalanc: XPath/XPathConstructionContextDefault.hpp XSLT/ElemCopyOf.hpp XSLT/ExtensionFunctionHandler.hpp XSLT/NodeSortKey.hpp XSLT/NodeSorter.cpp XSLT/NodeSorter.hpp
[email protected] Mon, 08 Dec 2008 19:16:33 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbertoni
Date: Mon Dec 8 11:16:33 2008
New Revision: 724450
URL: http://svn.apache.org/viewvc?rev=724450&view=rev
Log:
Removed obsolete author tags.
Modified:
xalan/c/trunk/src/xalanc/XPath/XPathConstructionContextDefault.hpp
xalan/c/trunk/src/xalanc/XSLT/ElemCopyOf.hpp
xalan/c/trunk/src/xalanc/XSLT/ExtensionFunctionHandler.hpp
xalan/c/trunk/src/xalanc/XSLT/NodeSortKey.hpp
xalan/c/trunk/src/xalanc/XSLT/NodeSorter.cpp
xalan/c/trunk/src/xalanc/XSLT/NodeSorter.hpp
Modified: xalan/c/trunk/src/xalanc/XPath/XPathConstructionContextDefault.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XPathConstructionContextDefault.hpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XPathConstructionContextDefault.hpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XPathConstructionContextDefault.hpp Mon Dec 8 11:16:33 2008
@@ -30,9 +30,6 @@
-/**
- * @author <a href="mailto:[email protected]">David N. Bertoni</a>
- */
// Base class header file...
#include <xalanc/XPath/XPathConstructionContext.hpp>
Modified: xalan/c/trunk/src/xalanc/XSLT/ElemCopyOf.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/ElemCopyOf.hpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/ElemCopyOf.hpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/ElemCopyOf.hpp Mon Dec 8 11:16:33 2008
@@ -18,11 +18,6 @@
#if !defined(XALAN_ELEMCOPYOF_HEADER_GUARD)
#define XALAN_ELEMCOPYOF_HEADER_GUARD
-/**
- * @author David Bertoni ([email protected])
- * @author Matthew Hoyt ([email protected])
- */
-
// Base include file. Must be first.
#include "XSLTDefinitions.hpp"
Modified: xalan/c/trunk/src/xalanc/XSLT/ExtensionFunctionHandler.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/ExtensionFunctionHandler.hpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/ExtensionFunctionHandler.hpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/ExtensionFunctionHandler.hpp Mon Dec 8 11:16:33 2008
@@ -54,8 +54,6 @@
/**
* Class handling an extension namespace for XPath. Provides functions
* to test a function's existence and call a function
- *
- * @author Sanjiva Weerawarana ([email protected])
*/
class XALAN_XSLT_EXPORT ExtensionFunctionHandler
{
Modified: xalan/c/trunk/src/xalanc/XSLT/NodeSortKey.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/NodeSortKey.hpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/NodeSortKey.hpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/NodeSortKey.hpp Mon Dec 8 11:16:33 2008
@@ -19,14 +19,6 @@
#if !defined(XALAN_NODESORTKEY_HEADER_GUARD)
#define XALAN_NODESORTKEY_HEADER_GUARD
-/**
- *
- * @author Scott Boag ([email protected])
- * @author David N. Bertoni ([email protected])
- */
-
-
-
// Base include file. Must be first.
#include "XSLTDefinitions.hpp"
Modified: xalan/c/trunk/src/xalanc/XSLT/NodeSorter.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/NodeSorter.cpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/NodeSorter.cpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/NodeSorter.cpp Mon Dec 8 11:16:33 2008
@@ -15,13 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/**
- *
- * @author Scott Boag ([email protected])
- * @author David N. Bertoni ([email protected])
- */
-
-
// Class header file.
#include "NodeSorter.hpp"
Modified: xalan/c/trunk/src/xalanc/XSLT/NodeSorter.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/NodeSorter.hpp?rev=724450&r1=724449&r2=724450&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/NodeSorter.hpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/NodeSorter.hpp Mon Dec 8 11:16:33 2008
@@ -18,12 +18,6 @@
#if !defined(XALAN_NODESORTER_HEADER_GUARD)
#define XALAN_NODESORTER_HEADER_GUARD
-/**
- * @author David N. Bertoni ([email protected])
- */
-
-
-
// Base include file. Must be first.
#include "XSLTDefinitions.hpp"