From 4be1c92077ea9ddc42676156be140e75e7adf4b7 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 26 Jan 2017 19:33:28 -0800 Subject: [PATCH] add apache license header --- ch13/ansible/roles/mezzanine/files/entrypoint.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ch13/ansible/roles/mezzanine/files/entrypoint.sh b/ch13/ansible/roles/mezzanine/files/entrypoint.sh index 6f93dcf..8e1b735 100644 --- a/ch13/ansible/roles/mezzanine/files/entrypoint.sh +++ b/ch13/ansible/roles/mezzanine/files/entrypoint.sh @@ -1,4 +1,17 @@ #!/bin/bash +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# # Adapted from https://github.com/ansible/django-gulp-nginx # https://github.com/ansible/django-gulp-nginx/blob/master/ansible/roles/django-gunicorn/files/entrypoint.sh MANAGE=/srv/project/manage.py -- 2.44.0