Skip to content

Commit 38a8dc3

Browse files
committed
Change copyright to 2017
1 parent 4c7c5af commit 38a8dc3

24 files changed

+30
-30
lines changed

src/main/java/com/opentok/Archive.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.
@@ -11,7 +11,7 @@
1111
import com.fasterxml.jackson.databind.ObjectMapper;
1212

1313
/**
14-
* Represents an archive of an OpenTok session.
14+
* Represents an archive of an OpenTok session.
1515
*/
1616
@JsonIgnoreProperties(ignoreUnknown=true)
1717
public class Archive {
@@ -160,7 +160,7 @@ public String getSessionId() {
160160
return sessionId;
161161
}
162162

163-
/**
163+
/**
164164
* The size of the MP4 file. For archives that have not been generated, this value is set to 0.
165165
*/
166166
public int getSize() {
@@ -176,7 +176,7 @@ public Status getStatus() {
176176

177177
/**
178178
* The download URL of the available MP4 file. This is only set for an archive with the status
179-
* set to Status.AVAILABLE; for other archives, (including archives with the status of
179+
* set to Status.AVAILABLE; for other archives, (including archives with the status of
180180
* Status.UPLOADED) this method returns null. The download URL is obfuscated, and the file
181181
* is only available from the URL for 10 minutes. To generate a new URL, call the
182182
* {@link com.opentok.OpenTok#listArchives()} or {@link com.opentok.OpenTok#getArchive(String)}
@@ -201,7 +201,7 @@ public boolean hasAudio() {
201201
}
202202

203203
/**
204-
* The output mode to be generated for this archive: <code>composed</code> or <code>individual</code>.
204+
* The output mode to be generated for this archive: <code>composed</code> or <code>individual</code>.
205205
*/
206206
public OutputMode getOutputMode() {
207207
return outputMode;
@@ -214,7 +214,7 @@ public String toString() {
214214
} catch (Exception e) {
215215
return "";
216216
}
217-
217+
218218
}
219219

220-
}
220+
}

src/main/java/com/opentok/ArchiveList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/ArchiveMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/ArchiveProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/CreatedSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/MediaMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/OpenTok.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/Role.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

src/main/java/com/opentok/SessionProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* OpenTok Java SDK
3-
* Copyright (C) 2016 TokBox, Inc.
3+
* Copyright (C) 2017 TokBox, Inc.
44
* http://www.tokbox.com
55
*
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.

0 commit comments

Comments
 (0)