Commit f79288d4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove copyright/licence notice from build scripts

It seems a bit unnecessary…
parent 233cd3b6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ repos:
  - id: check-executable-modes
  - id: check-for-squash
  - id: copyright-notice
    exclude: ^data/
    exclude: ^data/|^scripts/(compile-|install-)
  - id: protect-first-parent

- repo: https://github.com/pre-commit/pygrep-hooks
+0 −6
Original line number Diff line number Diff line
#!/bin/bash
# Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -eux
shopt -s lastpipe

+0 −6
Original line number Diff line number Diff line
#!/bin/sh
# Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -eux

# Install packaged dependencies
+0 −6
Original line number Diff line number Diff line
#!/bin/sh
# Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -eux

# Install packaged dependencies
+0 −6
Original line number Diff line number Diff line
#!/bin/bash
# Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -eux

COMPOSER_INSTALLER_URL=https://getcomposer.org/installer