From f555af883825c7bda88f50aecab945649d425d1a Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Thu, 13 Sep 2018 19:53:37 +0300 Subject: [PATCH] Add Artem Smirnov to license --- Dockerfile | 1 + NOTICE | 6 ++++++ README.md | 6 ++++++ assets/gpg_batch.sh | 3 +++ assets/nginx.conf.sh | 3 +++ assets/startup.sh | 4 ++++ 6 files changed, 23 insertions(+) diff --git a/Dockerfile b/Dockerfile index aad2d2c..bf289fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# Copyright 2018 Artem B. Smirnov # Copyright 2016 Bryan J. Hong # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/NOTICE b/NOTICE index d60a94e..23425ea 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,10 @@ docker-aptly + +Copyright 2018 Artem B. Smirnov + +This product contains software (https://github.com/urpylka/docker-aptly) developed +by Artem Smirnov (http://github.com/urpylka) licensed under the Apache License. + Copyright 2016 Bryan J. Hong This product contains software (https://github.com/bryanhong/docker-aptly) developed diff --git a/README.md b/README.md index e8dd7e2..27548e1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +--- +Title: docker-aptly +Author: Artem Smirnov, Bryan Hong +Date: September 13, 2018 +License: Apache License, Version 2.0 +--- docker-aptly == diff --git a/assets/gpg_batch.sh b/assets/gpg_batch.sh index 79448c2..ff36b34 100755 --- a/assets/gpg_batch.sh +++ b/assets/gpg_batch.sh @@ -1,3 +1,6 @@ +# Copyright 2016 Bryan J. Hong +# Licensed under the Apache License, Version 2.0 + #! /bin/bash cat << EOF > /opt/gpg_batch %echo Generating a GPG key, might take a while diff --git a/assets/nginx.conf.sh b/assets/nginx.conf.sh index 70d822a..29701aa 100755 --- a/assets/nginx.conf.sh +++ b/assets/nginx.conf.sh @@ -1,3 +1,6 @@ +# Copyright 2016 Bryan J. Hong +# Licensed under the Apache License, Version 2.0 + #! /bin/bash cat << EOF > /etc/nginx/conf.d/default.conf diff --git a/assets/startup.sh b/assets/startup.sh index f4f3fc8..8afef99 100755 --- a/assets/startup.sh +++ b/assets/startup.sh @@ -1,3 +1,7 @@ +# Copyright 2018 Artem B. Smirnov +# Copyright 2016 Bryan J. Hong +# Licensed under the Apache License, Version 2.0 + #! /bin/bash # If the repository GPG keypair doesn't exist, create it.