readme: license update

This commit is contained in:
Michał Matczuk
2017-09-28 15:32:58 +02:00
parent 1bcd8714dc
commit 04179dd2d0

View File

@@ -107,17 +107,18 @@ BenchmarkE2EGocqlxSelect-4 30000 2637187 ns/op 27718
See the benchmark in [benchmark_test.go](https://github.com/scylladb/gocqlx/blob/master/benchmark_test.go). See the benchmark in [benchmark_test.go](https://github.com/scylladb/gocqlx/blob/master/benchmark_test.go).
## Notice ## License
Copyright (C) 2017 ScyllaDB Copyright (C) 2017 ScyllaDB
gocqlx is distributed under the Apache 2.0 license. See the [LICENSE](https://github.com/scylladb/gocqlx/blob/master/LICENSE) file for details. This project is distributed under the Apache 2.0 license. See the [LICENSE](https://github.com/scylladb/gocqlx/blob/master/LICENSE) file for details.
It contains software from:
This work contains software from:
* [gocql project](https://github.com/gocql/gocql), licensed under the BSD license * [gocql project](https://github.com/gocql/gocql), licensed under the BSD license
* [sqlx project](https://github.com/jmoiron/sqlx), licensed under the MIT license * [sqlx project](https://github.com/jmoiron/sqlx), licensed under the MIT license
Apache®, Apache Cassandra®, are either registered trademarks or trademarks of Apache®, Apache Cassandra®, are either registered trademarks or trademarks of
the Apache Software Foundation in the United States and/or other countries. the Apache Software Foundation in the United States and/or other countries.
No endorsement by The Apache Software Foundation is implied by the use of these marks. No endorsement by The Apache Software Foundation is implied by the use of these marks.
GitHub star is always appreciated!