]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3325] Removed remaining coroutine references
authorFrancis Dupont <fdupont@isc.org>
Mon, 10 Mar 2025 22:59:15 +0000 (23:59 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 17 Mar 2025 10:08:09 +0000 (11:08 +0100)
COPYING
configure.ac
ext/Makefile.am

diff --git a/COPYING b/COPYING
index 34246fad937d00ddcbf3f2a3759c1e579cfe575e..932016dfb6e4298c5359453c2619c6bfdb503c44 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -383,10 +383,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
 
 ---end of MPL 2.0 license ---------------------------------------------------
 
-The ext/coroutine code is externally maintained and distributed under
-the Boost Software License, Version 1.0.  (See its accompanying file
-LICENSE_1_0.txt.)
-
 Sample TLS clients and servers are used for tests and are included in
 src/lib/asiolink/testutils. The Botan version was ported from the
 OpenSSL one with the help of the Botan team.  The files are
index bff8a83ee1bae9fe1782b68069bafc323c9e8f21..7b786cfc8dc2eb313f9ccb62d0bd51d6009a99ce 100644 (file)
@@ -1085,7 +1085,7 @@ if test $enable_gtest != "no"; then
     CPPFLAGS=$CPPFLAGS_SAVED
 fi
 
-# Provide the ability to include our coroutine header or other headers from ext.
+# Provide the ability to include headers from ext.
 CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)"
 
 # Doesn't seem to be required?
@@ -1514,7 +1514,6 @@ AC_CONFIG_FILES([doc/sphinx/Makefile])
 AC_CONFIG_FILES([doc/devel/Makefile])
 AC_CONFIG_FILES([ext/Makefile])
 AC_CONFIG_FILES([ext/gtest/Makefile])
-AC_CONFIG_FILES([ext/coroutine/Makefile])
 AC_CONFIG_FILES([fuzz/Makefile])
 AC_CONFIG_FILES([fuzz/input/Makefile])
 AC_CONFIG_FILES([fuzz/tests/Makefile])
index 6cfbdee32f7d5667525e4c0f7a60f88a0319ff22..b2685166c6b0c21d8600992da7109eb2c4bcfdd6 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = coroutine
+SUBDIRS = .
 
 if HAVE_GTEST_SOURCE
 SUBDIRS += gtest