diff --git a/LICENSE b/LICENSE index 2904afa6..84902180 100644 --- a/LICENSE +++ b/LICENSE @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {one line to give the program's name and a brief idea of what it does.} + Vuls - Vulnerability Scanner Copyright (C) 2016 Future Architect, Inc. Japan. This program is free software: you can redistribute it and/or modify diff --git a/README.md b/README.md index 9c123926..caca6d47 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ Procedure is as follows. - Add the following to the cloud-init, to prevent from automatically update at the first launch. - [Q: How do I disable the automatic installation of critical and important security updates on initial launch?](https://aws.amazon.com/amazon-linux-ami/faqs/?nc1=h_ls) -``` -#cloud-config -repo_upgrade: none -``` + ``` + #cloud-config + repo_upgrade: none + ``` ## 2. Enable to ssh from localhost