You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= Contributing to Spring Authorization Server
2
2
3
3
Spring Authorization Server is released under the Apache 2.0 license.
4
-
If you would like to contribute something, or simply want to hack on the code this document should help you https://github.com/spring-projects-experimental/spring-authorization-server#getting-started[get started].
4
+
If you would like to contribute something, or simply want to hack on the code this document should help you https://github.com/spring-projects/spring-authorization-server#getting-started[get started].
5
5
6
6
== Code of Conduct
7
7
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
@@ -32,7 +32,7 @@ That may mean using an external library directly in a `Filter`.
32
32
33
33
== Reporting Security Vulnerabilities
34
34
If you think you have found a security vulnerability please *DO NOT* disclose it publicly until we've had a chance to fix it.
35
-
Please don't report security vulnerabilities using GitHub issues, instead head over to https://pivotal.io/security and learn how to disclose them responsibly.
35
+
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
36
36
37
37
== Sign the Contributor License Agreement
38
38
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
@@ -45,7 +45,7 @@ Please add the Apache License header to all new classes, for example:
45
45
46
46
```java
47
47
/*
48
-
* Copyright 2020 the original author or authors.
48
+
* Copyright 2020-2021 the original author or authors.
49
49
*
50
50
* Licensed under the Apache License, Version 2.0 (the "License");
51
51
* you may not use this file except in compliance with the License.
0 commit comments