File tree Expand file tree Collapse file tree 7 files changed +42
-84
lines changed
engines/ep/src/collections Expand file tree Collapse file tree 7 files changed +42
-84
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2016 Couchbase, Inc.
3+ * Copyright 2016-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711#include < nlohmann/json.hpp>
1812#include < platform/dirutils.h>
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2016 Couchbase, Inc.
3+ * Copyright 2016-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711#include < platform/dirutils.h>
1812
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2016 Couchbase, Inc.
3+ * Copyright 2016-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711
1812#include " eventdescriptor.h"
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2017 Couchbase, Inc.
3+ * Copyright 2017-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711
1812#pragma once
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2016 Couchbase, Inc.
3+ * Copyright 2016-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711#include < folly/portability/GTest.h>
1812#include < getopt.h>
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2021 Couchbase, Inc
3+ * Copyright 2021-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711
1812#include " collections/system_event_types.h"
Original file line number Diff line number Diff line change 11/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
22/*
3- * Copyright 2021 Couchbase, Inc
3+ * Copyright 2021-Present Couchbase, Inc.
44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
8- *
9- * http://www.apache.org/licenses/LICENSE-2.0
10- *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
5+ * Use of this software is governed by the Business Source License included
6+ * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
7+ * in that file, in accordance with the Business Source License, use of this
8+ * software will be governed by the Apache License, Version 2.0, included in
9+ * the file licenses/APL2.txt.
1610 */
1711
1812#pragma once
You can’t perform that action at this time.
0 commit comments