Loading scripts/contrithanks.sh +3 −3 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____| # # # Copyright (C) 2013-2015, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al. # # # This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms Loading Loading @@ -41,7 +41,7 @@ cut -d: -f2- | \ cut '-d<' -f1 | \ cut '-d<' -f1 | \ tr , '\012' | \ tr , '\012' | \ sed 's/ and /\n/' | \ sed 's/ and /\n/' | \ sed -e 's/^ //' -e 's/ $//g' sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/' # grep out the list of names from RELEASE-NOTES # grep out the list of names from RELEASE-NOTES # split on ", " # split on ", " Loading Loading
scripts/contrithanks.sh +3 −3 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____| # # # Copyright (C) 2013-2015, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al. # # # This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms Loading Loading @@ -41,7 +41,7 @@ cut -d: -f2- | \ cut '-d<' -f1 | \ cut '-d<' -f1 | \ tr , '\012' | \ tr , '\012' | \ sed 's/ and /\n/' | \ sed 's/ and /\n/' | \ sed -e 's/^ //' -e 's/ $//g' sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/' # grep out the list of names from RELEASE-NOTES # grep out the list of names from RELEASE-NOTES # split on ", " # split on ", " Loading