Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: History.md
 Makefile
 Readme.md
 benchmarks/Makefile
 benchmarks/middleware.js
 benchmarks/run
 debian/README.source
 debian/compat
 debian/control
 debian/docs
 debian/examples
 debian/gbp.conf
 debian/install
 debian/links
 debian/source/format
 debian/watch
 examples/auth/app.js
 examples/auth/pass.js
 examples/auth/views/foot.ejs
 examples/auth/views/head.ejs
 examples/auth/views/login.ejs
 examples/big-view/index.js
 examples/big-view/pets.jade
 examples/content-negotiation/db.js
 examples/content-negotiation/index.js
 examples/content-negotiation/users.js
 examples/cookie-sessions/index.js
 examples/cookies/app.js
 examples/cors/index.js
 examples/cors/public/index.html
 examples/downloads/app.js
 examples/downloads/files/amazing.txt
 examples/downloads/files/utf-8 한中日.txt
 examples/ejs/index.js
 examples/ejs/views/footer.html
 examples/ejs/views/header.html
 examples/ejs/views/users.html
 examples/error-pages/index.js
 examples/error-pages/views/404.jade
 examples/error-pages/views/500.jade
 examples/error-pages/views/error.jade
 examples/error-pages/views/index.jade
 examples/error-pages/views/layout.jade
 examples/error/index.js
 examples/expose-data-to-client/index.js
 examples/expose-data-to-client/views/page.jade
 examples/hello-world/index.js
 examples/jade/index.js
 examples/jade/public/stylesheets/style.css
 examples/jade/views/header.jade
 examples/jade/views/layout.jade
 examples/jade/views/users/index.jade
 examples/jade/views/users/user.jade
 examples/markdown/index.js
 examples/markdown/views/index.md
 examples/multipart/index.js
 examples/mvc/controllers/main/index.js
 examples/mvc/controllers/pet/index.js
 examples/mvc/controllers/pet/views/edit.jade
 examples/mvc/controllers/pet/views/show.jade
 examples/mvc/controllers/user-pet/index.js
 examples/mvc/controllers/user/index.js
 examples/mvc/controllers/user/views/edit.jade
 examples/mvc/controllers/user/views/list.jade
 examples/mvc/controllers/user/views/show.jade
 examples/mvc/db.js
 examples/mvc/index.js
 examples/mvc/lib/boot.js
 examples/mvc/public/style.css
 examples/mvc/views/404.jade
 examples/mvc/views/5xx.jade
 examples/online/index.js
 examples/params/app.js
 examples/resource/app.js
 examples/route-map/index.js
 examples/route-middleware/index.js
 examples/route-separation/index.js
 examples/route-separation/post.js
 examples/route-separation/public/style.css
 examples/route-separation/site.js
 examples/route-separation/user.js
 examples/route-separation/views/index.jade
 examples/route-separation/views/layout.jade
 examples/route-separation/views/posts/index.jade
 examples/route-separation/views/users/edit.jade
 examples/route-separation/views/users/index.jade
 examples/route-separation/views/users/view.jade
 examples/search/client.js
 examples/search/index.js
 examples/search/search.jade
 examples/session/index.js
 examples/session/redis.js
 examples/static-files/index.js
 examples/static-files/public/css/style.css
 examples/static-files/public/hello.txt
 examples/static-files/public/js/app.js
 examples/vhost/index.js
 examples/view-constructor/github-view.js
 examples/view-constructor/index.js
 examples/view-locals/index.js
 examples/view-locals/layout.jade
 examples/view-locals/user.jade
 examples/view-locals/user.js
 examples/web-service/index.js
 index.js
 lib/application.js
 lib/express.js
 lib/middleware/init.js
 lib/middleware/query.js
 lib/request.js
 lib/response.js
 lib/router/index.js
 lib/router/layer.js
 lib/router/route.js
 lib/utils.js
 lib/view.js
 package.json
 support/app.js
 support/views/hello.jade
 test/Route.js
 test/Router.js
 test/acceptance/auth.js
 test/acceptance/content-negotiation.js
 test/acceptance/cookies.js
 test/acceptance/downloads.js
 test/acceptance/ejs.js
 test/acceptance/error-pages.js
 test/acceptance/error.js
 test/acceptance/markdown.js
 test/acceptance/mvc.js
 test/acceptance/params.js
 test/acceptance/resource.js
 test/acceptance/route-map.js
 test/acceptance/web-service.js
 test/app.all.js
 test/app.del.js
 test/app.engine.js
 test/app.head.js
 test/app.js
 test/app.listen.js
 test/app.locals.js
 test/app.options.js
 test/app.param.js
 test/app.render.js
 test/app.request.js
 test/app.response.js
 test/app.route.js
 test/app.router.js
 test/app.routes.error.js
 test/app.use.js
 test/config.js
 test/exports.js
 test/fixtures/.name
 test/fixtures/blog/post/index.jade
 test/fixtures/email.jade
 test/fixtures/name.jade
 test/fixtures/name.txt
 test/fixtures/pet.jade
 test/fixtures/user.html
 test/fixtures/user.jade
 test/middleware.basic.js
 test/mocha.opts
 test/regression.js
 test/req.accepts.js
 test/req.acceptsCharset.js
 test/req.fresh.js
 test/req.get.js
 test/req.host.js
 test/req.ip.js
 test/req.ips.js
 test/req.is.js
 test/req.param.js
 test/req.path.js
 test/req.protocol.js
 test/req.query.js
 test/req.range.js
 test/req.route.js
 test/req.secure.js
 test/req.signedCookies.js
 test/req.stale.js
 test/req.subdomains.js
 test/req.xhr.js
 test/res.attachment.js
 test/res.clearCookie.js
 test/res.cookie.js
 test/res.download.js
 test/res.format.js
 test/res.get.js
 test/res.json.js
 test/res.jsonp.js
 test/res.links.js
 test/res.locals.js
 test/res.location.js
 test/res.redirect.js
 test/res.render.js
 test/res.send.js
 test/res.sendfile.js
 test/res.set.js
 test/res.status.js
 test/res.type.js
 test/res.vary.js
 test/utils.js
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: LICENSE
Copyright: 2009-2014, TJ Holowaychuk <tj@vision-media.ca>
License: Expat
 FIXME

Files: debian/rules
Copyright: 2011-2012, David Paleino <dapal@debian.org>
  2013, Jonas Smedegaard <dr@jones.dk>
  but lacks DFSG-free licensing
License: GPL-3+
 FIXME

