Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Formatting rules] Add support for checking and fixing copyright date in the Kdoc #3

Closed
orchestr7 opened this issue Jun 30, 2020 · 0 comments · Fixed by #270
Closed
Assignees
Labels
enhancement New feature or request

Comments

@orchestr7
Copy link
Member

If your code has a copyright and it's actual year differs from the current year - it should be fixed (or warning should be raised).
For example if current year is 2020, this code

/** 
* Copyright (c) Ivanoff Technologies Co., Ltd. 1992-2017. All rights reserved
*/

should be changed to this one:

/** 
* Copyright (c) Ivanoff Technologies Co., Ltd. 1992-2020. All rights reserved
*/
@orchestr7 orchestr7 changed the title [Formatting rules] Add support for checking and fixing copyright date in th Kdoc [Formatting rules] Add support for checking and fixing copyright date in the Kdoc Jun 30, 2020
@orchestr7 orchestr7 added the enhancement New feature or request label Jul 6, 2020
@aktsay6 aktsay6 self-assigned this Sep 11, 2020
nulls added a commit that referenced this issue Jun 22, 2022
nulls added a commit that referenced this issue Aug 10, 2022
nulls added a commit that referenced this issue Oct 28, 2022
nulls added a commit that referenced this issue Nov 15, 2022
nulls added a commit that referenced this issue Nov 15, 2022
nulls added a commit that referenced this issue Nov 15, 2022
nulls added a commit that referenced this issue Nov 15, 2022
nulls added a commit that referenced this issue Nov 16, 2022
nulls added a commit that referenced this issue Nov 17, 2022
nulls referenced this issue in nulls/diktat Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants