Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 06efd16

Browse files
Merge pull request #68 from readium/develop
1.0.4
2 parents 2f18991 + 50ca4a0 commit 06efd16

34 files changed

+252
-293
lines changed

R2Streamer/DataExtension.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// DataExtension.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 7/5/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

R2Streamer/Loggable.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// Loggable.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 3/7/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

R2Streamer/Logger.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// Logger.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 3/8/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

R2Streamer/LoggerStub.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// LoggerStub.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 3/8/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

R2Streamer/R2Streamer.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// R2Streamer.h
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Olivier Körner on 18/01/2017.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
#import <UIKit/UIKit.h>

R2Streamer/StringExtension.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// StringExtension.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 2/27/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation
40.1 KB
Binary file not shown.

Sources/R2Streamer-Bridging-Header.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// R2Streamer-Bridging-Header.h
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Olivier Körner on 21/12/2016.
6-
// Copyright © 2016 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
#ifndef R2Streamer_Bridging_Header_h

Sources/Streams/DataInputStream.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// DataInputStream.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Alexandre Camilleri on 4/14/17.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

Sources/Streams/FileInputStream.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
//
22
// SeekableFileInputStream.swift
3-
// R2Streamer
3+
// r2-streamer-swift
44
//
55
// Created by Olivier Körner on 15/01/2017.
6-
// Copyright © 2017 Readium. All rights reserved.
6+
//
7+
// Copyright 2018 Readium Foundation. All rights reserved.
8+
// Use of this source code is governed by a BSD-style license which is detailed
9+
// in the LICENSE file present in the project repository where this source code is maintained.
710
//
811

912
import Foundation

0 commit comments

Comments
 (0)