diff --git a/LICENSE.txt b/LICENSE.txt index a1c50727b..36954d13e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,8 @@ Software Copyright License Agreement (BSD License) Copyright (c) 2011, Yahoo! Inc. Copyright (c) 2011-2012, Log-Normal, Inc. -Copyright (c) 2012-2016, SOASTA, Inc. +Copyright (c) 2012-2017, SOASTA, Inc. +Copyright (c) 2017, Akamai Technologies, Inc. All rights reserved. Redistribution and use of this software in source and binary forms, diff --git a/README.md b/README.md index 1ed63d69c..79d918720 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -Some code Copyright (c) 2011, Yahoo! Inc. All rights reserved. -Some code Copyright (c) 2011-2012, Log-Normal Inc. All rights reserved. -Most code Copyright (c) 2012-2016 SOASTA, Inc. All rights reserved. +Copyright (c) 2011, Yahoo! Inc. All rights reserved. +Copyright (c) 2011-2012, Log-Normal Inc. All rights reserved. +Copyright (c) 2012-2017 SOASTA, Inc. All rights reserved. +Copyright (c) 2017, Akamai Technologies, Inc. All rights reserved. Copyrights licensed under the BSD License. See the accompanying LICENSE.txt file for terms. @@ -199,5 +200,5 @@ You'll need a github account to participate, but then you'll need one to check o Thanks for dropping by, and please leave us a message telling us if you use boomerang. -boomerang is supported by the devs at SOASTA, and the awesome community of opensource developers that use +boomerang is supported by the devs at Akamai, and the awesome community of opensource developers that use and hack it. That's you. Thank you! diff --git a/boomerang.js b/boomerang.js index 2188a55a9..dfb2be7be 100644 --- a/boomerang.js +++ b/boomerang.js @@ -1,7 +1,8 @@ /** * @copyright (c) 2011, Yahoo! Inc. All rights reserved. * @copyright (c) 2012, Log-Normal, Inc. All rights reserved. - * @copyright (c) 2012-2016, SOASTA, Inc. All rights reserved. + * @copyright (c) 2012-2017, SOASTA, Inc. All rights reserved. + * @copyright (c) 2017, Akamai Technologies, Inc. All rights reserved. * Copyrights licensed under the BSD License. See the accompanying LICENSE.txt file for terms. */ diff --git a/jsdoc.conf.json b/jsdoc.conf.json index 25d598c29..37551d96d 100644 --- a/jsdoc.conf.json +++ b/jsdoc.conf.json @@ -14,7 +14,7 @@ "outputSourcePath": false, "systemName": "Boomerang", "footer": "", - "copyright": "Boomerang Team © 2010-2016 The contributors to the Open Source Boomerang project and SOASTA Inc. .", + "copyright": "Boomerang Team © 2010-2017 The contributors to the Open Source Boomerang project and Akamai Technologies, Inc. .", "theme": "cosmo", "linenums": true, "collapseSymbols": false, diff --git a/lib/banner.txt b/lib/banner.txt index f760263f5..098a92221 100644 --- a/lib/banner.txt +++ b/lib/banner.txt @@ -1,7 +1,8 @@ /* * Copyright (c) 2011, Yahoo! Inc. All rights reserved. * Copyright (c) 2011-2012, Log-Normal, Inc. All rights reserved. - * Copyright (c) 2012-2016, SOASTA, Inc. All rights reserved. + * Copyright (c) 2012-2017, SOASTA, Inc. All rights reserved. + * Copyright (c) 2017, Akamai Technologies, Inc. All rights reserved. * Copyrights licensed under the BSD License. See the accompanying LICENSE.txt file for terms. */ /* JavaScript MD5 1.0.1 Copyright 2011, Sebastian Tschan. Licensed under the MIT license. */