summaryrefslogtreecommitdiff
path: root/lib/usleep.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 10:04:58 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 10:04:58 +0100
commit1602f0afed21be664fcf5c42d59db07cc22c56d6 (patch)
tree1f0d66fe51df19a8d34d85da53f42bfd750073d8 /lib/usleep.c
parentfc9846f7408ed30a3421eff5450ff5287cd66ddd (diff)
downloadgnulib-1602f0afed21be664fcf5c42d59db07cc22c56d6.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'lib/usleep.c')
-rw-r--r--lib/usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/usleep.c b/lib/usleep.c
index 4ebefe0eb5..ea640bfa47 100644
--- a/lib/usleep.c
+++ b/lib/usleep.c
@@ -1,5 +1,5 @@
/* Pausing execution of the current thread.
- Copyright (C) 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 Free Software Foundation, Inc.
Written by Eric Blake <ebb9@byu.net>, 2009.
This program is free software: you can redistribute it and/or modify