Update copyright headers
authorRyan Dahl <ry@tinyclouds.org>
Thu, 10 Mar 2011 08:54:52 +0000 (00:54 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 15 Mar 2011 00:37:05 +0000 (17:37 -0700)
commit55048cdf79f3c607ab986c35d0422e591e7f6448
treeffd5f5b971e6f1a41e30d600a2f59489368748ed
parent36e75b7351c483cdc8ae281e9c43278836ea94f8
Update copyright headers
385 files changed:
LICENSE
lib/_debugger.js
lib/_linklist.js
lib/buffer.js
lib/child_process.js
lib/console.js
lib/constants.js
lib/crypto.js
lib/dgram.js
lib/dns.js
lib/events.js
lib/freelist.js
lib/fs.js
lib/http.js
lib/https.js
lib/module.js
lib/net.js
lib/os.js
lib/path.js
lib/querystring.js
lib/readline.js
lib/repl.js
lib/stream.js
lib/string_decoder.js
lib/sys.js
lib/timers.js
lib/tls.js
lib/tty.js
lib/tty_posix.js
lib/tty_win32.js
lib/url.js
lib/util.js
lib/vm.js
src/node.cc
src/node.d
src/node.h
src/node.js
src/node_buffer.cc
src/node_buffer.h
src/node_cares.cc
src/node_cares.h
src/node_child_process.cc
src/node_child_process.h
src/node_child_process_win32.cc
src/node_config.h.in
src/node_constants.cc
src/node_constants.h
src/node_crypto.cc
src/node_crypto.h
src/node_dtrace.cc
src/node_dtrace.h
src/node_events.cc
src/node_events.h
src/node_extensions.cc
src/node_extensions.h
src/node_file.cc
src/node_file.h
src/node_http_parser.cc
src/node_http_parser.h
src/node_idle_watcher.cc
src/node_idle_watcher.h
src/node_io_watcher.cc
src/node_io_watcher.h
src/node_javascript.cc
src/node_javascript.h
src/node_main.cc
src/node_net.cc
src/node_net.h
src/node_object_wrap.h
src/node_os.cc
src/node_os.h
src/node_provider.d
src/node_root_certs.h
src/node_script.cc
src/node_script.h
src/node_signal_watcher.cc
src/node_signal_watcher.h
src/node_stat_watcher.cc
src/node_stat_watcher.h
src/node_stdio.cc
src/node_stdio.h
src/node_stdio_win32.cc
src/node_string.cc
src/node_string.h
src/node_timer.cc
src/node_timer.h
src/node_version.h
src/platform.h
src/platform_cygwin.cc
src/platform_darwin.cc
src/platform_freebsd.cc
src/platform_linux.cc
src/platform_none.cc
src/platform_openbsd.cc
src/platform_sunos.cc
src/platform_win32.cc
src/platform_win32.h
src/platform_win32_winsock.cc
src/platform_win32_winsock.h
test/common.js
test/disabled/test-cat.js
test/disabled/test-child-process-uid-gid.js
test/disabled/test-dns.js
test/disabled/test-eio-race3.js
test/disabled/test-fs-sendfile.js
test/disabled/test-http-agent2.js
test/disabled/test-http-big-proxy-responses.js
test/disabled/test-http-head-request.js
test/disabled/test-http-stress.js
test/disabled/test-http-tls.js
test/disabled/test-https-loop-to-google.js
test/disabled/test-idle-watcher.js
test/disabled/test-net-fd-passing.js
test/disabled/test-net-tls-pummel.js
test/disabled/test-net-tls.js
test/disabled/test-process-title.js
test/disabled/test-readline.js
test/disabled/test-remote-module-loading.js
test/disabled/test-setuidgid.js
test/disabled/test-tls-large-push.js
test/disabled/test-tls-server.js
test/disabled/test-tty-stdio.js
test/disabled/tls-client.js
test/disabled/tls_client.js
test/disabled/tls_server.js
test/fixtures/a.js
test/fixtures/b/c.js
test/fixtures/b/d.js
test/fixtures/b/package/index.js
test/fixtures/child_process_should_emit_error.js
test/fixtures/cycles/folder/foo.js
test/fixtures/cycles/root.js
test/fixtures/echo.js
test/fixtures/exit.js
test/fixtures/global/plain.js
test/fixtures/module-load-order/file1.js
test/fixtures/module-load-order/file2.js
test/fixtures/module-load-order/file2/index.js
test/fixtures/module-load-order/file3/index.js
test/fixtures/module-load-order/file4/index.js
test/fixtures/module-load-order/file5/index.js
test/fixtures/module-load-order/file6/index.js
test/fixtures/nested-index/one/hello.js
test/fixtures/nested-index/one/index.js
test/fixtures/nested-index/three.js
test/fixtures/nested-index/three/index.js
test/fixtures/nested-index/two/hello.js
test/fixtures/nested-index/two/index.js
test/fixtures/net-fd-passing-receiver.js
test/fixtures/node_modules/asdf.js
test/fixtures/node_modules/bar.js
test/fixtures/node_modules/baz/index.js
test/fixtures/node_modules/baz/node_modules/asdf.js
test/fixtures/node_modules/foo.js
test/fixtures/node_modules/node_modules/bar.js
test/fixtures/not-main-module.js
test/fixtures/packages/main-index/package-main-module/index.js
test/fixtures/packages/main/package-main-module.js
test/fixtures/print-10-lines.js
test/fixtures/print-chars-from-buffer.js
test/fixtures/print-chars.js
test/fixtures/readdir/testing.js
test/fixtures/recvfd.js
test/fixtures/require-path/p1/bar.js
test/fixtures/require-path/p1/foo.js
test/fixtures/require-path/p2/bar.js
test/fixtures/require-path/p2/foo.js
test/fixtures/semicolon.js
test/fixtures/should_exit.js
test/fixtures/stdio-filter.js
test/fixtures/test-init-index/index.js
test/fixtures/test-init-native/fs.js
test/fixtures/throws_error.js
test/fixtures/throws_error1.js
test/fixtures/throws_error2.js
test/fixtures/throws_error3.js
test/message/2100bytes.js
test/message/hello_world.js
test/message/undefined_reference_in_new_context.js
test/pummel/test-child-process-spawn-loop.js
test/pummel/test-exec.js
test/pummel/test-http-client-reconnect-bug.js
test/pummel/test-http-upload-timeout.js
test/pummel/test-https-large-response.js
test/pummel/test-keep-alive.js
test/pummel/test-net-many-clients.js
test/pummel/test-net-pause.js
test/pummel/test-net-pingpong-delay.js
test/pummel/test-net-pingpong.js
test/pummel/test-net-throttle.js
test/pummel/test-net-timeout.js
test/pummel/test-next-tick-loops-quick.js
test/pummel/test-timers.js
test/pummel/test-tls-throttle.js
test/pummel/test-vm-memleak.js
test/pummel/test-watch-file.js
test/simple/path.js
test/simple/test-assert.js
test/simple/test-buffer.js
test/simple/test-c-ares.js
test/simple/test-chdir.js
test/simple/test-child-process-buffering.js
test/simple/test-child-process-custom-fds.js
test/simple/test-child-process-cwd.js
test/simple/test-child-process-deprecated-api.js
test/simple/test-child-process-double-pipe.js
test/simple/test-child-process-env.js
test/simple/test-child-process-exec-cwd.js
test/simple/test-child-process-exec-env.js
test/simple/test-child-process-exit-code.js
test/simple/test-child-process-ipc.js
test/simple/test-child-process-kill.js
test/simple/test-child-process-stdin.js
test/simple/test-child-process-stdout-flush.js
test/simple/test-cli-eval.js
test/simple/test-console.js
test/simple/test-crypto.js
test/simple/test-debugger-client.js
test/simple/test-delayed-require.js
test/simple/test-dgram-multicast.js
test/simple/test-dgram-pingpong.js
test/simple/test-dgram-udp4.js
test/simple/test-dgram-unix-anon.js
test/simple/test-dgram-unix.js
test/simple/test-eio-race.js
test/simple/test-eio-race2.js
test/simple/test-eio-race4.js
test/simple/test-error-reporting.js
test/simple/test-event-emitter-add-listeners.js
test/simple/test-event-emitter-modify-in-emit.js
test/simple/test-event-emitter-num-args.js
test/simple/test-event-emitter-once.js
test/simple/test-event-emitter-remove-listeners.js
test/simple/test-exception-handler.js
test/simple/test-exception-handler2.js
test/simple/test-exec-max-buffer.js
test/simple/test-executable-path.js
test/simple/test-file-read-noexist.js
test/simple/test-file-write-stream.js
test/simple/test-fs-chmod.js
test/simple/test-fs-error-messages.js
test/simple/test-fs-fsync.js
test/simple/test-fs-open.js
test/simple/test-fs-read-buffer.js
test/simple/test-fs-read-file-sync-hostname.js
test/simple/test-fs-read-file-sync.js
test/simple/test-fs-read-stream.js
test/simple/test-fs-read.js
test/simple/test-fs-readfile-empty.js
test/simple/test-fs-realpath.js
test/simple/test-fs-sir-writes-alot.js
test/simple/test-fs-stat.js
test/simple/test-fs-symlink.js
test/simple/test-fs-write-buffer.js
test/simple/test-fs-write-file-buffer.js
test/simple/test-fs-write-file.js
test/simple/test-fs-write-stream-end.js
test/simple/test-fs-write-stream.js
test/simple/test-fs-write-sync.js
test/simple/test-fs-write.js
test/simple/test-global.js
test/simple/test-http-1.0.js
test/simple/test-http-304.js
test/simple/test-http-abort-client.js
test/simple/test-http-agent.js
test/simple/test-http-allow-req-after-204-res.js
test/simple/test-http-blank-header.js
test/simple/test-http-buffer-sanity.js
test/simple/test-http-cat.js
test/simple/test-http-chunked.js
test/simple/test-http-client-abort.js
test/simple/test-http-client-parse-error.js
test/simple/test-http-client-race-2.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload-buf.js
test/simple/test-http-client-upload.js
test/simple/test-http-contentLength0.js
test/simple/test-http-curl-chunk-problem.js
test/simple/test-http-default-encoding.js
test/simple/test-http-dns-fail.js
test/simple/test-http-eof-on-connect.js
test/simple/test-http-exceptions.js
test/simple/test-http-expect-continue.js
test/simple/test-http-extra-response.js
test/simple/test-http-full-response.js
test/simple/test-http-get-pipeline-problem.js
test/simple/test-http-head-request.js
test/simple/test-http-head-response-has-no-body.js
test/simple/test-http-keep-alive-close-on-header.js
test/simple/test-http-keep-alive.js
test/simple/test-http-malformed-request.js
test/simple/test-http-many-keep-alive-connections.js
test/simple/test-http-mutable-headers.js
test/simple/test-http-parser.js
test/simple/test-http-proxy.js
test/simple/test-http-request-end.js
test/simple/test-http-response-close.js
test/simple/test-http-server-multiheaders.js
test/simple/test-http-server.js
test/simple/test-http-set-cookies.js
test/simple/test-http-set-timeout.js
test/simple/test-http-set-trailers.js
test/simple/test-http-upgrade-client.js
test/simple/test-http-upgrade-client2.js
test/simple/test-http-upgrade-server.js
test/simple/test-http-upgrade-server2.js
test/simple/test-http-wget.js
test/simple/test-http-write-empty-string.js
test/simple/test-http.js
test/simple/test-https-agent.js
test/simple/test-https-connecting-to-http.js
test/simple/test-https-eof-for-eom.js
test/simple/test-https-simple.js
test/simple/test-init.js
test/simple/test-listen-fd.js
test/simple/test-memory-usage.js
test/simple/test-mkdir-rmdir.js
test/simple/test-module-loading.js
test/simple/test-net-binary.js
test/simple/test-net-can-reset-timeout.js
test/simple/test-net-connect-buffer.js
test/simple/test-net-connect-handle-econnrefused.js
test/simple/test-net-connect-timeout.js
test/simple/test-net-eaddrinuse.js
test/simple/test-net-isip.js
test/simple/test-net-keepalive.js
test/simple/test-net-pingpong.js
test/simple/test-net-reconnect.js
test/simple/test-net-server-bind.js
test/simple/test-net-server-max-connections.js
test/simple/test-net-server-on-fd-0.js
test/simple/test-net-server-try-ports.js
test/simple/test-net-socket-timeout.js
test/simple/test-net-stream.js
test/simple/test-next-tick-errors.js
test/simple/test-next-tick-ordering.js
test/simple/test-next-tick-ordering2.js
test/simple/test-next-tick.js
test/simple/test-os.js
test/simple/test-path.js
test/simple/test-pipe-file-to-http.js
test/simple/test-pipe-head.js
test/simple/test-pipe.js
test/simple/test-process-env.js
test/simple/test-process-kill-null.js
test/simple/test-pump-file2tcp-noexist.js
test/simple/test-pump-file2tcp.js
test/simple/test-querystring.js
test/simple/test-readdir.js
test/simple/test-regression-object-prototype.js
test/simple/test-repl.js
test/simple/test-require-cache-without-stat.js
test/simple/test-require-cache.js
test/simple/test-require-exceptions.js
test/simple/test-require-resolve.js
test/simple/test-script-context.js
test/simple/test-script-new.js
test/simple/test-script-static-context.js
test/simple/test-script-static-new.js
test/simple/test-script-static-this.js
test/simple/test-script-this.js
test/simple/test-sendfd.js
test/simple/test-sigint-infinite-loop.js
test/simple/test-signal-handler.js
test/simple/test-signal-unregister.js
test/simple/test-stdin-from-file.js
test/simple/test-stdout-to-file.js
test/simple/test-stream-pipe-event.js
test/simple/test-string-decoder.js
test/simple/test-sync-fileread.js
test/simple/test-sys.js
test/simple/test-timers-linked-list.js
test/simple/test-tls-client-verify.js
test/simple/test-tls-ext-key-usage.js
test/simple/test-tls-junk-closes-server.js
test/simple/test-tls-securepair-client.js
test/simple/test-tls-securepair-server.js
test/simple/test-tls-server-verify.js
test/simple/test-tls-set-encoding.js
test/simple/test-tty-stdout-end.js
test/simple/test-umask.js
test/simple/test-url.js
test/simple/test-utf8-scripts.js
test/simple/test-zerolengthbufferbug.js
wscript