diff --git a/scripts/build-all.py b/scripts/build-all.py index 5cb4da53791a..016f338e638c 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -1,6 +1,6 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 -# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2015, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 97cd9a51ff28..1d72ede53c84 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -1,7 +1,7 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. +# Copyright (c) 2011-2012, 2015, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: