20440888 Userland python tools should migrate to 2.7
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 10 Feb 2015 14:10:51 -0800
changeset 3770 ca450a806cc1
parent 3768 34ddbee8e07b
child 3771 f82d2dc12afc
20440888 Userland python tools should migrate to 2.7
components/rabbitmq/test.py
components/ruby/puppet/files/update_smf.py
make-rules/build-zone.mk
make-rules/depend.mk
tools/bass-o-matic
tools/build-watch.d
tools/build-watch.pl
tools/gen-components
tools/time.c
tools/userland-fetch
tools/userland-unpack
--- a/components/rabbitmq/test.py	Wed Feb 11 08:32:10 2015 -0800
+++ b/components/rabbitmq/test.py	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
--- a/components/ruby/puppet/files/update_smf.py	Wed Feb 11 08:32:10 2015 -0800
+++ b/components/ruby/puppet/files/update_smf.py	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
@@ -21,7 +21,7 @@
 #
 
 #
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 '''
--- a/make-rules/build-zone.mk	Wed Feb 11 08:32:10 2015 -0800
+++ b/make-rules/build-zone.mk	Tue Feb 10 14:10:51 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
--- a/make-rules/depend.mk	Wed Feb 11 08:32:10 2015 -0800
+++ b/make-rules/depend.mk	Tue Feb 10 14:10:51 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
 
 DEPENDS +=	$(REQUIRED_TOOL)
--- a/tools/bass-o-matic	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/bass-o-matic	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # bass-o-matic.py
--- a/tools/build-watch.d	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/build-watch.d	Tue Feb 10 14:10:51 2015 -0800
@@ -19,7 +19,7 @@
  *
  * CDDL HEADER END
  *
- * Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  *
  *
  * build-watch.d - a simple dtrace script to keep track of some key
--- a/tools/build-watch.pl	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/build-watch.pl	Tue Feb 10 14:10:51 2015 -0800
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # build-watch.pl - a simple utility to watch a process and it's children under
--- a/tools/gen-components	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/gen-components	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2014, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # gen_components
--- a/tools/time.c	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/time.c	Tue Feb 10 14:10:51 2015 -0800
@@ -18,7 +18,7 @@
  *
  * CDDL HEADER END
  *
- * Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 /*
--- a/tools/userland-fetch	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/userland-fetch	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # userland-fetch - a file download utility
--- a/tools/userland-unpack	Wed Feb 11 08:32:10 2015 -0800
+++ b/tools/userland-unpack	Tue Feb 10 14:10:51 2015 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2.7
 #
 # CDDL HEADER START
 #
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # unpack.py - an archive unpack utility