diff options
Diffstat (limited to 'cpp/install')
-rwxr-xr-x | cpp/install/common/makewindist.py | 17 | ||||
-rwxr-xr-x | cpp/install/thirdparty/bzip2/Makefile.mak | 16 |
2 files changed, 17 insertions, 16 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py index 18808e8c65b..d309d2e5c3c 100755 --- a/cpp/install/common/makewindist.py +++ b/cpp/install/common/makewindist.py @@ -1,11 +1,12 @@ -# **********************************************************************
-#
-# Copyright (c) 2003-2005 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.
-#
-# **********************************************************************
+#!/usr/bin/env python +# ********************************************************************** +# +# Copyright (c) 2003-2006 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 getopt, os, re, shutil, string, sys, zipfile
import logging, cStringIO, glob
diff --git a/cpp/install/thirdparty/bzip2/Makefile.mak b/cpp/install/thirdparty/bzip2/Makefile.mak index 11f64739107..5efcc06f814 100755 --- a/cpp/install/thirdparty/bzip2/Makefile.mak +++ b/cpp/install/thirdparty/bzip2/Makefile.mak @@ -1,11 +1,11 @@ -# **********************************************************************
-#
-# Copyright (c) 2003-2005 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.
-#
-# **********************************************************************
+# ********************************************************************** +# +# Copyright (c) 2003-2006 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. +# +# ********************************************************************** #
# This is a replacement for the makefile.msc file that comes with the
|