diff --git a/modules/kazoo/const.c b/modules/kazoo/const.c index 97a05419ea6..39ca71738cc 100644 --- a/modules/kazoo/const.c +++ b/modules/kazoo/const.c @@ -1,8 +1,29 @@ /* - * const.c + * $Id$ * - * Created on: Jul 15, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #include "../../str.h" diff --git a/modules/kazoo/const.h b/modules/kazoo/const.h index 0151dbcecbb..457ddccbc1a 100644 --- a/modules/kazoo/const.h +++ b/modules/kazoo/const.h @@ -1,8 +1,29 @@ /* - * const.h + * $Id$ * - * Created on: Jul 15, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef DBK_CONST_H_ diff --git a/modules/kazoo/defs.h b/modules/kazoo/defs.h index e7f991de8bb..ab23fbacecb 100644 --- a/modules/kazoo/defs.h +++ b/modules/kazoo/defs.h @@ -1,8 +1,29 @@ /* - * defs.h + * $Id$ * - * Created on: Jul 15, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef DBK_DEFS_H_ diff --git a/modules/kazoo/kz_amqp.c b/modules/kazoo/kz_amqp.c index e4c07799a8a..829b1718c48 100644 --- a/modules/kazoo/kz_amqp.c +++ b/modules/kazoo/kz_amqp.c @@ -1,3 +1,31 @@ +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) + */ + #include #include #include diff --git a/modules/kazoo/kz_amqp.h b/modules/kazoo/kz_amqp.h index 726ff97a1c8..d35ca5f5642 100644 --- a/modules/kazoo/kz_amqp.h +++ b/modules/kazoo/kz_amqp.h @@ -1,8 +1,29 @@ /* - * kz_amqp.h + * $Id$ * - * Created on: Jul 29, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef KZ_AMQP_H_ diff --git a/modules/kazoo/kz_fixup.c b/modules/kazoo/kz_fixup.c index eaaaf56cb35..0c6e938bef8 100644 --- a/modules/kazoo/kz_fixup.c +++ b/modules/kazoo/kz_fixup.c @@ -1,11 +1,31 @@ /* - * kz_fixup.c + * $Id$ * - * Created on: Aug 2, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ - #include "../../mod_fix.h" #include "../../lvalue.h" diff --git a/modules/kazoo/kz_fixup.h b/modules/kazoo/kz_fixup.h index fe02eb99f80..a2fcb7a619e 100644 --- a/modules/kazoo/kz_fixup.h +++ b/modules/kazoo/kz_fixup.h @@ -1,8 +1,29 @@ /* - * kz_fixup.h + * $Id$ * - * Created on: Aug 2, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef KZ_FIXUP_H_ diff --git a/modules/kazoo/kz_hash.c b/modules/kazoo/kz_hash.c index 29da9bb21b7..65b2edfb305 100644 --- a/modules/kazoo/kz_hash.c +++ b/modules/kazoo/kz_hash.c @@ -1,3 +1,31 @@ +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) + */ + #include "kz_hash.h" #include diff --git a/modules/kazoo/kz_hash.h b/modules/kazoo/kz_hash.h index 18ab2b3072f..74c1aed5205 100644 --- a/modules/kazoo/kz_hash.h +++ b/modules/kazoo/kz_hash.h @@ -1,3 +1,31 @@ +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) + */ + #ifndef KZ_HASH_H #define KZ_HASH_H diff --git a/modules/kazoo/kz_json.c b/modules/kazoo/kz_json.c index 0f04ccb37d8..b4b2d296064 100644 --- a/modules/kazoo/kz_json.c +++ b/modules/kazoo/kz_json.c @@ -1,21 +1,29 @@ -/** +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * * This file is part of Kamailio, a free SIP server. * - * This file is free software; you can redistribute it and/or modify + * Kamailio 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 2 of the License, or * (at your option) any later version * - * - * This file is distributed in the hope that it will be useful, + * Kamailio 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 + * 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 this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * History: + * -------- + * 2014-08 first version (2600hz) */ #include diff --git a/modules/kazoo/kz_json.h b/modules/kazoo/kz_json.h index c083673ef1a..08b4b8d1887 100644 --- a/modules/kazoo/kz_json.h +++ b/modules/kazoo/kz_json.h @@ -1,8 +1,29 @@ /* - * kz_json.h + * $Id$ * - * Created on: Aug 2, 2014 - * Author: root + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef KZ_JSON_H_ diff --git a/modules/kazoo/kz_pua.c b/modules/kazoo/kz_pua.c index b1f785fca06..58294b61b0f 100644 --- a/modules/kazoo/kz_pua.c +++ b/modules/kazoo/kz_pua.c @@ -1,3 +1,31 @@ +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) + */ + #include #include #include diff --git a/modules/kazoo/kz_pua.h b/modules/kazoo/kz_pua.h index 1c35c526dc9..5d9764c46dd 100644 --- a/modules/kazoo/kz_pua.h +++ b/modules/kazoo/kz_pua.h @@ -1,3 +1,31 @@ +/* + * $Id$ + * + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz + * + * This file is part of Kamailio, a free SIP server. + * + * Kamailio 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 2 of the License, or + * (at your option) any later version + * + * Kamailio 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * History: + * -------- + * 2014-08 first version (2600hz) + */ + #ifndef _DBK_PUA_ #define _DBK_PUA_ diff --git a/modules/kazoo/kz_trans.c b/modules/kazoo/kz_trans.c index ef34a5a08aa..81e3bc00de6 100644 --- a/modules/kazoo/kz_trans.c +++ b/modules/kazoo/kz_trans.c @@ -1,8 +1,9 @@ /* * $Id$ * - * Copyright (C) 2007 voice-system.ro - * Copyright (C) 2009 asipto.com + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz * * This file is part of Kamailio, a free SIP server. * @@ -20,10 +21,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - */ - -/*! \file - * \brief Support for transformations + * History: + * -------- + * 2014-08 first version (2600hz) */ #include diff --git a/modules/kazoo/kz_trans.h b/modules/kazoo/kz_trans.h index d765357737f..5d5848c8fe9 100644 --- a/modules/kazoo/kz_trans.h +++ b/modules/kazoo/kz_trans.h @@ -1,7 +1,9 @@ /* * $Id$ * - * Copyright (C) 2007 voice-system.ro + * Kazoo module interface + * + * Copyright (C) 2010-2014 2600Hz * * This file is part of Kamailio, a free SIP server. * @@ -19,10 +21,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - */ - -/*! \file - * \brief Transformations support + * History: + * -------- + * 2014-08 first version (2600hz) */ #ifndef _KZ_TRANS_H_