Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit b471bad

Browse files
committed
Rename mantano into readium
1 parent cb09f68 commit b471bad

File tree

164 files changed

+335
-328
lines changed

Some content is hidden

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

164 files changed

+335
-328
lines changed

LICENSE

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Mantano LCP Client library
1+
readium-lcp-client
2+
==================
23

3-
Created by Artem Brazhnikov, Mickaël Menu.
4-
Copyright © 2015 Mantano. All rights reserved.
5-
Any commercial use is strictly prohibited.
4+
This repository is for the Readium Lightweight Content Protection (LCP) client side implementation work.
5+
6+
Created by Artem Brazhnikov, Mickaël Menu.
67

78

89
## Overview

include/lcp/DefaultFileSystemProvider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __DEFAULT_FILE_SYSTEM_PROVIDER_H__

include/lcp/IAcquistion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_ACQUISITION_H__

include/lcp/IAcquistionCallback.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_ACQUISTION_CALLBACK_H__

include/lcp/ICrypto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_LCP_CRYPTO_H__

include/lcp/IFileSystemProvider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_FILE_SYSTEM_H__

include/lcp/ILcpService.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_LCP_SERVICE_H__

include/lcp/ILicense.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_LCP_LICENSE__

include/lcp/ILinks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Created by Mickaël Menu, Artem Brazhnikov on 11/15.
3-
// Copyright © 2015 Mantano. All rights reserved.
4-
// Any commercial use is strictly prohibited.
3+
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
4+
//
55
//
66

77
#ifndef __I_LCP_LINKS_H__

0 commit comments

Comments
 (0)