Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

== Copyright 2016-2025 chronicle.software
== Copyright 2016-2026 chronicle.software

Licensed under the *Apache License, Version 2.0* (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0

-->

Expand All @@ -23,6 +23,7 @@
<description>Java Runtime Compiler library.</description>

<properties>
<license.year>2013-2026</license.year>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.line.coverage>0.5</jacoco.line.coverage>
<jacoco.branch.coverage>0.3</jacoco.branch.coverage>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/openhft/compiler/CachedCompiler.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/openhft/compiler/CompilerUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/openhft/compiler/MyJavaFileManager.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
/**
* This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/FooBarTee.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/components/Bar.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg.components;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/components/BarImpl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg.components;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/components/Foo.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg.components;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/components/Tee.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg.components;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/eg/components/TeeImpl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package eg.components;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/mytest/IntConsumer.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package mytest;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/mytest/RuntimeCompileTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package mytest;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/openhft/compiler/CompilerTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/openhft/compiler/MyIntSupplier.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
* Copyright 2013-2026 chronicle.software; SPDX-License-Identifier: Apache-2.0
*/
package net.openhft.compiler;

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/eg/FooBarTee2.jcf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2025 chronicle.software
* Copyright 2014-2026 chronicle.software
*
* http://www.higherfrequencytrading.com
*
Expand Down