From 2686824988b593a1d4c621991aff73fe4a9de55b Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 9 Jun 2011 16:42:10 -0700 Subject: [PATCH] Updated license and npm file --- LICENSE | 3 ++- npm/package.json | 2 +- src/node/exports.js | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 src/node/exports.js diff --git a/LICENSE b/LICENSE index 03e750ab..13178e4e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2011 Nicole Sullivan. All rights reserved. +CSSLint +Copyright (c) 2011 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/npm/package.json b/npm/package.json index 2532a2f0..5cd91164 100644 --- a/npm/package.json +++ b/npm/package.json @@ -2,7 +2,7 @@ "name": "csslint", "version": "0.1.0", "description": "CSSLint", - "author": "Nicholas C. Zakas ", + "author": "Nicholas C. Zakas ", "os": ["darwin", "linux"], "contributors": [ "Nicole Sullivan