diff --git a/LICENSE.md b/LICENSE.md index 794182e95..57b36f955 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 9210bc616..034921c4f 100644 --- a/README.md +++ b/README.md @@ -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 webgazer@lists.cs.brown.edu diff --git a/package-lock.json b/package-lock.json index f2bc7ae43..9feafea4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webgazer", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webgazer", - "version": "3.1.2", + "version": "3.2.0", "license": "GPL-3.0-or-later", "dependencies": { "@tensorflow-models/face-landmarks-detection": "0.0.3", diff --git a/package.json b/package.json index 8f2d91504..0c2e964d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webgazer", - "version": "3.1.2", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/brownhci/WebGazer.git" diff --git a/webpack.config.js b/webpack.config.js index b3c3a6f46..e0c0d1129 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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. `; diff --git a/www/webgazer.js b/www/webgazer.js index c3472e8b0..d1050c39e 100644 --- a/www/webgazer.js +++ b/www/webgazer.js @@ -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. * */