From 088bcc34d80053d24358f6a2166bd4020410508c Mon Sep 17 00:00:00 2001 From: "Singh, Dhirendra (Data61, Clayton)" Date: Wed, 3 Jan 2024 11:49:51 +1100 Subject: [PATCH] doc: update license --- LICENSE | 2 +- .../jill/example/greeter/BeFriendly.java | 2 +- .../jill/example/greeter/GreetNeighbour.java | 2 +- .../jill/example/greeter/GreetNobody.java | 2 +- .../jill/example/greeter/Greeter.java | 2 +- .../agentsoz/jill/example/hanoi/Board.java | 2 +- .../jill/example/hanoi/MoveTower.java | 2 +- .../agentsoz/jill/example/hanoi/Player.java | 2 +- .../agentsoz/jill/example/hanoi/Solve.java | 2 +- .../example/tokenpassing/ReceiveToken1.java | 2 +- .../example/tokenpassing/ReceiveToken2.java | 2 +- .../example/tokenpassing/ReceiveToken3.java | 2 +- .../jill/example/tokenpassing/Token1.java | 2 +- .../jill/example/tokenpassing/Token2.java | 2 +- .../jill/example/tokenpassing/Token3.java | 2 +- .../example/tokenpassing/TokenAgent1.java | 2 +- .../example/tokenpassing/TokenAgent2.java | 2 +- .../example/tokenpassing/TokenAgent3.java | 2 +- .../template/JillExtensionTemplate.java | 2 +- .../java/io/github/agentsoz/jill/Main.java | 2 +- .../java/io/github/agentsoz/jill/Program.java | 2 +- .../github/agentsoz/jill/config/Config.java | 2 +- .../agentsoz/jill/config/GlobalConstant.java | 2 +- .../agentsoz/jill/core/GlobalState.java | 2 +- .../agentsoz/jill/core/IntentionSelector.java | 2 +- .../agentsoz/jill/core/JillException.java | 2 +- .../agentsoz/jill/core/ProgramLoader.java | 2 +- .../agentsoz/jill/core/beliefbase/Belief.java | 2 +- .../jill/core/beliefbase/BeliefBase.java | 2 +- .../core/beliefbase/BeliefBaseException.java | 2 +- .../jill/core/beliefbase/BeliefSet.java | 2 +- .../jill/core/beliefbase/BeliefSetField.java | 2 +- .../agentsoz/jill/core/beliefbase/Query.java | 2 +- .../core/beliefbase/abs/ABeliefStore.java | 2 +- .../jill/core/beliefbase/abs/AQuery.java | 2 +- .../io/github/agentsoz/jill/lang/Agent.java | 2 +- .../github/agentsoz/jill/lang/AgentInfo.java | 2 +- .../io/github/agentsoz/jill/lang/Goal.java | 2 +- .../github/agentsoz/jill/lang/GoalInfo.java | 2 +- .../agentsoz/jill/lang/IntentionStacks.java | 2 +- .../agentsoz/jill/lang/JillExtension.java | 2 +- .../github/agentsoz/jill/lang/MetaPlan.java | 2 +- .../io/github/agentsoz/jill/lang/Plan.java | 2 +- .../agentsoz/jill/lang/PlanBindings.java | 2 +- .../github/agentsoz/jill/lang/PlanInfo.java | 2 +- .../github/agentsoz/jill/lang/PlanStep.java | 2 +- .../github/agentsoz/jill/struct/AObject.java | 2 +- .../agentsoz/jill/struct/AgentType.java | 2 +- .../agentsoz/jill/struct/GoalPlanType.java | 2 +- .../github/agentsoz/jill/struct/GoalType.java | 2 +- .../github/agentsoz/jill/struct/PlanType.java | 2 +- .../agentsoz/jill/util/AObjectCatalog.java | 2 +- .../io/github/agentsoz/jill/util/AString.java | 2 +- .../agentsoz/jill/util/ArgumentsLoader.java | 2 +- .../io/github/agentsoz/jill/util/Log.java | 2 +- .../github/agentsoz/jill/util/Stack255.java | 2 +- .../io/github/agentsoz/jill/MainTest.java | 2 +- .../agentsoz/jill/core/ProgramLoaderTest.java | 2 +- .../BeliefBaseExceptionRegressionTest.java | 2 +- .../BeliefBaseExceptionRegressionTest0.java | 2 +- .../BeliefBaseExceptionRegressionTest1.java | 2 +- .../jill/core/beliefbase/BeliefBaseTest.java | 2 +- .../jill/core/beliefbase/BeliefSetTest.java | 2 +- .../jill/core/beliefbase/BeliefTest.java | 2 +- .../core/beliefbase/QueryRegressionTest.java | 2 +- .../core/beliefbase/QueryRegressionTest0.java | 2 +- .../jill/core/extension/TestExtension.java | 2 +- .../jill/core/testprogram/Agent0.java | 2 +- .../jill/core/testprogram/Agent1.java | 2 +- .../jill/core/testprogram/Agent10.java | 2 +- .../jill/core/testprogram/Agent11.java | 2 +- .../jill/core/testprogram/Agent12.java | 2 +- .../jill/core/testprogram/Agent2.java | 2 +- .../jill/core/testprogram/Agent3.java | 2 +- .../jill/core/testprogram/Agent4.java | 2 +- .../jill/core/testprogram/Agent5.java | 2 +- .../jill/core/testprogram/Agent6.java | 2 +- .../jill/core/testprogram/Agent7.java | 2 +- .../jill/core/testprogram/Agent8.java | 2 +- .../jill/core/testprogram/Agent9.java | 2 +- .../jill/core/testprogram/Goal10.java | 2 +- .../jill/core/testprogram/Goal11.java | 2 +- .../jill/core/testprogram/Goal12.java | 2 +- .../agentsoz/jill/core/testprogram/Goal4.java | 2 +- .../agentsoz/jill/core/testprogram/Goal5.java | 2 +- .../agentsoz/jill/core/testprogram/Goal6.java | 2 +- .../agentsoz/jill/core/testprogram/Goal7.java | 2 +- .../agentsoz/jill/core/testprogram/Goal8.java | 2 +- .../agentsoz/jill/core/testprogram/Goal9.java | 2 +- .../jill/core/testprogram/Plan10.java | 2 +- .../jill/core/testprogram/Plan11.java | 2 +- .../jill/core/testprogram/Plan12.java | 2 +- .../agentsoz/jill/core/testprogram/Plan8.java | 2 +- .../agentsoz/jill/core/testprogram/Plan9.java | 2 +- .../jill/lang/GoalRegressionTest.java | 2 +- .../jill/lang/GoalRegressionTest0.java | 2 +- .../agentsoz/jill/lang/PlanBindingsTest.java | 2 +- .../agentsoz/jill/multitask/DoTask.java | 2 +- .../jill/multitask/MultiTaskRequester.java | 2 +- .../agentsoz/jill/multitask/MultiTasker.java | 2 +- .../github/agentsoz/jill/multitask/Task.java | 2 +- .../jill/sendreceive/HandleMessage.java | 2 +- .../jill/sendreceive/MessageEvent.java | 2 +- .../agentsoz/jill/sendreceive/Talker.java | 2 +- .../jill/struct/AObjectRegressionTest.java | 2 +- .../jill/struct/AObjectRegressionTest0.java | 2 +- .../jill/struct/AObjectRegressionTest1.java | 2 +- .../jill/struct/AObjectRegressionTest2.java | 2 +- .../jill/struct/AObjectRegressionTest3.java | 2 +- .../agentsoz/jill/struct/AObjectTest.java | 2 +- .../jill/struct/AgentTypeRegressionTest.java | 2 +- .../jill/struct/AgentTypeRegressionTest0.java | 2 +- .../jill/struct/AgentTypeRegressionTest1.java | 2 +- .../jill/struct/AgentTypeRegressionTest2.java | 2 +- .../jill/struct/AgentTypeRegressionTest3.java | 2 +- .../agentsoz/jill/struct/AgentTypeTest.java | 2 +- .../jill/struct/GPTypeRegressionTest.java | 2 +- .../jill/struct/GPTypeRegressionTest0.java | 2 +- .../jill/struct/GPTypeRegressionTest1.java | 2 +- .../jill/struct/GPTypeRegressionTest2.java | 2 +- .../jill/struct/GPTypeRegressionTest3.java | 2 +- .../jill/struct/GPTypeRegressionTest4.java | 2 +- .../jill/struct/GoalTypeRegressionTest.java | 2 +- .../jill/struct/GoalTypeRegressionTest0.java | 2 +- .../jill/struct/GoalTypeRegressionTest1.java | 2 +- .../jill/struct/GoalTypeRegressionTest2.java | 2 +- .../jill/struct/GoalTypeRegressionTest3.java | 2 +- .../jill/struct/PlanTypeRegressionTest.java | 2 +- .../jill/struct/PlanTypeRegressionTest0.java | 2 +- .../jill/struct/PlanTypeRegressionTest1.java | 2 +- .../jill/struct/PlanTypeRegressionTest2.java | 2 +- .../jill/struct/PlanTypeRegressionTest3.java | 2 +- .../jill/struct/PlanTypeRegressionTest4.java | 2 +- .../jill/testgreeter/GoalBeFriendly.java | 2 +- .../jill/testgreeter/PlanGreetNeighbour.java | 2 +- .../jill/testgreeter/TestGreeterAgent.java | 2 +- .../agentsoz/jill/testprogram/GoalA.java | 2 +- .../agentsoz/jill/testprogram/GoalB.java | 2 +- .../agentsoz/jill/testprogram/GoalC.java | 2 +- .../agentsoz/jill/testprogram/LogAgent.java | 2 +- .../agentsoz/jill/testprogram/LogGoal.java | 2 +- .../agentsoz/jill/testprogram/LogPlan.java | 2 +- .../agentsoz/jill/testprogram/PlanA.java | 2 +- .../agentsoz/jill/testprogram/PlanB.java | 2 +- .../agentsoz/jill/testprogram/PlanC.java | 2 +- .../agentsoz/jill/testprogram/PlanD.java | 2 +- .../agentsoz/jill/testprogram/TestAgent.java | 2 +- .../util/AObjectCatalogRegressionTest.java | 2 +- .../util/AObjectCatalogRegressionTest0.java | 2 +- .../util/AObjectCatalogRegressionTest1.java | 2 +- .../util/AObjectCatalogRegressionTest2.java | 2 +- .../util/AObjectCatalogRegressionTest3.java | 2 +- .../util/AObjectCatalogRegressionTest4.java | 2 +- .../jill/util/AStringRegressionTest.java | 2 +- .../jill/util/AStringRegressionTest0.java | Bin 755800 -> 755800 bytes .../agentsoz/jill/util/AStringTest.java | 2 +- .../jill/util/ArgumentsLoaderParseTest.java | 2 +- .../jill/util/ArgumentsLoaderTest.java | 2 +- .../jill/util/Stack255RegressionTest.java | 2 +- .../jill/util/Stack255RegressionTest0.java | 2 +- .../jill/util/Stack255RegressionTest1.java | 2 +- .../jill/util/Stack255RegressionTest2.java | 2 +- .../jill/util/Stack255RegressionTest3.java | 2 +- .../agentsoz/jill/util/Stack255Test.java | 2 +- 164 files changed, 163 insertions(+), 163 deletions(-) diff --git a/LICENSE b/LICENSE index ed52cda..4648b2f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 - 2023, by its authors. See AUTHORS file. +Copyright (c) 2014 - 2024, by its authors. See AUTHORS file. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/BeFriendly.java b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/BeFriendly.java index 9ed2e96..12c06de 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/BeFriendly.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/BeFriendly.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNeighbour.java b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNeighbour.java index 65b1ae8..748bd8f 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNeighbour.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNeighbour.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNobody.java b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNobody.java index 81cc771..9069447 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNobody.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNobody.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/Greeter.java b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/Greeter.java index 83fc285..ebce994 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/greeter/Greeter.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/greeter/Greeter.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Board.java b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Board.java index 3c9dc35..8373f2b 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Board.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Board.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/MoveTower.java b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/MoveTower.java index a6ec5f1..21ced0c 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/MoveTower.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/MoveTower.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Player.java b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Player.java index ddb00d6..b8fee46 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Player.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Player.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Solve.java b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Solve.java index 3c7da68..171dde5 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Solve.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Solve.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken1.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken1.java index e2327c3..11e5530 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken1.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken2.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken2.java index 401d4c9..5dbc0b5 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken2.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken3.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken3.java index 6497366..8813ebc 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken3.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token1.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token1.java index 1d27cbc..742286f 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token1.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token2.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token2.java index 89bfa0c..7604b20 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token2.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token3.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token3.java index 884beee..64370eb 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token3.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/Token3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent1.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent1.java index 61e6d31..8d3241b 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent1.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent2.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent2.java index d189abb..fdd6b35 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent2.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent3.java b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent3.java index ba5844a..9ba45e3 100644 --- a/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent3.java +++ b/examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/TokenAgent3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/template/src/main/java/io/github/agentsoz/jill/extension/template/JillExtensionTemplate.java b/extensions/template/src/main/java/io/github/agentsoz/jill/extension/template/JillExtensionTemplate.java index f07a043..020ce70 100644 --- a/extensions/template/src/main/java/io/github/agentsoz/jill/extension/template/JillExtensionTemplate.java +++ b/extensions/template/src/main/java/io/github/agentsoz/jill/extension/template/JillExtensionTemplate.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/Main.java b/jill/src/main/java/io/github/agentsoz/jill/Main.java index 4f5f342..5e82f73 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/Main.java +++ b/jill/src/main/java/io/github/agentsoz/jill/Main.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/Program.java b/jill/src/main/java/io/github/agentsoz/jill/Program.java index d3347f1..a559c2f 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/Program.java +++ b/jill/src/main/java/io/github/agentsoz/jill/Program.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/config/Config.java b/jill/src/main/java/io/github/agentsoz/jill/config/Config.java index 5f36a84..2299be9 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/config/Config.java +++ b/jill/src/main/java/io/github/agentsoz/jill/config/Config.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/config/GlobalConstant.java b/jill/src/main/java/io/github/agentsoz/jill/config/GlobalConstant.java index b6a3fec..44cf0a6 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/config/GlobalConstant.java +++ b/jill/src/main/java/io/github/agentsoz/jill/config/GlobalConstant.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/GlobalState.java b/jill/src/main/java/io/github/agentsoz/jill/core/GlobalState.java index 83fa26e..e75a40b 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/GlobalState.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/GlobalState.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/IntentionSelector.java b/jill/src/main/java/io/github/agentsoz/jill/core/IntentionSelector.java index 930baae..2cf9061 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/IntentionSelector.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/IntentionSelector.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/JillException.java b/jill/src/main/java/io/github/agentsoz/jill/core/JillException.java index 538b006..5a04f8d 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/JillException.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/JillException.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/ProgramLoader.java b/jill/src/main/java/io/github/agentsoz/jill/core/ProgramLoader.java index 05c046f..e227657 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/ProgramLoader.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/ProgramLoader.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Belief.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Belief.java index 6caf966..6ce37d4 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Belief.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Belief.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBase.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBase.java index 11a8daf..e5ec49b 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBase.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBase.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseException.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseException.java index 6c3e5c4..fb375cb 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseException.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseException.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSet.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSet.java index 8daecc5..6d5d40a 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSet.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSet.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetField.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetField.java index abfb204..2a55a25 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetField.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetField.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Query.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Query.java index 8820f04..86deed8 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Query.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/Query.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/ABeliefStore.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/ABeliefStore.java index 179b2ba..4e561fa 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/ABeliefStore.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/ABeliefStore.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/AQuery.java b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/AQuery.java index 3ee083f..18f18a4 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/AQuery.java +++ b/jill/src/main/java/io/github/agentsoz/jill/core/beliefbase/abs/AQuery.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/Agent.java b/jill/src/main/java/io/github/agentsoz/jill/lang/Agent.java index 6a1e62f..30387c2 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/Agent.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/Agent.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/AgentInfo.java b/jill/src/main/java/io/github/agentsoz/jill/lang/AgentInfo.java index 7f5c2e4..e9be12a 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/AgentInfo.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/AgentInfo.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/Goal.java b/jill/src/main/java/io/github/agentsoz/jill/lang/Goal.java index 0e5aa5e..52b4d96 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/Goal.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/Goal.java @@ -6,7 +6,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/GoalInfo.java b/jill/src/main/java/io/github/agentsoz/jill/lang/GoalInfo.java index 0de1106..0936912 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/GoalInfo.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/GoalInfo.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/IntentionStacks.java b/jill/src/main/java/io/github/agentsoz/jill/lang/IntentionStacks.java index d43f11f..e134ef8 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/IntentionStacks.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/IntentionStacks.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/JillExtension.java b/jill/src/main/java/io/github/agentsoz/jill/lang/JillExtension.java index c8df761..05ab7d1 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/JillExtension.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/JillExtension.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/MetaPlan.java b/jill/src/main/java/io/github/agentsoz/jill/lang/MetaPlan.java index e7259bc..7d4bceb 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/MetaPlan.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/MetaPlan.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/Plan.java b/jill/src/main/java/io/github/agentsoz/jill/lang/Plan.java index 5c20f30..a084ad3 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/Plan.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/Plan.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanBindings.java b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanBindings.java index 83a9789..6b807f8 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanBindings.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanBindings.java @@ -5,7 +5,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanInfo.java b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanInfo.java index 3a3e5e3..6bc6d32 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanInfo.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanInfo.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanStep.java b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanStep.java index 018447c..13f3d8e 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/lang/PlanStep.java +++ b/jill/src/main/java/io/github/agentsoz/jill/lang/PlanStep.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/struct/AObject.java b/jill/src/main/java/io/github/agentsoz/jill/struct/AObject.java index 177208b..431c0fd 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/struct/AObject.java +++ b/jill/src/main/java/io/github/agentsoz/jill/struct/AObject.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/struct/AgentType.java b/jill/src/main/java/io/github/agentsoz/jill/struct/AgentType.java index cd390c5..1773742 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/struct/AgentType.java +++ b/jill/src/main/java/io/github/agentsoz/jill/struct/AgentType.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/struct/GoalPlanType.java b/jill/src/main/java/io/github/agentsoz/jill/struct/GoalPlanType.java index e7d8b7f..9e0c07a 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/struct/GoalPlanType.java +++ b/jill/src/main/java/io/github/agentsoz/jill/struct/GoalPlanType.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/struct/GoalType.java b/jill/src/main/java/io/github/agentsoz/jill/struct/GoalType.java index 98e686e..8736ce9 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/struct/GoalType.java +++ b/jill/src/main/java/io/github/agentsoz/jill/struct/GoalType.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/struct/PlanType.java b/jill/src/main/java/io/github/agentsoz/jill/struct/PlanType.java index 7fa1c65..e99cc85 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/struct/PlanType.java +++ b/jill/src/main/java/io/github/agentsoz/jill/struct/PlanType.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/util/AObjectCatalog.java b/jill/src/main/java/io/github/agentsoz/jill/util/AObjectCatalog.java index 8e92e26..7ca89ab 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/util/AObjectCatalog.java +++ b/jill/src/main/java/io/github/agentsoz/jill/util/AObjectCatalog.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/util/AString.java b/jill/src/main/java/io/github/agentsoz/jill/util/AString.java index 18a3dc2..16b378e 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/util/AString.java +++ b/jill/src/main/java/io/github/agentsoz/jill/util/AString.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/util/ArgumentsLoader.java b/jill/src/main/java/io/github/agentsoz/jill/util/ArgumentsLoader.java index f0bd670..7450bc5 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/util/ArgumentsLoader.java +++ b/jill/src/main/java/io/github/agentsoz/jill/util/ArgumentsLoader.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/util/Log.java b/jill/src/main/java/io/github/agentsoz/jill/util/Log.java index 12d6a2f..d9eaf97 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/util/Log.java +++ b/jill/src/main/java/io/github/agentsoz/jill/util/Log.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/main/java/io/github/agentsoz/jill/util/Stack255.java b/jill/src/main/java/io/github/agentsoz/jill/util/Stack255.java index aedf235..36a412d 100644 --- a/jill/src/main/java/io/github/agentsoz/jill/util/Stack255.java +++ b/jill/src/main/java/io/github/agentsoz/jill/util/Stack255.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/MainTest.java b/jill/src/test/java/io/github/agentsoz/jill/MainTest.java index b67534b..0d46fa8 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/MainTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/MainTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/ProgramLoaderTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/ProgramLoaderTest.java index fe88752..d9369b7 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/ProgramLoaderTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/ProgramLoaderTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest.java index 7363483..de095e5 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest0.java index c2bc729..4136763 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest1.java index ee4f076..3d76fbd 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseExceptionRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseTest.java index 560db69..6ca5475 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefBaseTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetTest.java index 52913e1..7fcb3ab 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefSetTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefTest.java index f34b11e..fc3db88 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/BeliefTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest.java index 88f4c61..d73c958 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest0.java index 3d8a4c9..088d3f0 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/beliefbase/QueryRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/extension/TestExtension.java b/jill/src/test/java/io/github/agentsoz/jill/core/extension/TestExtension.java index d86cdd3..80d07c4 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/extension/TestExtension.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/extension/TestExtension.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent0.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent0.java index 93e21e4..c660979 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent1.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent1.java index 4ae3b62..e2c2502 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent10.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent10.java index fbed43c..36ce5b4 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent10.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent10.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent11.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent11.java index 64a2b2b..2f7ce58 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent11.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent11.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent12.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent12.java index 578b58e..241ae70 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent12.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent12.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent2.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent2.java index bb1f798..f7159a5 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent3.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent3.java index 15a5018..668b9e6 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent4.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent4.java index 7a16831..793a87a 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent4.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent4.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent5.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent5.java index d523056..18055d3 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent5.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent5.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent6.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent6.java index cb9ec04..c390e4c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent6.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent6.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent7.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent7.java index c07487d..26f7513 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent7.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent7.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent8.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent8.java index 416eb2b..2bb11b4 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent8.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent8.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent9.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent9.java index e56389b..72a8d30 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent9.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Agent9.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal10.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal10.java index 4ba6a43..308b91d 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal10.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal10.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal11.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal11.java index e0cf56c..9d650d6 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal11.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal11.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal12.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal12.java index 5073f4c..a5bda51 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal12.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal12.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal4.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal4.java index 6eff662..95f3331 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal4.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal4.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal5.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal5.java index 5a48157..8227a85 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal5.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal5.java @@ -6,7 +6,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal6.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal6.java index d073f68..5567908 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal6.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal6.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal7.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal7.java index aae73dc..0843514 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal7.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal7.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal8.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal8.java index a44bf46..05479cd 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal8.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal8.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal9.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal9.java index 43baa30..8a09412 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal9.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Goal9.java @@ -7,7 +7,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan10.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan10.java index b325524..9629236 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan10.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan10.java @@ -10,7 +10,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan11.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan11.java index f9c1719..392b8a7 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan11.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan11.java @@ -10,7 +10,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan12.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan12.java index e1610fa..ac729e9 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan12.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan12.java @@ -10,7 +10,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan8.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan8.java index 07c467c..7c4a809 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan8.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan8.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan9.java b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan9.java index 9d3afab..a2ccaac 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan9.java +++ b/jill/src/test/java/io/github/agentsoz/jill/core/testprogram/Plan9.java @@ -9,7 +9,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest.java index 52c7b68..0d57d60 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest0.java index fe33e6d..f4ee084 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/lang/GoalRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/lang/PlanBindingsTest.java b/jill/src/test/java/io/github/agentsoz/jill/lang/PlanBindingsTest.java index f6ce304..c2dfe2c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/lang/PlanBindingsTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/lang/PlanBindingsTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/multitask/DoTask.java b/jill/src/test/java/io/github/agentsoz/jill/multitask/DoTask.java index e9106d8..2ac834c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/multitask/DoTask.java +++ b/jill/src/test/java/io/github/agentsoz/jill/multitask/DoTask.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTaskRequester.java b/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTaskRequester.java index 24a765d..752f2b8 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTaskRequester.java +++ b/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTaskRequester.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTasker.java b/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTasker.java index 505aa0d..e0c6209 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTasker.java +++ b/jill/src/test/java/io/github/agentsoz/jill/multitask/MultiTasker.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/multitask/Task.java b/jill/src/test/java/io/github/agentsoz/jill/multitask/Task.java index b3af520..5e17e93 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/multitask/Task.java +++ b/jill/src/test/java/io/github/agentsoz/jill/multitask/Task.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/HandleMessage.java b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/HandleMessage.java index 56e5644..d0339db 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/HandleMessage.java +++ b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/HandleMessage.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/MessageEvent.java b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/MessageEvent.java index 2a50cc1..d0dc5a4 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/MessageEvent.java +++ b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/MessageEvent.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/Talker.java b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/Talker.java index c4e8e2e..62388d7 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/sendreceive/Talker.java +++ b/jill/src/test/java/io/github/agentsoz/jill/sendreceive/Talker.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest.java index 43bac40..6c4fc21 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest0.java index c56dd7c..a48ec52 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest1.java index 0c71331..a4929a9 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest2.java index 0999791..6d9fc38 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest3.java index 5676cd7..039bad5 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectTest.java index 521256d..6343175 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AObjectTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest.java index 2787556..e32ae65 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest0.java index 9ee00ea..1edf1ba 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest1.java index 233e3f4..3e8be82 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest2.java index 8751a07..56bf8f6 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest3.java index fc869a5..277d408 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeTest.java index 51c963f..6b00827 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/AgentTypeTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest.java index c727d49..d0e133e 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest0.java index 2797cc2..69cb2d5 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest1.java index f81966a..8103c12 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest2.java index a065c9a..00e499d 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest3.java index a8a87d6..f69c654 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest4.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest4.java index 2aceb62..593f4be 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest4.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GPTypeRegressionTest4.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest.java index 8737de2..b40ab2b 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest0.java index d1b1ed2..306ad77 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest1.java index e87c74b..25d0ff2 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest2.java index 46b5e73..9fe7e04 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest3.java index 1203a10..651abad 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/GoalTypeRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest.java index 23196e7..0208a90 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest0.java index 002ac28..883bc63 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest1.java index f4b838d..818a16c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest2.java index 1e20132..55e4e21 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest3.java index da91494..ca2d58c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest4.java b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest4.java index 6fecb1a..3022b97 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest4.java +++ b/jill/src/test/java/io/github/agentsoz/jill/struct/PlanTypeRegressionTest4.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/GoalBeFriendly.java b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/GoalBeFriendly.java index 09e89a9..ff5766f 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/GoalBeFriendly.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/GoalBeFriendly.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/PlanGreetNeighbour.java b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/PlanGreetNeighbour.java index 7c58c82..e326db7 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/PlanGreetNeighbour.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/PlanGreetNeighbour.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/TestGreeterAgent.java b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/TestGreeterAgent.java index d3533b4..82cb39d 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testgreeter/TestGreeterAgent.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testgreeter/TestGreeterAgent.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalA.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalA.java index 0bb257f..df5c3b2 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalA.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalA.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalB.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalB.java index 8b29e2c..aeece7c 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalB.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalB.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalC.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalC.java index e2f6e15..6cf6d59 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalC.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/GoalC.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogAgent.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogAgent.java index ade3943..4ef5fd1 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogAgent.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogAgent.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogGoal.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogGoal.java index 4a24904..fdea450 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogGoal.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogGoal.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogPlan.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogPlan.java index 416c187..d0353a2 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogPlan.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/LogPlan.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanA.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanA.java index 4d4bc29..5b77320 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanA.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanA.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanB.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanB.java index a771241..9a6ca18 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanB.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanB.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanC.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanC.java index 3eea512..adff49b 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanC.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanC.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanD.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanD.java index 1314d55..32e229b 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanD.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/PlanD.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/testprogram/TestAgent.java b/jill/src/test/java/io/github/agentsoz/jill/testprogram/TestAgent.java index d4aa879..854a9d2 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/testprogram/TestAgent.java +++ b/jill/src/test/java/io/github/agentsoz/jill/testprogram/TestAgent.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest.java index 5dbe76f..22630b7 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest0.java index 6fc6f5e..96fa9cc 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest1.java index 7eb16ae..b126fe6 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest2.java index a2389f5..f752fd9 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest3.java index 52ad449..c397cbb 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest4.java b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest4.java index b1515b9..b302393 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest4.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AObjectCatalogRegressionTest4.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest.java index 326946f..dcdba24 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/util/AStringRegressionTest0.java index 3823bbf3b56b500828c6aa2fefbb13404fbb8bea..cd554e38b11b10ea6fd254b77dbde77187100029 100644 GIT binary patch delta 47 zcmcaHLGQ){y$Pj^CXHpSWsI$5Os!?itz|5&Wvs1bY^`PNtz{goWt^>LTwBYyAGHGj Dykimq delta 47 zcmcaHLGQ){y$Pj^#*JmIWsI$5Os!?itz|5&Wvs1bY^`PNtz{goWt^>LTwBYyAGHGj Dygd>D diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/AStringTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/AStringTest.java index ebe99e7..8aa2326 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/AStringTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/AStringTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderParseTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderParseTest.java index 2b7537a..60f975a 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderParseTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderParseTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderTest.java index 4ecc979..8f1bc31 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/ArgumentsLoaderTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest.java index 9589e95..84ffb9a 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest0.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest0.java index 06b42ca..8ec1fbe 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest0.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest0.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest1.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest1.java index de19ca1..0c255b6 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest1.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest1.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest2.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest2.java index a71f0dc..db1f7a9 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest2.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest2.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest3.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest3.java index 589f5a6..ef89b8f 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest3.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255RegressionTest3.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255Test.java b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255Test.java index 93b98ec..b9a4b57 100644 --- a/jill/src/test/java/io/github/agentsoz/jill/util/Stack255Test.java +++ b/jill/src/test/java/io/github/agentsoz/jill/util/Stack255Test.java @@ -4,7 +4,7 @@ * #%L * Jill Cognitive Agents Platform * %% - * Copyright (C) 2014 - 2023 by its authors. See AUTHORS file. + * Copyright (C) 2014 - 2024 by its authors. See AUTHORS file. * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal