Skip to content

Commit 21a78eb

Browse files
committed
Terminal Update license blurbs
1 parent ffbd6e1 commit 21a78eb

140 files changed

Lines changed: 2058 additions & 1067 deletions

File tree

Some content is hidden

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

LICENSE.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2019 - 2026, Ko Sugawara
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
18+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24+
POSSIBILITY OF SUCH DAMAGE.

src/main/java/au/id/mcc/adapted/swing/SVGIcon.java

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
7+
* Redistribution and use in source and binary forms, with or without
8+
* modification, are permitted provided that the following conditions are met:
9+
*
10+
* 1. Redistributions of source code must retain the above copyright notice,
11+
* this list of conditions and the following disclaimer.
12+
* 2. Redistributions in binary form must reproduce the above copyright notice,
13+
* this list of conditions and the following disclaimer in the documentation
14+
* and/or other materials provided with the distribution.
15+
*
16+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
20+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26+
* POSSIBILITY OF SUCH DAMAGE.
27+
* #L%
28+
*/
129
/*
230
* SVGIcon.java
331
*

src/main/java/org/elephant/Elephant.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant;
2831

2932
import static org.mastodon.app.ui.ViewMenuBuilder.item;

src/main/java/org/elephant/ElephantExtra.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant;
2831

2932
import static org.mastodon.app.ui.ViewMenuBuilder.item;

src/main/java/org/elephant/ElephantKeyMapService.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant;
2831

2932
import java.io.File;

src/main/java/org/elephant/actions/AbortProcessingAction.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant.actions;
2831

2932
import org.elephant.actions.mixins.ElephantConnectException;

src/main/java/org/elephant/actions/AbstractConcurrentRunnableAction.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant.actions;
2831

2932
import java.awt.event.ActionEvent;

src/main/java/org/elephant/actions/AbstractElephantAction.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant.actions;
2831

2932
import java.io.File;

src/main/java/org/elephant/actions/AbstractElephantDatasetAction.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant.actions;
2831

2932
import java.lang.reflect.InvocationTargetException;

src/main/java/org/elephant/actions/AbstractElephantService.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2020, Ko Sugawara
3-
* All rights reserved.
4-
*
1+
/*-
2+
* #%L
3+
* elephant
4+
* %%
5+
* Copyright (C) 2019 - 2026 Ko Sugawara
6+
* %%
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions are met:
79
*
810
* 1. Redistributions of source code must retain the above copyright notice,
911
* this list of conditions and the following disclaimer.
10-
*
1112
* 2. Redistributions in binary form must reproduce the above copyright notice,
1213
* this list of conditions and the following disclaimer in the documentation
1314
* and/or other materials provided with the distribution.
1415
*
1516
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1617
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
1920
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2021
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2122
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2223
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2324
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2425
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2526
* POSSIBILITY OF SUCH DAMAGE.
26-
******************************************************************************/
27+
* #L%
28+
*/
29+
2730
package org.elephant.actions;
2831

2932
/**

0 commit comments

Comments
 (0)