From 614312f300c154c1979068576808d13147c6a78e Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 1 May 2009 14:49:55 -0700 Subject: [PATCH] Updated license comment block --- data-structures/linked-list/linked-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-structures/linked-list/linked-list.js b/data-structures/linked-list/linked-list.js index 1b13a3d..991e7ce 100644 --- a/data-structures/linked-list/linked-list.js +++ b/data-structures/linked-list/linked-list.js @@ -1,7 +1,7 @@ /* * Linked List implementation in JavaScript * Copyright (c) 2009 Nicholas C. Zakas - * See LICENSE for details on license. + * MIT Licensed - see LICENSE for details on license. */ /**