Skip to content

Commit

Permalink
Fix missing GPL headers for mem files
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Apr 5, 2016
1 parent 983ad95 commit 8ffd592
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
24 changes: 24 additions & 0 deletions mem/mem_dbg_hash.c
@@ -1,3 +1,27 @@
/*
* Copyright (C) 2015-2016 OpenSIPS Solutions
*
* This file is part of opensips, a free SIP server.
*
* opensips 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
*
* opensips 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2015-11-18 initial version (Vlad Patrascu)
*/

#include "mem_dbg_hash.h"
#include <stdlib.h>
#include <string.h>
Expand Down
24 changes: 24 additions & 0 deletions mem/mem_dbg_hash.h
@@ -1,3 +1,27 @@
/*
* Copyright (C) 2015-2016 OpenSIPS Solutions
*
* This file is part of opensips, a free SIP server.
*
* opensips 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
*
* opensips 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2015-11-18 initial version (Vlad Patrascu)
*/

#ifndef MEM_DBG_HASH_H
#define MEM_DBG_HASH_H

Expand Down
24 changes: 24 additions & 0 deletions mem/module_info.c
@@ -1,3 +1,27 @@
/*
* Copyright (C) 2015-2016 OpenSIPS Solutions
*
* This file is part of opensips, a free SIP server.
*
* opensips 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
*
* opensips 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2015-10-01 initial version (Ionel Cerghit)
*/

#include <dlfcn.h>
#include <string.h>

Expand Down
24 changes: 24 additions & 0 deletions mem/module_info.h
@@ -1,3 +1,27 @@
/*
* Copyright (C) 2015-2016 OpenSIPS Solutions
*
* This file is part of opensips, a free SIP server.
*
* opensips 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
*
* opensips 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2015-10-01 initial version (Ionel Cerghit)
*/

#ifndef _MODULE_INFO__
#define _MODULE_INFO__

Expand Down

0 comments on commit 8ffd592

Please sign in to comment.