diff options
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2015-02-23 09:17:34 -0500 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-03-10 08:15:33 +0300 |
commit | 826a7cd9d94427aa72ff03f109632e48cf5f26ec (patch) | |
tree | 26d356910b98102edcf425583eaa226be1ff36fe /migration | |
parent | cc5d0e04ee313d0ceee5d8e4e697142eaf240dca (diff) | |
download | qemu-826a7cd9d94427aa72ff03f109632e48cf5f26ec.tar.gz qemu-826a7cd9d94427aa72ff03f109632e48cf5f26ec.tar.bz2 qemu-826a7cd9d94427aa72ff03f109632e48cf5f26ec.zip |
Add copyright and author after file split
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'migration')
-rw-r--r-- | migration/qemu-file-buf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c index e97e0bd655..e56a8ad1e0 100644 --- a/migration/qemu-file-buf.c +++ b/migration/qemu-file-buf.c @@ -2,6 +2,10 @@ * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard + * Copyright (c) 2014 IBM Corp. + * + * Authors: + * Stefan Berger <stefanb@linux.vnet.ibm.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |