From d5a790d4a29dd9b50fadc1b96fbfa8e37e556862 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 15 Jan 2025 11:34:55 -0500 Subject: [PATCH] Migrate to DCO from CLA --- .github/dco.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 00000000..0c4b142e --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false diff --git a/README.md b/README.md index 37bd396d..ad055b21 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Below is a short description of each category. ## DSL -This directory holds demos/samples for Spring Integration 4.0 Java Configuration as well as the Java DSL Extension. +This directory holds demos/samples for Spring Integration Java Configuration as well as the Java DSL Extension. ## Basic