Skip to content

Commit 354b780

Browse files
committed
Merge branch 'release/0.9.100'
2 parents dbad7a5 + 5ab76c6 commit 354b780

File tree

8,993 files changed

+21562
-9853
lines changed

Some content is hidden

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

8,993 files changed

+21562
-9853
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion

build/flyweight-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>build</artifactId>
11-
<version>0.9.99</version>
11+
<version>0.9.100</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

build/flyweight-maven-plugin/src/main/antlr4/io/aklivity/zilla/build/maven/plugins/flyweight/internal/parser/Flyweight.g4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance
@@ -13,7 +13,6 @@
1313
* License for the specific language governing permissions and limitations
1414
* under the License.
1515
*/
16-
1716
/*
1817
* Copyright 2021-2022 Aklivity Inc.
1918
*

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/AbstractMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/GenerateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/Generator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/TestGenerateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ValidateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstAbstractMemberNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstByteOrder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstEnumNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstListMemberNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstListNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstMapNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstNamedNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstScopeNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstSpecificationNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstStructMemberNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstStructNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstTypedefNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstUnionCaseNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstUnionNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstValueNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstVariantCaseNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/AstVariantNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/parse/AstParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/EnumVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/ListVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/ScopeVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/StructVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/UnionVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/ast/visit/VariantVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/Array16FWGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/Array32FWGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/Array8FWGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/ArrayFWGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/ArrayFlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/BoundedOctets16FlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/BoundedOctets32FlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/BoundedOctets8FlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/BoundedOctetsFlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/ClassSpecGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/ClassSpecMixinGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/EnumFlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/EnumTypeGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

build/flyweight-maven-plugin/src/main/java/io/aklivity/zilla/build/maven/plugins/flyweight/internal/generate/FlyweightGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 Aklivity Inc.
2+
* Copyright 2021-2024 Aklivity Inc.
33
*
44
* Aklivity licenses this file to you under the Apache License,
55
* version 2.0 (the "License"); you may not use this file except in compliance

0 commit comments

Comments
 (0)