maint: update copyright
[gnulib.git] / lib / unicase / u8-is-uppercase.c
index 7f14f92..37dc9f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether an UTF-8 string is entirely upper 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
 u8_is_uppercase (const uint8_t *s, size_t n, const char *iso639_language,
-                bool *resultp)
+                 bool *resultp)
 {
   return u8_is_invariant (s, n, u8_toupper, iso639_language, resultp);
 }