Skip to content

Commit f4cc882

Browse files
committed
No copyright on xml or sql files
1 parent 7f914b5 commit f4cc882

File tree

10 files changed

+0
-234
lines changed

10 files changed

+0
-234
lines changed

distributed-lock-api/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

distributed-lock-core/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

distributed-lock-example/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

distributed-lock-example/src/main/resources/data.sql

-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
/*
2-
* MIT License
3-
*
4-
* Copyright (c) 2020 Alen Turkovic
5-
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
12-
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
23-
*/
24-
251
-- do not rename this file, Spring Boot runs 'data.sql' on startup
262

273
create table lock (

distributed-lock-jdbc/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

distributed-lock-jdbc/src/test/resources/locks-table-create.sql

-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
/*
2-
* MIT License
3-
*
4-
* Copyright (c) 2020 Alen Turkovic
5-
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
12-
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
23-
*/
24-
251
CREATE TABLE locks (
262
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
273
lock_key varchar(255) UNIQUE,
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
1-
/*
2-
* MIT License
3-
*
4-
* Copyright (c) 2020 Alen Turkovic
5-
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
12-
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
23-
*/
24-
251
DROP TABLE locks;

distributed-lock-mongo/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

distributed-lock-redis/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ MIT License
4-
~
5-
~ Copyright (c) 2020 Alen Turkovic
6-
~
7-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8-
~ of this software and associated documentation files (the "Software"), to deal
9-
~ in the Software without restriction, including without limitation the rights
10-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
~ copies of the Software, and to permit persons to whom the Software is
12-
~ furnished to do so, subject to the following conditions:
13-
~
14-
~ The above copyright notice and this permission notice shall be included in all
15-
~ copies or substantial portions of the Software.
16-
~
17-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
~ SOFTWARE.
24-
-->
252

263
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
274
xmlns="http://maven.apache.org/POM/4.0.0"

pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!--
4-
~ MIT License
5-
~
6-
~ Copyright (c) 2020 Alen Turkovic
7-
~
8-
~ Permission is hereby granted, free of charge, to any person obtaining a copy
9-
~ of this software and associated documentation files (the "Software"), to deal
10-
~ in the Software without restriction, including without limitation the rights
11-
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12-
~ copies of the Software, and to permit persons to whom the Software is
13-
~ furnished to do so, subject to the following conditions:
14-
~
15-
~ The above copyright notice and this permission notice shall be included in all
16-
~ copies or substantial portions of the Software.
17-
~
18-
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24-
~ SOFTWARE.
25-
-->
26-
273
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
284
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
295
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)