[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix file header comment

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-05-16 19:10:07 CEST

[[[
Fix file header comment in javahl code.

* subversion/bindings/java/javahl/native/BlameCallback.cpp
   (header): Fix header comment and adjust copyright year.

* subversion/bindings/java/javahl/native/BlameCallback.h
   (header): Fix header comment and adjust copyright year.
]]]

Index: subversion/bindings/java/javahl/native/BlameCallback.h
===================================================================
--- subversion/bindings/java/javahl/native/BlameCallback.h (revision 19641)
+++ subversion/bindings/java/javahl/native/BlameCallback.h (working copy)
@@ -1,7 +1,7 @@
 /**
  * @copyright
  * ====================================================================
- * Copyright (c) 2003-2004 CollabNet. All rights reserved.
+ * Copyright (c) 2003-2006 CollabNet. All rights reserved.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -15,7 +15,7 @@
  * ====================================================================
  * @endcopyright
  *
- * @file BlameCall.h
+ * @file BlameCallback.h
  * @brief Interface of the class BlameCallback
  */
 
Index: subversion/bindings/java/javahl/native/BlameCallback.cpp
===================================================================
--- subversion/bindings/java/javahl/native/BlameCallback.cpp (revision 19641)
+++ subversion/bindings/java/javahl/native/BlameCallback.cpp (working copy)
@@ -1,7 +1,7 @@
 /**
  * @copyright
  * ====================================================================
- * Copyright (c) 2003-2004 CollabNet. All rights reserved.
+ * Copyright (c) 2003-2006 CollabNet. All rights reserved.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -15,7 +15,7 @@
  * ====================================================================
  * @endcopyright
  *
- * @file BlameCall.cpp
+ * @file BlameCallback.cpp
  * @brief Implementation of the class BlameCallback
  */
 

Fix file header comment in javahl code.

* subversion/bindings/java/javahl/native/BlameCallback.cpp
  (header): Fix header comment and adjust copyright year.

* subversion/bindings/java/javahl/native/BlameCallback.h
  (header): Fix header comment and adjust copyright year.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 16 18:39:33 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.