Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
who cares?
Browse files Browse the repository at this point in the history
  • Loading branch information
egorFiNE committed Mar 21, 2013
1 parent 1eec472 commit c46cac6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,8 @@ See LICENSE file. Basically, it's a kind of "do-whatever-you-want-for-free" lice


* A lot of thanks for important suggestions goes to Konstantin Käfer who implemented a nice similar module node-zlib (https://github.com/kkaefer/node-zlib) earlier than me; * A lot of thanks for important suggestions goes to Konstantin Käfer who implemented a nice similar module node-zlib (https://github.com/kkaefer/node-zlib) earlier than me;
* Oleg Kertanov. * Oleg Kertanov.
* pccowboy
* David Swift




## Author ## Author
Expand Down
2 changes: 0 additions & 2 deletions src/compress-buffer.cc
@@ -1,5 +1,3 @@
/* node-compress-buffer (C) 2011, 2012 Egor Egorov <me@egorfine.com> */

#include <node.h> #include <node.h>
#include <node_buffer.h> #include <node_buffer.h>
#include <string.h> #include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions test/node-compress-buffer-test.js
@@ -1,5 +1,3 @@
/* node-compress-buffer (C) 2011 Egor Egorov <me@egorfine.com> */

util = require('util'); util = require('util');
fs = require('fs'); fs = require('fs');
crypto=require('crypto'); crypto=require('crypto');
Expand Down

0 comments on commit c46cac6

Please sign in to comment.