commit 8ac703e951fb6cb3bda711df7cbed2519fbdd1b0
parent ef30c38eac3f281fd71500cd545c49dcc44df860
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 5 Jan 2016 14:49:18 +0100
Updating copyright in header + LICENSE
Diffstat:
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2014, Frederic Cambus
+Copyright (c) 2013-2016, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/bin/alexarank b/bin/alexarank
@@ -1,5 +1,19 @@
#!/usr/bin/env node
+/*****************************************************************************/
+/* */
+/* alexarank 0.1.1 */
+/* Copyright (c) 2013-2016, Frederic Cambus */
+/* https://github.com/fcambus/alexarank */
+/* */
+/* Created: 2013-12-14 */
+/* Last Updated: 2016-01-05 */
+/* */
+/* alexarank is released under the BSD 2-Clause license. */
+/* See LICENSE file for details. */
+/* */
+/*****************************************************************************/
+
var alexa = require('../lib/alexarank');
if (process.argv.length == 2) {
diff --git a/lib/alexarank.js b/lib/alexarank.js
@@ -1,10 +1,11 @@
/*****************************************************************************/
/* */
-/* alexarank 0.1.1 (c) by Frederic Cambus 2013-2014 */
+/* alexarank 0.1.1 */
+/* Copyright (c) 2013-2016, Frederic Cambus */
/* https://github.com/fcambus/alexarank */
/* */
-/* Created: 2013/12/14 */
-/* Last Updated: 2014/01/27 */
+/* Created: 2013-12-14 */
+/* Last Updated: 2016-01-05 */
/* */
/* alexarank is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */