Skip to content

Commit b6c337d

Browse files
committed
New year in license
1 parent 6cf2bfb commit b6c337d

File tree

133 files changed

+152
-132
lines changed

Some content is hidden

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

133 files changed

+152
-132
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Community Rust Plugin
2-
Copyright (C) 2021-2022 Eric Le Goff
2+
Copyright (C) 2021-2023 Eric Le Goff
33
mailto:community-rust AT pm DOT me
44
http://github.com/elegoff/sonar-rust
55

community-rust-checks/src/main/java/org/elegoff/rust/checks/CheckList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/main/java/org/elegoff/rust/checks/EmptyEnumCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/main/java/org/elegoff/rust/checks/FunctionParametersCountCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/main/java/org/elegoff/rust/checks/Issue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/main/java/org/elegoff/rust/checks/LineLengthCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/main/java/org/elegoff/rust/checks/RustCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/test/java/org/elegoff/rust/checks/CheckListTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/test/java/org/elegoff/rust/checks/EmptyEnumCheckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

community-rust-checks/src/test/java/org/elegoff/rust/checks/FunctionParametersCountCheckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2022 Eric Le Goff
3+
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
66
*

0 commit comments

Comments
 (0)