Skip to content

Commit 3db5dcb

Browse files
authored
Merge pull request #11 from ionut-arm/contrib
Update the way copyrights are displayed
2 parents 217ad98 + 83d8b5f commit 3db5dcb

File tree

9 files changed

+11
-120
lines changed

9 files changed

+11
-120
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
<!--
2-
-- Copyright (c) 2020, Arm Limited, All Rights Reserved
2+
-- Copyright 2020 Contributors to the Parsec project.
33
-- SPDX-License-Identifier: Apache-2.0
4-
--
5-
-- Licensed under the Apache License, Version 2.0 (the "License"); you may
6-
-- 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, WITHOUT
13-
-- 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.
164
--->
175
# Contributing to `parsec-client-rust`
186

@@ -26,3 +14,4 @@ Contributions to Parsec need to follow the process below.
2614
Author: Full Name <email address>
2715
Signed-off-by: Full Name <email address>
2816
```
17+
* The files of this project use a copyright notice referring to "Contributors to the Parsec project". The contributors are specified in the [`CONTRIBUTORS.md`](https://github.com/parallaxsecond/parsec/blob/master/CONTRIBUTORS.md) file in the `parallaxsecond/parsec` repository. If you want to, please make a pull-request in that repository to include your name or your organization.

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
<!--
2-
-- Copyright (c) 2020, Arm Limited, All Rights Reserved
2+
-- Copyright 2020 Contributors to the Parsec project.
33
-- SPDX-License-Identifier: Apache-2.0
4-
--
5-
-- Licensed under the Apache License, Version 2.0 (the "License"); you may
6-
-- 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, WITHOUT
13-
-- 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.
164
--->
175
# Parsec Rust Client
186

@@ -31,5 +19,5 @@ This project uses the following third party crates:
3119

3220
## Contributing
3321

34-
Please check the [Contributing](CONTRIBUTING.md) to know more about the contribution process.
22+
Please check the [Contributing](CONTRIBUTING.md) to know more about the contribution process. You can see current contributors [here](https://github.com/parallaxsecond/parsec/blob/master/CONTRIBUTORS.md).
3523

src/auth.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
//! Client app authentication data
164
use parsec_interface::requests::{request::RequestAuth, AuthType};
175

src/core/mod.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
//! Client library for integration with the Parsec service
164
175
mod operation_handler;

src/core/operation_handler.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
#![allow(dead_code)]
164

175
use super::request_handler::RequestHandler;

src/core/request_handler.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
#![allow(dead_code)]
164

175
use crate::error::{ClientErrorKind, Error, Result};

src/error.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
//! Error types specific to the Parsec client
164
use parsec_interface::requests::ResponseStatus;
175

src/lib.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2020, Arm Limited, All Rights Reserved
1+
// Copyright 2020 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License"); you may
5-
// not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
153
//! Client library for integration with the Parsec service
164
#![deny(
175
nonstandard_style,

tests/ci.sh

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# ------------------------------------------------------------------------------
4-
# Copyright (c) 2020, Arm Limited, All Rights Reserved
3+
# Copyright 2020 Contributors to the Parsec project.
54
# SPDX-License-Identifier: Apache-2.0
6-
#
7-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
8-
# not use this file except in compliance with the License.
9-
# You may obtain a copy of the License at
10-
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
13-
# Unless required by applicable law or agreed to in writing, software
14-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
# See the License for the specific language governing permissions and
17-
# limitations under the License.
18-
# ------------------------------------------------------------------------------
195

206
# Continuous Integration test script, executed by GitHub Actions on x86 and
217
# Travis CI on Arm64.

0 commit comments

Comments
 (0)