From 161801a86ed00b3326f4444e254310e139ae7e8a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Dec 2017 01:06:43 -0500 Subject: [PATCH] convert http:// URIs to https:// Also update the ShellCheck homepage to the new dedicated domain. --- .gitignore | 2 +- .prepare_deploy | 2 +- LICENSE | 8 ++++---- README.md | 4 ++-- ShellCheck.cabal | 2 +- ShellCheck/AST.hs | 4 ++-- ShellCheck/ASTLib.hs | 4 ++-- ShellCheck/Analytics.hs | 4 ++-- ShellCheck/Analyzer.hs | 4 ++-- ShellCheck/AnalyzerLib.hs | 4 ++-- ShellCheck/Checker.hs | 4 ++-- ShellCheck/Checks/Commands.hs | 4 ++-- ShellCheck/Checks/ShellSupport.hs | 4 ++-- ShellCheck/Formatter/CheckStyle.hs | 4 ++-- ShellCheck/Formatter/Format.hs | 4 ++-- ShellCheck/Formatter/GCC.hs | 4 ++-- ShellCheck/Formatter/JSON.hs | 4 ++-- ShellCheck/Formatter/TTY.hs | 4 ++-- ShellCheck/Interface.hs | 4 ++-- ShellCheck/Parser.hs | 4 ++-- ShellCheck/Regex.hs | 4 ++-- shellcheck.1.md | 2 +- shellcheck.hs | 6 +++--- stack.yaml | 2 +- 24 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index f4e1a25..bdba958 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Created by http://www.gitignore.io +# Created by https://www.gitignore.io ### Haskell ### dist diff --git a/.prepare_deploy b/.prepare_deploy index be9d409..6997b94 100755 --- a/.prepare_deploy +++ b/.prepare_deploy @@ -7,7 +7,7 @@ cd deploy cp ../LICENSE LICENSE.txt sed -e $'s/$/\r/' > README.txt << END This is a precompiled ShellCheck binary. - http://www.shellcheck.net/ + https://www.shellcheck.net/ ShellCheck is a static analysis tool for shell scripts. It's licensed under the GNU General Public License v3.0. diff --git a/LICENSE b/LICENSE index 94a9ed0..e600086 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. 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, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/README.md b/README.md index af0ebaa..0d8fe94 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ There are a number of ways to use ShellCheck! ### On the web -Paste a shell script on http://www.shellcheck.net for instant feedback. +Paste a shell script on https://www.shellcheck.net for instant feedback. -[ShellCheck.net](http://www.shellcheck.net) is always synchronized to the latest git commit, and is the easiest way to give ShellCheck a go. Tell your friends! +[ShellCheck.net](https://www.shellcheck.net) is always synchronized to the latest git commit, and is the easiest way to give ShellCheck a go. Tell your friends! ### From your terminal diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 9e8b830..e0c9db0 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -6,7 +6,7 @@ License-file: LICENSE Category: Static Analysis Author: Vidar Holen Maintainer: vidar@vidarholen.net -Homepage: http://www.shellcheck.net/ +Homepage: https://www.shellcheck.net/ Build-Type: Custom Cabal-Version: >= 1.8 Bug-reports: https://github.com/koalaman/shellcheck/issues diff --git a/ShellCheck/AST.hs b/ShellCheck/AST.hs index fec6247..466dbe2 100644 --- a/ShellCheck/AST.hs +++ b/ShellCheck/AST.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.AST where diff --git a/ShellCheck/ASTLib.hs b/ShellCheck/ASTLib.hs index a23db4f..635acf0 100644 --- a/ShellCheck/ASTLib.hs +++ b/ShellCheck/ASTLib.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.ASTLib where diff --git a/ShellCheck/Analytics.hs b/ShellCheck/Analytics.hs index ac2363e..6863417 100644 --- a/ShellCheck/Analytics.hs +++ b/ShellCheck/Analytics.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE TemplateHaskell, FlexibleContexts #-} module ShellCheck.Analytics (runAnalytics, ShellCheck.Analytics.runTests) where diff --git a/ShellCheck/Analyzer.hs b/ShellCheck/Analyzer.hs index fb20f29..235afe3 100644 --- a/ShellCheck/Analyzer.hs +++ b/ShellCheck/Analyzer.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Analyzer (analyzeScript) where diff --git a/ShellCheck/AnalyzerLib.hs b/ShellCheck/AnalyzerLib.hs index b2d4c93..361a67e 100644 --- a/ShellCheck/AnalyzerLib.hs +++ b/ShellCheck/AnalyzerLib.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE FlexibleContexts #-} diff --git a/ShellCheck/Checker.hs b/ShellCheck/Checker.hs index 297a2cd..5b0134c 100644 --- a/ShellCheck/Checker.hs +++ b/ShellCheck/Checker.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE TemplateHaskell #-} module ShellCheck.Checker (checkScript, ShellCheck.Checker.runTests) where diff --git a/ShellCheck/Checks/Commands.hs b/ShellCheck/Checks/Commands.hs index 4322ef0..c02e8be 100644 --- a/ShellCheck/Checks/Commands.hs +++ b/ShellCheck/Checks/Commands.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE FlexibleContexts #-} diff --git a/ShellCheck/Checks/ShellSupport.hs b/ShellCheck/Checks/ShellSupport.hs index 9c45bfa..f2ca2da 100644 --- a/ShellCheck/Checks/ShellSupport.hs +++ b/ShellCheck/Checks/ShellSupport.hs @@ -2,7 +2,7 @@ Copyright 2012-2016 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE FlexibleContexts #-} diff --git a/ShellCheck/Formatter/CheckStyle.hs b/ShellCheck/Formatter/CheckStyle.hs index 2be073c..b3f2074 100644 --- a/ShellCheck/Formatter/CheckStyle.hs +++ b/ShellCheck/Formatter/CheckStyle.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Formatter.CheckStyle (format) where diff --git a/ShellCheck/Formatter/Format.hs b/ShellCheck/Formatter/Format.hs index c49b65e..adce0b6 100644 --- a/ShellCheck/Formatter/Format.hs +++ b/ShellCheck/Formatter/Format.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Formatter.Format where diff --git a/ShellCheck/Formatter/GCC.hs b/ShellCheck/Formatter/GCC.hs index 52fe04e..b8a0bb0 100644 --- a/ShellCheck/Formatter/GCC.hs +++ b/ShellCheck/Formatter/GCC.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Formatter.GCC (format) where diff --git a/ShellCheck/Formatter/JSON.hs b/ShellCheck/Formatter/JSON.hs index 7225165..c7ac2f7 100644 --- a/ShellCheck/Formatter/JSON.hs +++ b/ShellCheck/Formatter/JSON.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Formatter.JSON (format) where diff --git a/ShellCheck/Formatter/TTY.hs b/ShellCheck/Formatter/TTY.hs index 27ecdc7..27d5065 100644 --- a/ShellCheck/Formatter/TTY.hs +++ b/ShellCheck/Formatter/TTY.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Formatter.TTY (format) where diff --git a/ShellCheck/Interface.hs b/ShellCheck/Interface.hs index 3b77d94..a76c7e0 100644 --- a/ShellCheck/Interface.hs +++ b/ShellCheck/Interface.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} module ShellCheck.Interface where diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index c89a666..3ee34db 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-} module ShellCheck.Parser (parseScript, runTests) where diff --git a/ShellCheck/Regex.hs b/ShellCheck/Regex.hs index 98e4528..f975775 100644 --- a/ShellCheck/Regex.hs +++ b/ShellCheck/Regex.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} {-# LANGUAGE FlexibleContexts #-} diff --git a/shellcheck.1.md b/shellcheck.1.md index eb5c171..1e15a81 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -207,7 +207,7 @@ https://github.com/koalaman/shellcheck/issues # COPYRIGHT Copyright 2012-2015, Vidar Holen. Licensed under the GNU General Public License version 3 or later, -see http://gnu.org/licenses/gpl.html +see https://gnu.org/licenses/gpl.html # SEE ALSO diff --git a/shellcheck.hs b/shellcheck.hs index 9b41525..542bd32 100644 --- a/shellcheck.hs +++ b/shellcheck.hs @@ -2,7 +2,7 @@ Copyright 2012-2015 Vidar Holen This file is part of ShellCheck. - http://www.vidarholen.net/contents/shellcheck + https://www.shellcheck.net ShellCheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ 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, see . + along with this program. If not, see . -} import ShellCheck.Data import ShellCheck.Checker @@ -378,4 +378,4 @@ printVersion = do putStrLn "ShellCheck - shell script analysis tool" putStrLn $ "version: " ++ shellcheckVersion putStrLn "license: GNU General Public License, version 3" - putStrLn "website: http://www.shellcheck.net" + putStrLn "website: https://www.shellcheck.net" diff --git a/stack.yaml b/stack.yaml index c012d28..d39cada 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,5 +1,5 @@ # This file was automatically generated by stack init -# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ +# For more information, see: https://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-8.5