diff options
Diffstat (limited to 'include/wlr/util')
-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 |
3 files changed, 6 insertions, 9 deletions
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 |