This is an automated email from the ASF dual-hosted git repository. placave pushed a commit to branch license-rat in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git
commit a1dc4780a05426240d4056884d769ac55cc4489c Author: Pierre Lacave <[email protected]> AuthorDate: Thu Dec 11 20:19:14 2025 +0100 chore: Add missing license headers --- .gitattributes | 17 +++++++++++++++++ .gitignore | 19 ++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 48891d7..be3a21b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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. +# + # The default behavior, which overrides 'core.autocrlf', is to use Git's # built-in heuristics to determine whether a particular file is text or binary. # Text files are automatically normalized to the user's platforms. diff --git a/.gitignore b/.gitignore index f03c507..8bd49b8 100644 --- a/.gitignore +++ b/.gitignore @@ -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. +# + # Eclipse project files .classpath .project @@ -69,4 +86,4 @@ _* _*/ # Sketch binary test files -*.sk \ No newline at end of file +*.sk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
