Skip to content

Commit 5468c19

Browse files
Update LICENSE and contributing
1 parent f1dbbab commit 5468c19

File tree

6 files changed

+42
-80
lines changed

6 files changed

+42
-80
lines changed

CONTRIBUTORS.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributors
2+
3+
CONTRIBUTORS file should only contain list of copyright holder (i.e. employers of
4+
maintainers). All files that support comments should include standard header for
5+
the project. AGNTCY uses the following file header:
6+
7+
Copyright AGNTCY Contributors (https://github.com/agntcy)
8+
SPDX-License-Identifier: Apache-2.0
9+
10+
1. Cisco Systems Inc.

LICENSE

+2-26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Apache License
1+
2+
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
45

@@ -174,28 +175,3 @@ Apache License
174175
of your accepting any such warranty or additional liability.
175176

176177
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2025, Cisco and/or its affiliates.
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,9 @@ learn, inspire, and create. Any contributions you make are **greatly
5252
appreciated**. For detailed contributing guidelines, please see
5353
[CONTRIBUTING.md](https://github.com/agntcy/acp-sdk/blob/main/docs/CONTRIBUTING.md)
5454

55-
## Copyright Notice and License
55+
## Copyright Notice
5656

57-
[Copyright Notice and License](https://github.com/agntcy/acp-sdk/blob/main/LICENSE)
57+
[Copyright Notice and License](./LICENSE)
5858

59-
Copyright (c) 2025 Cisco and/or its affiliates.
60-
61-
Licensed under the Apache License, Version 2.0 (the "License");
62-
you may not use this file except in compliance with the License.
63-
You may obtain a copy of the License at
64-
65-
http://www.apache.org/licenses/LICENSE-2.0
66-
67-
Unless required by applicable law or agreed to in writing, software
68-
distributed under the License is distributed on an "AS IS" BASIS,
69-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70-
See the License for the specific language governing permissions and
71-
limitations under the License.
59+
Distributed under Apache 2.0 License. See LICENSE for more information.
60+
Copyright AGNTCY Contributors (https://github.com/agntcy)

docs/CONTRIBUTING.md

+22
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,28 @@ We expect new pull requests to include tests for any affected behavior, and, as
3737
we follow semantic versioning, we may reserve breaking changes until the next
3838
major version release.
3939

40+
## Developer’s Certificate of Origin
41+
42+
To improve tracking of who did what, we have introduced a “sign-off” procedure.
43+
The sign-off is a line at the end of the explanation for the commit, which
44+
certifies that you wrote it or otherwise have the right to pass it on as open
45+
source work. We use the Developer Certificate of Origin (see
46+
https://developercertificate.org/) for our sign-off procedure. You must include
47+
a sign-off in the commit message of your pull request for it to be accepted. The
48+
format for a sign-off is:
49+
50+
```
51+
Signed-off-by: Random J Developer
52+
53+
```
54+
55+
You can use the -s when you do a git commit to simplify including a properly
56+
formatted sign-off in your commits. If you need to add your sign-off to a commit
57+
you have already made, you will need to amend:
58+
```
59+
git commit --amend --signoff
60+
```
61+
4062
## Other Ways to Contribute
4163

4264
We welcome anyone that wants to contribute to this project to triage and

docs/LICENSE.md

-24
Original file line numberDiff line numberDiff line change
@@ -167,27 +167,3 @@ incurred by, or claims asserted against, such Contributor by reason of your
167167
accepting any such warranty or additional liability.
168168

169169
_END OF TERMS AND CONDITIONS_
170-
171-
### APPENDIX: How to apply the Apache License to your work
172-
173-
To apply the Apache License to your work, attach the following boilerplate
174-
notice, with the fields enclosed by brackets `[]` replaced with your own
175-
identifying information. (Don't include the brackets!) The text should be
176-
enclosed in the appropriate comment syntax for the file format. We also
177-
recommend that a file or class name and description of purpose be included on
178-
the same “printed page” as the copyright notice for easier identification within
179-
third-party archives.
180-
181-
Copyright [yyyy] [name of copyright owner]
182-
183-
Licensed under the Apache License, Version 2.0 (the "License");
184-
you may not use this file except in compliance with the License.
185-
You may obtain a copy of the License at
186-
187-
http://www.apache.org/licenses/LICENSE-2.0
188-
189-
Unless required by applicable law or agreed to in writing, software
190-
distributed under the License is distributed on an "AS IS" BASIS,
191-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
192-
See the License for the specific language governing permissions and
193-
limitations under the License.

docs/README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,9 @@ appreciated**. For detailed contributing guidelines, please see
5454

5555
For security policies and procedures, please see [Security](SECURITY#security-policies-and-procedures)
5656

57-
## Copyright Notice and License
57+
## Copyright Notice
5858

59-
[Copyright Notice and License](LICENSE#apache-license)
59+
[Copyright Notice and License](./LICENSE)
6060

61-
Copyright (c) 2025 Cisco and/or its affiliates.
62-
63-
Licensed under the Apache License, Version 2.0 (the "License");
64-
you may not use this file except in compliance with the License.
65-
You may obtain a copy of the License at
66-
67-
http://www.apache.org/licenses/LICENSE-2.0
68-
69-
Unless required by applicable law or agreed to in writing, software
70-
distributed under the License is distributed on an "AS IS" BASIS,
71-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
72-
See the License for the specific language governing permissions and
73-
limitations under the License.
61+
Distributed under Apache 2.0 License. See LICENSE for more information.
62+
Copyright AGNTCY Contributors (https://github.com/agntcy)

0 commit comments

Comments
 (0)