Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libgsupplicant
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
libgsupplicant
Commits
e751a403
Commit
e751a403
authored
May 13, 2020
by
Slava Monich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[gsupplicant] Unified copyright statements
parent
d4082c6f
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
61 additions
and
61 deletions
+61
-61
include/gsupplicant.h
include/gsupplicant.h
+4
-4
include/gsupplicant_error.h
include/gsupplicant_error.h
+5
-5
include/gsupplicant_types.h
include/gsupplicant_types.h
+5
-5
include/gsupplicant_util.h
include/gsupplicant_util.h
+5
-5
src/gsupplicant_dbus.h
src/gsupplicant_dbus.h
+5
-5
src/gsupplicant_error.c
src/gsupplicant_error.c
+5
-5
src/gsupplicant_log.h
src/gsupplicant_log.h
+5
-5
src/gsupplicant_util.c
src/gsupplicant_util.c
+7
-7
test/common/test_common.h
test/common/test_common.h
+5
-5
test/common/test_main.c
test/common/test_main.c
+5
-5
test/test_util/test_util.c
test/test_util/test_util.c
+5
-5
tools/wpa-tool/wpa-tool.c
tools/wpa-tool/wpa-tool.c
+5
-5
No files found.
include/gsupplicant.h
View file @
e751a403
/*
* Copyright (C) 2015-20
18
Jolla Ltd.
* Copyright (C) 2015-20
18
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Copyright (C) 2015-20
20
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -14,8 +14,8 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the names of the copyright holders nor the names of its
* contributors may be used to endorse or promote products derived
from
* this software without specific prior written permission.
* contributors may be used to endorse or promote products derived
*
from
this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
include/gsupplicant_error.h
View file @
e751a403
/*
* Copyright (C) 2015-20
17
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
include/gsupplicant_types.h
View file @
e751a403
/*
* Copyright (C) 2015-20
17
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
include/gsupplicant_util.h
View file @
e751a403
/*
* Copyright (C) 2017 Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2017
-2020
Jolla Ltd.
* Co
pyright (C) 2017-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
src/gsupplicant_dbus.h
View file @
e751a403
/*
* Copyright (C) 2015-20
18
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
src/gsupplicant_error.c
View file @
e751a403
/*
* Copyright (C) 2015-20
17
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
src/gsupplicant_log.h
View file @
e751a403
/*
* Copyright (C) 2015-20
17
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
src/gsupplicant_util.c
View file @
e751a403
/*
* Copyright (C) 2015-20
17
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
@@ -444,9 +444,9 @@ gsupplicant_variant_new_ayy(
return
g_variant_builder_end
(
&
ayy
);
}
GBytes
*
GBytes
*
gsupplicant_variant_data_as_bytes
(
GVariant
*
value
)
GVariant
*
value
)
{
if
(
value
)
{
#if GLIB_CHECK_VERSION(2,36,0)
...
...
test/common/test_common.h
View file @
e751a403
/*
* Copyright (C) 2016 Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2016
-2020
Jolla Ltd.
* Co
pyright (C) 2016-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of the Jolla Ltd nor the names of its contributor
s
*
may be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of it
s
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
test/common/test_main.c
View file @
e751a403
/*
* Copyright (C) 2017 Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2017
-2020
Jolla Ltd.
* Co
pyright (C) 2017-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
test/test_util/test_util.c
View file @
e751a403
/*
* Copyright (C) 2017 Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2017
-2020
Jolla Ltd.
* Co
pyright (C) 2017-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
tools/wpa-tool/wpa-tool.c
View file @
e751a403
/*
* Copyright (C) 2015-20
18
Jolla Ltd.
* Co
ntact:
Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-20
20
Jolla Ltd.
* Co
pyright (C) 2015-2020
Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
...
...
@@ -13,9 +13,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name
of Jolla Ltd nor the names of its contributors may
*
be used to endorse or promote products derived from this software
* without specific prior written permission.
* 3. Neither the name
s of the copyright holders nor the names of its
*
contributors may be used to endorse or promote products derived
*
from this software
without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
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