diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
commit | 08840bab44c38d0c69b5780c57b2bf370c96d58c (patch) | |
tree | a09d90f385c268782bb79755e9e9f6e7c6b6d3cb /src | |
parent | d8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff) | |
download | libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip |
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'src')
-rw-r--r-- | src/appliance.c | 2 | ||||
-rw-r--r-- | src/dbdump.c | 2 | ||||
-rw-r--r-- | src/guestfs-internal.h | 2 | ||||
-rw-r--r-- | src/guestfs.c | 2 | ||||
-rw-r--r-- | src/guestfs.pod | 2 | ||||
-rw-r--r-- | src/inspect.c | 2 | ||||
-rw-r--r-- | src/inspect_apps.c | 2 | ||||
-rw-r--r-- | src/inspect_fs.c | 2 | ||||
-rw-r--r-- | src/inspect_fs_cd.c | 2 | ||||
-rw-r--r-- | src/inspect_fs_unix.c | 2 | ||||
-rw-r--r-- | src/inspect_fs_windows.c | 2 | ||||
-rw-r--r-- | src/launch.c | 2 | ||||
-rw-r--r-- | src/match.c | 2 | ||||
-rw-r--r-- | src/proto.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/appliance.c b/src/appliance.c index 57ff38f1..0ece4d27 100644 --- a/src/appliance.c +++ b/src/appliance.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/dbdump.c b/src/dbdump.c index 45c67c62..ca035db1 100644 --- a/src/dbdump.c +++ b/src/dbdump.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 541afb3d..a72c320a 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2011 Red Hat Inc. + * Copyright (C) 2009-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs.c b/src/guestfs.c index 9f734866..31968e4e 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2011 Red Hat Inc. + * Copyright (C) 2009-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs.pod b/src/guestfs.pod index 55f6e7f5..f6fd0bb8 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -3343,7 +3343,7 @@ Richard W.M. Jones (C<rjones at redhat dot com>) =head1 COPYRIGHT -Copyright (C) 2009-2011 Red Hat Inc. +Copyright (C) 2009-2012 Red Hat Inc. L<http://libguestfs.org/> This library is free software; you can redistribute it and/or diff --git a/src/inspect.c b/src/inspect.c index a7291da4..aeceed9f 100644 --- a/src/inspect.c +++ b/src/inspect.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/inspect_apps.c b/src/inspect_apps.c index 18f2ae36..2f3e3f15 100644 --- a/src/inspect_apps.c +++ b/src/inspect_apps.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/inspect_fs.c b/src/inspect_fs.c index 2b8c8e9b..fa7aaa84 100644 --- a/src/inspect_fs.c +++ b/src/inspect_fs.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/inspect_fs_cd.c b/src/inspect_fs_cd.c index 96add97c..97aa3b91 100644 --- a/src/inspect_fs_cd.c +++ b/src/inspect_fs_cd.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/inspect_fs_unix.c b/src/inspect_fs_unix.c index 63317b3e..f34075d5 100644 --- a/src/inspect_fs_unix.c +++ b/src/inspect_fs_unix.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/inspect_fs_windows.c b/src/inspect_fs_windows.c index 270b7616..ad47b2d3 100644 --- a/src/inspect_fs_windows.c +++ b/src/inspect_fs_windows.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch.c b/src/launch.c index e47eda9a..1af74b99 100644 --- a/src/launch.c +++ b/src/launch.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2011 Red Hat Inc. + * Copyright (C) 2009-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/match.c b/src/match.c index 6038e41c..b31721c4 100644 --- a/src/match.c +++ b/src/match.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/proto.c b/src/proto.c index e34e4ec0..4a558ef7 100644 --- a/src/proto.c +++ b/src/proto.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2011 Red Hat Inc. + * Copyright (C) 2009-2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |