The Pivotal copyright notice needs to be retained. That's the right thing to do and the MIT license requires it. However, using it by itself becomes more obviously incorrect with each passing year since Pivotal ceased to exist. Moreover, Pivotal hasn't actually been the sole copyright owner since the first external contribution was merged. Contributors were not asked to sign a copyright assignment, so they retain copyright to their contributions. "Copyright (c) 2008-2019 Pivotal Labs" complies with the terms of the license and acknowledges Pivotal's outsized role in developing Jasmine. "Copyright (c) 2008-$YEAR The Jasmine developers" acknowledges all authors and will remain correct in the future.
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
Copyright (c) 2008-2019 Pivotal Labs
|
|
Copyright (c) 2008-2023 The Jasmine developers
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
a copy of this software and associated documentation files (the
|
|
"Software"), to deal in the Software without restriction, including
|
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
permit persons to whom the Software is furnished to do so, subject to
|
|
the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be
|
|
included in all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|