Skip to content

Commit 01078ca

Browse files
authored
Merge pull request #156 from hug-dev/copyrights
Update copyrights
2 parents ba6c651 + 5555f16 commit 01078ca

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

-28
This file was deleted.

Cargo.lock

+41-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DCO.txt

-37
This file was deleted.

PARTNERS.md

+1-13
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

+5-15
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

+1-13
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)