diff options
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index cd963a0bfb8..6df9a19872c 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2,9 +2,6 @@ # # Copyright (c) 2003-present ZeroC, Inc. All rights reserved. # -# This copy of Ice is licensed to you under the terms described in the -# ICE_LICENSE file included in this distribution. -# # ********************************************************************** import os, sys, runpy, getopt, traceback, types, threading, time, datetime, re, itertools, random, subprocess, shutil |