Skip to content

Commit 7dd0b34

Browse files
GPLization banner introduced to *.[hc] files
1 parent 93d8714 commit 7dd0b34

200 files changed

Lines changed: 4713 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

action.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
/*
22
* $Id$
3+
*
4+
* Copyright (C) 2001-2003 Fhg Fokus
5+
*
6+
* This file is part of ser, a free SIP server.
7+
*
8+
* ser is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version
12+
*
13+
* For a license to use the ser software under conditions
14+
* other than those described here, or to purchase support for this
15+
* software, please contact iptel.org by e-mail at the following addresses:
16+
* info@iptel.org
17+
*
18+
* ser is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU General Public License
24+
* along with this program; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
326
*/
427

528

629

30+
731
#include "action.h"
832
#include "config.h"
933
#include "error.h"

action.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
/*
22
* $Id$
33
*
4+
*
5+
* Copyright (C) 2001-2003 Fhg Fokus
6+
*
7+
* This file is part of ser, a free SIP server.
8+
*
9+
* ser is free software; you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation; either version 2 of the License, or
12+
* (at your option) any later version
13+
*
14+
* For a license to use the ser software under conditions
15+
* other than those described here, or to purchase support for this
16+
* software, please contact iptel.org by e-mail at the following addresses:
17+
* info@iptel.org
18+
*
19+
* ser is distributed in the hope that it will be useful,
20+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
* GNU General Public License for more details.
23+
*
24+
* You should have received a copy of the GNU General Public License
25+
* along with this program; if not, write to the Free Software
26+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
427
*/
528

29+
630
#ifndef action_h
731
#define action_h
832

config.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
/*
22
* $Id$
3+
*
4+
* Copyright (C) 2001-2003 Fhg Fokus
5+
*
6+
* This file is part of ser, a free SIP server.
7+
*
8+
* ser is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version
12+
*
13+
* For a license to use the ser software under conditions
14+
* other than those described here, or to purchase support for this
15+
* software, please contact iptel.org by e-mail at the following addresses:
16+
* info@iptel.org
17+
*
18+
* ser is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU General Public License
24+
* along with this program; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
326
*/
427

528

629

30+
731
#ifndef config_h
832
#define config_h
933

crc.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,32 @@
22
* $Id$
33
*
44
* Crc - 32 + 16 BIT ANSI X3.66 + CCITT CRC checksum files
5+
*
6+
* Copyright (C) 2001-2003 Fhg Fokus
7+
*
8+
* This file is part of ser, a free SIP server.
9+
*
10+
* ser is free software; you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation; either version 2 of the License, or
13+
* (at your option) any later version
14+
*
15+
* For a license to use the ser software under conditions
16+
* other than those described here, or to purchase support for this
17+
* software, please contact iptel.org by e-mail at the following addresses:
18+
* info@iptel.org
19+
*
20+
* ser is distributed in the hope that it will be useful,
21+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
* GNU General Public License for more details.
24+
*
25+
* You should have received a copy of the GNU General Public License
26+
* along with this program; if not, write to the Free Software
27+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
528
*/
629

30+
731
#include <stdio.h>
832
#include "str.h"
933
#include "ut.h"

data_lump.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
/* $Id$
22
*
3+
*
4+
* Copyright (C) 2001-2003 Fhg Fokus
5+
*
6+
* This file is part of ser, a free SIP server.
7+
*
8+
* ser is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version
12+
*
13+
* For a license to use the ser software under conditions
14+
* other than those described here, or to purchase support for this
15+
* software, please contact iptel.org by e-mail at the following addresses:
16+
* info@iptel.org
17+
*
18+
* ser is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU General Public License
24+
* along with this program; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
326
*/
427

28+
529
#include "data_lump.h"
630
#include "dprint.h"
731
#include "mem/mem.h"

data_lump.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,32 @@
22
* $Id$
33
*
44
* adding/removing headers or any other data chunk from a message
5+
*
6+
* Copyright (C) 2001-2003 Fhg Fokus
7+
*
8+
* This file is part of ser, a free SIP server.
9+
*
10+
* ser is free software; you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation; either version 2 of the License, or
13+
* (at your option) any later version
14+
*
15+
* For a license to use the ser software under conditions
16+
* other than those described here, or to purchase support for this
17+
* software, please contact iptel.org by e-mail at the following addresses:
18+
* info@iptel.org
19+
*
20+
* ser is distributed in the hope that it will be useful,
21+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
* GNU General Public License for more details.
24+
*
25+
* You should have received a copy of the GNU General Public License
26+
* along with this program; if not, write to the Free Software
27+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
528
*/
629

30+
731
#ifndef data_lump_h
832
#define data_lump_h
933

data_lump_rpl.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
/*
22
* $Id$
33
*
4+
*
5+
* Copyright (C) 2001-2003 Fhg Fokus
6+
*
7+
* This file is part of ser, a free SIP server.
8+
*
9+
* ser is free software; you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation; either version 2 of the License, or
12+
* (at your option) any later version
13+
*
14+
* For a license to use the ser software under conditions
15+
* other than those described here, or to purchase support for this
16+
* software, please contact iptel.org by e-mail at the following addresses:
17+
* info@iptel.org
18+
*
19+
* ser is distributed in the hope that it will be useful,
20+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
* GNU General Public License for more details.
23+
*
24+
* You should have received a copy of the GNU General Public License
25+
* along with this program; if not, write to the Free Software
26+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
427
*/
528

29+
630
#include <string.h>
731
#include "dprint.h"
832
#include "mem/mem.h"

data_lump_rpl.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
/*
22
* $Id$
33
*
4+
*
5+
* Copyright (C) 2001-2003 Fhg Fokus
6+
*
7+
* This file is part of ser, a free SIP server.
8+
*
9+
* ser is free software; you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation; either version 2 of the License, or
12+
* (at your option) any later version
13+
*
14+
* For a license to use the ser software under conditions
15+
* other than those described here, or to purchase support for this
16+
* software, please contact iptel.org by e-mail at the following addresses:
17+
* info@iptel.org
18+
*
19+
* ser is distributed in the hope that it will be useful,
20+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
* GNU General Public License for more details.
23+
*
24+
* You should have received a copy of the GNU General Public License
25+
* along with this program; if not, write to the Free Software
26+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
427
*/
528

29+
630
#ifndef data_lump_rpl_h
731
#define data_lump_rpl_h
832

db/db.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
/*
22
* $Id$
3+
*
4+
* Copyright (C) 2001-2003 Fhg Fokus
5+
*
6+
* This file is part of ser, a free SIP server.
7+
*
8+
* ser is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version
12+
*
13+
* For a license to use the ser software under conditions
14+
* other than those described here, or to purchase support for this
15+
* software, please contact iptel.org by e-mail at the following addresses:
16+
* info@iptel.org
17+
*
18+
* ser is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU General Public License
24+
* along with this program; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
326
*/
427

28+
529
#include "db.h"
630
#include "../sr_module.h"
731

db/db.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
/*
22
* $Id$
3+
*
4+
* Copyright (C) 2001-2003 Fhg Fokus
5+
*
6+
* This file is part of ser, a free SIP server.
7+
*
8+
* ser is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version
12+
*
13+
* For a license to use the ser software under conditions
14+
* other than those described here, or to purchase support for this
15+
* software, please contact iptel.org by e-mail at the following addresses:
16+
* info@iptel.org
17+
*
18+
* ser is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
* GNU General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU General Public License
24+
* along with this program; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
326
*/
427

28+
529
#ifndef DB_H
630
#define DB_H
731

0 commit comments

Comments
 (0)