Skip to content

Commit c22f3ea

Browse files
committed
use appnet.link literal
1 parent 1cfaa25 commit c22f3ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ P2P HTTP and SOCKS forward webproxy based on [AppNet.io](https://github.com/Inst
3737

3838
(The MIT License)
3939

40-
Copyright (c) 2012-present Tom Zhou(iwebpp@gmail.com)
40+
Copyright (c) 2012-present Tom Zhou(appnet.link@gmail.com)
4141

4242
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4343

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"author": "Tom Zhou <iwebpp@gmail.com> (https://aiworkspace.com)",
2+
"author": "Tom Zhou <appnet.link@gmail.com> (https://appnet.link)",
33
"name": "forward-proxy",
44
"description": "p2p http forward and socks proxy based on AppNet.io and Node.js",
5-
"version": "3.2.1",
5+
"version": "3.3.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/InstantWebP2P/node-forward-proxy.git"

proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013 Tom Zhou<iwebpp@gmail.com>
1+
// Copyright (c) 2013 Tom Zhou<appnet.link@gmail.com>
22

33
var eventEmitter = require('events').EventEmitter,
44
util = require('util'),

0 commit comments

Comments
 (0)