maint: update copyright
[gnulib.git] / lib / unicase / u16-is-lowercase.c
index 36a0151..6bb1538 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether an UTF-16 string is entirely lower case.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
@@ -24,7 +24,7 @@
 
 int
 u16_is_lowercase (const uint16_t *s, size_t n, const char *iso639_language,
-                 bool *resultp)
+                  bool *resultp)
 {
   return u16_is_invariant (s, n, u16_tolower, iso639_language, resultp);
 }