Skip to content

Commit

Permalink
docs: Updating copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Jan 29, 2021
1 parent 41d4e72 commit 6df7d69
Show file tree
Hide file tree
Showing 59 changed files with 72 additions and 60 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Influxdata, Inc.
Copyright (c) 2020-2021 Influxdata, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion api/authorizations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/authorizations_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/buckets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/buckets_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/delete.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/delete_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
4 changes: 4 additions & 0 deletions api/examples_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

package api_test

import (
Expand Down
2 changes: 1 addition & 1 deletion api/http/error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
8 changes: 4 additions & 4 deletions api/http/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -37,9 +37,9 @@ func (o *Options) HTTPClient() *http.Client {
}).DialContext,
TLSHandshakeTimeout: 5 * time.Second,
TLSClientConfig: o.TLSConfig(),
MaxIdleConns: 100,
MaxIdleConnsPerHost: 100,
IdleConnTimeout: 90 * time.Second,
MaxIdleConns: 100,
MaxIdleConnsPerHost: 100,
IdleConnTimeout: 90 * time.Second,
},
}
o.ownClient = true
Expand Down
2 changes: 1 addition & 1 deletion api/http/options_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/http/service.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/http/service_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/labels.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/labels_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/organizations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/organizations_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/paging.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/paging_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/query.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/query/table.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/query/table_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/query_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/tasks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/tasks_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/users.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/users_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write/ext.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write/options_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write/point.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write/point_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/writeAPIBlocking.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/writeAPIBlocking_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion api/write_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion client_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build e2e

// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion compatibility.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion domain/utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
4 changes: 4 additions & 0 deletions examples_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

package influxdb2_test

import (
Expand Down
2 changes: 1 addition & 1 deletion internal/examples/fakeclient.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/gzip/gzip.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc.. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc.. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/gzip/gzip_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc.. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc.. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/http/userAgent.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/log/logger.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/log/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/test/http_service.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/write/queue.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/write/queue_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/write/service.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion internal/write/service_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion log/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand Down
4 changes: 4 additions & 0 deletions options_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

package influxdb2_test

import (
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 InfluxData, Inc. All rights reserved.
// Copyright 2020-2021 InfluxData, Inc. All rights reserved.
// Use of this source code is governed by MIT
// license that can be found in the LICENSE file.

Expand All @@ -12,7 +12,7 @@ import (
)

const (
Version = "2.2.1"
Version = "2.2.2"
)

func init() {
Expand Down

0 comments on commit 6df7d69

Please sign in to comment.