Skip to content

Commit

Permalink
balloon: Fix header comment; add Copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Shah <[email protected]>
  • Loading branch information
Amit Shah authored and Anthony Liguori committed Aug 4, 2011
1 parent 30fb2ca commit 73428a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions balloon.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* QEMU System Emulator
* Generic Balloon handlers and management
*
* Copyright (c) 2003-2008 Fabrice Bellard
* Copyright (C) 2011 Red Hat, Inc.
* Copyright (C) 2011 Amit Shah <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -30,7 +32,6 @@
#include "balloon.h"
#include "trace.h"


static QEMUBalloonEvent *balloon_event_fn;
static QEMUBalloonStatus *balloon_stat_fn;
static void *balloon_opaque;
Expand Down

0 comments on commit 73428a8

Please sign in to comment.