Skip to content

Commit f15f124

Browse files
Update headers
1 parent ebf18e8 commit f15f124

File tree

120 files changed

+2249
-529
lines changed

Some content is hidden

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

120 files changed

+2249
-529
lines changed

Realm.PCL/RealmConfigurationPCL.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

721
using System;

Realm.PCL/RealmListPCL.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

721
using System;

Realm.PCL/RealmObjectPCL.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

721
using System;

Realm.PCL/RealmPCL.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

Realm.PCL/RealmPCLHelpers.cs

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System;
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
19+
using System;
220

321
namespace Realms
422
{

Realm.PCL/RealmResultsPCL.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

721
using System;

Realm.PCL/TransactionPCL.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
/// PROXY VERSION OF CLASS USED IN PCL FOR BAIT AND SWITCH PATTERN
620

Realm.Shared/Attributes.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
using System;
620
using System.Reflection;

Realm.Shared/DateTimeOffsetExtensions.cs

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System;
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
19+
using System;
220
using System.ComponentModel;
321

422
// Implement equivalents of extensions only available in .NET 4.6

Realm.Shared/MarshalHelpers.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
using System;
620
using System.Collections.Generic;
721
using System.Runtime.InteropServices;

Realm.Shared/PreserveAttribute.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
namespace Realms
620
{

Realm.Shared/Realm.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
using System;
620
using System.Collections.Generic;

Realm.Shared/RealmConfiguration.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
using System;
620
using System.IO;

Realm.Shared/RealmList.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
using System;
620
using System.Collections;

Realm.Shared/RealmObject.cs

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
4-
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
18+
519
using System;
620
using System.Collections;
721
using System.Collections.Generic;

Realm.Shared/Transaction.cs

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
/* Copyright 2015 Realm Inc - All Rights Reserved
2-
* Proprietary and Confidential
3-
*/
1+
////////////////////////////////////////////////////////////////////////////
2+
//
3+
// Copyright 2016 Realm Inc.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
////////////////////////////////////////////////////////////////////////////
418

519
using System;
620
using System.Collections.Generic;

0 commit comments

Comments
 (0)