Skip to content

Commit 8555e68

Browse files
committed
Update copyright headers to reflect 2013-2025 and SPDX-License-Identifier: Apache-2.0
1 parent d5da399 commit 8555e68

18 files changed

Lines changed: 21 additions & 254 deletions

pom.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2016-2025 chronicle.software
4-
~
5-
~ Licensed under the *Apache License, Version 2.0* (the "License");
6-
~ you may not use this file except in compliance with the License.
7-
~ You may obtain a copy of the License at
8-
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
16-
-->
3+
4+
Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
5+
6+
-->
177

188
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
199
<modelVersion>4.0.0</modelVersion>
2010

2111
<parent>
2212
<groupId>net.openhft</groupId>
2313
<artifactId>java-parent-pom</artifactId>
24-
<version>1.27ea1</version>
14+
<version>1.27ea2-SNAPSHOT</version>
2515
<relativePath />
2616
</parent>
2717

src/main/java/net/openhft/compiler/CachedCompiler.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package net.openhft.compiler;
185

196
import org.jetbrains.annotations.NotNull;

src/main/java/net/openhft/compiler/CloseableByteArrayOutputStream.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package net.openhft.compiler;
185

196
import java.io.ByteArrayOutputStream;

src/main/java/net/openhft/compiler/CompilerUtils.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package net.openhft.compiler;
185

196
import org.jetbrains.annotations.NotNull;

src/main/java/net/openhft/compiler/JavaSourceFromString.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package net.openhft.compiler;
185

196
import org.jetbrains.annotations.NotNull;

src/main/java/net/openhft/compiler/MyJavaFileManager.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package net.openhft.compiler;
185

196
import org.jetbrains.annotations.NotNull;
Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
11
/*
2-
* Copyright 2016-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
17-
/**
18-
* This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
19-
* Internal classes shall <em>never</em> be used directly.
20-
* <p>
21-
* Specifically, the following actions (including, but not limited to) are not allowed
22-
* on internal classes and packages:
23-
* <ul>
24-
* <li>Casting to</li>
25-
* <li>Reflection of any kind</li>
26-
* <li>Explicit Serialize/deserialize</li>
27-
* </ul>
28-
* <p>
29-
* The classes in this package and any sub-package are subject to
30-
* changes at any time for any reason.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
313
*/
324
package net.openhft.compiler.internal;

src/test/java/eg/FooBarTee.java

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
164
package eg;
175

src/test/java/eg/components/Bar.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package eg.components;
185

196
interface Bar {

src/test/java/eg/components/BarImpl.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright 2014-2025 chronicle.software
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
2+
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
153
*/
16-
174
package eg.components;
185

196
/**

0 commit comments

Comments
 (0)