Skip to content

Commit

Permalink
update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 5, 2019
1 parent 38d9e4e commit e597803
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .ci/travis/docker_image/before_install.sh
Expand Up @@ -2,9 +2,9 @@
###########################################################################
# before_install.sh
# ---------------------
# Date : March 2016
# Copyright : (C) 2016 by Matthias Kuhn
# Email : matthias at opengis dot ch
# Date : March 2019
# Copyright : (C) 2019 by Denis Rouzaud
# Email : denis@opengis.ch
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
Expand Down
9 changes: 5 additions & 4 deletions .ci/travis/docker_image/before_script.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
###########################################################################
# before_script.sh
# before_install.sh
# ---------------------
# Date : August 2015
# Copyright : (C) 2015 by Nyall Dawson
# Email : nyall dot dawson at gmail dot com
# Date : March 2019
# Copyright : (C) 2019 by Denis Rouzaud
# Email : denis@opengis.ch
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
Expand All @@ -14,6 +14,7 @@
# #
###########################################################################


set -e

.ci/travis/scripts/echo_travis_var.sh
Expand Down
9 changes: 5 additions & 4 deletions .ci/travis/docker_image/install.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# before_install.sh
# ---------------------
# Date : March 2016
# Copyright : (C) 2016 by Matthias Kuhn
# Email : matthias at opengis dot ch
# Date : March 2019
# Copyright : (C) 2019 by Denis Rouzaud
# Email : denis@opengis.ch
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
Expand All @@ -14,3 +14,4 @@
# #
###########################################################################


9 changes: 5 additions & 4 deletions .ci/travis/docker_image/script.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# before_install.sh
# ---------------------
# Date : March 2016
# Copyright : (C) 2016 by Matthias Kuhn
# Email : matthias at opengis dot ch
# Date : March 2019
# Copyright : (C) 2019 by Denis Rouzaud
# Email : denis@opengis.ch
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
Expand All @@ -14,6 +14,7 @@
# #
###########################################################################


set -e

mkdir -p "CCACHE_DIR_IMAGE_BUILD"
Expand Down

0 comments on commit e597803

Please sign in to comment.