license: added license header

This commit is contained in:
Michał Matczuk
2017-09-21 21:43:27 +02:00
parent 0b29eb569a
commit 9e40fcfed4
30 changed files with 120 additions and 0 deletions

4
doc.go
View File

@@ -1,3 +1,7 @@
// Copyright (C) 2017 ScyllaDB
// Use of this source code is governed by a ALv2-style
// license that can be found in the LICENSE file.
// Package gocqlx is a productivity toolkit for ScyllaDB and Apache Cassandra®.
// It's an extension of `gocql`, similar to what `sqlx` is to `database/sql`.
//