3 comments:
File src/dahdi_trunkdev.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-853):
Patch Set #1, Line 21: * with this program; if not, write to the Free Software Foundation, Inc.,
Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. This Osmocom project should already include a copy of the (A)GPL.
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-853):
Patch Set #1, Line 22: * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. This Osmocom project should already include a copy of the (A)GPL.
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-853):
Patch Set #1, Line 51: strncpy(td_o.name, name, sizeof(td_o.name));
Instead of strncpy()/strcpy(), use osmo_strlcpy() or OSMO_STRLCPY_ARRAY()
To view, visit change 30068. To unsubscribe, or for help writing mail filters, visit settings.