From 0e84f330cccc2a9dcb2102a0e1a91458e75efd6f Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 28 Jan 2007 21:21:32 +0000
Subject: [PATCH] Fix a couple of minor comment problems in the CheckCopyrightDates task source.

---
 opendj-sdk/opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/opendj-sdk/opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java b/opendj-sdk/opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java
index 31452f7..1c0d9a4 100644
--- a/opendj-sdk/opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java
+++ b/opendj-sdk/opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java
@@ -72,8 +72,7 @@
   // A list of all the filesets to be checked.
   private LinkedList<FileSet> filesetList = new LinkedList<FileSet>();
 
-  // The path to the root of the Subversion workspace for which to retrieve the
-  // revision number.
+  // The path to the root of the Subversion workspace to check.
   private String workspace = null;
 
 
@@ -108,10 +107,8 @@
   /**
    * Performs the appropriate processing needed for this task.  In this case,
    * it uses SVNKit to identify all modified files in the current workspace.
-   * For all source files
-   *
-   * the current revision number for the local
-   * workspace and store it in a specified property.
+   * For all source files, look for comment lines containing the word
+   * "copyright" and make sure at least one of them contains the current year.
    */
   @Override()
   public void execute()

--
Gitblit v1.10.0