File tree Expand file tree Collapse file tree 7 files changed +51
-9
lines changed
main/java/com/github/_1c_syntax/utils
test/java/com/github/_1c_syntax/utils Expand file tree Collapse file tree 7 files changed +51
-9
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ tasks.jacocoTestReport {
71
71
license {
72
72
header = rootProject.file(" license/HEADER.txt" )
73
73
ext[" year" ] = " 2018-" + Calendar .getInstance().get(Calendar .YEAR )
74
- ext[" name" ] = " Alexey Sosnoviy <labotamy@gmail.com>, Nikita Gryzlov <nixel2007@gmail.com>"
74
+ ext[" name" ] = " Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com>"
75
75
ext[" project" ] = " 1c-syntax utils"
76
76
strictCheck = true
77
77
mapping(" java" , " SLASHSTAR_STYLE" )
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is a part of 1c-syntax utils.
3
3
*
4
- * Copyright © 2018-2021
5
- * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Gryzlov <nixel2007@gmail.com> and contributors
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
6
*
7
7
* SPDX-License-Identifier: LGPL-3.0-or-later
8
8
*
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is a part of 1c-syntax utils.
3
3
*
4
- * Copyright © 2018-2021
5
- * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Gryzlov <nixel2007@gmail.com> and contributors
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
6
*
7
7
* SPDX-License-Identifier: LGPL-3.0-or-later
8
8
*
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is a part of 1c-syntax utils.
3
3
*
4
- * Copyright © 2018-2021
5
- * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Gryzlov <nixel2007@gmail.com> and contributors
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
6
*
7
7
* SPDX-License-Identifier: LGPL-3.0-or-later
8
8
*
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is a part of 1c-syntax utils.
3
+ *
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
+ *
7
+ * SPDX-License-Identifier: LGPL-3.0-or-later
8
+ *
9
+ * 1c-syntax utils is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU Lesser General Public
11
+ * License as published by the Free Software Foundation; either
12
+ * version 3.0 of the License, or (at your option) any later version.
13
+ *
14
+ * 1c-syntax utils is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ * Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public
20
+ * License along with 1c-syntax utils.
21
+ */
1
22
package com .github ._1c_syntax .utils ;
2
23
3
24
import java .util .Map ;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is a part of 1c-syntax utils.
3
3
*
4
- * Copyright © 2018-2021
5
- * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Gryzlov <nixel2007@gmail.com> and contributors
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
6
*
7
7
* SPDX-License-Identifier: LGPL-3.0-or-later
8
8
*
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is a part of 1c-syntax utils.
3
+ *
4
+ * Copyright © 2018-2022
5
+ * Alexey Sosnoviy <labotamy@gmail.com>, Nikita Fedkin <nixel2007@gmail.com> and contributors
6
+ *
7
+ * SPDX-License-Identifier: LGPL-3.0-or-later
8
+ *
9
+ * 1c-syntax utils is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU Lesser General Public
11
+ * License as published by the Free Software Foundation; either
12
+ * version 3.0 of the License, or (at your option) any later version.
13
+ *
14
+ * 1c-syntax utils is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ * Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public
20
+ * License along with 1c-syntax utils.
21
+ */
1
22
package com .github ._1c_syntax .utils ;
2
23
3
24
import org .junit .jupiter .api .BeforeEach ;
You can’t perform that action at this time.
0 commit comments