Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit f6e2224

Browse files
committed
Fix copyrights in the demo application.
1 parent a2471e2 commit f6e2224

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

Examples/LiveQueryDemo/Message.swift

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
//
2-
// Message.swift
3-
// ParseLiveQuery
4-
//
5-
// Created by Richard Ross III on 10/27/15.
6-
// Copyright © 2015 parse. All rights reserved.
7-
//
1+
/**
2+
* Copyright (c) 2016-present, Parse, LLC.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
89

910
import Foundation
1011
import Parse

Examples/LiveQueryDemo/Room.swift

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
//
2-
// Room.swift
3-
// ParseLiveQuery
4-
//
5-
// Created by Richard Ross III on 10/27/15.
6-
// Copyright © 2015 parse. All rights reserved.
7-
//
1+
/**
2+
* Copyright (c) 2016-present, Parse, LLC.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
89

910
import Foundation
1011
import Parse

Examples/LiveQueryDemo/main.swift

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
//
2-
// main.swift
3-
// ParseLiveQuery
4-
//
5-
// Created by Richard Ross III on 10/22/15.
6-
// Copyright © 2015 parse. All rights reserved.
7-
//
1+
/**
2+
* Copyright (c) 2016-present, Parse, LLC.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
89

910
import Foundation
1011
import Parse

0 commit comments

Comments
 (0)