Skip to content

Commit c85113d

Browse files
committed
Fix copyright checks for SAP JMC variant and a few license headers
1 parent 2ed9064 commit c85113d

37 files changed

Lines changed: 838 additions & 549 deletions

agent/src/main/java/org/openjdk/jmc/agent/SapAgent.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent;
2634

2735
import java.io.ByteArrayInputStream;

agent/src/main/java/org/openjdk/jmc/agent/SapTransformRegistry.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent;
2634

2735
import java.util.ArrayList;

agent/src/main/java/org/openjdk/jmc/agent/SapTransformer.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent;
2634

2735
import java.lang.instrument.ClassFileTransformer;

agent/src/main/java/org/openjdk/jmc/agent/sap/boot/converters/AllocationSite.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent.sap.boot.converters;
2634

2735
import java.io.PrintStream;

agent/src/main/java/org/openjdk/jmc/agent/sap/boot/converters/AllocationStatistic.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent.sap.boot.converters;
2634

2735
import java.io.PrintStream;

agent/src/main/java/org/openjdk/jmc/agent/sap/boot/converters/AllocationStatisticDumpFilter.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent.sap.boot.converters;
2634

2735
import java.util.regex.Pattern;

agent/src/main/java/org/openjdk/jmc/agent/sap/boot/converters/FileOpenCloseLogger.java

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
/*
22
* Copyright (c) 2025 SAP SE. All rights reserved.
3+
*
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
5-
* This code is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation.
6+
* The contents of this file are subject to the terms of either the Universal Permissive License
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
8+
*
9+
* or the following license:
810
*
9-
* This code is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12-
* version 2 for more details (a copy is included in the LICENSE file that
13-
* accompanied this code).
11+
* Redistribution and use in source and binary forms, with or without modification, are permitted
12+
* provided that the following conditions are met:
1413
*
15-
* You should have received a copy of the GNU General Public License version
16-
* 2 along with this work; if not, write to the Free Software Foundation,
17-
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
14+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions
15+
* and the following disclaimer.
1816
*
19-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20-
* or visit www.oracle.com if you need additional information or have any
21-
* questions.
17+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of
18+
* conditions and the following disclaimer in the documentation and/or other materials provided with
19+
* the distribution.
2220
*
21+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to
22+
* endorse or promote products derived from this software without specific prior written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
25+
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
26+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
27+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
31+
* WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
*/
24-
2533
package org.openjdk.jmc.agent.sap.boot.converters;
2634

2735
import java.io.File;

0 commit comments

Comments
 (0)