diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-03 10:34:30 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-05 09:24:24 -0400 |
commit | 475d9701e21e5047ee9d7e56909762c1eb961fcd (patch) | |
tree | 1698d0c71b4858d0b6851432bb6823589d325d9d /include | |
parent | c7018a45b7ff0fada06a1f825e168e845fa30209 (diff) |
Remove reference to the announce mailing list
The mailing list has never been used.
I think listing the deprecated functions in the release notes is
enough. I'd rather not add the burden of maintaining a separate
communication medium.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_matrix.h | 5 | ||||
-rw-r--r-- | include/wlr/util/edges.h | 5 | ||||
-rw-r--r-- | include/wlr/util/log.h | 5 | ||||
-rw-r--r-- | include/wlr/util/region.h | 5 | ||||
-rw-r--r-- | include/wlr/xcursor.h | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/include/wlr/types/wlr_matrix.h b/include/wlr/types/wlr_matrix.h index 2c72129c..ede78cb1 100644 --- a/include/wlr/types/wlr_matrix.h +++ b/include/wlr/types/wlr_matrix.h @@ -9,9 +9,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_TYPES_WLR_MATRIX_H diff --git a/include/wlr/util/edges.h b/include/wlr/util/edges.h index 90a1167a..be405562 100644 --- a/include/wlr/util/edges.h +++ b/include/wlr/util/edges.h @@ -9,9 +9,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_UTIL_EDGES_H diff --git a/include/wlr/util/log.h b/include/wlr/util/log.h index 8eec425c..aacdea99 100644 --- a/include/wlr/util/log.h +++ b/include/wlr/util/log.h @@ -9,9 +9,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_UTIL_LOG_H diff --git a/include/wlr/util/region.h b/include/wlr/util/region.h index 9e193722..deecac0a 100644 --- a/include/wlr/util/region.h +++ b/include/wlr/util/region.h @@ -9,9 +9,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_UTIL_REGION_H diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h index 39874f39..9c305407 100644 --- a/include/wlr/xcursor.h +++ b/include/wlr/xcursor.h @@ -34,9 +34,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_XCURSOR_H |