Skip to content

Commit 614e65a

Browse files
committed
Merge branch 'develop' into feature/cbc-w3c-padding
2 parents 2727002 + 02dc765 commit 614e65a

File tree

463 files changed

+134147
-134224
lines changed

Some content is hidden

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

463 files changed

+134147
-134224
lines changed

platform/android/lcp/src/main/jni/Acquisition.cpp

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 15/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#if ENABLE_NET_PROVIDER_ACQUISITION
628

platform/android/lcp/src/main/jni/Acquisition.h

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 15/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#ifndef LCP_ANDROID_ACQUISITION_H
628
#define LCP_ANDROID_ACQUISITION_H

platform/android/lcp/src/main/jni/AcquisitionCallback.cpp

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 15/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
26+
427

528
#if ENABLE_NET_PROVIDER_ACQUISITION
629

platform/android/lcp/src/main/jni/AcquisitionCallback.h

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 15/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#ifndef LCP_ANDROID_ACQUISITION_CALLBACK_H
628
#define LCP_ANDROID_ACQUISITION_CALLBACK_H

platform/android/lcp/src/main/jni/CredentialHandler.cpp

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 31/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#include "CredentialHandler.h"
628
#include "Util.h"

platform/android/lcp/src/main/jni/CredentialHandler.h

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 31/03/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#ifndef LCP_ANDROID_CREDENTIAL_HANDLER_H
628
#define LCP_ANDROID_CREDENTIAL_HANDLER_H

platform/android/lcp/src/main/jni/License.cpp

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 05/02/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#include "License.h"
628
#include <public/LcpStatus.h>

platform/android/lcp/src/main/jni/License.h

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 05/02/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#ifndef LCP_ANDROID_LICENSE_H
628
#define LCP_ANDROID_LICENSE_H

platform/android/lcp/src/main/jni/NetProvider.cpp

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 29/01/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#if !DISABLE_NET_PROVIDER
628

platform/android/lcp/src/main/jni/NetProvider.h

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 29/01/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#ifndef LCP_ANDROID_NET_PROVIDER_H
628
#define LCP_ANDROID_NET_PROVIDER_H

platform/android/lcp/src/main/jni/Service.cpp

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
// Licensed to the Readium Foundation under one or more contributor license agreements.
12
//
2-
// Created by clebeaupin on 05/02/16.
3+
// Redistribution and use in source and binary forms, with or without modification,
4+
// are permitted provided that the following conditions are met:
35
//
6+
// 1. Redistributions of source code must retain the above copyright notice, this
7+
// list of conditions and the following disclaimer.
8+
// 2. Redistributions in binary form must reproduce the above copyright notice,
9+
// this list of conditions and the following disclaimer in the documentation and/or
10+
// other materials provided with the distribution.
11+
// 3. Neither the name of the organization nor the names of its contributors may be
12+
// used to endorse or promote products derived from this software without specific
13+
// prior written permission
14+
//
15+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19+
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
426

527
#include "Service.h"
628
#include <public/ILicense.h>

0 commit comments

Comments
 (0)