diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2018-12-30 05:49:26 +0100 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2019-01-03 13:24:18 +0100 |
commit | c99e954973ea330e32e392c71ed17db5b359381b (patch) | |
tree | 0e6895316a94f8346d16e34d0bef1bdbf80d61df /examples/dommigrate | |
parent | 3af2c5ddad049abe42f301ad51506901f2b92cfa (diff) | |
download | libvirt-c99e954973ea330e32e392c71ed17db5b359381b.tar.gz |
Remove even more Author(s): lines from source files
In 600462834f4ec1955a9a4 we've tried to remove Author(s): lines
from comments at the beginning of our source files. Well, in some
files while we removed the "Author" line we did not remove the
actual list of authors.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'examples/dommigrate')
-rw-r--r-- | examples/dommigrate/dommigrate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/dommigrate/dommigrate.c b/examples/dommigrate/dommigrate.c index 3fd078d55d..1b6072d138 100644 --- a/examples/dommigrate/dommigrate.c +++ b/examples/dommigrate/dommigrate.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * <http://www.gnu.org/licenses/>. - * - * Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com> */ #include <stdio.h> |