summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-18 22:05:02 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-18 22:05:02 +0000
commit08840bab44c38d0c69b5780c57b2bf370c96d58c (patch)
treea09d90f385c268782bb79755e9e9f6e7c6b6d3cb /ocaml
parentd8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff)
downloadlibguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/guestfs_c.c2
-rw-r--r--ocaml/guestfs_c.h2
-rw-r--r--ocaml/t/guestfs_005_load.ml2
-rw-r--r--ocaml/t/guestfs_010_basic.ml2
-rw-r--r--ocaml/t/guestfs_400_progress.ml2
5 files changed, 5 insertions, 5 deletions
diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c
index fd5e14ae..c4b2a964 100644
--- a/ocaml/guestfs_c.c
+++ b/ocaml/guestfs_c.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/ocaml/guestfs_c.h b/ocaml/guestfs_c.h
index 2bcd577e..8d379210 100644
--- a/ocaml/guestfs_c.h
+++ b/ocaml/guestfs_c.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/ocaml/t/guestfs_005_load.ml b/ocaml/t/guestfs_005_load.ml
index ace873fb..5ffc30eb 100644
--- a/ocaml/t/guestfs_005_load.ml
+++ b/ocaml/t/guestfs_005_load.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ocaml/t/guestfs_010_basic.ml b/ocaml/t/guestfs_010_basic.ml
index 49006f7c..b6750a1a 100644
--- a/ocaml/t/guestfs_010_basic.ml
+++ b/ocaml/t/guestfs_010_basic.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ocaml/t/guestfs_400_progress.ml b/ocaml/t/guestfs_400_progress.ml
index d49ddffd..2cd3194f 100644
--- a/ocaml/t/guestfs_400_progress.ml
+++ b/ocaml/t/guestfs_400_progress.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by