laforge submitted this change.
update copyright statement
Change-Id: I1b4817207369e572a2b070443475289cc527c317
---
M src/osmo-e1d.c
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/osmo-e1d.c b/src/osmo-e1d.c
index 91bf78d..f86a92a 100644
--- a/src/osmo-e1d.c
+++ b/src/osmo-e1d.c
@@ -1,7 +1,8 @@
/*
* osmo-e1d.c
*
- * (C) 2019 by Sylvain Munaut <tnt@246tNt.com>
+ * (C) 2019-2022 by Sylvain Munaut <tnt@246tNt.com>
+ * (C) 2019-2022 by Harald Welte <laforge@osmocom.org>
*
* All Rights Reserved
*
@@ -83,7 +84,7 @@
.name = "osmo-e1d",
.version = PACKAGE_VERSION,
.copyright =
- "(C) 2019 by Sylvain Munaut <tnt@246tNt.com>\r\n",
+ "(C) 2019-2022 by Sylvain Munaut, Harald Welte and contributors\r\n",
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\r\n"
"This is free software: you are free to change and redistribute it.\r\n"
"There is NO WARRANTY, to the extent permitted by law.\r\n",
To view, visit change 27019. To unsubscribe, or for help writing mail filters, visit settings.