From 73596b00e053fedbf42f7abb87728e7176e5a95c Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Wed, 12 Mar 2014 20:01:27 -0700 Subject: [PATCH] Fix boilerplate text in Apache license This commit updates the Apache license boilerplate with actual information. The Apache license appendix (designed to be removed before publication) states: ``` APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!)... ``` Additionally, the copyright year was not included. Copyright notices must reflect the current year. This commit updates the listed year to 2014. see: http://www.copyright.gov/circs/circ01.pdf for more info Docker-DCO-1.1-Signed-off-by: Phillip Alexander (github: phillipalexander) --- LICENSE | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index d645695673..27448585ad 100644 --- a/LICENSE +++ b/LICENSE @@ -176,18 +176,7 @@ END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] + Copyright 2014 Docker, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.