From fec70020fb2efe7f06efa4b65ab8197be98ee02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Zim=C3=A1nyi?= Date: Wed, 13 Mar 2024 17:08:15 +0100 Subject: [PATCH] [kie-issues#1007] Update headers in DRL and DMN files to Apache headers (#5780) * Remove Red Hat copyrights from dmn and drl files. * Fix VerifierComponentTest. * Fix more line number tests. * Remove duplicate license header in DMN files. --- .../src/test/resources/com/sample/from.drl | 28 +++-- .../test/resources/com/sample/reference.drl | 28 +++-- .../qa/brms/persistence/cep-lifecycle.drl | 28 +++-- .../jboss/qa/brms/persistence/lifecycle.drl | 28 +++-- .../drools/decisiontable/changeset1Test.drl | 28 +++-- .../drools/decisiontable/changeset2Test.drl | 28 +++-- .../resources/templates/test_integration.drl | 28 +++-- .../resources/templates/test_pricing1.drl | 28 +++-- .../resources/templates/test_pricing2.drl | 28 +++-- .../resources/templates/test_template1.drl | 28 +++-- .../resources/templates/test_template2.drl | 28 +++-- .../resources/templates/test_template3.drl | 28 +++-- .../resources/templates/test_template4.drl | 28 +++-- .../main/resources/defaultkiesession/Hal1.drl | 28 +++-- .../main/resources/kiebaseinclusion/Hal2.drl | 28 +++-- .../main/resources/org/other/pkg/rule3.drl | 28 +++-- .../src/main/resources/org/some/pkg/rule1.drl | 28 +++-- .../main/resources/org/some/pkg2/rule2.drl | 28 +++-- .../src/main/resources/rule0.drl | 28 +++-- .../main/resources/namedkiesession/Hal1.drl | 28 +++-- .../resources/reactivekiesession/reactive.drl | 28 +++-- .../org/drools/benchmark/waltz/waltz.drl | 27 ++-- .../org/drools/benchmark/waltzdb/waltzdb.drl | 27 ++-- .../examples/backwardchaining/BC-Example.drl | 28 +++-- .../org/drools/examples/banking/Example1.drl | 27 ++-- .../org/drools/examples/banking/Example2.drl | 27 ++-- .../org/drools/examples/banking/Example3.drl | 27 ++-- .../org/drools/examples/banking/Example4.drl | 27 ++-- .../org/drools/examples/banking/Example5.drl | 27 ++-- .../org/drools/examples/banking/Example6.drl | 27 ++-- .../org/drools/examples/birdsfly/fly.drl | 28 +++-- .../examples/buspass/bad/BusPassBad.drl | 28 +++-- .../examples/buspass/good/BusPassGood.drl | 28 +++-- .../drools/examples/buspass/good/Policy.drl | 28 +++-- .../examples/buspass/jtms/BusPassJTMS.drl | 28 +++-- .../drools/examples/buspass/jtms/Policy.drl | 28 +++-- .../org/drools/examples/cashflow/CashFlow.drl | 28 +++-- .../drools/examples/circularTms/circular.drl | 28 +++-- .../examples/diagnostics/CarWontStart.drl | 28 +++-- .../drools/examples/fibonacci/Fibonacci.drl | 27 ++-- .../examples/fire/logical/FireLogical.drl | 28 +++-- .../org/drools/examples/fire/simple/Fire.drl | 28 +++-- .../org/drools/examples/golfing/golf.drl | 27 ++-- .../drools/examples/helloworld/HelloWorld.drl | 27 ++-- .../honestpolitician/HonestPolitician.drl | 27 ++-- .../org/drools/examples/pacman/base.drl | 27 ++-- .../drools/examples/pacman/key-handlers.drl | 27 ++-- .../org/drools/examples/pacman/monster.drl | 27 ++-- .../org/drools/examples/pacman/pacman.drl | 27 ++-- .../org/drools/examples/petstore/PetStore.drl | 27 ++-- .../org/drools/examples/shopping/Shopping.drl | 27 ++-- .../StateExampleUsingAgendaGroup.drl | 27 ++-- .../salience/StateExampleUsingSalience.drl | 27 ++-- .../org/drools/examples/sudoku/sudoku.drl | 28 +++-- .../org/drools/examples/sudoku/validate.drl | 28 +++-- .../drools/examples/traits/multipleTraits.drl | 28 +++-- .../org/drools/examples/traits/noTraits.drl | 28 +++-- .../org/drools/examples/traits/traits.drl | 28 +++-- .../org/drools/examples/traits/traitsDon.drl | 28 +++-- .../drools/examples/traits/traitsMixins.drl | 28 +++-- .../org/drools/examples/traits/traitsShed.drl | 28 +++-- .../examples/troubleticket/TroubleTicket.drl | 27 ++-- .../org/drools/games/adventures/Commands.drl | 28 +++-- .../org/drools/games/adventures/Events.drl | 28 +++-- .../org/drools/games/adventures/Model.drl | 28 +++-- .../org/drools/games/adventures/Queries.drl | 28 +++-- .../org/drools/games/adventures/UiView.drl | 28 +++-- .../org/drools/games/invaders1/Main.drl | 28 +++-- .../org/drools/games/invaders2/Draw.drl | 28 +++-- .../org/drools/games/invaders2/Init.drl | 28 +++-- .../org/drools/games/invaders2/Main.drl | 28 +++-- .../org/drools/games/invaders3/Draw.drl | 28 +++-- .../org/drools/games/invaders3/Init.drl | 28 +++-- .../org/drools/games/invaders3/Main.drl | 28 +++-- .../org/drools/games/invaders3/Move.drl | 28 +++-- .../org/drools/games/invaders4/Draw.drl | 28 +++-- .../org/drools/games/invaders4/Init.drl | 28 +++-- .../org/drools/games/invaders4/Main.drl | 28 +++-- .../org/drools/games/invaders4/Move.drl | 28 +++-- .../org/drools/games/invaders5/Draw.drl | 28 +++-- .../org/drools/games/invaders5/Init.drl | 28 +++-- .../org/drools/games/invaders5/Main.drl | 28 +++-- .../org/drools/games/invaders5/Move.drl | 28 +++-- .../org/drools/games/invaders6/Bullet.drl | 28 +++-- .../org/drools/games/invaders6/Draw.drl | 28 +++-- .../org/drools/games/invaders6/Init.drl | 28 +++-- .../org/drools/games/invaders6/Main.drl | 28 +++-- .../org/drools/games/invaders6/Move.drl | 28 +++-- .../resources/org/drools/games/keys/keys.drl | 28 +++-- .../drools/games/numberguess/NumberGuess.drl | 28 +++-- .../org/drools/games/pong/collision.drl | 28 +++-- .../resources/org/drools/games/pong/game.drl | 28 +++-- .../resources/org/drools/games/pong/init.drl | 28 +++-- .../resources/org/drools/games/pong/main.drl | 28 +++-- .../resources/org/drools/games/pong/move.drl | 28 +++-- .../org/drools/games/wumpus/client/client.drl | 28 +++-- .../drools/games/wumpus/server/commands.drl | 28 +++-- .../org/drools/games/wumpus/server/init.drl | 28 +++-- .../org/drools/games/wumpus/server/main.drl | 28 +++-- .../org/drools/games/wumpus/server/reset.drl | 28 +++-- .../org/drools/games/wumpus/server/score.drl | 28 +++-- .../games/wumpus/server/sensorArray.drl | 28 +++-- .../org/drools/games/wumpus/server/shoot.drl | 28 +++-- .../games/wumpus/server/view/paintCave.drl | 28 +++-- .../games/wumpus/server/view/paintSensor.drl | 28 +++-- .../drools/games/wumpus/server/view/ui.drl | 28 +++-- .../drl/test_ImportFunctions.drl | 28 +++-- .../integrationtests/simple_query_test.drl | 28 +++-- .../model/project/codegen/pkg1/file1.drl | 25 ++-- .../model/project/codegen/pkg1/file2.drl | 25 ++-- .../model/project/codegen/pkg2/file3.drl | 25 ++-- .../resources/org/drools/simple/broken.drl | 25 ++-- .../resources/org/drools/simple/cep/cep.drl | 25 ++-- .../rule/builder/dialect/mvel/mvel_rule.drl | 28 +++-- .../src/test/resources/agenda-groups.drl | 28 +++-- .../src/test/resources/cdiexample/test.drl | 28 +++-- .../org/drools/persistence/command/empty.drl | 28 +++-- .../kie/persistence/session/collect_rules.drl | 28 +++-- .../kie/persistence/session/family_rules.drl | 28 +++-- .../src/test/resources/ruleflow-groups.drl | 28 +++-- .../test/resources/ruleflowgroup_rollback.drl | 28 +++-- .../src/test/resources/rules.txt | 27 ++-- .../examples/reactive/AlertingRules.drl | 27 ++-- .../drools/ruleunits/impl/AgendaGroupUnit.drl | 25 ++-- .../org/drools/ruleunits/impl/HelloWorld.drl | 25 ++-- .../org/drools/ruleunits/impl/Locations.drl | 27 ++-- .../org/drools/ruleunits/impl/LogicalAdd.drl | 25 ++-- .../ruleunits/impl/LogicalAddByElement.drl | 25 ++-- .../org/drools/ruleunits/impl/NotTestUnit.drl | 25 ++-- .../org/drools/ruleunits/impl/OOPathTest.drl | 25 ++-- .../org/drools/ruleunits/impl/RuleName.drl | 25 ++-- .../org/drools/ruleunits/impl/StockTick.drl | 25 ++-- .../org/drools/ruleunits/impl/Update.drl | 25 ++-- .../org/drools/ruleunits/impl/UpdateNoDS.drl | 25 ++-- .../ruleunits/impl/WronglyTypedUnit.drl | 25 ++-- .../folderToTest/simple-item-def.dmn | 25 ++-- .../protobuf/simple_query_test.drl | 28 +++-- .../protobuf/test_AccumulateSerialization.drl | 28 +++-- .../serialization/protobuf/test_Dynamic1.drl | 28 +++-- .../protobuf/test_Dynamic1_0.drl | 28 +++-- .../protobuf/test_Dynamic1_1.drl | 28 +++-- .../protobuf/test_Dynamic1_2.drl | 28 +++-- .../serialization/protobuf/test_Dynamic3.drl | 28 +++-- .../protobuf/test_Dynamic3_0.drl | 28 +++-- .../test_LogicalInsertionWithExists.drl | 28 +++-- .../protobuf/test_LogicalInsertions.drl | 28 +++-- .../protobuf/test_LogicalInsertions2.drl | 28 +++-- ...st_LogicalInsertionsAccumulatorPattern.drl | 28 +++-- .../test_LogicalInsertionsBacking.drl | 28 +++-- .../test_LogicalInsertionsDynamicRule.drl | 28 +++-- .../test_LogicalInsertionsDynamicRule2.drl | 28 +++-- ...SameRuleGivesDifferentLogicalInsertion.drl | 28 +++-- .../protobuf/test_LogicalInsertionsNot.drl | 28 +++-- .../test_LogicalInsertionsWithUpdate.drl | 28 +++-- .../protobuf/test_Serializable.drl | 28 +++-- .../protobuf/test_Serializable2.drl | 28 +++-- .../protobuf/test_SerializableAccumulate.drl | 28 +++-- .../protobuf/test_logicalInsertions3.drl | 28 +++-- .../templates/test_template_invalid1.drl | 28 +++-- .../templates/test_template_invalid2.drl | 28 +++-- .../templates/test_template_invalid3.drl | 28 +++-- .../templates/test_template_invalid4.drl | 28 +++-- .../mvel/compiler/lang/RuleParserTest.java | 16 +-- .../mvel/integrationtests/ParserTest.java | 4 +- .../integrationtests/test_Accumulate.drl | 28 +++-- .../test_AccumulateAverage.drl | 28 +++-- .../test_AccumulateAverageMVEL.drl | 28 +++-- .../test_AccumulateCollectList.drl | 28 +++-- .../test_AccumulateCollectListMVEL.drl | 28 +++-- .../test_AccumulateCollectSet.drl | 28 +++-- .../test_AccumulateCollectSetMVEL.drl | 28 +++-- .../integrationtests/test_AccumulateCount.drl | 28 +++-- .../test_AccumulateCountMVEL.drl | 28 +++-- .../integrationtests/test_AccumulateMVEL.drl | 28 +++-- .../integrationtests/test_AccumulateMax.drl | 28 +++-- .../test_AccumulateMaxMVEL.drl | 28 +++-- .../integrationtests/test_AccumulateMin.drl | 28 +++-- .../test_AccumulateMinMVEL.drl | 28 +++-- .../test_AccumulateMultiPattern.drl | 28 +++-- ...est_AccumulateMultiPatternFunctionJava.drl | 28 +++-- ...est_AccumulateMultiPatternFunctionMVEL.drl | 28 +++-- .../test_AccumulateMultiPatternMVEL.drl | 28 +++-- .../test_AccumulateMultipleFunctions.drl | 28 +++-- ..._AccumulateMultipleFunctionsConstraint.drl | 28 +++-- .../test_AccumulateMultipleFunctionsMVEL.drl | 28 +++-- ..._AccumulateReverseModifyInsertLogical2.drl | 28 +++-- .../integrationtests/test_AccumulateSum.drl | 28 +++-- .../test_AccumulateSumMVEL.drl | 28 +++-- .../test_CEP_AfterOperatorDates.drl | 28 +++-- .../test_CEP_AssertBehaviorOnEntryPoints.drl | 28 +++-- .../test_CEP_BeforeOperator.drl | 28 +++-- .../test_CEP_BeforeOperatorDates.drl | 28 +++-- .../test_CEP_CoincidesOperatorDates.drl | 28 +++-- .../test_CEP_CollectWithWindows.drl | 28 +++-- .../test_CEP_ComplexOperator.drl | 28 +++-- .../test_CEP_MetByOperator.drl | 28 +++-- .../test_CEP_SimpleEventAssertion.drl | 28 +++-- .../test_CEP_SimpleLengthWindow.drl | 28 +++-- .../test_CEP_SimpleTimeWindow.drl | 28 +++-- .../test_CEP_TimeRelationalOperators.drl | 28 +++-- .../test_ConstraintConnectors.drl | 28 +++-- .../test_EntryPointReference.drl | 28 +++-- .../integrationtests/test_GeneratedBeans.drl | 28 +++-- .../test_GeneratedBeansMVEL.drl | 28 +++-- .../test_MultiRestrictionFieldConstraint.drl | 28 +++-- .../test_NullFieldOnCompositeSink.drl | 28 +++-- .../integrationtests/test_SubNetworks.drl | 28 +++-- .../integrationtests/test_Timer_With_Not.drl | 28 +++-- .../test_consequenceOffset.drl | 28 +++-- .../test_consequenceOffset2.drl | 28 +++-- .../test_consequenceOffsetImports.drl | 28 +++-- .../beliefsystem/defeasible/defeat.drl | 28 +++-- .../defeasible/defeatDefeaterRetract.drl | 28 +++-- .../beliefsystem/defeasible/defeaterOnly.drl | 28 +++-- .../defeasible/defeaterRetract.drl | 28 +++-- .../defeasible/defeatersPosNeg.drl | 28 +++-- .../beliefsystem/defeasible/multiDefeat.drl | 28 +++-- .../beliefsystem/defeasible/negDefeatPos.drl | 28 +++-- .../beliefsystem/defeasible/strict.drl | 28 +++-- .../defeasible/strictOverride.drl | 28 +++-- .../beliefsystem/defeasible/strictRetract.drl | 28 +++-- .../beliefsystem/jtms/posNegConflict.drl | 28 +++-- .../compiler/beliefsystem/jtms/posNegTms.drl | 28 +++-- .../mvel/compiler/builder/impl/bad_rule.drl | 28 +++-- .../mvel/compiler/compiler/java5_rule.drl | 28 +++-- .../compiler/compiler/largeRuleNumber.drl | 28 +++-- .../compiler/compiler/largeRuleNumberMVEL.drl | 28 +++-- .../compiler/xml/changeset/changeset1Test.drl | 28 +++-- .../compiler/xml/changeset/changeset2Test.drl | 28 +++-- .../mvel/compiler/lang/Rule_with_Extends.drl | 28 +++-- .../mvel/compiler/lang/Rule_with_Metadata.drl | 28 +++-- .../compiler/lang/Rule_with_nested_LHS.drl | 28 +++-- .../drools/mvel/compiler/lang/accumulate.drl | 28 +++-- .../lang/accumulateExternalFunction.drl | 28 +++-- .../lang/accumulateMultipleFunctions.drl | 28 +++-- .../accumulateMultipleFunctionsConstraint.drl | 28 +++-- .../mvel/compiler/lang/accumulateReverse.drl | 28 +++-- .../lang/accumulate_multi_pattern.drl | 28 +++-- .../lang/accumulate_with_bindings.drl | 28 +++-- .../lang/accumulate_with_nested_from.drl | 28 +++-- .../mvel/compiler/lang/almost_empty_rule.drl | 28 +++-- .../drools/mvel/compiler/lang/and_or_rule.drl | 28 +++-- .../mvel/compiler/lang/application-data.drl | 28 +++-- .../drools/mvel/compiler/lang/autofocus.drl | 28 +++-- .../mvel/compiler/lang/basic_binding.drl | 28 +++-- .../drools/mvel/compiler/lang/bindings.drl | 28 +++-- .../compiler/lang/brackets_precedence.drl | 28 +++-- .../mvel/compiler/lang/cheese-rules.drl | 28 +++-- .../org/drools/mvel/compiler/lang/collect.drl | 28 +++-- .../lang/collect_with_nested_from.drl | 28 +++-- .../mvel/compiler/lang/comma_misuse.drl | 28 +++-- .../org/drools/mvel/compiler/lang/comment.drl | 28 +++-- .../lang/declaration-in-consequence.drl | 28 +++-- .../lang/declare_type_with_fields.drl | 28 +++-- .../drools/mvel/compiler/lang/empty_rule.drl | 28 +++-- .../drools/mvel/compiler/lang/enumeration.drl | 28 +++-- .../mvel/compiler/lang/eol_funny_business.drl | 28 +++-- .../mvel/compiler/lang/escaped-string.drl | 28 +++-- .../mvel/compiler/lang/eval_multiple.drl | 28 +++-- .../mvel/compiler/lang/eval_parsing.drl | 28 +++-- .../mvel/compiler/lang/eval_with_newline.drl | 28 +++-- .../compiler/lang/eval_with_semicolon.drl | 28 +++-- .../lang/exist_instead_of_exists_test.drl | 28 +++-- .../mvel/compiler/lang/extra_lhs_newline.drl | 28 +++-- .../org/drools/mvel/compiler/lang/forall.drl | 28 +++-- .../mvel/compiler/lang/forallwithfrom.drl | 28 +++-- .../org/drools/mvel/compiler/lang/from.drl | 28 +++-- .../mvel/compiler/lang/function_arrays.drl | 28 +++-- .../drools/mvel/compiler/lang/functions.drl | 28 +++-- .../org/drools/mvel/compiler/lang/globals.drl | 28 +++-- .../org/drools/mvel/compiler/lang/groupBy.drl | 29 +++-- .../mvel/compiler/lang/import_event.drl | 28 +++-- .../mvel/compiler/lang/in_operator_test.drl | 28 +++-- .../mvel/compiler/lang/invalid_syntax.drl | 28 +++-- .../drools/mvel/compiler/lang/lex_error.drl | 28 +++-- .../compiler/lang/lhs_semicolon_delim.drl | 28 +++-- .../lang/literal_bool_and_negative.drl | 28 +++-- .../compiler/lang/misplaced_parenthesis.drl | 28 +++-- .../mvel/compiler/lang/multiple_errors.drl | 28 +++-- .../mvel/compiler/lang/multiple_rules.drl | 28 +++-- .../lang/nested_conditional_elements.drl | 28 +++-- .../org/drools/mvel/compiler/lang/no-loop.drl | 28 +++-- .../mvel/compiler/lang/no_eol_on_comment.drl | 28 +++-- .../compiler/lang/not_exist_with_brackets.drl | 28 +++-- .../compiler/lang/not_pluggable_operator.drl | 28 +++-- .../compiler/lang/not_with_binding_error.drl | 28 +++-- .../compiler/lang/not_with_constraint.drl | 28 +++-- .../compiler/lang/notin_operator_test.drl | 28 +++-- .../mvel/compiler/lang/npe_on_parser.drl | 28 +++-- .../drools/mvel/compiler/lang/one-rule.drl | 28 +++-- .../drools/mvel/compiler/lang/or_binding.drl | 28 +++-- .../mvel/compiler/lang/or_binding_complex.drl | 28 +++-- .../lang/or_binding_with_brackets.drl | 28 +++-- .../org/drools/mvel/compiler/lang/or_ce.drl | 28 +++-- .../drools/mvel/compiler/lang/or_nesting.drl | 28 +++-- .../mvel/compiler/lang/package-imports.drl | 28 +++-- .../org/drools/mvel/compiler/lang/package.drl | 28 +++-- .../mvel/compiler/lang/package_attributes.drl | 28 +++-- .../mvel/compiler/lang/package_garbage.drl | 28 +++-- .../mvel/compiler/lang/pattern_partial.drl | 28 +++-- .../compiler/lang/pluggable_operators.drl | 28 +++-- .../compiler/lang/qualified_classname.drl | 28 +++-- .../mvel/compiler/lang/query_and_rule.drl | 28 +++-- .../compiler/lang/quoted_string_name_rule.drl | 28 +++-- .../mvel/compiler/lang/restrictions_test.drl | 28 +++-- .../mvel/compiler/lang/rule_attributes.drl | 28 +++-- .../mvel/compiler/lang/rule_attributes2.drl | 28 +++-- .../compiler/lang/rule_attributes_alt.drl | 28 +++-- .../lang/rule_calendars_attribute.drl | 28 +++-- .../lang/rule_calendars_attribute2.drl | 28 +++-- .../lang/rule_duration_expression.drl | 28 +++-- .../compiler/lang/rule_enabled_expression.drl | 28 +++-- .../lang/rule_names_number_prefix.drl | 28 +++-- .../drools/mvel/compiler/lang/rule_not.drl | 28 +++-- .../mvel/compiler/lang/ruleflowgroup.drl | 28 +++-- .../drools/mvel/compiler/lang/semicolon.drl | 28 +++-- .../mvel/compiler/lang/simple_expander.drl | 28 +++-- .../mvel/compiler/lang/simple_query.drl | 28 +++-- .../drools/mvel/compiler/lang/simple_rule.drl | 28 +++-- .../compiler/lang/soundslike_operator.drl | 28 +++-- .../compiler/lang/statement_ordering_1.drl | 28 +++-- .../compiler/lang/template_test_error.drl | 28 +++-- .../mvel/compiler/lang/ternary_expression.drl | 28 +++-- .../test_CommentLineNumbersInConsequence.drl | 28 +++-- .../lang/test_ComplexChainedCallWithFrom.drl | 28 +++-- .../mvel/compiler/lang/test_EmptyPattern.drl | 28 +++-- .../mvel/compiler/lang/test_EndPosition.drl | 28 +++-- .../compiler/lang/test_FunctionImport.drl | 28 +++-- .../lang/test_SimpleAccessorArgWithFrom.drl | 28 +++-- .../lang/test_SimpleAccessorWithFrom.drl | 28 +++-- .../lang/test_SimpleFunctionCallWithFrom.drl | 28 +++-- .../lang/test_SimpleMethodCallWithFrom.drl | 28 +++-- .../mvel/compiler/lang/type_with_meta.drl | 28 +++-- .../drools/mvel/compiler/lang/with_eval.drl | 28 +++-- .../mvel/compiler/lang/with_predicate.drl | 28 +++-- .../drools/mvel/compiler/lang/with_retval.drl | 28 +++-- .../java/nestedConditionalElements.drl | 28 +++-- .../rule/builder/dialect/javaonly.drl | 28 +++-- .../rule/builder/dialect/mvel/mvel_rule.drl | 28 +++-- .../rule/builder/dialect/mveljavarules.drl | 28 +++-- .../rule/builder/dialect/mvelonly.drl | 28 +++-- .../mvel/compiler/test_NestedAccessors.drl | 28 +++-- .../mvel/integrationtests/MVEL_soundex.drl | 28 +++-- .../integrationtests/MVEL_soundexNPE2500.drl | 28 +++-- .../drools/mvel/integrationtests/Sample.drl | 28 +++-- .../mvel/integrationtests/drl/HelloWorld.drl | 28 +++-- .../drl/test_DeclarationUsage.drl | 28 +++-- .../integrationtests/drl/test_Dumpers.drl | 28 +++-- .../drl/test_ImportFunctions.drl | 28 +++-- .../drools/mvel/integrationtests/empty.drl | 28 +++-- .../mvel/integrationtests/errors_in_rule.drl | 28 +++-- .../errors_parser_multiple.drl | 28 +++-- .../eventgenerator/example_scenario.drl | 28 +++-- .../eventgenerator/test_eventGenerator.drl | 28 +++-- .../integrationtests/exists_rule_test.drl | 28 +++-- .../integrationtests/extend_rule_test.drl | 28 +++-- .../integrationtests/globals_rule_test.drl | 28 +++-- .../mvel/integrationtests/literal_rule.drl | 28 +++-- .../integrationtests/multiple_rules_rule.drl | 28 +++-- .../drools/mvel/integrationtests/no-loop.drl | 28 +++-- .../integrationtests/no-loop_with_modify.drl | 28 +++-- .../mvel/integrationtests/not_rule_test.drl | 28 +++-- .../not_with_bindings_rule_test.drl | 28 +++-- .../mvel/integrationtests/null_behaviour.drl | 28 +++-- .../mvel/integrationtests/null_constraint.drl | 28 +++-- .../integrationtests/parallel_compilation.drl | 28 +++-- .../mvel/integrationtests/processescapes.drl | 28 +++-- .../integrationtests/processescapesoff.drl | 28 +++-- .../mvel/integrationtests/rf_test_rules.drl | 28 +++-- .../rf_test_rules_different_pkg.drl | 28 +++-- .../mvel/integrationtests/ruleflowgroup.drl | 28 +++-- .../mvel/integrationtests/ruleflowgroup2.drl | 28 +++-- .../sequential/sequentialProfile.drl | 28 +++-- .../sequential/sequentialProfileMVEL.drl | 28 +++-- .../sequential/simpleSalience.drl | 28 +++-- .../sequential/simpleSequential.drl | 28 +++-- .../session/assert_retract.drl | 28 +++-- .../integrationtests/session/delete_test.drl | 28 +++-- .../session/statelessSessionTest.drl | 28 +++-- ...est_CrossProductRemovingIdentityEquals.drl | 28 +++-- .../session/test_EventModel.drl | 28 +++-- .../session/test_FinalClass.drl | 28 +++-- .../session/test_InsertionOrder.drl | 28 +++-- .../session/test_IterateObjects.drl | 28 +++-- .../session/test_JavaModifyBlock.drl | 28 +++-- .../session/test_JoinNodeModifyObject.drl | 28 +++-- .../session/test_JoinNodeModifyTuple.drl | 28 +++-- .../session/test_LatinLocale.drl | 28 +++-- .../session/test_ModifyBlock.drl | 28 +++-- .../session/test_ModifyBlockWithFrom.drl | 28 +++-- .../test_ModifyBlockWithPolymorphism.drl | 28 +++-- .../session/test_ModifyRetractInsert.drl | 28 +++-- .../session/test_ModifyWithLockOnActive.drl | 28 +++-- .../session/test_NotInStatelessSession.drl | 28 +++-- .../test_RetractModifyWithFunction.drl | 28 +++-- .../session/test_RuntimeTypeCoercion.drl | 28 +++-- .../session/test_RuntimeTypeCoercion2.drl | 28 +++-- .../integrationtests/session/update_test.drl | 28 +++-- .../integrationtests/several_kie_sessions.drl | 28 +++-- .../integrationtests/simple_query_test.drl | 28 +++-- .../integrationtests/strevaluator_test.drl | 28 +++-- ...stStatelessKnowledgeSessionInOutParams.drl | 28 +++-- .../test_AccumulateReturningNullMVEL.drl | 28 +++-- .../test_AccumulateWithFromChaining.drl | 28 +++-- .../test_ActivationCancellation.drl | 28 +++-- .../test_ActivationGroups.drl | 28 +++-- .../test_AddRemoveListeners.drl | 28 +++-- .../integrationtests/test_AgendaGroups.drl | 28 +++-- .../mvel/integrationtests/test_Channels.drl | 28 +++-- .../mvel/integrationtests/test_Collect.drl | 28 +++-- .../test_CollectAlphaRestriction.drl | 28 +++-- .../test_CollectContainsOperator.drl | 28 +++-- .../test_CollectDynamicRules1.drl | 28 +++-- .../test_CollectDynamicRules1a.drl | 28 +++-- .../test_CollectDynamicRules2.drl | 28 +++-- .../test_CollectFromMVELAfterOr.drl | 28 +++-- .../test_CollectMemberOfOperator.drl | 28 +++-- .../test_CollectResultConstraints.drl | 28 +++-- .../test_CollectResultsBetaConstraint.drl | 28 +++-- .../test_CollectWithNestedFrom.drl | 28 +++-- .../test_DefaultBetaConstraint.drl | 28 +++-- .../test_DoubleQueryWithExists.drl | 28 +++-- ..._DuplicateLocalVariableMVELConsequence.drl | 28 +++-- .../mvel/integrationtests/test_Dynamic1.drl | 28 +++-- .../mvel/integrationtests/test_Dynamic2.drl | 28 +++-- .../mvel/integrationtests/test_Dynamic3.drl | 28 +++-- .../mvel/integrationtests/test_Dynamic4.drl | 28 +++-- .../test_DynamicFunction1.drl | 28 +++-- .../test_DynamicFunction2.drl | 28 +++-- .../test_DynamicFunction3.drl | 28 +++-- .../integrationtests/test_DynamicNotNode.drl | 28 +++-- .../integrationtests/test_DynamicRules.drl | 28 +++-- .../integrationtests/test_DynamicRules2.drl | 28 +++-- .../integrationtests/test_DynamicRulesEd.drl | 28 +++-- .../test_DynamicRulesFred.drl | 28 +++-- .../integrationtests/test_DynamicRulesTom.drl | 28 +++-- .../test_DynamicRulesWithNotSubnetwork.drl | 28 +++-- .../test_DynamicRulesWithSubnetwork.drl | 28 +++-- .../test_DynamicRulesWithSubnetwork1.drl | 28 +++-- .../test_DynamicRulesWithSubnetwork2.drl | 28 +++-- .../test_DynamicWithEntryPoint.drl | 28 +++-- .../integrationtests/test_EffectiveDate.drl | 28 +++-- .../test_EnumSerialization.drl | 28 +++-- .../mvel/integrationtests/test_Enums.drl | 28 +++-- .../test_ExistsWithBindings.drl | 28 +++-- .../test_Exists_JBRULES_2810.drl | 28 +++-- .../mvel/integrationtests/test_Ext1.drl | 28 +++-- .../mvel/integrationtests/test_Ext2.drl | 28 +++-- .../mvel/integrationtests/test_Ext3.drl | 28 +++-- .../mvel/integrationtests/test_Ext4.drl | 28 +++-- .../integrationtests/test_ExtFieldInit.drl | 28 +++-- .../integrationtests/test_ExtHierarchy.drl | 28 +++-- .../mvel/integrationtests/test_ExtLegacy.drl | 28 +++-- .../test_ExtLegacyIllegal.drl | 28 +++-- .../mvel/integrationtests/test_Extends.drl | 28 +++-- .../integrationtests/test_FinalClass2.drl | 28 +++-- .../mvel/integrationtests/test_Forall.drl | 28 +++-- .../mvel/integrationtests/test_Forall2.drl | 28 +++-- .../test_ForallSinglePattern.drl | 28 +++-- .../test_ForallSinglePattern2.drl | 28 +++-- .../test_ForallSinglePatternWithExists.drl | 28 +++-- .../test_ForallSlidingWindow.drl | 28 +++-- .../mvel/integrationtests/test_From2.drl | 28 +++-- .../test_FromInsideNotAndExists.drl | 28 +++-- .../mvel/integrationtests/test_FromWithOr.drl | 28 +++-- .../test_FunctionException.drl | 28 +++-- .../test_FunctionInConsequence.drl | 28 +++-- .../test_FunctionWithPrimitives.drl | 28 +++-- .../integrationtests/test_GeneratedBeans.drl | 28 +++-- .../integrationtests/test_GeneratedBeans2.drl | 28 +++-- .../test_GeneratedBeansMVEL.drl | 28 +++-- .../test_GeneratedBeansSerializable.drl | 28 +++-- .../integrationtests/test_I18nPerson_utf8.drl | 28 +++-- ...erson_utf8_forTestNewClassPathResource.drl | 28 +++-- .../test_Insert_Retract_Noloop.drl | 28 +++-- .../integrationtests/test_JBRULES_2206_1.drl | 28 +++-- .../integrationtests/test_JBRULES_2206_2.drl | 28 +++-- .../integrationtests/test_JBRules2055.drl | 28 +++-- .../integrationtests/test_JBRules2140.drl | 28 +++-- .../integrationtests/test_JBRules2369.drl | 28 +++-- .../test_KnowledgeContextJava.drl | 28 +++-- .../test_KnowledgeContextMVEL.drl | 28 +++-- .../integrationtests/test_LRUnlinking.drl | 28 +++-- .../test_LocalVariableMVELConsequence.drl | 28 +++-- .../integrationtests/test_LockOnActive.drl | 28 +++-- .../test_LockOnActiveWithModify.drl | 28 +++-- .../test_LockOnActiveWithUpdate.drl | 28 +++-- .../mvel/integrationtests/test_Logger.drl | 28 +++-- .../test_LogicalInsertOrder.drl | 28 +++-- .../test_LogicalInsertionsLoop.drl | 28 +++-- .../test_LogicalInsertionsNoLoop.drl | 28 +++-- .../test_LogicalInsertionsNotPingPong.drl | 28 +++-- .../test_LogicalInsertionsSelfreferencing.drl | 28 +++-- .../test_LogicalInsertionsUpdateEqual.drl | 28 +++-- .../integrationtests/test_MVELCollect.drl | 28 +++-- .../integrationtests/test_MVELGlobalDebug.drl | 28 +++-- .../integrationtests/test_MVELrewrite.drl | 28 +++-- .../mvel/integrationtests/test_MapAccess.drl | 28 +++-- .../test_MapAccessWithVariable.drl | 28 +++-- .../mvel/integrationtests/test_MemoryLeak.drl | 28 +++-- .../test_MergePackageWithSameRuleNames1.drl | 28 +++-- .../test_MergePackageWithSameRuleNames2.drl | 28 +++-- .../test_ModifyWithRuleflowAndSubNetwork.drl | 28 +++-- .../test_MultithreadDateStringConstraints.drl | 28 +++-- .../test_MultithreadFiringCheck.drl | 28 +++-- .../test_MultithreadRulebaseSharing.drl | 28 +++-- .../test_NestedCorrelatedRulesWithForall.drl | 28 +++-- .../test_NullFieldOnCompositeSink.drl | 28 +++-- .../integrationtests/test_NullHandling.drl | 28 +++-- .../integrationtests/test_NullHashing.drl | 28 +++-- .../test_NullValuesIndexing.drl | 28 +++-- .../test_OrCEFollowedByCollect.drl | 28 +++-- .../test_OrCEFollowedByMultipleEval.drl | 28 +++-- .../test_OrCEFollowedByMultipleEval2.drl | 28 +++-- .../mvel/integrationtests/test_OrNesting.drl | 28 +++-- .../integrationtests/test_OutOfMemory.drl | 28 +++-- .../test_OutOfMemoryError.drl | 28 +++-- .../test_PropertyChangeTypeDecl.drl | 28 +++-- .../mvel/integrationtests/test_Query.drl | 28 +++-- .../integrationtests/test_QueryMemoryLeak.drl | 28 +++-- .../integrationtests/test_QueryWithParams.drl | 28 +++-- .../integrationtests/test_RemovePackage.drl | 28 +++-- .../test_RepetitiveUpdatesOnSameFacts.drl | 28 +++-- .../mvel/integrationtests/test_RuleExtend.drl | 28 +++-- .../test_RuleNameClashes1.drl | 28 +++-- .../test_RuleNameClashes2.drl | 28 +++-- .../integrationtests/test_Serialization1.drl | 28 +++-- .../test_ShadowProxyInHierarchies.drl | 28 +++-- .../test_ShadowProxyOnCollections.drl | 28 +++-- .../test_ShadowProxyOnCollections2.drl | 28 +++-- .../integrationtests/test_SubNetworks.drl | 28 +++-- .../test_TestMapVariableRef.drl | 28 +++-- .../integrationtests/test_TwoQuerries.drl | 28 +++-- .../integrationtests/test_UnbalancedTrees.drl | 28 +++-- .../test_UpdateActivationCreationNoLoop.drl | 28 +++-- .../integrationtests/test_UpdateNoloop.drl | 28 +++-- .../test_collectNodeSharing.drl | 28 +++-- .../mvel/integrationtests/test_exists.drl | 28 +++-- .../mvel/integrationtests/test_fireLimit.drl | 28 +++-- .../test_functionCallingFunction.drl | 28 +++-- .../test_globalCustomResolver.drl | 28 +++-- .../test_globalsAsConstraints.drl | 28 +++-- .../mvel/integrationtests/test_halt.drl | 28 +++-- .../test_mapNullConstraints.drl | 28 +++-- .../mvel/integrationtests/test_mvel.drl | 28 +++-- .../integrationtests/test_nullBindings.drl | 28 +++-- .../test_removeIdentitiesSubNetwork.drl | 28 +++-- .../test_salienceExpressionRule.drl | 28 +++-- .../test_salienceIntegerRule.drl | 28 +++-- .../mvel/integrationtests/test_skipModify.drl | 28 +++-- .../integrationtests/thread_class_test.drl | 28 +++-- .../drools/mvel/integrationtests/varargs.drl | 28 +++-- .../drools/mvel/integrationtests/varargs2.drl | 28 +++-- .../mvel/integrationtests/waltz/waltz.drl | 28 +++-- .../integrationtests/ruleunits/HelloJar.drl | 25 ++-- .../functional/activation-group.drl | 27 ++-- .../testcoverage/functional/aggregation.drl | 27 ++-- .../functional/declarative-agenda-block.drl | 27 ++-- .../functional/declarative-agenda-cancel.drl | 27 ++-- .../functional/declarative-agenda-count.drl | 27 ++-- .../declarative-agenda-simple-block.drl | 27 ++-- .../declarative-agenda-unblockall.drl | 27 ++-- .../logicalInsertFromCollectionTest.drl | 27 ++-- .../testcoverage/functional/oopath/oopath.drl | 27 ++-- .../functional/parser/drl/BRMS-395.drl | 27 ++-- .../parser/drl/asterisk-imports.drl | 27 ++-- .../functional/parser/drl/end-comment.drl | 27 ++-- .../functional/parser/drl/str-operator.drl | 27 ++-- .../functional/parser/drl/whitespaces.drl | 27 ++-- .../functional/parser/dsl/basic.dslr | 27 ++-- .../functional/parser/dsl/dslQuery.dslr | 27 ++-- .../functional/parser/dsl/miscelaneous.dslr | 27 ++-- .../functional/parser/dsl/sample.dslr | 27 ++-- .../functional/parser/smoke/cep.drl | 27 ++-- .../functional/parser/smoke/conditionals.drl | 27 ++-- .../functional/parser/smoke/declared.drl | 27 ++-- .../functional/parser/smoke/drools-5.2.drl | 27 ++-- .../functional/parser/smoke/imports.drl | 27 ++-- .../functional/parser/smoke/operators.drl | 27 ++-- .../functional/parser/smoke/query.drl | 27 ++-- .../functional/parser/smoke/rhs.drl | 27 ++-- .../functional/query-bad-parametr-access.drl | 27 ++-- .../functional/query-same-name-1.drl | 27 ++-- .../functional/query-same-name-2.drl | 27 ++-- .../functional/query-two-same-names.drl | 27 ++-- .../functional/query-without-name.drl | 27 ++-- .../drools/testcoverage/functional/query.drl | 27 ++-- .../testcoverage/functional/rule-name.drl | 27 ++-- .../testcoverage/functional/sample.dslr | 27 ++-- .../testcoverage/functional/template_1.drl | 27 ++-- .../testcoverage/functional/template_2.drl | 27 ++-- .../testcoverage/functional/unicode.drl | 27 ++-- .../testcoverage/functional/unicode.dslr | 27 ++-- .../testcoverage/regression/BRMS-364.drl | 27 ++-- .../testcoverage/regression/BRMS-580.drl | 27 ++-- .../regression/DroolsGcCausesNPE.drl | 27 ++-- .../testcoverage/regression/JBRULES-3075.drl | 27 ++-- .../abstractCompositeRestrictionTest.drl | 27 ++-- .../testcoverage/regression/bz1019473.drl | 27 ++-- .../regression/fusionAfterBeforeTest.drl | 27 ++-- .../regression/logical-insertion.drl | 27 ++-- .../regression/propertyListenerTest.drl | 27 ++-- .../serializableGeneratedTypesTest.drl | 27 ++-- .../sessionInsertMultithreadingTest.drl | 27 ++-- .../testcoverage/regression/star_import.drl | 27 ++-- .../regression/test_concurrency.drl | 28 +++-- .../unwantedStringConversionTest.drl | 27 ++-- .../factmodel/traits/testComplexDonShed.drl | 28 +++-- .../traits/testDeclaredFactTrait.drl | 28 +++-- .../factmodel/traits/testPojoFactTrait.drl | 28 +++-- .../factmodel/traits/testTraitCollections.drl | 28 +++-- .../factmodel/traits/testTraitDon.drl | 28 +++-- .../factmodel/traits/testTraitDonMultiple.drl | 28 +++-- .../factmodel/traits/testTraitIsA.drl | 28 +++-- .../factmodel/traits/testTraitIsA2.drl | 28 +++-- .../factmodel/traits/testTraitIsAWithBC.drl | 28 +++-- .../factmodel/traits/testTraitLegacyCore.drl | 28 +++-- .../factmodel/traits/testTraitLegacyTrait.drl | 28 +++-- .../factmodel/traits/testTraitMixin.drl | 28 +++-- .../factmodel/traits/testTraitOverride.drl | 28 +++-- .../factmodel/traits/testTraitShed.drl | 28 +++-- .../traits/testTraitWithEquality.drl | 28 +++-- .../factmodel/traits/testTraitWrapping.drl | 28 +++-- .../traits/testTraitWrappingPrimitives.drl | 28 +++-- .../factmodel/traits/testTraitedAliasing.drl | 28 +++-- .../drools/verifier/alwaysFalse/Patterns.drl | 27 ++-- .../org/drools/verifier/alwaysFalse/Rules.drl | 27 ++-- .../drools/verifier/alwaysTrue/Patterns.drl | 27 ++-- .../org/drools/verifier/alwaysTrue/Rules.drl | 27 ++-- .../drools/verifier/bootstrap-essentials.drl | 27 ++-- .../verifier/consequence/Consequence.drl | 27 ++-- .../consequence/NamedConsequences.drl | 27 ++-- .../drools/verifier/incoherence/Patterns.drl | 27 ++-- .../verifier/incoherence/Restrictions.drl | 27 ++-- .../verifier/incompatibility/Patterns.drl | 27 ++-- .../verifier/incompatibility/Restrictions.drl | 27 ++-- .../missingEquality/MissingEquality.drl | 27 ++-- .../drools/verifier/opposites/Patterns.drl | 27 ++-- .../verifier/opposites/Restrictions.drl | 27 ++-- .../org/drools/verifier/opposites/Rules.drl | 27 ++-- .../verifier/optimisation/PatternOrder.drl | 27 ++-- .../optimisation/RestrictionOrder.drl | 27 ++-- .../drools/verifier/overlaps/Restrictions.drl | 27 ++-- .../org/drools/verifier/rangeChecks/Clean.drl | 27 ++-- .../org/drools/verifier/rangeChecks/Dates.drl | 27 ++-- .../drools/verifier/rangeChecks/Doubles.drl | 27 ++-- .../drools/verifier/rangeChecks/Integers.drl | 27 ++-- .../verifier/rangeChecks/NumberPatterns.drl | 27 ++-- .../drools/verifier/rangeChecks/Variables.drl | 27 ++-- .../org/drools/verifier/redundancy/Notes.drl | 27 ++-- .../drools/verifier/redundancy/Redundancy.drl | 27 ++-- .../drools/verifier/redundancy/Warnings.drl | 27 ++-- .../verifier/reports/RangeCheckReports.drl | 27 ++-- .../verifier/subsumption/Consequences.drl | 27 ++-- .../verifier/subsumption/Restrictions.drl | 27 ++-- .../verifier/subsumption/SubPatterns.drl | 27 ++-- .../drools/verifier/subsumption/SubRules.drl | 27 ++-- .../visitor/VerifierComponentTest.java | 88 ++++++------- .../verifier/ConditionalBranchDescrTest.drl | 27 ++-- .../resources/org/drools/verifier/Enums.drl | 27 ++-- .../org/drools/verifier/FindPatterns.drl | 27 ++-- .../resources/org/drools/verifier/Misc.drl | 27 ++-- .../resources/org/drools/verifier/Misc2.drl | 27 ++-- .../resources/org/drools/verifier/Misc3.drl | 27 ++-- .../drools/verifier/MissingRangesForDates.drl | 27 ++-- .../verifier/MissingRangesForDoubles.drl | 27 ++-- .../drools/verifier/MissingRangesForInts.drl | 27 ++-- .../verifier/MissingRangesForVariables.drl | 27 ++-- .../resources/org/drools/verifier/Overlap.drl | 27 ++-- .../org/drools/verifier/RangeTest.drl | 27 ++-- .../org/drools/verifier/VerifyingScope.drl | 27 ++-- .../verifier/alwaysFalse/AlwaysFalseTest.drl | 27 ++-- .../verifier/consequence/ConsequenceTest.drl | 27 ++-- .../verifier/consequence/ConsequenceTest2.drl | 27 ++-- .../org/drools/verifier/doc/simple.drl | 27 ++-- .../verifier/equivalence/EquivalentRules.drl | 27 ++-- .../resources/org/drools/verifier/imports.drl | 27 ++-- .../verifier/importsAndDeclarations.drl | 27 ++-- .../verifier/incoherence/PatternsTest.drl | 27 ++-- .../verifier/incoherence/RestrictionsTest.drl | 27 ++-- .../verifier/misc/DrlPackageTestData.drl | 27 ++-- .../missingEquality/MissingEqualityTest.drl | 27 ++-- .../OptimisationPatternOrderTest.drl | 27 ++-- .../OptimisationRestrictionOrderTest.drl | 27 ++-- .../verifier/overlaps/RestrictionsTest.drl | 27 ++-- .../redundancy/ConsequenceRedundancyTest.drl | 27 ++-- .../redundancy/PatternRedundancyTest.drl | 27 ++-- .../RedundancyLiteralRestrictionTest.drl | 27 ++-- .../redundancy/RedundantRestrictions.drl | 27 ++-- .../verifier/redundancy/RedundantRules1.drl | 27 ++-- .../SubsumptionVariableRestrictionTest.drl | 27 ++-- .../verifier/report/components/Causes.drl | 27 ++-- .../subsumption/SubsumptantRestriction1.drl | 27 ++-- .../subsumption/SubsumptantRestriction2.drl | 27 ++-- .../subsumption/SubsumptantRestriction3.drl | 27 ++-- .../subsumption/SubsumptantRestriction4.drl | 27 ++-- .../subsumption/SubsumptantSubPatterns1.drl | 27 ++-- .../subsumption/SubsumptantSubPatterns2.drl | 27 ++-- .../subsumption/SubsumptantSubPatterns3.drl | 27 ++-- .../subsumption/SubsumptantSubPatterns4.drl | 27 ++-- .../subsumption/SubsumptantSubPatterns5.drl | 27 ++-- .../subsumption/SubsumptantSubRules1.drl | 27 ++-- .../verifier/visitor/ExprConstraintDescr1.drl | 28 +++-- .../verifier/visitor/ExprConstraintDescr2.drl | 28 +++-- .../verifier/visitor/ExprConstraintDescr3.drl | 28 +++-- .../verifier/visitor/NestedPatterns.drl | 27 ++-- .../visitor/PatternDescrVisitorTest.drl | 28 +++-- .../visitor/PatternDescrVisitorTest2.drl | 28 +++-- .../drools/verifier/visitor/SubPattern.drl | 27 ++-- .../src/main/resources/rules.drl | 24 ++-- .../src/main/resources/rules.drl | 24 ++-- .../src/main/resources/rules.drl.yaml | 24 ++-- .../resources/builder/simple_query_test.drl | 28 +++-- .../src/test/resources/builder/test/empty.drl | 28 +++-- .../resources/builder/test/literal_rule.drl | 28 +++-- .../kie/dmn/core/0001-input-data-item-def.dmn | 25 ++-- ...nput-data-string-artificial-attributes.dmn | 25 ++-- .../dmn/core/0001-input-data-string-itIT.dmn | 25 ++-- .../kie/dmn/core/0001-input-data-string.dmn | 25 ++-- .../kie/dmn/core/0002-input-data-number.dmn | 25 ++-- .../0003-input-data-string-allowed-values.dmn | 25 ++-- .../dmn/core/0004-simpletable-A-non-equal.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-A.dmn | 38 +++--- .../kie/dmn/core/0004-simpletable-C-count.dmn | 38 +++--- .../kie/dmn/core/0004-simpletable-C-max.dmn | 38 +++--- .../kie/dmn/core/0004-simpletable-C-min.dmn | 38 +++--- ...004-simpletable-C-sum-multiple-outputs.dmn | 38 +++--- .../kie/dmn/core/0004-simpletable-C-sum.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-C.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-F.dmn | 38 +++--- .../0004-simpletable-O-multiple-outputs.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-O.dmn | 38 +++--- ...etable-P-multiple-outputs-wrong-output.dmn | 38 +++--- .../0004-simpletable-P-multiple-outputs.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-P.dmn | 38 +++--- .../org/kie/dmn/core/0004-simpletable-R.dmn | 38 +++--- .../dmn/core/DTABLE_PRIORITY_ONE_OUTVAL.dmn | 38 +++--- .../org/kie/dmn/core/FunctionDefinition.dmn | 25 ++-- .../org/kie/dmn/core/InvalidInput.dmn | 25 ++-- .../resources/org/kie/dmn/core/Recursive.dmn | 25 ++-- .../an-simpletable-multipletests.dmn | 38 +++--- .../core/alternative_feel_ns_declaration.dmn | 25 ++-- ...usiness-knowledge-model-required-input.dmn | 25 ++-- .../org/kie/dmn/core/compilationThrowsNPE.dmn | 25 ++-- ...0001-input-data-string-with-extensions.dmn | 25 ++-- .../dmn/core/decisiontable-default-value.dmn | 38 +++--- .../core/duplicate.0001-input-data-string.dmn | 25 ++-- .../kie/dmn/core/invalid-variable-names.dmn | 25 ++-- .../org/kie/dmn/core/list-expression.dmn | 25 ++-- .../org/kie/dmn/core/null_values.dmn | 25 ++-- .../org/kie/dmn/core/out-of-order-items.dmn | 25 ++-- .../questionmarkunarytest/qmarkAsString.dmn | 25 ++-- .../questionmarkunarytest/qmarkAsString2.dmn | 25 ++-- .../questionmarkunarytest/qmarkAsString3.dmn | 25 ++-- .../qmarkInNonBooleanFunction.dmn | 25 ++-- .../qmarkInWithUnaryTest.dmn | 25 ++-- .../questionmarkunarytest/qmarkInstanceOf.dmn | 25 ++-- .../questionmarkunarytest/qmarkMultivalue.dmn | 25 ++-- .../qmarkMultivalueWithBrackets.dmn | 25 ++-- .../qmarkVsQmarkString.dmn | 25 ++-- .../questionmarkunarytest/qmarkWithAnd.dmn | 25 ++-- .../qmarkWithForExpr.dmn | 25 ++-- .../qmarkWithFuncDef.dmn | 25 ++-- .../questionmarkunarytest/qmarkWithNot.dmn | 25 ++-- .../qmarkWithQuantifiedExpr.dmn | 25 ++-- .../questionmarkunarytest/qmarkWithRange.dmn | 25 ++-- .../core/questionmarkunarytest/qmarkonly.dmn | 25 ++-- .../org/kie/dmn/core/relation-expression.dmn | 25 ++-- .../org/kie/dmn/core/simple-item-def.dmn | 25 ++-- .../core/variableLeadingTrailingSpaces.dmn | 25 ++-- .../core/v1_1/0001-input-data-item-def.dmn | 25 ++-- ...nput-data-string-artificial-attributes.dmn | 25 ++-- .../core/v1_1/0001-input-data-string-itIT.dmn | 25 ++-- .../core/v1_1/0001-input-data-string.dmn | 25 ++-- .../core/v1_1/0002-input-data-number.dmn | 25 ++-- .../0003-input-data-string-allowed-values.dmn | 25 ++-- .../v1_1/0004-simpletable-A-non-equal.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-A.dmn | 25 ++-- .../core/v1_1/0004-simpletable-C-count.dmn | 25 ++-- .../core/v1_1/0004-simpletable-C-max.dmn | 25 ++-- .../core/v1_1/0004-simpletable-C-min.dmn | 25 ++-- ...004-simpletable-C-sum-multiple-outputs.dmn | 25 ++-- .../core/v1_1/0004-simpletable-C-sum.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-C.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-F.dmn | 25 ++-- .../0004-simpletable-O-multiple-outputs.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-O.dmn | 25 ++-- ...etable-P-multiple-outputs-wrong-output.dmn | 25 ++-- .../0004-simpletable-P-multiple-outputs.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-P.dmn | 25 ++-- .../tests/core/v1_1/0004-simpletable-R.dmn | 25 ++-- .../core/v1_1/DTABLE_PRIORITY_ONE_OUTVAL.dmn | 25 ++-- .../tests/core/v1_1/FunctionDefinition.dmn | 25 ++-- .../legacy/tests/core/v1_1/InvalidInput.dmn | 25 ++-- .../dmn/legacy/tests/core/v1_1/Recursive.dmn | 25 ++-- .../v1_1/alternative_feel_ns_declaration.dmn | 25 ++-- ...usiness-knowledge-model-required-input.dmn | 25 ++-- .../tests/core/v1_1/compilationThrowsNPE.dmn | 25 ++-- ...0001-input-data-string-with-extensions.dmn | 25 ++-- .../core/v1_1/decisiontable-default-value.dmn | 25 ++-- .../v1_1/duplicate.0001-input-data-string.dmn | 25 ++-- .../core/v1_1/invalid-variable-names.dmn | 25 ++-- .../tests/core/v1_1/list-expression.dmn | 25 ++-- .../legacy/tests/core/v1_1/null_values.dmn | 25 ++-- .../tests/core/v1_1/out-of-order-items.dmn | 25 ++-- .../tests/core/v1_1/relation-expression.dmn | 25 ++-- .../tests/core/v1_1/simple-item-def.dmn | 25 ++-- .../v1_1/variableLeadingTrailingSpaces.dmn | 25 ++-- .../validation/v1_1/DRGELEM_NOT_UNIQUE.dmn | 25 ++-- .../tests/validation/v1_1/DROOLS-1447.dmn | 25 ++-- .../v1_1/FORMAL_PARAM_DUPLICATED.dmn | 25 ++-- .../INVOCATION_INCONSISTENT_PARAM_NAMES.dmn | 104 ++++++++-------- .../v1_1/INVOCATION_MISSING_EXPR.dmn | 98 ++++++++------- .../v1_1/INVOCATION_MISSING_TARGET.dmn | 104 ++++++++-------- .../v1_1/INVOCATION_MISSING_TARGETbis.dmn | 104 ++++++++-------- .../v1_1/INVOCATION_WRONG_PARAM_COUNT.dmn | 116 +++++++++--------- .../validation/v1_1/ITEMCOMP_DUPLICATED.dmn | 25 ++-- .../validation/v1_1/ITEMDEF_NOT_UNIQUE.dmn | 25 ++-- .../v1_1/ITEMDEF_NOT_UNIQUE_DROOLS-1450.dmn | 25 ++-- .../tests/validation/v1_1/NAME_IS_VALID.dmn | 25 ++-- .../validation/v1_1/RELATION_DUP_COLUMN.dmn | 110 +++++++++-------- .../v1_1/RELATION_ROW_CELLCOUNTMISMATCH.dmn | 106 ++++++++-------- .../v1_1/RELATION_ROW_CELL_NOTLITERAL.dmn | 106 ++++++++-------- .../validation/v1_1/UNKNOWN_VARIABLE.dmn | 25 ++-- .../v1_1/VARIABLE_LEADING_TRAILING_SPACES.dmn | 25 ++-- .../artifact/ASSOC_REFERENCES_NOT_EMPTY.dmn | 25 ++-- .../AUTHREQ_DEP_REQ_DEC_NOT_DECISION.dmn | 25 ++-- .../AUTHREQ_DEP_REQ_INPUT_NOT_INPUT.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_AUTH.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_DEC.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_INPUT.dmn | 25 ++-- .../ORG_UNIT_DECISION_MADE_WRONG_TYPE.dmn | 25 ++-- .../ORG_UNIT_DECISION_OWNED_WRONG_TYPE.dmn | 25 ++-- ...PERF_INDICATOR_IMP_DECISION_WRONG_TYPE.dmn | 25 ++-- .../BKM_MISMATCH_VAR.dmn | 25 ++-- .../BKM_MISSING_EXPR.dmn | 25 ++-- .../BKM_MISSING_VAR.dmn | 25 ++-- .../v1_1/context/CONTEXT_DUP_ENTRY.dmn | 25 ++-- .../CONTEXT_ENTRY_MISSING_VARIABLE.dmn | 25 ++-- .../v1_1/context/CONTEXT_ENTRY_NOTYPEREF.dmn | 25 ++-- .../v1_1/context/CONTEXT_MISSING_ENTRIES.dmn | 25 ++-- .../v1_1/context/CONTEXT_MISSING_EXPR.dmn | 25 ++-- .../decision/DECISION_CYCLIC_DEPENDENCY.dmn | 25 ++-- ...ISION_CYCLIC_DEPENDENCY_SELF_REFERENCE.dmn | 25 ++-- .../v1_1/decision/DECISION_DEADLY_DIAMOND.dmn | 25 ++-- .../v1_1/decision/DECISION_DEADLY_KITE.dmn | 25 ++-- .../DECISION_DECISION_MAKER_WRONG_TYPE.dmn | 25 ++-- .../DECISION_DECISION_OWNER_WRONG_TYPE.dmn | 25 ++-- .../v1_1/decision/DECISION_MISMATCH_VAR.dmn | 25 ++-- .../v1_1/decision/DECISION_MISSING_EXPR.dmn | 25 ++-- .../v1_1/decision/DECISION_MISSING_VAR.dmn | 25 ++-- .../v1_1/decision/DECISION_MISSING_VARbis.dmn | 25 ++-- .../DECISION_MULTIPLE_EXPRESSIONS.dmn | 25 ++-- .../DECISION_PERF_INDICATOR_WRONG_TYPE.dmn | 25 ++-- .../INFOREQ_DECISION_NOT_DECISION.dmn | 25 ++-- .../INFOREQ_INPUT_NOT_INPUTDATA.dmn | 25 ++-- .../INFOREQ_MISSING_DECISION.dmn | 25 ++-- .../INFOREQ_MISSING_INPUT.dmn | 25 ++-- .../v1_1/inputdata/INPUTDATA_MISMATCH_VAR.dmn | 25 ++-- .../v1_1/inputdata/INPUTDATA_MISSING_VAR.dmn | 25 ++-- .../tests/validation/v1_1/invalidXml.dmn | 25 ++-- .../KNOWREQ_MISSING_BKM.dmn | 25 ++-- .../KNOWREQ_REQ_DECISION_NOT_BKM.dmn | 25 ++-- .../KNOW_SOURCE_MISSING_OWNER.dmn | 25 ++-- .../KNOW_SOURCE_OWNER_NOT_ORG_UNIT.dmn | 25 ++-- .../v1_1/typeref/TYPEREF_NOT_FEEL_NOT_DEF.dmn | 25 ++-- .../TYPEREF_NOT_FEEL_NOT_DEF_valid.dmn | 25 ++-- .../v1_1/typeref/TYPEREF_NO_FEEL_TYPE.dmn | 25 ++-- .../validation/v1_1/typeref/TYPEREF_NO_NS.dmn | 25 ++-- .../DMNv1_1/dmn-validation-rules-typeref.drl | 28 +++-- .../DMNv1_2/dmn-validation-rules-dmndi.drl | 28 +++-- .../DMNv1_2/dmn-validation-rules-typeref.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-auth-req.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-bkm.drl | 28 +++-- .../dmn-validation-rules-business-context.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-context.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-decision.drl | 28 +++-- .../dmn-validation-rules-decisionservice.drl | 28 +++-- .../dmn-validation-rules-dmnelementref.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-dtable.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-info-req.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-inputdata.drl | 28 +++-- .../DMNv1x/dmn-validation-rules-know-req.drl | 28 +++-- .../dmn-validation-rules-know-source.drl | 28 +++-- .../DMNv1x/dmn-validation-rules.drl | 28 +++-- .../kie/dmn/validation/DRGELEM_NOT_UNIQUE.dmn | 25 ++-- .../org/kie/dmn/validation/DROOLS-1447.dmn | 25 ++-- .../validation/FORMAL_PARAM_DUPLICATED.dmn | 25 ++-- .../INVOCATION_INCONSISTENT_PARAM_NAMES.dmn | 25 ++-- .../validation/INVOCATION_MISSING_EXPR.dmn | 25 ++-- .../validation/INVOCATION_MISSING_TARGET.dmn | 25 ++-- .../INVOCATION_MISSING_TARGETbis.dmn | 25 ++-- .../INVOCATION_WRONG_PARAM_COUNT.dmn | 25 ++-- .../dmn/validation/ITEMCOMP_DUPLICATED.dmn | 25 ++-- .../kie/dmn/validation/ITEMDEF_NOT_UNIQUE.dmn | 25 ++-- .../ITEMDEF_NOT_UNIQUE_DROOLS-1450.dmn | 25 ++-- .../org/kie/dmn/validation/NAME_IS_VALID.dmn | 25 ++-- .../dmn/validation/RELATION_DUP_COLUMN.dmn | 25 ++-- .../RELATION_ROW_CELLCOUNTMISMATCH.dmn | 25 ++-- .../RELATION_ROW_CELL_NOTLITERAL.dmn | 25 ++-- .../kie/dmn/validation/UNKNOWN_VARIABLE.dmn | 25 ++-- .../VARIABLE_LEADING_TRAILING_SPACES.dmn | 25 ++-- .../artifact/ASSOC_REFERENCES_NOT_EMPTY.dmn | 25 ++-- .../AUTHREQ_DEP_REQ_DEC_NOT_DECISION.dmn | 25 ++-- .../AUTHREQ_DEP_REQ_INPUT_NOT_INPUT.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_AUTH.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_DEC.dmn | 25 ++-- .../AUTHREQ_MISSING_DEPENDENCY_REQ_INPUT.dmn | 25 ++-- .../ORG_UNIT_DECISION_MADE_WRONG_TYPE.dmn | 25 ++-- .../ORG_UNIT_DECISION_OWNED_WRONG_TYPE.dmn | 25 ++-- ...PERF_INDICATOR_IMP_DECISION_WRONG_TYPE.dmn | 25 ++-- .../BKM_MISMATCH_VAR.dmn | 25 ++-- .../BKM_MISSING_EXPR.dmn | 25 ++-- .../BKM_MISSING_VAR.dmn | 25 ++-- .../validation/context/CONTEXT_DUP_ENTRY.dmn | 25 ++-- .../CONTEXT_ENTRY_MISSING_VARIABLE.dmn | 25 ++-- .../context/CONTEXT_ENTRY_NOTYPEREF.dmn | 25 ++-- .../context/CONTEXT_MISSING_ENTRIES.dmn | 25 ++-- .../context/CONTEXT_MISSING_EXPR.dmn | 25 ++-- .../decision/DECISION_CYCLIC_DEPENDENCY.dmn | 25 ++-- ...ISION_CYCLIC_DEPENDENCY_SELF_REFERENCE.dmn | 25 ++-- .../decision/DECISION_DEADLY_DIAMOND.dmn | 25 ++-- .../decision/DECISION_DEADLY_KITE.dmn | 25 ++-- .../DECISION_DECISION_MAKER_WRONG_TYPE.dmn | 25 ++-- .../DECISION_DECISION_OWNER_WRONG_TYPE.dmn | 25 ++-- .../decision/DECISION_MISMATCH_VAR.dmn | 25 ++-- .../decision/DECISION_MISSING_EXPR.dmn | 25 ++-- .../decision/DECISION_MISSING_REQ.dmn | 25 ++-- .../decision/DECISION_MISSING_VAR.dmn | 25 ++-- .../decision/DECISION_MISSING_VARbis.dmn | 25 ++-- .../DECISION_MULTIPLE_EXPRESSIONS.dmn | 25 ++-- .../DECISION_PERF_INDICATOR_WRONG_TYPE.dmn | 25 ++-- .../INFOREQ_DECISION_NOT_DECISION.dmn | 25 ++-- .../INFOREQ_INPUT_NOT_INPUTDATA.dmn | 25 ++-- .../INFOREQ_MISSING_DECISION.dmn | 25 ++-- .../INFOREQ_MISSING_INPUT.dmn | 25 ++-- .../inputdata/INPUTDATA_MISMATCH_VAR.dmn | 25 ++-- .../inputdata/INPUTDATA_MISSING_VAR.dmn | 25 ++-- .../org/kie/dmn/validation/invalidXml.dmn | 25 ++-- .../KNOWREQ_MISSING_BKM.dmn | 25 ++-- .../KNOWREQ_REQ_DECISION_NOT_BKM.dmn | 25 ++-- .../KNOW_SOURCE_MISSING_OWNER.dmn | 25 ++-- .../KNOW_SOURCE_OWNER_NOT_ORG_UNIT.dmn | 25 ++-- .../typeref/TYPEREF_NOT_FEEL_NOT_DEF.dmn | 25 ++-- .../TYPEREF_NOT_FEEL_NOT_DEF_valid.dmn | 25 ++-- .../typeref/TYPEREF_NO_FEEL_TYPE.dmn | 25 ++-- .../dmn/validation/typeref/TYPEREF_NO_NS.dmn | 25 ++-- .../model/project/codegen/pkg1/file1.drl | 25 ++-- .../model/project/codegen/pkg1/file2.drl | 25 ++-- .../model/project/codegen/pkg2/file3.drl | 25 ++-- .../drools/ruleunit/example/RuleUnitQuery.drl | 25 ++-- .../model/project/codegen/pkg1/file1.drl | 25 ++-- .../model/project/codegen/pkg1/file2.drl | 25 ++-- .../model/project/codegen/pkg2/file3.drl | 25 ++-- .../drools/ruleunit/example/RuleUnitQuery.drl | 25 ++-- .../model/project/codegen/pkg1/file1.drl | 25 ++-- .../model/project/codegen/pkg1/file2.drl | 25 ++-- .../model/project/codegen/pkg2/file3.drl | 25 ++-- .../main/resources/org/simplekjar/rules.drl | 28 +++-- .../main/resources/org/simplekjar/rules.drl | 28 +++-- .../main/resources/org/simplekjar/rules.drl | 28 +++-- .../main/resources/org/simplekjar/rules.drl | 28 +++-- .../org/compiledalphanetwork/rules.drl | 28 +++-- .../drools/ruleunit/example/RuleUnitQuery.drl | 25 ++-- .../resources/AllResourceTypes/simple-dmn.dmn | 25 ++-- .../AllResourceTypes/simple-rules.drl | 28 +++-- .../src/main/resources/simple-dmn.dmn | 25 ++-- .../src/main/resources/simple-dmn.dmn | 25 ++-- .../main/resources/org/declaredtype/decB.drl | 28 +++-- .../main/resources/org/declaredtype/rules.drl | 28 +++-- .../main/resources/org/declaredtype/decB.drl | 28 +++-- .../main/resources/org/declaredtype/rules.drl | 28 +++-- 972 files changed, 15219 insertions(+), 11992 deletions(-) diff --git a/drools-compiler/src/test/resources/com/sample/from.drl b/drools-compiler/src/test/resources/com/sample/from.drl index 3a75b2724d3..a7b2490afe8 100644 --- a/drools-compiler/src/test/resources/com/sample/from.drl +++ b/drools-compiler/src/test/resources/com/sample/from.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package com.sample diff --git a/drools-compiler/src/test/resources/com/sample/reference.drl b/drools-compiler/src/test/resources/com/sample/reference.drl index 187f7e2501c..5a7603f64f1 100644 --- a/drools-compiler/src/test/resources/com/sample/reference.drl +++ b/drools-compiler/src/test/resources/com/sample/reference.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package com.sample diff --git a/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/cep-lifecycle.drl b/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/cep-lifecycle.drl index fbaaa945013..dcb35be4421 100644 --- a/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/cep-lifecycle.drl +++ b/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/cep-lifecycle.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jboss.qa.brms.persistence diff --git a/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/lifecycle.drl b/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/lifecycle.drl index 25c2c6a1a4d..341a2684c71 100644 --- a/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/lifecycle.drl +++ b/drools-compiler/src/test/resources/org/jboss/qa/brms/persistence/lifecycle.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jboss.qa.brms.persistence diff --git a/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset1Test.drl b/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset1Test.drl index 5620113e151..214d04f7fc1 100644 --- a/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset1Test.drl +++ b/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset1Test.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.kie.test diff --git a/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset2Test.drl b/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset2Test.drl index d7711d1cfe7..512277ab1b1 100644 --- a/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset2Test.drl +++ b/drools-decisiontables/src/test/resources/org/drools/decisiontable/changeset2Test.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.kie.test diff --git a/drools-decisiontables/src/test/resources/templates/test_integration.drl b/drools-decisiontables/src/test/resources/templates/test_integration.drl index 22685e06b84..7dd7c3d5f97 100644 --- a/drools-decisiontables/src/test/resources/templates/test_integration.drl +++ b/drools-decisiontables/src/test/resources/templates/test_integration.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header age: Long diff --git a/drools-decisiontables/src/test/resources/templates/test_pricing1.drl b/drools-decisiontables/src/test/resources/templates/test_pricing1.drl index 294a8ba2db6..c5ec51eecc6 100644 --- a/drools-decisiontables/src/test/resources/templates/test_pricing1.drl +++ b/drools-decisiontables/src/test/resources/templates/test_pricing1.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header age[] diff --git a/drools-decisiontables/src/test/resources/templates/test_pricing2.drl b/drools-decisiontables/src/test/resources/templates/test_pricing2.drl index 5325d7272ac..79f025e8dd5 100644 --- a/drools-decisiontables/src/test/resources/templates/test_pricing2.drl +++ b/drools-decisiontables/src/test/resources/templates/test_pricing2.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header age[] diff --git a/drools-decisiontables/src/test/resources/templates/test_template1.drl b/drools-decisiontables/src/test/resources/templates/test_template1.drl index 0166a9e367d..ace712e5ed1 100644 --- a/drools-decisiontables/src/test/resources/templates/test_template1.drl +++ b/drools-decisiontables/src/test/resources/templates/test_template1.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header name diff --git a/drools-decisiontables/src/test/resources/templates/test_template2.drl b/drools-decisiontables/src/test/resources/templates/test_template2.drl index 030d734387b..45e57726e48 100644 --- a/drools-decisiontables/src/test/resources/templates/test_template2.drl +++ b/drools-decisiontables/src/test/resources/templates/test_template2.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header colour diff --git a/drools-decisiontables/src/test/resources/templates/test_template3.drl b/drools-decisiontables/src/test/resources/templates/test_template3.drl index c30dc03a063..85be44708b8 100644 --- a/drools-decisiontables/src/test/resources/templates/test_template3.drl +++ b/drools-decisiontables/src/test/resources/templates/test_template3.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header colour diff --git a/drools-decisiontables/src/test/resources/templates/test_template4.drl b/drools-decisiontables/src/test/resources/templates/test_template4.drl index 8b6239e285f..8e9275fa284 100644 --- a/drools-decisiontables/src/test/resources/templates/test_template4.drl +++ b/drools-decisiontables/src/test/resources/templates/test_template4.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ template header colour diff --git a/drools-examples-api/default-kiesession/src/main/resources/defaultkiesession/Hal1.drl b/drools-examples-api/default-kiesession/src/main/resources/defaultkiesession/Hal1.drl index 93bde32ad54..7f7ac4b8340 100644 --- a/drools-examples-api/default-kiesession/src/main/resources/defaultkiesession/Hal1.drl +++ b/drools-examples-api/default-kiesession/src/main/resources/defaultkiesession/Hal1.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.example.api.defaultkiesession diff --git a/drools-examples-api/kiebase-inclusion/src/main/resources/kiebaseinclusion/Hal2.drl b/drools-examples-api/kiebase-inclusion/src/main/resources/kiebaseinclusion/Hal2.drl index c0e326e14d7..a7a3d6ffa87 100644 --- a/drools-examples-api/kiebase-inclusion/src/main/resources/kiebaseinclusion/Hal2.drl +++ b/drools-examples-api/kiebase-inclusion/src/main/resources/kiebaseinclusion/Hal2.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.example.api.kiebaseinclusion diff --git a/drools-examples-api/multiple-kbases/src/main/resources/org/other/pkg/rule3.drl b/drools-examples-api/multiple-kbases/src/main/resources/org/other/pkg/rule3.drl index f32d933e827..4ac0983e2f3 100644 --- a/drools-examples-api/multiple-kbases/src/main/resources/org/other/pkg/rule3.drl +++ b/drools-examples-api/multiple-kbases/src/main/resources/org/other/pkg/rule3.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ global java.util.List list diff --git a/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg/rule1.drl b/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg/rule1.drl index fb837f00aad..48557421505 100644 --- a/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg/rule1.drl +++ b/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg/rule1.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ global java.util.List list diff --git a/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg2/rule2.drl b/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg2/rule2.drl index 137ad3cde8e..c17e71382d1 100644 --- a/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg2/rule2.drl +++ b/drools-examples-api/multiple-kbases/src/main/resources/org/some/pkg2/rule2.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ global java.util.List list diff --git a/drools-examples-api/multiple-kbases/src/main/resources/rule0.drl b/drools-examples-api/multiple-kbases/src/main/resources/rule0.drl index 8fc96b97918..ee38e57cd5d 100644 --- a/drools-examples-api/multiple-kbases/src/main/resources/rule0.drl +++ b/drools-examples-api/multiple-kbases/src/main/resources/rule0.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ global java.util.List list diff --git a/drools-examples-api/named-kiesession/src/main/resources/namedkiesession/Hal1.drl b/drools-examples-api/named-kiesession/src/main/resources/namedkiesession/Hal1.drl index 1bfa01fc6b5..369a0491cf4 100644 --- a/drools-examples-api/named-kiesession/src/main/resources/namedkiesession/Hal1.drl +++ b/drools-examples-api/named-kiesession/src/main/resources/namedkiesession/Hal1.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.example.api.namedkiesession diff --git a/drools-examples-api/reactive-kiesession/src/main/resources/reactivekiesession/reactive.drl b/drools-examples-api/reactive-kiesession/src/main/resources/reactivekiesession/reactive.drl index c6f62a9c614..c7634054dbf 100644 --- a/drools-examples-api/reactive-kiesession/src/main/resources/reactivekiesession/reactive.drl +++ b/drools-examples-api/reactive-kiesession/src/main/resources/reactivekiesession/reactive.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.example.api.reactivekiesession diff --git a/drools-examples/src/main/resources/org/drools/benchmark/waltz/waltz.drl b/drools-examples/src/main/resources/org/drools/benchmark/waltz/waltz.drl index 5f9b51a2964..cba91986d6a 100644 --- a/drools-examples/src/main/resources/org/drools/benchmark/waltz/waltz.drl +++ b/drools-examples/src/main/resources/org/drools/benchmark/waltz/waltz.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ //created on: 25/03/2006 diff --git a/drools-examples/src/main/resources/org/drools/benchmark/waltzdb/waltzdb.drl b/drools-examples/src/main/resources/org/drools/benchmark/waltzdb/waltzdb.drl index b158db95bc0..f444323fed2 100644 --- a/drools-examples/src/main/resources/org/drools/benchmark/waltzdb/waltzdb.drl +++ b/drools-examples/src/main/resources/org/drools/benchmark/waltzdb/waltzdb.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ //created on: 02/11/2006 diff --git a/drools-examples/src/main/resources/org/drools/examples/backwardchaining/BC-Example.drl b/drools-examples/src/main/resources/org/drools/examples/backwardchaining/BC-Example.drl index f8e7c5c207c..4b49e31fdaf 100644 --- a/drools-examples/src/main/resources/org/drools/examples/backwardchaining/BC-Example.drl +++ b/drools-examples/src/main/resources/org/drools/examples/backwardchaining/BC-Example.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.backwardchaining; diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example1.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example1.drl index 9c4ae93ed42..4f7ed5858e5 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example1.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example1.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example2.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example2.drl index 43e51046edd..6cde2377021 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example2.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example2.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example3.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example3.drl index fb84446b870..32382b83f86 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example3.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example3.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example4.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example4.drl index 7a9a7b5eaf3..6399456e917 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example4.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example4.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example5.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example5.drl index fec165f6451..2beb85e0d80 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example5.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example5.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/banking/Example6.drl b/drools-examples/src/main/resources/org/drools/examples/banking/Example6.drl index 28d4e403bd4..164dd6afbec 100644 --- a/drools-examples/src/main/resources/org/drools/examples/banking/Example6.drl +++ b/drools-examples/src/main/resources/org/drools/examples/banking/Example6.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.banking diff --git a/drools-examples/src/main/resources/org/drools/examples/birdsfly/fly.drl b/drools-examples/src/main/resources/org/drools/examples/birdsfly/fly.drl index 6625524511f..3dfe45153c7 100644 --- a/drools-examples/src/main/resources/org/drools/examples/birdsfly/fly.drl +++ b/drools-examples/src/main/resources/org/drools/examples/birdsfly/fly.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.birdsfly; diff --git a/drools-examples/src/main/resources/org/drools/examples/buspass/bad/BusPassBad.drl b/drools-examples/src/main/resources/org/drools/examples/buspass/bad/BusPassBad.drl index 7915670cb61..5b6f74d09bc 100644 --- a/drools-examples/src/main/resources/org/drools/examples/buspass/bad/BusPassBad.drl +++ b/drools-examples/src/main/resources/org/drools/examples/buspass/bad/BusPassBad.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.buspass.bad; diff --git a/drools-examples/src/main/resources/org/drools/examples/buspass/good/BusPassGood.drl b/drools-examples/src/main/resources/org/drools/examples/buspass/good/BusPassGood.drl index 581b934a82e..e13e62b9516 100644 --- a/drools-examples/src/main/resources/org/drools/examples/buspass/good/BusPassGood.drl +++ b/drools-examples/src/main/resources/org/drools/examples/buspass/good/BusPassGood.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.buspass.good; diff --git a/drools-examples/src/main/resources/org/drools/examples/buspass/good/Policy.drl b/drools-examples/src/main/resources/org/drools/examples/buspass/good/Policy.drl index 618f0af9536..f2026640803 100644 --- a/drools-examples/src/main/resources/org/drools/examples/buspass/good/Policy.drl +++ b/drools-examples/src/main/resources/org/drools/examples/buspass/good/Policy.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.buspass.good; diff --git a/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/BusPassJTMS.drl b/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/BusPassJTMS.drl index 5c9669e4c37..ab97cba4fc3 100644 --- a/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/BusPassJTMS.drl +++ b/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/BusPassJTMS.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.buspass.jtms; diff --git a/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/Policy.drl b/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/Policy.drl index 5d27f5b2947..216294932ec 100644 --- a/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/Policy.drl +++ b/drools-examples/src/main/resources/org/drools/examples/buspass/jtms/Policy.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.buspass.jtms; diff --git a/drools-examples/src/main/resources/org/drools/examples/cashflow/CashFlow.drl b/drools-examples/src/main/resources/org/drools/examples/cashflow/CashFlow.drl index ed58d30ad49..e4ebfa1b06c 100644 --- a/drools-examples/src/main/resources/org/drools/examples/cashflow/CashFlow.drl +++ b/drools-examples/src/main/resources/org/drools/examples/cashflow/CashFlow.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.cashflow; dialect "mvel" diff --git a/drools-examples/src/main/resources/org/drools/examples/circularTms/circular.drl b/drools-examples/src/main/resources/org/drools/examples/circularTms/circular.drl index d31cd8ec069..5d7ea8f25f4 100644 --- a/drools-examples/src/main/resources/org/drools/examples/circularTms/circular.drl +++ b/drools-examples/src/main/resources/org/drools/examples/circularTms/circular.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.circularTms; dialect "mvel" diff --git a/drools-examples/src/main/resources/org/drools/examples/diagnostics/CarWontStart.drl b/drools-examples/src/main/resources/org/drools/examples/diagnostics/CarWontStart.drl index 74a01e36e91..e56e0ca9b60 100644 --- a/drools-examples/src/main/resources/org/drools/examples/diagnostics/CarWontStart.drl +++ b/drools-examples/src/main/resources/org/drools/examples/diagnostics/CarWontStart.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.diagnostics; diff --git a/drools-examples/src/main/resources/org/drools/examples/fibonacci/Fibonacci.drl b/drools-examples/src/main/resources/org/drools/examples/fibonacci/Fibonacci.drl index 23b18e0e9f1..071600db0ce 100644 --- a/drools-examples/src/main/resources/org/drools/examples/fibonacci/Fibonacci.drl +++ b/drools-examples/src/main/resources/org/drools/examples/fibonacci/Fibonacci.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.fibonacci diff --git a/drools-examples/src/main/resources/org/drools/examples/fire/logical/FireLogical.drl b/drools-examples/src/main/resources/org/drools/examples/fire/logical/FireLogical.drl index 84d2929861b..42988d4c29a 100644 --- a/drools-examples/src/main/resources/org/drools/examples/fire/logical/FireLogical.drl +++ b/drools-examples/src/main/resources/org/drools/examples/fire/logical/FireLogical.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.fire.logical; diff --git a/drools-examples/src/main/resources/org/drools/examples/fire/simple/Fire.drl b/drools-examples/src/main/resources/org/drools/examples/fire/simple/Fire.drl index 6a3ec5f0599..163e8e106d5 100644 --- a/drools-examples/src/main/resources/org/drools/examples/fire/simple/Fire.drl +++ b/drools-examples/src/main/resources/org/drools/examples/fire/simple/Fire.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.fire.simple; diff --git a/drools-examples/src/main/resources/org/drools/examples/golfing/golf.drl b/drools-examples/src/main/resources/org/drools/examples/golfing/golf.drl index 516ea24a661..c39df403fe0 100644 --- a/drools-examples/src/main/resources/org/drools/examples/golfing/golf.drl +++ b/drools-examples/src/main/resources/org/drools/examples/golfing/golf.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.golfing; diff --git a/drools-examples/src/main/resources/org/drools/examples/helloworld/HelloWorld.drl b/drools-examples/src/main/resources/org/drools/examples/helloworld/HelloWorld.drl index c4a918180d3..ed40b7d3551 100644 --- a/drools-examples/src/main/resources/org/drools/examples/helloworld/HelloWorld.drl +++ b/drools-examples/src/main/resources/org/drools/examples/helloworld/HelloWorld.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.helloworld diff --git a/drools-examples/src/main/resources/org/drools/examples/honestpolitician/HonestPolitician.drl b/drools-examples/src/main/resources/org/drools/examples/honestpolitician/HonestPolitician.drl index 1784ba2cdff..8eb8ca652cc 100644 --- a/drools-examples/src/main/resources/org/drools/examples/honestpolitician/HonestPolitician.drl +++ b/drools-examples/src/main/resources/org/drools/examples/honestpolitician/HonestPolitician.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.honestpolitician diff --git a/drools-examples/src/main/resources/org/drools/examples/pacman/base.drl b/drools-examples/src/main/resources/org/drools/examples/pacman/base.drl index 57770440bd8..f05114b0414 100644 --- a/drools-examples/src/main/resources/org/drools/examples/pacman/base.drl +++ b/drools-examples/src/main/resources/org/drools/examples/pacman/base.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.pacman diff --git a/drools-examples/src/main/resources/org/drools/examples/pacman/key-handlers.drl b/drools-examples/src/main/resources/org/drools/examples/pacman/key-handlers.drl index 482aeb62fd1..2d6cce936cf 100644 --- a/drools-examples/src/main/resources/org/drools/examples/pacman/key-handlers.drl +++ b/drools-examples/src/main/resources/org/drools/examples/pacman/key-handlers.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.pacman diff --git a/drools-examples/src/main/resources/org/drools/examples/pacman/monster.drl b/drools-examples/src/main/resources/org/drools/examples/pacman/monster.drl index ac1b89caa19..c8ee29c8545 100644 --- a/drools-examples/src/main/resources/org/drools/examples/pacman/monster.drl +++ b/drools-examples/src/main/resources/org/drools/examples/pacman/monster.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.pacman diff --git a/drools-examples/src/main/resources/org/drools/examples/pacman/pacman.drl b/drools-examples/src/main/resources/org/drools/examples/pacman/pacman.drl index 08da323428d..22cde554b62 100644 --- a/drools-examples/src/main/resources/org/drools/examples/pacman/pacman.drl +++ b/drools-examples/src/main/resources/org/drools/examples/pacman/pacman.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.pacman diff --git a/drools-examples/src/main/resources/org/drools/examples/petstore/PetStore.drl b/drools-examples/src/main/resources/org/drools/examples/petstore/PetStore.drl index 453e9c55dab..213acbecfc5 100644 --- a/drools-examples/src/main/resources/org/drools/examples/petstore/PetStore.drl +++ b/drools-examples/src/main/resources/org/drools/examples/petstore/PetStore.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.petstore diff --git a/drools-examples/src/main/resources/org/drools/examples/shopping/Shopping.drl b/drools-examples/src/main/resources/org/drools/examples/shopping/Shopping.drl index a68d1cbbcbc..baff348c299 100644 --- a/drools-examples/src/main/resources/org/drools/examples/shopping/Shopping.drl +++ b/drools-examples/src/main/resources/org/drools/examples/shopping/Shopping.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.shopping diff --git a/drools-examples/src/main/resources/org/drools/examples/state/agendagroup/StateExampleUsingAgendaGroup.drl b/drools-examples/src/main/resources/org/drools/examples/state/agendagroup/StateExampleUsingAgendaGroup.drl index cfb8bac572d..d6bdf8a938a 100644 --- a/drools-examples/src/main/resources/org/drools/examples/state/agendagroup/StateExampleUsingAgendaGroup.drl +++ b/drools-examples/src/main/resources/org/drools/examples/state/agendagroup/StateExampleUsingAgendaGroup.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.state.agendagroup diff --git a/drools-examples/src/main/resources/org/drools/examples/state/salience/StateExampleUsingSalience.drl b/drools-examples/src/main/resources/org/drools/examples/state/salience/StateExampleUsingSalience.drl index 5096aff7be9..1e2e6933366 100644 --- a/drools-examples/src/main/resources/org/drools/examples/state/salience/StateExampleUsingSalience.drl +++ b/drools-examples/src/main/resources/org/drools/examples/state/salience/StateExampleUsingSalience.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.state.salience diff --git a/drools-examples/src/main/resources/org/drools/examples/sudoku/sudoku.drl b/drools-examples/src/main/resources/org/drools/examples/sudoku/sudoku.drl index c10ee50ea20..6aad6a792b0 100644 --- a/drools-examples/src/main/resources/org/drools/examples/sudoku/sudoku.drl +++ b/drools-examples/src/main/resources/org/drools/examples/sudoku/sudoku.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.sudoku diff --git a/drools-examples/src/main/resources/org/drools/examples/sudoku/validate.drl b/drools-examples/src/main/resources/org/drools/examples/sudoku/validate.drl index 6753201ca05..cad7aa286ef 100644 --- a/drools-examples/src/main/resources/org/drools/examples/sudoku/validate.drl +++ b/drools-examples/src/main/resources/org/drools/examples/sudoku/validate.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.sudoku diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/multipleTraits.drl b/drools-examples/src/main/resources/org/drools/examples/traits/multipleTraits.drl index 43990c11482..f3628bd22a6 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/multipleTraits.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/multipleTraits.drl @@ -1,19 +1,21 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - package org.drools.examples.traits declare Person diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/noTraits.drl b/drools-examples/src/main/resources/org/drools/examples/traits/noTraits.drl index 8597a438172..766bcac3530 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/noTraits.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/noTraits.drl @@ -1,19 +1,21 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - package org.drools.examples.traits declare Person diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/traits.drl b/drools-examples/src/main/resources/org/drools/examples/traits/traits.drl index 8c797450b0f..00fef9edc7c 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/traits.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/traits.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.examples.traits diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/traitsDon.drl b/drools-examples/src/main/resources/org/drools/examples/traits/traitsDon.drl index 44cef0f3296..8d072d2168e 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/traitsDon.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/traitsDon.drl @@ -1,19 +1,21 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - package org.drools.examples.traits declare Person diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/traitsMixins.drl b/drools-examples/src/main/resources/org/drools/examples/traits/traitsMixins.drl index 46840673274..3045df612e0 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/traitsMixins.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/traitsMixins.drl @@ -1,19 +1,21 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - package org.drools.examples.traits import org.drools.examples.traits.Scholar; diff --git a/drools-examples/src/main/resources/org/drools/examples/traits/traitsShed.drl b/drools-examples/src/main/resources/org/drools/examples/traits/traitsShed.drl index 68ccb35b5dc..79477cc1646 100644 --- a/drools-examples/src/main/resources/org/drools/examples/traits/traitsShed.drl +++ b/drools-examples/src/main/resources/org/drools/examples/traits/traitsShed.drl @@ -1,19 +1,21 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - package org.drools.examples.traits import org.drools.examples.traits.Scholar; diff --git a/drools-examples/src/main/resources/org/drools/examples/troubleticket/TroubleTicket.drl b/drools-examples/src/main/resources/org/drools/examples/troubleticket/TroubleTicket.drl index 7402453bb5e..4da53c72411 100644 --- a/drools-examples/src/main/resources/org/drools/examples/troubleticket/TroubleTicket.drl +++ b/drools-examples/src/main/resources/org/drools/examples/troubleticket/TroubleTicket.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2010 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.examples.troubleticket diff --git a/drools-examples/src/main/resources/org/drools/games/adventures/Commands.drl b/drools-examples/src/main/resources/org/drools/games/adventures/Commands.drl index a8cbb22f1fd..1993ad1fefb 100644 --- a/drools-examples/src/main/resources/org/drools/games/adventures/Commands.drl +++ b/drools-examples/src/main/resources/org/drools/games/adventures/Commands.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.adventures diff --git a/drools-examples/src/main/resources/org/drools/games/adventures/Events.drl b/drools-examples/src/main/resources/org/drools/games/adventures/Events.drl index b60aae1ec3f..e45b652b8e3 100644 --- a/drools-examples/src/main/resources/org/drools/games/adventures/Events.drl +++ b/drools-examples/src/main/resources/org/drools/games/adventures/Events.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.adventures diff --git a/drools-examples/src/main/resources/org/drools/games/adventures/Model.drl b/drools-examples/src/main/resources/org/drools/games/adventures/Model.drl index dde288eaf21..1f3bd48b782 100644 --- a/drools-examples/src/main/resources/org/drools/games/adventures/Model.drl +++ b/drools-examples/src/main/resources/org/drools/games/adventures/Model.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.adventures diff --git a/drools-examples/src/main/resources/org/drools/games/adventures/Queries.drl b/drools-examples/src/main/resources/org/drools/games/adventures/Queries.drl index 73e4983351f..950fbe4fe1e 100644 --- a/drools-examples/src/main/resources/org/drools/games/adventures/Queries.drl +++ b/drools-examples/src/main/resources/org/drools/games/adventures/Queries.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.adventures diff --git a/drools-examples/src/main/resources/org/drools/games/adventures/UiView.drl b/drools-examples/src/main/resources/org/drools/games/adventures/UiView.drl index ceaa734d4f6..41452059269 100644 --- a/drools-examples/src/main/resources/org/drools/games/adventures/UiView.drl +++ b/drools-examples/src/main/resources/org/drools/games/adventures/UiView.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.adventures diff --git a/drools-examples/src/main/resources/org/drools/games/invaders1/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders1/Main.drl index 2961dcddf18..d1b36297ff8 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders1/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders1/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders1; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders2/Draw.drl b/drools-examples/src/main/resources/org/drools/games/invaders2/Draw.drl index 45916751a72..c172e272ee2 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders2/Draw.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders2/Draw.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders2; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders2/Init.drl b/drools-examples/src/main/resources/org/drools/games/invaders2/Init.drl index ed886a13d92..aa7497091d1 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders2/Init.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders2/Init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders2; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders2/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders2/Main.drl index fedc77671b8..44bb2b74bb2 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders2/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders2/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders2; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders3/Draw.drl b/drools-examples/src/main/resources/org/drools/games/invaders3/Draw.drl index 77659bfca47..bce9bcac10e 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders3/Draw.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders3/Draw.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders3; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders3/Init.drl b/drools-examples/src/main/resources/org/drools/games/invaders3/Init.drl index bcdd297c50b..57436a24b9e 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders3/Init.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders3/Init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders3; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders3/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders3/Main.drl index f1804a4ebe6..1b8784a8f65 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders3/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders3/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders3; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders3/Move.drl b/drools-examples/src/main/resources/org/drools/games/invaders3/Move.drl index cc67b4e34ab..dc45422d1a5 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders3/Move.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders3/Move.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders3; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders4/Draw.drl b/drools-examples/src/main/resources/org/drools/games/invaders4/Draw.drl index 3b66d9fe91a..58126184afe 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders4/Draw.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders4/Draw.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders4; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders4/Init.drl b/drools-examples/src/main/resources/org/drools/games/invaders4/Init.drl index 528398a7d2e..fa39826f095 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders4/Init.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders4/Init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders4; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders4/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders4/Main.drl index d414d3c9872..2a0535fb452 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders4/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders4/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders4; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders4/Move.drl b/drools-examples/src/main/resources/org/drools/games/invaders4/Move.drl index 7cf6dcbcf36..477abb2cf7d 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders4/Move.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders4/Move.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders4; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders5/Draw.drl b/drools-examples/src/main/resources/org/drools/games/invaders5/Draw.drl index cf8da1dc343..382fa904a8e 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders5/Draw.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders5/Draw.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders5; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders5/Init.drl b/drools-examples/src/main/resources/org/drools/games/invaders5/Init.drl index 6691c4eab9f..6e10cb496a0 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders5/Init.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders5/Init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders5; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders5/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders5/Main.drl index 184fb82a327..f974e995913 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders5/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders5/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders5; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders5/Move.drl b/drools-examples/src/main/resources/org/drools/games/invaders5/Move.drl index c101fe8bddf..e9e158e632e 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders5/Move.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders5/Move.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders5; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders6/Bullet.drl b/drools-examples/src/main/resources/org/drools/games/invaders6/Bullet.drl index e799e659a40..71f574c648c 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders6/Bullet.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders6/Bullet.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders6; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders6/Draw.drl b/drools-examples/src/main/resources/org/drools/games/invaders6/Draw.drl index f8615d16e0f..b6b31467ac1 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders6/Draw.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders6/Draw.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders6; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders6/Init.drl b/drools-examples/src/main/resources/org/drools/games/invaders6/Init.drl index eb9ca480a52..353b8dbd815 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders6/Init.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders6/Init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders6; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders6/Main.drl b/drools-examples/src/main/resources/org/drools/games/invaders6/Main.drl index fefdcfd6796..a006e486613 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders6/Main.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders6/Main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders6; diff --git a/drools-examples/src/main/resources/org/drools/games/invaders6/Move.drl b/drools-examples/src/main/resources/org/drools/games/invaders6/Move.drl index a22a56b69f7..999508ac697 100644 --- a/drools-examples/src/main/resources/org/drools/games/invaders6/Move.drl +++ b/drools-examples/src/main/resources/org/drools/games/invaders6/Move.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.invaders6; diff --git a/drools-examples/src/main/resources/org/drools/games/keys/keys.drl b/drools-examples/src/main/resources/org/drools/games/keys/keys.drl index c6786b23af5..7e05dccf02f 100644 --- a/drools-examples/src/main/resources/org/drools/games/keys/keys.drl +++ b/drools-examples/src/main/resources/org/drools/games/keys/keys.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.keys diff --git a/drools-examples/src/main/resources/org/drools/games/numberguess/NumberGuess.drl b/drools-examples/src/main/resources/org/drools/games/numberguess/NumberGuess.drl index 0415224c29a..ef1c7fa865e 100644 --- a/drools-examples/src/main/resources/org/drools/games/numberguess/NumberGuess.drl +++ b/drools-examples/src/main/resources/org/drools/games/numberguess/NumberGuess.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.numberguess diff --git a/drools-examples/src/main/resources/org/drools/games/pong/collision.drl b/drools-examples/src/main/resources/org/drools/games/pong/collision.drl index 9a9265e95c3..61c9ed0b539 100644 --- a/drools-examples/src/main/resources/org/drools/games/pong/collision.drl +++ b/drools-examples/src/main/resources/org/drools/games/pong/collision.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.pong diff --git a/drools-examples/src/main/resources/org/drools/games/pong/game.drl b/drools-examples/src/main/resources/org/drools/games/pong/game.drl index bb0f6c827ca..0eb0c291d5b 100644 --- a/drools-examples/src/main/resources/org/drools/games/pong/game.drl +++ b/drools-examples/src/main/resources/org/drools/games/pong/game.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.pong diff --git a/drools-examples/src/main/resources/org/drools/games/pong/init.drl b/drools-examples/src/main/resources/org/drools/games/pong/init.drl index 73353cddcc9..c5aeb97e18e 100644 --- a/drools-examples/src/main/resources/org/drools/games/pong/init.drl +++ b/drools-examples/src/main/resources/org/drools/games/pong/init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.pong diff --git a/drools-examples/src/main/resources/org/drools/games/pong/main.drl b/drools-examples/src/main/resources/org/drools/games/pong/main.drl index 370a586b07f..e864123b1db 100644 --- a/drools-examples/src/main/resources/org/drools/games/pong/main.drl +++ b/drools-examples/src/main/resources/org/drools/games/pong/main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.pong; diff --git a/drools-examples/src/main/resources/org/drools/games/pong/move.drl b/drools-examples/src/main/resources/org/drools/games/pong/move.drl index a4c80456724..a99de573a01 100644 --- a/drools-examples/src/main/resources/org/drools/games/pong/move.drl +++ b/drools-examples/src/main/resources/org/drools/games/pong/move.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.pong diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/client/client.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/client/client.drl index fd7b363fd78..d1983d83913 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/client/client.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/client/client.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.client diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/commands.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/commands.drl index 5372a0af5b0..fd49d385656 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/commands.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/commands.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/init.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/init.drl index 99de6e08cae..055d2080921 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/init.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/init.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/main.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/main.drl index 49d0d72baee..9a41529fcf1 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/main.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/main.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/reset.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/reset.drl index 5a1904b0dcb..a00701743c5 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/reset.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/reset.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/score.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/score.drl index c6974e1bc46..5443e4aa386 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/score.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/score.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/sensorArray.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/sensorArray.drl index da74f85d23e..5aae263fcbe 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/sensorArray.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/sensorArray.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/shoot.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/shoot.drl index c4891fe514c..fe8622004ed 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/shoot.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/shoot.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server; diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintCave.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintCave.drl index 769e138254a..e2ce7f6e1e9 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintCave.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintCave.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server.view diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintSensor.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintSensor.drl index a49e18e7d4c..078ed906bc9 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintSensor.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/paintSensor.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server.view diff --git a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/ui.drl b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/ui.drl index 965c2f4f946..7ce25723928 100644 --- a/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/ui.drl +++ b/drools-examples/src/main/resources/org/drools/games/wumpus/server/view/ui.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.games.wumpus.server.view diff --git a/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/drl/test_ImportFunctions.drl b/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/drl/test_ImportFunctions.drl index bb2f2676cd5..40a316bbb9a 100644 --- a/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/drl/test_ImportFunctions.drl +++ b/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/drl/test_ImportFunctions.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.compiler.test; diff --git a/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/simple_query_test.drl b/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/simple_query_test.drl index 4fa067861a1..09c7da9a4d7 100644 --- a/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/simple_query_test.drl +++ b/drools-legacy-test-util/src/test/resources/org/drools/mvel/integrationtests/simple_query_test.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.mvel.compiler.test; diff --git a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file1.drl b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file1.drl index c455c653bb5..7df6abf19df 100644 --- a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file1.drl +++ b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file1.drl @@ -1,17 +1,20 @@ /** - * Copyright 2021 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.model.project.codegen.pkg1 diff --git a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file2.drl b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file2.drl index c802d534080..dfc1ade56e1 100644 --- a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file2.drl +++ b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg1/file2.drl @@ -1,17 +1,20 @@ /** - * Copyright 2021 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.model.project.codegen.pkg1 diff --git a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg2/file3.drl b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg2/file3.drl index 79eb9b5b75b..43ecb72229e 100644 --- a/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg2/file3.drl +++ b/drools-model/drools-model-codegen/src/test/resources/org/drools/model/project/codegen/pkg2/file3.drl @@ -1,17 +1,20 @@ /** - * Copyright 2021 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.model.project.codegen.pkg2 diff --git a/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/broken.drl b/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/broken.drl index 3594771c191..2877e8e5f60 100644 --- a/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/broken.drl +++ b/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/broken.drl @@ -1,16 +1,19 @@ /** - * Copyright 2021 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ syntax error \ No newline at end of file diff --git a/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/cep/cep.drl b/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/cep/cep.drl index e54a9cf7b30..f97f813b0e2 100644 --- a/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/cep/cep.drl +++ b/drools-model/drools-model-codegen/src/test/resources/org/drools/simple/cep/cep.drl @@ -1,17 +1,20 @@ /** - * Copyright 2021 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.simple.cep diff --git a/drools-mvel/src/test/resources/org/drools/mvel/compiler/rule/builder/dialect/mvel/mvel_rule.drl b/drools-mvel/src/test/resources/org/drools/mvel/compiler/rule/builder/dialect/mvel/mvel_rule.drl index 25c52b1f589..701375d8ae7 100644 --- a/drools-mvel/src/test/resources/org/drools/mvel/compiler/rule/builder/dialect/mvel/mvel_rule.drl +++ b/drools-mvel/src/test/resources/org/drools/mvel/compiler/rule/builder/dialect/mvel/mvel_rule.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ rule simple_rule diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/agenda-groups.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/agenda-groups.drl index d220bd3f813..1dd667db2d4 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/agenda-groups.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/agenda-groups.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jbpm; diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/cdiexample/test.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/cdiexample/test.drl index 58fffee5b31..e703f89f9d3 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/cdiexample/test.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/cdiexample/test.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.kie.test diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/command/empty.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/command/empty.drl index a02661deb7c..0922abee8ce 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/command/empty.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/command/empty.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package com.sample diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/collect_rules.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/collect_rules.drl index 24c85a1e739..660ce989b63 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/collect_rules.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/collect_rules.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.persistence.kie.persistence.session diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/family_rules.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/family_rules.drl index a1240a618cf..083b9ce29b0 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/family_rules.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/org/drools/persistence/kie/persistence/session/family_rules.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.drools.persistence.kie.persistence.session diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflow-groups.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflow-groups.drl index d308a2c7d1d..463fcc26d76 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflow-groups.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflow-groups.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jbpm; diff --git a/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflowgroup_rollback.drl b/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflowgroup_rollback.drl index ea496f3e058..408cc380ee8 100644 --- a/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflowgroup_rollback.drl +++ b/drools-persistence/drools-persistence-jpa/src/test/resources/ruleflowgroup_rollback.drl @@ -1,17 +1,21 @@ -/* - * Copyright 2015 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jbpm; diff --git a/drools-quarkus-extension/drools-quarkus-deployment/src/test/resources/rules.txt b/drools-quarkus-extension/drools-quarkus-deployment/src/test/resources/rules.txt index 745f4498adb..5bbb7c191d1 100644 --- a/drools-quarkus-extension/drools-quarkus-deployment/src/test/resources/rules.txt +++ b/drools-quarkus-extension/drools-quarkus-deployment/src/test/resources/rules.txt @@ -1,17 +1,20 @@ -/* - * Copyright 2023 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.quarkus.examples.otn; diff --git a/drools-quarkus-extension/drools-quarkus-examples/drools-quarkus-examples-reactive/src/main/resources/org/drools/quarkus/ruleunit/examples/reactive/AlertingRules.drl b/drools-quarkus-extension/drools-quarkus-examples/drools-quarkus-examples-reactive/src/main/resources/org/drools/quarkus/ruleunit/examples/reactive/AlertingRules.drl index bea739f76fe..72726f80c83 100644 --- a/drools-quarkus-extension/drools-quarkus-examples/drools-quarkus-examples-reactive/src/main/resources/org/drools/quarkus/ruleunit/examples/reactive/AlertingRules.drl +++ b/drools-quarkus-extension/drools-quarkus-examples/drools-quarkus-examples-reactive/src/main/resources/org/drools/quarkus/ruleunit/examples/reactive/AlertingRules.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2022 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.quarkus.ruleunit.examples.reactive diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/AgendaGroupUnit.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/AgendaGroupUnit.drl index 744ad0c087d..9e0ede1bbb6 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/AgendaGroupUnit.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/AgendaGroupUnit.drl @@ -1,17 +1,20 @@ /** - * Copyright 2019 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit AgendaGroupUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/HelloWorld.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/HelloWorld.drl index ef5dea1e7f0..d9fec6667f8 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/HelloWorld.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/HelloWorld.drl @@ -1,17 +1,20 @@ /** - * Copyright 2019 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit HelloWorldUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Locations.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Locations.drl index d48cc8f6eda..61dec9b2d00 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Locations.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Locations.drl @@ -1,17 +1,20 @@ -/* - * Copyright 2023 Red Hat, Inc. and/or its affiliates. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit LocationUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAdd.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAdd.drl index eed4df13c1b..0e356a293a0 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAdd.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAdd.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit LogicalAddTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAddByElement.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAddByElement.drl index 7badb5d3eca..6f3a05b0b25 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAddByElement.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/LogicalAddByElement.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit LogicalAddByElementTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/NotTestUnit.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/NotTestUnit.drl index 20a9620a390..f119eeaaac0 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/NotTestUnit.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/NotTestUnit.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit NotTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/OOPathTest.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/OOPathTest.drl index f5939b260bf..aae9fa124a7 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/OOPathTest.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/OOPathTest.drl @@ -1,17 +1,20 @@ /** - * Copyright 2019 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit OOPathTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/RuleName.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/RuleName.drl index 833990939ff..b1471de0d70 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/RuleName.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/RuleName.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit RuleNameUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/StockTick.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/StockTick.drl index 4d8623bde2e..3c1985ed61c 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/StockTick.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/StockTick.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit StockTickUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Update.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Update.drl index 20d96036a84..03324c2a280 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Update.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/Update.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit UpdateTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/UpdateNoDS.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/UpdateNoDS.drl index b223ed57a58..b6ab501c591 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/UpdateNoDS.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/UpdateNoDS.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit UpdateNoDSTestUnit; diff --git a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/WronglyTypedUnit.drl b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/WronglyTypedUnit.drl index e710bf97724..3caf6f90ce0 100644 --- a/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/WronglyTypedUnit.drl +++ b/drools-ruleunits/drools-ruleunits-impl/src/test/resources/org/drools/ruleunits/impl/WronglyTypedUnit.drl @@ -1,17 +1,20 @@ /** - * Copyright 2022 Red Hat, Inc. and/or its affiliates. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.drools.ruleunits.impl; unit WronglyTypedUnit; diff --git a/drools-scenario-simulation/drools-scenario-simulation-backend/src/test/resources/folderToTest/simple-item-def.dmn b/drools-scenario-simulation/drools-scenario-simulation-backend/src/test/resources/folderToTest/simple-item-def.dmn index d23c9563e4a..40b040558fc 100644 --- a/drools-scenario-simulation/drools-scenario-simulation-backend/src/test/resources/folderToTest/simple-item-def.dmn +++ b/drools-scenario-simulation/drools-scenario-simulation-backend/src/test/resources/folderToTest/simple-item-def.dmn @@ -1,18 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - Decision2 - - - - - Parameter1 - - - - - - - - - - - "Hello "+Parameter1 - - - - - - - + + + + + + + + + Decision2 + + + + + Parameter1 + + + + + + + + + + + "Hello "+Parameter1 + + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_EXPR.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_EXPR.dmn index 97854e9e8d8..7f27578a972 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_EXPR.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_EXPR.dmn @@ -1,47 +1,51 @@ - - - - - - - - - Decision2 - - - - - - - - - - - - - "Hello "+Parameter1 - - - - - - - + + + + + + + + + Decision2 + + + + + + + + + + + + + "Hello "+Parameter1 + + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGET.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGET.dmn index 23024322db8..426a163b37b 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGET.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGET.dmn @@ -1,50 +1,54 @@ - - - - - - - - - NOTEXISTING TARGET NAME - - - - - Parameter1 - - - - - - - - - - - "Hello "+Parameter1 - - - - - - - + + + + + + + + + NOTEXISTING TARGET NAME + + + + + Parameter1 + + + + + + + + + + + "Hello "+Parameter1 + + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGETbis.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGETbis.dmn index 79810351d38..e72da7ace08 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGETbis.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_MISSING_TARGETbis.dmn @@ -1,50 +1,54 @@ - - - - - - - - - "Decision"+"2" - - - - - Parameter1 - - - - - - - - - - - "Hello "+Parameter1 - - - - - - - + + + + + + + + + "Decision"+"2" + + + + + Parameter1 + + + + + + + + + + + "Hello "+Parameter1 + + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_WRONG_PARAM_COUNT.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_WRONG_PARAM_COUNT.dmn index f305b78607b..29c01d54c01 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_WRONG_PARAM_COUNT.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/INVOCATION_WRONG_PARAM_COUNT.dmn @@ -1,56 +1,60 @@ - - - - - - - - - Decision2 - - - - - Parameter1 - - - - - - Parameter2 - - - - - - - - - - - "Hello "+Parameter1 - - - - - - - + + + + + + + + + Decision2 + + + + + Parameter1 + + + + + + Parameter2 + + + + + + + + + + + "Hello "+Parameter1 + + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/ITEMCOMP_DUPLICATED.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/ITEMCOMP_DUPLICATED.dmn index 8bd29aaeeaf..0251b85314f 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/ITEMCOMP_DUPLICATED.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/ITEMCOMP_DUPLICATED.dmn @@ -1,19 +1,22 @@ - - - - - - - - - - - - "John" - - - "Sales" - - - 100000 - - - - - "Mary" - - - "Finances" - - - 120000 - - - - - + + + + + + + + + + + + + "John" + + + "Sales" + + + 100000 + + + + + "Mary" + + + "Finances" + + + 120000 + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELLCOUNTMISMATCH.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELLCOUNTMISMATCH.dmn index 94b5c08b2d3..eadddcea920 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELLCOUNTMISMATCH.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELLCOUNTMISMATCH.dmn @@ -1,51 +1,55 @@ - - - - - - - - - - - - - "Mary" - - - "Finances" - - - 120000 - - - - - - "Sales" - - - 100000 - - - - - + + + + + + + + + + + + + "Mary" + + + "Finances" + + + 120000 + + + + + + "Sales" + + + 100000 + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELL_NOTLITERAL.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELL_NOTLITERAL.dmn index 4b8210b5357..77224701dd9 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELL_NOTLITERAL.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/RELATION_ROW_CELL_NOTLITERAL.dmn @@ -1,51 +1,55 @@ - - - - - - - - - - - - - "Mary" - - - "Finances" - - - 120000 - - - - - "John" - - - "Sales" - - - - - - + + + + + + + + + + + + + "Mary" + + + "Finances" + + + 120000 + + + + + "John" + + + "Sales" + + + + + + diff --git a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/UNKNOWN_VARIABLE.dmn b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/UNKNOWN_VARIABLE.dmn index 7ece0cb4f52..b60c816e428 100644 --- a/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/UNKNOWN_VARIABLE.dmn +++ b/kie-dmn/kie-dmn-legacy-tests/src/test/resources/org/kie/dmn/legacy/tests/validation/v1_1/UNKNOWN_VARIABLE.dmn @@ -1,19 +1,22 @@