From 7da8a02cbf7755888971fafdabc7a893b822fc74 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 15 Nov 2017 16:46:39 -0700 Subject: [PATCH] git grep --files-with-matches github.com/llnl/spack | xargs sed -i '/github.com/s@llnl/spack@spack/spack@' (#6329) --- lib/spack/docs/tutorial/examples/Autotools/0.package.py | 2 +- lib/spack/docs/tutorial/examples/Autotools/1.package.py | 2 +- lib/spack/docs/tutorial/examples/Autotools/autotools_class.py | 2 +- lib/spack/docs/tutorial/examples/Cmake/0.package.py | 2 +- lib/spack/docs/tutorial/examples/Cmake/1.package.py | 2 +- lib/spack/docs/tutorial/examples/Cmake/2.package.py | 2 +- lib/spack/docs/tutorial/examples/Cmake/cmake_class.py | 2 +- lib/spack/docs/tutorial/examples/Makefile/0.package.py | 2 +- lib/spack/docs/tutorial/examples/Makefile/1.package.py | 2 +- lib/spack/docs/tutorial/examples/Makefile/2.package.py | 2 +- lib/spack/docs/tutorial/examples/Makefile/3.package.py | 2 +- lib/spack/docs/tutorial/examples/Makefile/makefile_class.py | 2 +- lib/spack/docs/tutorial/examples/PyPackage/0.package.py | 2 +- lib/spack/docs/tutorial/examples/PyPackage/1.package.py | 2 +- .../docs/tutorial/examples/PyPackage/python_package_class.py | 2 +- var/spack/repos/builtin/packages/typhonio/package.py | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/spack/docs/tutorial/examples/Autotools/0.package.py b/lib/spack/docs/tutorial/examples/Autotools/0.package.py index 44a157b36a6..c84ed6de0bc 100644 --- a/lib/spack/docs/tutorial/examples/Autotools/0.package.py +++ b/lib/spack/docs/tutorial/examples/Autotools/0.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Autotools/1.package.py b/lib/spack/docs/tutorial/examples/Autotools/1.package.py index bc12c70b7f1..eaf85322c1e 100644 --- a/lib/spack/docs/tutorial/examples/Autotools/1.package.py +++ b/lib/spack/docs/tutorial/examples/Autotools/1.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Autotools/autotools_class.py b/lib/spack/docs/tutorial/examples/Autotools/autotools_class.py index 90ff8540bde..8f2af3e21e3 100644 --- a/lib/spack/docs/tutorial/examples/Autotools/autotools_class.py +++ b/lib/spack/docs/tutorial/examples/Autotools/autotools_class.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Cmake/0.package.py b/lib/spack/docs/tutorial/examples/Cmake/0.package.py index 724b3fdf946..e4996c80c8a 100644 --- a/lib/spack/docs/tutorial/examples/Cmake/0.package.py +++ b/lib/spack/docs/tutorial/examples/Cmake/0.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Cmake/1.package.py b/lib/spack/docs/tutorial/examples/Cmake/1.package.py index dcb44260d20..6b881472724 100644 --- a/lib/spack/docs/tutorial/examples/Cmake/1.package.py +++ b/lib/spack/docs/tutorial/examples/Cmake/1.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Cmake/2.package.py b/lib/spack/docs/tutorial/examples/Cmake/2.package.py index 126a841ce99..2546b9c7995 100644 --- a/lib/spack/docs/tutorial/examples/Cmake/2.package.py +++ b/lib/spack/docs/tutorial/examples/Cmake/2.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Cmake/cmake_class.py b/lib/spack/docs/tutorial/examples/Cmake/cmake_class.py index 5b0f5526c99..ca9ec6f803c 100644 --- a/lib/spack/docs/tutorial/examples/Cmake/cmake_class.py +++ b/lib/spack/docs/tutorial/examples/Cmake/cmake_class.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Makefile/0.package.py b/lib/spack/docs/tutorial/examples/Makefile/0.package.py index 641b6ccb8f7..847d010d8b3 100644 --- a/lib/spack/docs/tutorial/examples/Makefile/0.package.py +++ b/lib/spack/docs/tutorial/examples/Makefile/0.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Makefile/1.package.py b/lib/spack/docs/tutorial/examples/Makefile/1.package.py index 709bc71afa7..feee7750f0d 100644 --- a/lib/spack/docs/tutorial/examples/Makefile/1.package.py +++ b/lib/spack/docs/tutorial/examples/Makefile/1.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Makefile/2.package.py b/lib/spack/docs/tutorial/examples/Makefile/2.package.py index 10aba473e34..cebb108ac73 100644 --- a/lib/spack/docs/tutorial/examples/Makefile/2.package.py +++ b/lib/spack/docs/tutorial/examples/Makefile/2.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Makefile/3.package.py b/lib/spack/docs/tutorial/examples/Makefile/3.package.py index 269ab2c4542..f4142e3fb67 100644 --- a/lib/spack/docs/tutorial/examples/Makefile/3.package.py +++ b/lib/spack/docs/tutorial/examples/Makefile/3.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/Makefile/makefile_class.py b/lib/spack/docs/tutorial/examples/Makefile/makefile_class.py index 5ffb88f43d2..286b702fc91 100644 --- a/lib/spack/docs/tutorial/examples/Makefile/makefile_class.py +++ b/lib/spack/docs/tutorial/examples/Makefile/makefile_class.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/PyPackage/0.package.py b/lib/spack/docs/tutorial/examples/PyPackage/0.package.py index 48114075a7c..99df364510a 100644 --- a/lib/spack/docs/tutorial/examples/PyPackage/0.package.py +++ b/lib/spack/docs/tutorial/examples/PyPackage/0.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/PyPackage/1.package.py b/lib/spack/docs/tutorial/examples/PyPackage/1.package.py index a9cbff00e2e..a4313d8cba5 100644 --- a/lib/spack/docs/tutorial/examples/PyPackage/1.package.py +++ b/lib/spack/docs/tutorial/examples/PyPackage/1.package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/spack/docs/tutorial/examples/PyPackage/python_package_class.py b/lib/spack/docs/tutorial/examples/PyPackage/python_package_class.py index 190620d7a2c..b07a196fff2 100644 --- a/lib/spack/docs/tutorial/examples/PyPackage/python_package_class.py +++ b/lib/spack/docs/tutorial/examples/PyPackage/python_package_class.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/var/spack/repos/builtin/packages/typhonio/package.py b/var/spack/repos/builtin/packages/typhonio/package.py index 35fe269fd63..a60298b6d24 100644 --- a/var/spack/repos/builtin/packages/typhonio/package.py +++ b/var/spack/repos/builtin/packages/typhonio/package.py @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify