Delete.
[m17n/m17n-lib.git] / src / mtext-wseg.c
index 8e8cdd3..a27469d 100644 (file)
@@ -1,5 +1,5 @@
 /* mtext-wseg.c -- word segmentation
-   Copyright (C) 2005
+   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    02111-1307, USA.  */
 
 #if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE)
@@ -363,7 +363,8 @@ mtext__wseg_fini ()
    boundary position at or previous to POS, and update *TO to the word
    boundary position after POS.
 
-   @return If word boundaries were found successfully, return 1 (if
+   @return 
+   If word boundaries were found successfully, return 1 (if
    the character at POS is a part of a word) or 0 (otherwise).  If the
    operation was not successful, return -1 without setting *FROM and
    *TO.  */