forked from couchbase/ns_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CBD-3928: Update copyright notices in source files to BSL
Change-Id: I5abe6045a085a55265a1794d1308972bc0cab63d Reviewed-on: http://review.couchbase.org/c/ns_server/+/149809 Well-Formed: Build Bot <[email protected]> Reviewed-by: Dave Finlay <[email protected]> Tested-by: Chris Hillery <[email protected]>
- Loading branch information
Showing
997 changed files
with
8,233 additions
and
5,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
deps/gen_smtp/.* | ||
deps/triq/.* | ||
deps/meck/.* | ||
priv/public/ui/app/components/mn_filters.js | ||
priv/public/ui/app/components/mn_jquery.js | ||
priv/public/ui/libs/.* | ||
priv/public/ui/web_modules/.* | ||
src/gen_server2.erl | ||
README.markdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2020 Couchbase, Inc. | ||
# @copyright 2020-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
|
||
import testlib | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2020 Couchbase, Inc. | ||
# @copyright 2020-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
|
||
import os | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2020 Couchbase, Inc. | ||
# @copyright 2020-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
from abc import ABC, abstractmethod | ||
import traceback | ||
from collections import namedtuple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,13 @@ | |
# -*- python -*- | ||
# | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2011-2021 Couchbase, Inc. | ||
# @copyright 2011-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
import os | ||
import sys | ||
import tempfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2011-2020 Couchbase, Inc. | ||
# @copyright 2011-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
import os | ||
import sys | ||
import getopt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2011-2020 Couchbase, Inc. | ||
# @copyright 2011-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
|
||
import os | ||
import os.path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# @author Couchbase <[email protected]> | ||
# @copyright 2011-2014 Couchbase, Inc. | ||
# @copyright 2011-Present Couchbase, Inc. | ||
# | ||
# 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. | ||
# Use of this software is governed by the Business Source License included in | ||
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
# file, in accordance with the Business Source License, use of this software | ||
# will be governed by the Apache License, Version 2.0, included in the file | ||
# licenses/APL2.txt. | ||
|
||
# Note: This script is provided as a convenience wrapper to CMake, which | ||
# is the build tool used for configuring this project. Please do not make | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2012 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-type loglevel() :: debug | info | warn | error | critical. | ||
-type sink_type() :: raw | preformatted. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2018 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-module(ale). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2014 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-module(ale_app). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2017 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-module(ale_codegen). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2015 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-module(ale_default_formatter). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
%% @author Couchbase <[email protected]> | ||
%% @copyright 2011-2018 Couchbase, Inc. | ||
%% @copyright 2011-Present Couchbase, Inc. | ||
%% | ||
%% 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. | ||
%% Use of this software is governed by the Business Source License included | ||
%% in the file licenses/BSL-Couchbase.txt. As of the Change Date specified | ||
%% in that file, in accordance with the Business Source License, use of this | ||
%% software will be governed by the Apache License, Version 2.0, included in | ||
%% the file licenses/APL2.txt. | ||
|
||
-module(ale_disk_sink). | ||
|
||
|
Oops, something went wrong.