X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=sleeper;h=fab2eef59f958cb57c25c68c74f85162dcebc1fc;hb=cd157f07578f35732ac4de40714ad35d84335507;hp=d8f601a7d52922516390bd195d59e58b7ff1567d;hpb=631427cddbf02bbee26b6933ae188f08868ab57f;p=qemu-sanity-check.git diff --git a/sleeper b/sleeper index d8f601a..fab2eef 100755 --- 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