This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch hll_license in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git
commit 2b402bd3da5132224b12a987372c8643986bf8b4 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Jun 18 15:06:53 2019 -0700 replaced license --- hll/include/AuxHashMap-internal.hpp | 18 ++++++++++++++++-- hll/include/CompositeInterpolationXTable-internal.hpp | 18 ++++++++++++++++-- hll/include/Conversions-internal.hpp | 18 ++++++++++++++++-- hll/include/CouponHashSet-internal.hpp | 18 ++++++++++++++++-- hll/include/CouponList-internal.hpp | 18 ++++++++++++++++-- hll/include/CubicInterpolation-internal.hpp | 18 ++++++++++++++++-- hll/include/HarmonicNumbers-internal.hpp | 18 ++++++++++++++++-- hll/include/Hll4Array-internal.hpp | 18 ++++++++++++++++-- hll/include/Hll6Array-internal.hpp | 18 ++++++++++++++++-- hll/include/Hll8Array-internal.hpp | 18 ++++++++++++++++-- hll/include/HllArray-internal.hpp | 18 ++++++++++++++++-- hll/include/HllPairIterator-internal.hpp | 18 ++++++++++++++++-- hll/include/HllSketch-internal.hpp | 18 ++++++++++++++++-- hll/include/HllSketchImpl-internal.hpp | 18 ++++++++++++++++-- hll/include/HllSketchImplFactory.hpp | 18 ++++++++++++++++-- hll/include/HllUnion-internal.hpp | 18 ++++++++++++++++-- hll/include/IntArrayPairIterator-internal.hpp | 18 ++++++++++++++++-- hll/include/RelativeErrorTables-internal.hpp | 18 ++++++++++++++++-- 18 files changed, 288 insertions(+), 36 deletions(-) diff --git a/hll/include/AuxHashMap-internal.hpp b/hll/include/AuxHashMap-internal.hpp index a3d8745..2cea0c5 100644 --- a/hll/include/AuxHashMap-internal.hpp +++ b/hll/include/AuxHashMap-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _AUXHASHMAP_INTERNAL_HPP_ diff --git a/hll/include/CompositeInterpolationXTable-internal.hpp b/hll/include/CompositeInterpolationXTable-internal.hpp index 85635f7..a3d0302 100644 --- a/hll/include/CompositeInterpolationXTable-internal.hpp +++ b/hll/include/CompositeInterpolationXTable-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _COMPOSITEINTERPOLATIONXTABLE_INTERNAL_HPP_ diff --git a/hll/include/Conversions-internal.hpp b/hll/include/Conversions-internal.hpp index 79b3d0a..b42465c 100644 --- a/hll/include/Conversions-internal.hpp +++ b/hll/include/Conversions-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _CONVERSIONS_INTERNAL_HPP_ diff --git a/hll/include/CouponHashSet-internal.hpp b/hll/include/CouponHashSet-internal.hpp index 8767a96..2e69d06 100644 --- a/hll/include/CouponHashSet-internal.hpp +++ b/hll/include/CouponHashSet-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _COUPONHASHSET_INTERNAL_HPP_ diff --git a/hll/include/CouponList-internal.hpp b/hll/include/CouponList-internal.hpp index 57934de..e9635c1 100644 --- a/hll/include/CouponList-internal.hpp +++ b/hll/include/CouponList-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _COUPONLIST_INTERNAL_HPP_ diff --git a/hll/include/CubicInterpolation-internal.hpp b/hll/include/CubicInterpolation-internal.hpp index 87084f2..be03e80 100644 --- a/hll/include/CubicInterpolation-internal.hpp +++ b/hll/include/CubicInterpolation-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _CUBICINTERPOLATION_INTERNAL_HPP_ diff --git a/hll/include/HarmonicNumbers-internal.hpp b/hll/include/HarmonicNumbers-internal.hpp index 69cefe7..db73b86 100644 --- a/hll/include/HarmonicNumbers-internal.hpp +++ b/hll/include/HarmonicNumbers-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HARMONICNUMBERS_INTERNAL_HPP_ diff --git a/hll/include/Hll4Array-internal.hpp b/hll/include/Hll4Array-internal.hpp index 968f85f..454131e 100644 --- a/hll/include/Hll4Array-internal.hpp +++ b/hll/include/Hll4Array-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLL4ARRAY_INTERNAL_HPP_ diff --git a/hll/include/Hll6Array-internal.hpp b/hll/include/Hll6Array-internal.hpp index 6e789fa..7e92844 100644 --- a/hll/include/Hll6Array-internal.hpp +++ b/hll/include/Hll6Array-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLL6ARRAY_INTERNAL_HPP_ diff --git a/hll/include/Hll8Array-internal.hpp b/hll/include/Hll8Array-internal.hpp index dc75a88..3da2bf6 100644 --- a/hll/include/Hll8Array-internal.hpp +++ b/hll/include/Hll8Array-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLL8ARRAY_INTERNAL_HPP_ diff --git a/hll/include/HllArray-internal.hpp b/hll/include/HllArray-internal.hpp index 9972a9a..3ad54bf 100644 --- a/hll/include/HllArray-internal.hpp +++ b/hll/include/HllArray-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLARRAY_INTERNAL_HPP_ diff --git a/hll/include/HllPairIterator-internal.hpp b/hll/include/HllPairIterator-internal.hpp index c9a8dc8..0efa900 100644 --- a/hll/include/HllPairIterator-internal.hpp +++ b/hll/include/HllPairIterator-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLPAIRITERATOR_INTERNAL_HPP_ diff --git a/hll/include/HllSketch-internal.hpp b/hll/include/HllSketch-internal.hpp index ace91df..c6d4cae 100644 --- a/hll/include/HllSketch-internal.hpp +++ b/hll/include/HllSketch-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLSKETCH_INTERNAL_HPP_ diff --git a/hll/include/HllSketchImpl-internal.hpp b/hll/include/HllSketchImpl-internal.hpp index ed3e017..eca9af4 100644 --- a/hll/include/HllSketchImpl-internal.hpp +++ b/hll/include/HllSketchImpl-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLSKETCHIMPL_INTERNAL_HPP_ diff --git a/hll/include/HllSketchImplFactory.hpp b/hll/include/HllSketchImplFactory.hpp index 2ed2c65..9cf0a7b 100644 --- a/hll/include/HllSketchImplFactory.hpp +++ b/hll/include/HllSketchImplFactory.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2019, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLSKETCHIMPLFACTORY_HPP_ diff --git a/hll/include/HllUnion-internal.hpp b/hll/include/HllUnion-internal.hpp index 094d9e9..8eb571f 100644 --- a/hll/include/HllUnion-internal.hpp +++ b/hll/include/HllUnion-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _HLLUNION_INTERNAL_HPP_ diff --git a/hll/include/IntArrayPairIterator-internal.hpp b/hll/include/IntArrayPairIterator-internal.hpp index ba06b99..458be04 100644 --- a/hll/include/IntArrayPairIterator-internal.hpp +++ b/hll/include/IntArrayPairIterator-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _INTARRAYPAIRITERATOR_INTERNAL_HPP_ diff --git a/hll/include/RelativeErrorTables-internal.hpp b/hll/include/RelativeErrorTables-internal.hpp index 5c307bd..d5d235e 100644 --- a/hll/include/RelativeErrorTables-internal.hpp +++ b/hll/include/RelativeErrorTables-internal.hpp @@ -1,6 +1,20 @@ /* - * Copyright 2018, Yahoo! Inc. Licensed under the terms of the - * Apache License 2.0. See LICENSE file at the project root for terms. + * 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. */ #ifndef _RELATIVEERRORTABLES_INTERNAL_HPP_ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
