mirror of https://github.com/pressly/goose.git
Standardise the license (#648)
parent
0363e19792
commit
c134d852fd
|
@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Standardised the MIT license (#647)
|
||||||
|
|
||||||
## [v3.16.0] - 2023-11-12
|
## [v3.16.0] - 2023-11-12
|
||||||
|
|
||||||
- Added YDB support. (#592)
|
- Added YDB support. (#592)
|
||||||
|
|
4
LICENSE
4
LICENSE
|
@ -1,9 +1,9 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
Original work Copyright (c) 2012 Liam Staskawicz
|
Original work Copyright (c) 2012 Liam Staskawicz
|
||||||
Modified work Copyright (c) 2016 Vojtech Vitek
|
Modified work Copyright (c) 2016 Vojtech Vitek
|
||||||
Modified work Copyright (c) 2021 Michael Fridman, Vojtech Vitek
|
Modified work Copyright (c) 2021 Michael Fridman, Vojtech Vitek
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
the Software without restriction, including without limitation the rights to
|
the Software without restriction, including without limitation the rights to
|
||||||
|
|
Loading…
Reference in New Issue