Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

The file src/builtins/time/diff.rs contains code derived from Go's `time`
package, which carries the following license:
The files src/builtins/time/diff.rs and src/builtins/strings/go_is_print.rs
contain code derived from Go's standard library, which carries the following
license:

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down
Loading