This is an automated email from the ASF dual-hosted git repository. placave pushed a commit to branch go-characterization in repository https://gitbox.apache.org/repos/asf/datasketches-characterization.git
commit 40db86b174f47900c2af0eb15a0568724ccb519f Author: Pierre Lacave <[email protected]> AuthorDate: Wed Mar 20 22:05:02 2024 +0100 license --- go/configs.go | 17 +++++++++++++++++ go/main_test.go | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/go/configs.go b/go/configs.go index b63fa46..0be92bf 100644 --- a/go/configs.go +++ b/go/configs.go @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package main import "github.com/apache/datasketches-go/hll" diff --git a/go/main_test.go b/go/main_test.go index 6dd41e5..73d352b 100644 --- a/go/main_test.go +++ b/go/main_test.go @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package main import ( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
