New upstream version 1.1.2.
[qemu-sanity-check.git] / sleeper
diff --git a/sleeper b/sleeper
index d8f601a..fab2eef 100755 (executable)
--- a/sleeper
+++ b/sleeper
@@ -13,9 +13,9 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 # This script is used by the tests as a fake qemu.  It just sleeps forever.
 while true; do sleep 1000000; done