From c8cdeb4ced9d6c6eaa496cbcfac37b2db7c23b44 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Wed, 11 May 2016 21:27:47 -0600 Subject: Update copyright dates, aways use bash instead of sh, since on some systems it's dash instead. Change-Id: I2b819d18b52e35045684948084b125c35d4d43a6 --- abe.sh | 2 +- jenkins.sh | 2 +- lib/benchmark.sh | 18 ++++++++++++++++++ lib/checkout.sh | 2 +- lib/common.sh | 4 ++-- lib/component.sh | 2 +- lib/configure.sh | 2 +- lib/depend.sh | 4 ++-- lib/diff.sh | 2 +- lib/fetch.sh | 4 ++-- lib/gerrit.sh | 4 ++-- lib/git-parser.sh | 4 ++-- lib/globals.sh | 4 ++-- lib/make.sh | 2 +- lib/merge.sh | 4 ++-- lib/package.sh | 2 +- lib/release.sh | 4 ++-- lib/schroot.sh | 16 ++++++++++++++++ lib/stamp.sh | 2 +- sum2junit.sh | 4 ++-- tcwgweb.sh | 2 +- validate.sh | 2 +- 22 files changed, 63 insertions(+), 29 deletions(-) diff --git a/abe.sh b/abe.sh index 53412bed..6bb8ed51 100755 --- a/abe.sh +++ b/abe.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/jenkins.sh b/jenkins.sh index af387d72..c98650c5 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/benchmark.sh b/lib/benchmark.sh index 5f0625e9..5d2326ee 100644 --- a/lib/benchmark.sh +++ b/lib/benchmark.sh @@ -1,3 +1,21 @@ +#!/bin/bash +# +# Copyright (C) 2014, 2015, 2016 Linaro, Inc +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + bench_run () { local builddir="`get_builddir $1`" diff --git a/lib/checkout.sh b/lib/checkout.sh index 3fa4a178..5f65c41e 100644 --- a/lib/checkout.sh +++ b/lib/checkout.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014, 2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/common.sh b/lib/common.sh index a5c1356d..984fa54d 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/component.sh b/lib/component.sh index f5345208..6c96a368 100644 --- a/lib/component.sh +++ b/lib/component.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2015 Linaro, Inc +# Copyright (C) 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/configure.sh b/lib/configure.sh index d20ad25d..26a9aa6a 100755 --- a/lib/configure.sh +++ b/lib/configure.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014, 2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/depend.sh b/lib/depend.sh index 7b5215db..9d233b00 100755 --- a/lib/depend.sh +++ b/lib/depend.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/diff.sh b/lib/diff.sh index 8b1276cf..93682761 100644 --- a/lib/diff.sh +++ b/lib/diff.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/fetch.sh b/lib/fetch.sh index 201b733d..a3deb582 100755 --- a/lib/fetch.sh +++ b/lib/fetch.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013-2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/gerrit.sh b/lib/gerrit.sh index 04cefd16..1f73e6b6 100644 --- a/lib/gerrit.sh +++ b/lib/gerrit.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2014,2015 Linaro, Inc +# Copyright (C) 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/git-parser.sh b/lib/git-parser.sh index 7e24b398..d8ce66e5 100644 --- a/lib/git-parser.sh +++ b/lib/git-parser.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/globals.sh b/lib/globals.sh index f21c1bba..2d4eaace 100644 --- a/lib/globals.sh +++ b/lib/globals.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014, 2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/make.sh b/lib/make.sh index 4ffad0d4..dbd3ef24 100755 --- a/lib/make.sh +++ b/lib/make.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014, 2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/merge.sh b/lib/merge.sh index f2ab9193..27a64787 100644 --- a/lib/merge.sh +++ b/lib/merge.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/package.sh b/lib/package.sh index b5e6e349..8306c45a 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014, 2015 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/release.sh b/lib/release.sh index a63a2c7c..ccfcf239 100755 --- a/lib/release.sh +++ b/lib/release.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/schroot.sh b/lib/schroot.sh index 38964c33..139f761b 100755 --- a/lib/schroot.sh +++ b/lib/schroot.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2014, 2015, 2016 Linaro, Inc +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Print DJ board files used for testing # $1 - [optional] target triplet diff --git a/lib/stamp.sh b/lib/stamp.sh index b3a589e1..8cedb92a 100644 --- a/lib/stamp.sh +++ b/lib/stamp.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sum2junit.sh b/sum2junit.sh index 02fd40c7..c21e95ea 100755 --- a/sum2junit.sh +++ b/sum2junit.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tcwgweb.sh b/tcwgweb.sh index f8820860..12d68018 100755 --- a/tcwgweb.sh +++ b/tcwgweb.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/validate.sh b/validate.sh index 6e6d6bbd..8043e028 100755 --- a/validate.sh +++ b/validate.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013, 2014 Linaro, Inc +# Copyright (C) 2014, 2015, 2016 Linaro, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3