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 2006/11/06 01:32:25 UTC

svn commit: r471582 - in /xalan/c/trunk/Projects: MacOS/ProjectBuilder/XalanLib/ MacOS/ProjectBuilder/XalanSamples/ Win32/ Win32/VC6/Utils/Localization/ Win32/VC7.1/Utils/Localization/ Win32/VC7/Utils/Localization/

Author: dmitryh
Date: Sun Nov  5 16:32:24 2006
New Revision: 471582

URL: http://svn.apache.org/viewvc?view=rev&rev=471582
Log:
Fix for XALANC-626

Modified:
    xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanLib/XalanLib_Prefix.h
    xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanSamples/xalan_sample_prefix.h
    xalan/c/trunk/Projects/Win32/Makefile
    xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/BuildMessages.mak
    xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/tools.ini
    xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/BuildMessages.mak
    xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/tools.ini
    xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/BuildMessages.mak
    xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/tools.ini
    xalan/c/trunk/Projects/Win32/tools.ini

Modified: xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanLib/XalanLib_Prefix.h
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanLib/XalanLib_Prefix.h?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanLib/XalanLib_Prefix.h (original)
+++ xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanLib/XalanLib_Prefix.h Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the  "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *

Modified: xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanSamples/xalan_sample_prefix.h
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanSamples/xalan_sample_prefix.h?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanSamples/xalan_sample_prefix.h (original)
+++ xalan/c/trunk/Projects/MacOS/ProjectBuilder/XalanSamples/xalan_sample_prefix.h Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the  "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *

Modified: xalan/c/trunk/Projects/Win32/Makefile
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/Makefile?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/Makefile (original)
+++ xalan/c/trunk/Projects/Win32/Makefile Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/BuildMessages.mak
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/BuildMessages.mak?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/BuildMessages.mak (original)
+++ xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/BuildMessages.mak Sun Nov  5 16:32:24 2006
@@ -1,8 +1,10 @@
 # This makefike requires Tools.ini file with settings
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/tools.ini
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/tools.ini?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/tools.ini (original)
+++ xalan/c/trunk/Projects/Win32/VC6/Utils/Localization/tools.ini Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/BuildMessages.mak
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/BuildMessages.mak?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/BuildMessages.mak (original)
+++ xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/BuildMessages.mak Sun Nov  5 16:32:24 2006
@@ -1,8 +1,10 @@
 # This makefike requires Tools.ini file with settings
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/tools.ini
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/tools.ini?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/tools.ini (original)
+++ xalan/c/trunk/Projects/Win32/VC7.1/Utils/Localization/tools.ini Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/BuildMessages.mak
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/BuildMessages.mak?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/BuildMessages.mak (original)
+++ xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/BuildMessages.mak Sun Nov  5 16:32:24 2006
@@ -1,8 +1,10 @@
 # This makefike requires Tools.ini file with settings
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/tools.ini
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/tools.ini?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/tools.ini (original)
+++ xalan/c/trunk/Projects/Win32/VC7/Utils/Localization/tools.ini Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #

Modified: xalan/c/trunk/Projects/Win32/tools.ini
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Projects/Win32/tools.ini?view=diff&rev=471582&r1=471581&r2=471582
==============================================================================
--- xalan/c/trunk/Projects/Win32/tools.ini (original)
+++ xalan/c/trunk/Projects/Win32/tools.ini Sun Nov  5 16:32:24 2006
@@ -1,7 +1,9 @@
 #
-# Copyright 1999-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the  "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #



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