Update license and readme

This commit is contained in:
Patrick O'brien 2016-09-04 19:18:51 +10:00
parent 67ba4e0272
commit 593ba42ffa
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
Copyright (c) 2014, Greg Roseberry
Copyright for portions of project null-extended are held by *Greg Roseberry, 2014* as part of project null.
All other copyright for project null-extended are held by *Patrick O'Brien, 2016*.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View file

@ -1,7 +1,7 @@
## null-extended [![GoDoc](https://godoc.org/github.com/nullbio/null?status.svg)](https://godoc.org/github.com/nullbio/null) [![Coverage](http://gocover.io/_badge/github.com/nullbio/null)](http://gocover.io/github.com/nullbio/null)
`import "gopkg.in/nullbio/null.v4"`
null is a library with reasonable options for dealing with nullable SQL and JSON values
null-extended is a library with reasonable options for dealing with nullable SQL and JSON values
There are two packages: `null` and its subpackage `zero`.