diff --git a/licenses/isc.txt b/licenses/isc.txt
index 0f16d21..9c69f61 100644
--- a/licenses/isc.txt
+++ b/licenses/isc.txt
@@ -2,19 +2,23 @@
layout: license
title: ISC license
permalink: /licenses/isc/
-source: http://opensource.org/licenses/isc-license.txt
+source: http://opensource.org/licenses/isc-license
-description: A permissive license similar to BSD 2-Clause and MIT.
+description: A permissive license written by the Internet Systems Consortium (ISC). It is functionally equivalent to the BSD 2-Clause with the language that was made unnecessary by the Berne convention removed.
-how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace <> with the current year and <> with the name (or names) of the copyright holders. <> is optional but recommended.
+how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. [email] is optional but recommended.
+note: Because of the general brevity and simplicity of the ISC license it is generally recommended to copy the entire text of the license into a comment at the top of every file.
+
+filename: LICENSE
required:
- include-copyright
permitted:
- commercial-use
- - modifications
- distribution
+ - modifications
+ - private-use
- sublicense
forbidden:
@@ -22,7 +26,7 @@ forbidden:
---
-Copyright (c) <> <> <>
+Copyright (c) [year], [fullname] <[email]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above