diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/account_test.go | 19 | ||||
| -rw-r--r-- | tests/backend_test.go | 19 | ||||
| -rw-r--r-- | tests/bulk_delete_test.go | 19 | ||||
| -rw-r--r-- | tests/bulk_upload_test.go | 19 | ||||
| -rw-r--r-- | tests/container_iterator_test.go | 19 | ||||
| -rw-r--r-- | tests/container_test.go | 19 | ||||
| -rw-r--r-- | tests/field_test.go | 19 | ||||
| -rw-r--r-- | tests/headers_test.go | 19 | ||||
| -rw-r--r-- | tests/largeobject_test.go | 19 | ||||
| -rw-r--r-- | tests/object_iterator_test.go | 19 | ||||
| -rw-r--r-- | tests/object_test.go | 19 | ||||
| -rw-r--r-- | tests/pkg.go | 3 | ||||
| -rw-r--r-- | tests/shared_test.go | 19 |
13 files changed, 27 insertions, 204 deletions
diff --git a/tests/account_test.go b/tests/account_test.go index 1c5e8cc..04abef1 100644 --- a/tests/account_test.go +++ b/tests/account_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/backend_test.go b/tests/backend_test.go index f18a9c6..cd10c8b 100644 --- a/tests/backend_test.go +++ b/tests/backend_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/bulk_delete_test.go b/tests/bulk_delete_test.go index 33f249d..9ff40e5 100644 --- a/tests/bulk_delete_test.go +++ b/tests/bulk_delete_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/bulk_upload_test.go b/tests/bulk_upload_test.go index dc5b033..c25f2de 100644 --- a/tests/bulk_upload_test.go +++ b/tests/bulk_upload_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/container_iterator_test.go b/tests/container_iterator_test.go index 113c3c5..76a0de4 100644 --- a/tests/container_iterator_test.go +++ b/tests/container_iterator_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/container_test.go b/tests/container_test.go index caa98d1..ec9f428 100644 --- a/tests/container_test.go +++ b/tests/container_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/field_test.go b/tests/field_test.go index 5069be6..7fdc138 100644 --- a/tests/field_test.go +++ b/tests/field_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/headers_test.go b/tests/headers_test.go index 7e4b253..0c9d886 100644 --- a/tests/headers_test.go +++ b/tests/headers_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/largeobject_test.go b/tests/largeobject_test.go index d1ea6fb..85946f8 100644 --- a/tests/largeobject_test.go +++ b/tests/largeobject_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/object_iterator_test.go b/tests/object_iterator_test.go index 751efc8..905f231 100644 --- a/tests/object_iterator_test.go +++ b/tests/object_iterator_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/object_test.go b/tests/object_test.go index 541a843..3259e89 100644 --- a/tests/object_test.go +++ b/tests/object_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/tests/pkg.go b/tests/pkg.go index 7edd248..aed208e 100644 --- a/tests/pkg.go +++ b/tests/pkg.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 + package tests // This empty source file is required to make `make test` work. diff --git a/tests/shared_test.go b/tests/shared_test.go index 9ff9053..2e945ae 100644 --- a/tests/shared_test.go +++ b/tests/shared_test.go @@ -1,20 +1,5 @@ -/****************************************************************************** -* -* Copyright 2018 Stefan Majewsky <majewsky@gmx.net> -* -* 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. -* -******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package tests |
