From d44654e617829b455047e96f6ff3dea55469adeb Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 19 Feb 2018 12:51:55 +0000 Subject: [PATCH] Added copyrihgt notice FossilOrigin-Name: a6e4074bb4c4ced111cd2d5130159f176286070245827416a2e39ee9f5d05722 --- src/mod/cisco/cisco_out_ac_descriptor.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/mod/cisco/cisco_out_ac_descriptor.c b/src/mod/cisco/cisco_out_ac_descriptor.c index e1886107..d6433066 100644 --- a/src/mod/cisco/cisco_out_ac_descriptor.c +++ b/src/mod/cisco/cisco_out_ac_descriptor.c @@ -1,3 +1,21 @@ +/* + This file is part of actube. + + actube is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + actube is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Foobar. If not, see . + +*/ + #include "cw/log.h" #include "cw/conn.h" @@ -49,7 +67,6 @@ int cisco_out_ac_descriptor(struct conn *conn,struct cw_action_out * a,uint8_t * int len = d-dst-4; return len + cw_put_elem_hdr(dst,a->elem_id,len); - }