Skip to content

Commit b0862d2

Browse files
committedJan 1, 2023
Use Spotless for license formatting
1 parent d715e17 commit b0862d2

File tree

405 files changed

+480
-428
lines changed

Some content is hidden

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

405 files changed

+480
-428
lines changed
 

‎HEADER.txt

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
Copyright (C) 2018 Velocity Contributors
1+
/*
2+
* Copyright (C) $YEAR Velocity Contributors
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
*/
217

3-
This program is free software: you can redistribute it and/or modify
4-
it under the terms of the GNU General Public License as published by
5-
the Free Software Foundation, either version 3 of the License, or
6-
(at your option) any later version.
7-
8-
This program is distributed in the hope that it will be useful,
9-
but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
12-
13-
You should have received a copy of the GNU General Public License
14-
along with this program. If not, see <https://www.gnu.org/licenses/>.

‎api/HEADER.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Copyright (C) 2018 Velocity Contributors
1+
/*
2+
* Copyright (C) $YEAR Velocity Contributors
3+
*
4+
* The Velocity API is licensed under the terms of the MIT License. For more details,
5+
* reference the LICENSE file in the api top-level directory.
6+
*/
27

3-
The Velocity API is licensed under the terms of the MIT License. For more details,
4-
reference the LICENSE file in the api top-level directory.

0 commit comments

Comments
 (0)