maint: update copyright
[gnulib.git] / tests / test-getpass.c
index 19e7335..9bcbc93 100644 (file)
@@ -1,5 +1,5 @@
 /* Test getpass implementation.
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2009-2014 Free Software Foundation, Inc.
    Written by Simon Josefsson.
 
    This program is free software: you can redistribute it and/or modify
@@ -25,7 +25,7 @@ main (int argc, char *argv[])
 {
   char *pass = getpass ("Enter password: ");
 
-  printf ("The password is `%s'\n", pass);
+  printf ("The password is '%s'\n", pass);
 
   return 0;
 }