http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/oneway_throughput.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/oneway_throughput.cc b/third_party/tmb/benchmarks/src/oneway_throughput.cc index 54c78a7..bcae9db 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput.cc @@ -1,18 +1,20 @@ // Copyright 2014-2015 Quickstep Technologies LLC. -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include <chrono> // NOLINT(build/c++11) #include <iostream> #include <memory>
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc b/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc index bd581e3..624c020 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc @@ -1,18 +1,20 @@ // Copyright 2014-2015 Quickstep Technologies LLC. -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include <iostream> #include <memory> #include <utility> http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc b/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc index 5ac2702..b59dd6d 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc @@ -1,18 +1,20 @@ // Copyright 2014-2015 Quickstep Technologies LLC. -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include <chrono> // NOLINT(build/c++11) #include <iostream> #include <memory> http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc b/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc index 33084f2..e91b67f 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc @@ -1,18 +1,20 @@ // Copyright 2014-2015 Quickstep Technologies LLC. -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include <chrono> // NOLINT(build/c++11) #include <cstddef> #include <iostream> http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/receiver_thread.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/receiver_thread.cc b/third_party/tmb/benchmarks/src/receiver_thread.cc index 8420b91..cd02b95 100644 --- a/third_party/tmb/benchmarks/src/receiver_thread.cc +++ b/third_party/tmb/benchmarks/src/receiver_thread.cc @@ -1,17 +1,19 @@ -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include "tmbbench/receiver_thread.h" #include <chrono> // NOLINT(build/c++11) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/reset_bus.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/reset_bus.cc b/third_party/tmb/benchmarks/src/reset_bus.cc index 2ac90c5..51c3db0 100644 --- a/third_party/tmb/benchmarks/src/reset_bus.cc +++ b/third_party/tmb/benchmarks/src/reset_bus.cc @@ -1,18 +1,20 @@ // Copyright 2014-2015 Quickstep Technologies LLC. -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include <iostream> #include <memory> http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/sender_thread.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/sender_thread.cc b/third_party/tmb/benchmarks/src/sender_thread.cc index ad207cb..728eb08 100644 --- a/third_party/tmb/benchmarks/src/sender_thread.cc +++ b/third_party/tmb/benchmarks/src/sender_thread.cc @@ -1,17 +1,19 @@ -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include "tmbbench/sender_thread.h" #include <chrono> // NOLINT(build/c++11) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/benchmarks/src/thread.cc ---------------------------------------------------------------------- diff --git a/third_party/tmb/benchmarks/src/thread.cc b/third_party/tmb/benchmarks/src/thread.cc index e1711d8..51b3528 100644 --- a/third_party/tmb/benchmarks/src/thread.cc +++ b/third_party/tmb/benchmarks/src/thread.cc @@ -1,17 +1,19 @@ -// Copyright 2015 Pivotal Software, Inc. +// 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 // -// Licensed 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 // -// 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. - +// 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. #include "tmbbench/thread.h" #if defined(TMB_AFFINITY_LINUX) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/address.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/address.h b/third_party/tmb/include/tmb/address.h index f09e765..e7ed3be 100644 --- a/third_party/tmb/include/tmb/address.h +++ b/third_party/tmb/include/tmb/address.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_ADDRESS_H_ #define TMB_ADDRESS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/cancellation_token.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/cancellation_token.h b/third_party/tmb/include/tmb/cancellation_token.h index d860a8a..476791b 100644 --- a/third_party/tmb/include/tmb/cancellation_token.h +++ b/third_party/tmb/include/tmb/cancellation_token.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_CANCELLATION_TOKEN_H_ #define TMB_CANCELLATION_TOKEN_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/id_typedefs.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/id_typedefs.h b/third_party/tmb/include/tmb/id_typedefs.h index 0c57399..d5391c8 100644 --- a/third_party/tmb/include/tmb/id_typedefs.h +++ b/third_party/tmb/include/tmb/id_typedefs.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_ID_TYPEDEFS_H_ #define TMB_ID_TYPEDEFS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/c_string_buffer.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/c_string_buffer.h b/third_party/tmb/include/tmb/internal/c_string_buffer.h index ce0af2f..9aa2f8a 100644 --- a/third_party/tmb/include/tmb/internal/c_string_buffer.h +++ b/third_party/tmb/include/tmb/internal/c_string_buffer.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_C_STRING_BUFFER_H_ #define TMB_INTERNAL_C_STRING_BUFFER_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/cache_info.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/cache_info.h b/third_party/tmb/include/tmb/internal/cache_info.h index 6d4bd7b..b1da840 100644 --- a/third_party/tmb/include/tmb/internal/cache_info.h +++ b/third_party/tmb/include/tmb/internal/cache_info.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_CACHE_INFO_H_ #define TMB_INTERNAL_CACHE_INFO_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/container_pusher.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/container_pusher.h b/third_party/tmb/include/tmb/internal/container_pusher.h index ad453d1..c77c124 100644 --- a/third_party/tmb/include/tmb/internal/container_pusher.h +++ b/third_party/tmb/include/tmb/internal/container_pusher.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_CONTAINER_PUSHER_H_ #define TMB_INTERNAL_CONTAINER_PUSHER_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/crc32.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/crc32.h b/third_party/tmb/include/tmb/internal/crc32.h index ec14b9d..9393aa4 100644 --- a/third_party/tmb/include/tmb/internal/crc32.h +++ b/third_party/tmb/include/tmb/internal/crc32.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_CRC32_H_ #define TMB_INTERNAL_CRC32_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h b/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h index 9f1d65b..f41534b 100644 --- a/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h +++ b/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_HEAP_RECEIVER_MESSAGE_QUEUE_H_ #define TMB_INTERNAL_HEAP_RECEIVER_MESSAGE_QUEUE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/iterator_adapter.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/iterator_adapter.h b/third_party/tmb/include/tmb/internal/iterator_adapter.h index 6fd3e74..88318e7 100644 --- a/third_party/tmb/include/tmb/internal/iterator_adapter.h +++ b/third_party/tmb/include/tmb/internal/iterator_adapter.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_ITERATOR_ADAPTER_H_ #define TMB_INTERNAL_ITERATOR_ADAPTER_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h b/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h index 63d35ed..0e8d809 100644 --- a/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h +++ b/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LEVELDB_KEY_COMPARATOR_H_ #define TMB_INTERNAL_LEVELDB_KEY_COMPARATOR_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/leveldb_keys.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/leveldb_keys.h b/third_party/tmb/include/tmb/internal/leveldb_keys.h index c639d8e..23d1e26 100644 --- a/third_party/tmb/include/tmb/internal/leveldb_keys.h +++ b/third_party/tmb/include/tmb/internal/leveldb_keys.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LEVELDB_KEYS_H_ #define TMB_INTERNAL_LEVELDB_KEYS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h b/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h index 1d7c77a..650a6ea 100644 --- a/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h +++ b/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOCK_FREE_GARBAGE_COLLECTOR_H_ #define TMB_INTERNAL_LOCK_FREE_GARBAGE_COLLECTOR_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/lock_free_stack.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/lock_free_stack.h b/third_party/tmb/include/tmb/internal/lock_free_stack.h index 3da52ac..0022f81 100644 --- a/third_party/tmb/include/tmb/internal/lock_free_stack.h +++ b/third_party/tmb/include/tmb/internal/lock_free_stack.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOCK_FREE_STACK_H_ #define TMB_INTERNAL_LOCK_FREE_STACK_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_read_status.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_read_status.h b/third_party/tmb/include/tmb/internal/log_read_status.h index aed5dc4..3f7b2c8 100644 --- a/third_party/tmb/include/tmb/internal/log_read_status.h +++ b/third_party/tmb/include/tmb/internal/log_read_status.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_READ_STATUS_H_ #define TMB_INTERNAL_LOG_READ_STATUS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_reader_base.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_reader_base.h b/third_party/tmb/include/tmb/internal/log_reader_base.h index 4463ea1..0ac1128 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_base.h +++ b/third_party/tmb/include/tmb/internal/log_reader_base.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_READER_BASE_H_ #define TMB_INTERNAL_LOG_READER_BASE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_reader_posix.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_reader_posix.h b/third_party/tmb/include/tmb/internal/log_reader_posix.h index 5a4e74e..2dba5f3 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_posix.h +++ b/third_party/tmb/include/tmb/internal/log_reader_posix.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_READER_POSIX_H_ #define TMB_INTERNAL_LOG_READER_POSIX_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_reader_stdio.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_reader_stdio.h b/third_party/tmb/include/tmb/internal/log_reader_stdio.h index 9754e5b..6cb1d95 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_stdio.h +++ b/third_party/tmb/include/tmb/internal/log_reader_stdio.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_READER_STDIO_H_ #define TMB_INTERNAL_LOG_READER_STDIO_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_record_header.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_record_header.h b/third_party/tmb/include/tmb/internal/log_record_header.h index b57dcf0..a9fd47e 100644 --- a/third_party/tmb/include/tmb/internal/log_record_header.h +++ b/third_party/tmb/include/tmb/internal/log_record_header.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_RECORD_HEADER_H_ #define TMB_INTERNAL_LOG_RECORD_HEADER_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_writer_base.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_writer_base.h b/third_party/tmb/include/tmb/internal/log_writer_base.h index 29679fe..020784c 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_base.h +++ b/third_party/tmb/include/tmb/internal/log_writer_base.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_WRITER_BASE_H_ #define TMB_INTERNAL_LOG_WRITER_BASE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_writer_posix.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_writer_posix.h b/third_party/tmb/include/tmb/internal/log_writer_posix.h index 3c209f3..4d51e09 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_posix.h +++ b/third_party/tmb/include/tmb/internal/log_writer_posix.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_WRITER_POSIX_H_ #define TMB_INTERNAL_LOG_WRITER_POSIX_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/log_writer_stdio.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/log_writer_stdio.h b/third_party/tmb/include/tmb/internal/log_writer_stdio.h index fdcfa46..1823a94 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_stdio.h +++ b/third_party/tmb/include/tmb/internal/log_writer_stdio.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOG_WRITER_STDIO_H_ #define TMB_INTERNAL_LOG_WRITER_STDIO_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/logging_constants.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/logging_constants.h b/third_party/tmb/include/tmb/internal/logging_constants.h index 967ac52..f4dd6b9 100644 --- a/third_party/tmb/include/tmb/internal/logging_constants.h +++ b/third_party/tmb/include/tmb/internal/logging_constants.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_LOGGING_CONSTANTS_H_ #define TMB_INTERNAL_LOGGING_CONSTANTS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/memory_based_message_bus.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/memory_based_message_bus.h b/third_party/tmb/include/tmb/internal/memory_based_message_bus.h index a0f0e5a..2e31bd4 100644 --- a/third_party/tmb/include/tmb/internal/memory_based_message_bus.h +++ b/third_party/tmb/include/tmb/internal/memory_based_message_bus.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_MEMORY_BASED_MESSAGE_BUS_H_ #define TMB_INTERNAL_MEMORY_BASED_MESSAGE_BUS_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h b/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h index 729c160..c4e9c7b 100644 --- a/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h +++ b/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_MEMORY_MIRROR_CANCELLATION_SET_H_ #define TMB_INTERNAL_MEMORY_MIRROR_CANCELLATION_SET_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h b/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h index adbae5f..8227858 100644 --- a/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h +++ b/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_MEMORY_MIRROR_DELETE_BATCH_H_ #define TMB_INTERNAL_MEMORY_MIRROR_DELETE_BATCH_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/message_metadata.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/message_metadata.h b/third_party/tmb/include/tmb/internal/message_metadata.h index f9380ae..9b29543 100644 --- a/third_party/tmb/include/tmb/internal/message_metadata.h +++ b/third_party/tmb/include/tmb/internal/message_metadata.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_MESSAGE_METADATA_H_ #define TMB_INTERNAL_MESSAGE_METADATA_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/native_transaction_log.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/native_transaction_log.h b/third_party/tmb/include/tmb/internal/native_transaction_log.h index 5d21615..9a4ee27 100644 --- a/third_party/tmb/include/tmb/internal/native_transaction_log.h +++ b/third_party/tmb/include/tmb/internal/native_transaction_log.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_NATIVE_TRANSACTION_LOG_H_ #define TMB_INTERNAL_NATIVE_TRANSACTION_LOG_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h b/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h index b796532..ca7f242 100644 --- a/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h +++ b/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_NET_MEMORY_CONTAINER_PUSHER_H_ #define TMB_INTERNAL_NET_MEMORY_CONTAINER_PUSHER_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/net_message_removal_interface.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/net_message_removal_interface.h b/third_party/tmb/include/tmb/internal/net_message_removal_interface.h index 678d211..80ffd70 100644 --- a/third_party/tmb/include/tmb/internal/net_message_removal_interface.h +++ b/third_party/tmb/include/tmb/internal/net_message_removal_interface.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_NET_MESSAGE_REMOVAL_INTERFACE_H_ #define TMB_INTERNAL_NET_MESSAGE_REMOVAL_INTERFACE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/net_service_impl.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/net_service_impl.h b/third_party/tmb/include/tmb/internal/net_service_impl.h index b0ab81a..b9289ce 100644 --- a/third_party/tmb/include/tmb/internal/net_service_impl.h +++ b/third_party/tmb/include/tmb/internal/net_service_impl.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_NET_SERVICE_IMPL_H_ #define TMB_INTERNAL_NET_SERVICE_IMPL_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h b/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h index 9fe1779..5b88195 100644 --- a/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h +++ b/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_PERSISTENT_BUS_STATE_INTERFACE_H_ #define TMB_INTERNAL_PERSISTENT_BUS_STATE_INTERFACE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/queued_message.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/queued_message.h b/third_party/tmb/include/tmb/internal/queued_message.h index ba86bfb..d954bd6 100644 --- a/third_party/tmb/include/tmb/internal/queued_message.h +++ b/third_party/tmb/include/tmb/internal/queued_message.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_QUEUED_MESSAGE_H_ #define TMB_INTERNAL_QUEUED_MESSAGE_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/rcu.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/rcu.h b/third_party/tmb/include/tmb/internal/rcu.h index 2007d32..76e6ff4 100644 --- a/third_party/tmb/include/tmb/internal/rcu.h +++ b/third_party/tmb/include/tmb/internal/rcu.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_RCU_H_ #define TMB_INTERNAL_RCU_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/shared_bool.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/shared_bool.h b/third_party/tmb/include/tmb/internal/shared_bool.h index a63239a..8e09ca6 100644 --- a/third_party/tmb/include/tmb/internal/shared_bool.h +++ b/third_party/tmb/include/tmb/internal/shared_bool.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_SHARED_BOOL_H_ #define TMB_INTERNAL_SHARED_BOOL_H_ http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1f5c4b38/third_party/tmb/include/tmb/internal/sqlite_connection.h ---------------------------------------------------------------------- diff --git a/third_party/tmb/include/tmb/internal/sqlite_connection.h b/third_party/tmb/include/tmb/internal/sqlite_connection.h index f4ecaaf..c928c1d 100644 --- a/third_party/tmb/include/tmb/internal/sqlite_connection.h +++ b/third_party/tmb/include/tmb/internal/sqlite_connection.h @@ -1,16 +1,21 @@ -// Copyright 2014-2015 Quickstep Technologies LLC. -// -// Licensed 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. +/** + * 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 TMB_INTERNAL_SQLITE_CONNECTION_H_ #define TMB_INTERNAL_SQLITE_CONNECTION_H_
