Skip to content

Commit

Permalink
tag v3.2.0 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhuang committed Sep 17, 2023
1 parent ae20073 commit 4831a6e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WebGazer.js - Scalable browser-based webcam eye tracking

Copyright (C) 2016 Brown HCI Group
Copyright (C) 2016 Brown WebGazer Team

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ The following browsers support WebGazer.js:

### Acknowledgements

Webgazer is developed based on the research that is done by Brown University, with recent work at Pomona College as well. The work of the calibration example file was developed in the context of a course project with the aim to improve the feedback of WebGazer, proposed by Dr. Gerald Weber and his team Dr. Clemens Zeidler and Kai-Cheung Leung.
Webgazer is developed based on the research that is done by Brown University, with recent work at Pomona College as well. The current maintainer is [Jeff Huang](https://jeffhuang.com/). The calibration example file was developed in the context of a course project with the aim to improve the feedback of WebGazer, proposed by Dr. Gerald Weber and his team Dr. Clemens Zeidler and Kai-Cheung Leung.

This research is supported by NSF grants IIS-1464061, IIS-1552663, and the Brown University Salomon Award.

## License

Copyright (C) 2016 [Brown HCI Group](https://hci.brown.edu)
Copyright (C) 2016 [Brown WebGazer Team](https://webgazer.cs.brown.edu)

Licensed under GPLv3. Companies have the option to license WebGazer.js under LGPLv3 while their valuation is under $1,000,000.
Licensed under GPLv3. Companies have the option to license WebGazer.js under LGPLv3 while their valuation is under $1,000,000. For other licensing options, please contact [email protected]
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgazer",
"version": "3.1.2",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/brownhci/WebGazer.git"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const FileManagerPlugin = require('filemanager-webpack-plugin');

const bannerString =`
WebGazer.js: Democratizing Webcam Eye Tracking on the Browser
Copyright (c) 2016, Brown HCI Group
Copyright (c) 2016, Brown WebGazer Team
Licensed under GPLv3. Companies with a valuation of less than $1M can use WebGazer.js under LGPLv3.
`;

Expand Down
2 changes: 1 addition & 1 deletion www/webgazer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
*
* WebGazer.js: Democratizing Webcam Eye Tracking on the Browser
* Copyright (c) 2016, Brown HCI Group
* Copyright (c) 2016, Brown WebGazer Team
* Licensed under GPLv3. Companies with a valuation of less than $1M can use WebGazer.js under LGPLv3.
*
*/
Expand Down

0 comments on commit 4831a6e

Please sign in to comment.