Skip to content

Commit 5555f16

Browse files
committed
Update copyrights
Updates all copyrights to the new model. Removes DCO.txt and CONTRIBUTING.md file and puts the link in the book instead. Closes #146 Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 319e7b8 commit 5555f16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+94
-757
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

Cargo.lock

Lines changed: 41 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DCO.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

PARTNERS.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
<!--
2-
-- Copyright (c) 2019, Arm Limited, All Rights Reserved
2+
-- Copyright 2019 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

186
# Contributing Organizations

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
<!--
2-
-- Copyright (c) 2019, Arm Limited, All Rights Reserved
2+
-- Copyright 2019 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

186
<p align="center">
@@ -89,8 +77,10 @@ discuss features, integrations, issues, and roadmap. We look forward to seeing y
8977

9078
# Contributing
9179

92-
We would be happy for you to contribute to Parsec! Check the [**Contributing**](CONTRIBUTING.md)
93-
file to know more about the contribution process. For a list of current contributors, check [**here**](CONTRIBUTORS.md). Check the [**open issues**](https://github.com/orgs/parallaxsecond/projects/1) on the board if you
80+
We would be happy for you to contribute to Parsec!
81+
Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing.html)
82+
to know more about the contribution process.
83+
Check the [**open issues**](https://github.com/orgs/parallaxsecond/projects/1) on the board if you
9484
need any ideas 🙂!
9585

9686
# License

build.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (c) 2019, Arm Limited, All Rights Reserved
1+
// Copyright 2019 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

164
#![deny(
175
nonstandard_style,

0 commit comments

Comments
 (0)