From 04179dd2d0710b57cfe083baeaad0e209a02f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Thu, 28 Sep 2017 15:32:58 +0200 Subject: [PATCH] readme: license update --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 812f3e1..78c2354 100644 --- a/README.md +++ b/README.md @@ -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). -## Notice +## License 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 work contains software from: +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: * [gocql project](https://github.com/gocql/gocql), licensed under the BSD license * [sqlx project](https://github.com/jmoiron/sqlx), licensed under the MIT license Apache®, Apache Cassandra®, are either registered trademarks or trademarks of 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 newline at end of file +No endorsement by The Apache Software Foundation is implied by the use of these marks. + +GitHub star is always appreciated! \ No newline at end of file