Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
b69e5365
Commit
b69e5365
authored
Sep 23, 2014
by
Simon Morlat
Browse files
fix license headers (some were gplv3 while it should be gplv2)
parent
5d8f74f0
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
34 deletions
+16
-34
include/belle-sip/bodyhandler.h
include/belle-sip/bodyhandler.h
+1
-1
include/belle-sip/generic-uri.h
include/belle-sip/generic-uri.h
+1
-1
include/belle-sip/http-listener.h
include/belle-sip/http-listener.h
+1
-1
include/belle-sip/http-message.h
include/belle-sip/http-message.h
+1
-1
include/belle-sip/http-provider.h
include/belle-sip/http-provider.h
+1
-1
include/belle-sip/sip-uri.h
include/belle-sip/sip-uri.h
+0
-18
include/belle-sip/types.h
include/belle-sip/types.h
+1
-1
src/bodyhandler.c
src/bodyhandler.c
+1
-1
src/generic-uri.c
src/generic-uri.c
+1
-1
src/grammars/belle_sip_message.g
src/grammars/belle_sip_message.g
+1
-1
src/http-listener.c
src/http-listener.c
+1
-1
src/http-message.c
src/http-message.c
+1
-1
src/http-provider.c
src/http-provider.c
+2
-2
src/parserutils.h
src/parserutils.h
+1
-1
tester/belle_generic_uri_tester.c
tester/belle_generic_uri_tester.c
+1
-1
tester/belle_http_tester.c
tester/belle_http_tester.c
+1
-1
No files found.
include/belle-sip/bodyhandler.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
include/belle-sip/generic-uri.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
include/belle-sip/http-listener.h
View file @
b69e5365
...
...
@@ -5,7 +5,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
include/belle-sip/http-message.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
include/belle-sip/http-provider.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
include/belle-sip/sip-uri.h
View file @
b69e5365
...
...
@@ -16,24 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
belle-sip - SIP (RFC3261) library.
Copyright (C) 2013 Belledonne Communications SARL, Grenoble, France
This program 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.
This program 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef BELLE_SIP_URI_H_
#define BELLE_SIP_URI_H_
...
...
include/belle-sip/types.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/bodyhandler.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/generic-uri.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/grammars/belle_sip_message.g
View file @
b69e5365
...
...
@@ -57,7 +57,7 @@ options {
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/http-listener.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/http-message.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/http-provider.c
View file @
b69e5365
/*
belle-sip - SIP (RFC3261) library.
Copyright (C) 201
0
Belledonne Communications SARL
Copyright (C) 201
3
Belledonne Communications SARL
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
src/parserutils.h
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
tester/belle_generic_uri_tester.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
tester/belle_http_tester.c
View file @
b69e5365
...
...
@@ -4,7 +4,7 @@
This program 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
the Free Software Foundation, either version
2
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment