# strftime-ruby Vendored Dependencies
## Ruby `strftime.c`
[Ruby] (MRI Ruby or CRuby) is the reference Ruby implementation.
The `strftime.c` source is vendored here as the reference implementation whose
behavior this crate seeks to match.
This source file is from [MRI Ruby 3.1.2][mri-3.1.2-strftime], which is licensed
under the [Ruby license] or [BSD 2-clause license].
[ruby]: https://github.com/ruby/ruby
[mri-3.1.2-strftime]: https://github.com/ruby/ruby/blob/v3_1_2/strftime.c
[ruby license]: ruby-3.1.2/COPYING
[bsd 2-clause license]: ruby-3.1.2/BSDL