diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..8e199d52 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright 2015 Realm Inc - All Rights Reserved +Proprietary and Confidential + diff --git a/ReactNative/RealmReact.h b/ReactNative/RealmReact.h index 42b83f6b..8875e8e8 100644 --- a/ReactNative/RealmReact.h +++ b/ReactNative/RealmReact.h @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import #import diff --git a/ReactNative/RealmReact.mm b/ReactNative/RealmReact.mm index 14bd7525..7fe915f5 100644 --- a/ReactNative/RealmReact.mm +++ b/ReactNative/RealmReact.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ extern "C" { #import "RealmReact.h" diff --git a/src/RJSList.cpp b/src/RJSList.cpp index 8a32c285..06fa235e 100644 --- a/src/RJSList.cpp +++ b/src/RJSList.cpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #include "RJSList.hpp" #include "RJSObject.hpp" diff --git a/src/RJSList.hpp b/src/RJSList.hpp index c820d21d..68365fc9 100644 --- a/src/RJSList.hpp +++ b/src/RJSList.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" #import "shared_realm.hpp" diff --git a/src/RJSObject.hpp b/src/RJSObject.hpp index 12ea06b9..bf3ae2cb 100644 --- a/src/RJSObject.hpp +++ b/src/RJSObject.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" diff --git a/src/RJSObject.mm b/src/RJSObject.mm index c6bd1224..b0c9b41a 100644 --- a/src/RJSObject.mm +++ b/src/RJSObject.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" #import "RJSObject.hpp" diff --git a/src/RJSRealm.hpp b/src/RJSRealm.hpp index 0f15bac2..26ead02c 100644 --- a/src/RJSRealm.hpp +++ b/src/RJSRealm.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" #include diff --git a/src/RJSRealm.mm b/src/RJSRealm.mm index 3cfb5b57..6550e718 100644 --- a/src/RJSRealm.mm +++ b/src/RJSRealm.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSRealm.hpp" #import "RJSObject.hpp" diff --git a/src/RJSResults.hpp b/src/RJSResults.hpp index b1ba3b26..fbb839cd 100644 --- a/src/RJSResults.hpp +++ b/src/RJSResults.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" diff --git a/src/RJSResults.mm b/src/RJSResults.mm index cc6447ad..a00d0e84 100644 --- a/src/RJSResults.mm +++ b/src/RJSResults.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSResults.hpp" #import "RJSObject.hpp" diff --git a/src/RJSSchema.hpp b/src/RJSSchema.hpp index f9a2e0bf..9f80483d 100644 --- a/src/RJSSchema.hpp +++ b/src/RJSSchema.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" #import diff --git a/src/RJSSchema.mm b/src/RJSSchema.mm index 50c504cd..1c748c3a 100644 --- a/src/RJSSchema.mm +++ b/src/RJSSchema.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSSchema.hpp" #import "object_store.hpp" diff --git a/src/RJSUtil.hpp b/src/RJSUtil.hpp index 2f3754b8..b4d7a2ea 100644 --- a/src/RJSUtil.hpp +++ b/src/RJSUtil.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #include #include diff --git a/src/RJSUtil.mm b/src/RJSUtil.mm index c64a3f34..85a04515 100644 --- a/src/RJSUtil.mm +++ b/src/RJSUtil.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSUtil.hpp" diff --git a/src/RealmJS.h b/src/RealmJS.h index a6bb8759..83f9e943 100644 --- a/src/RealmJS.h +++ b/src/RealmJS.h @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import diff --git a/src/RealmJS.mm b/src/RealmJS.mm index c87d9969..63dc2806 100644 --- a/src/RealmJS.mm +++ b/src/RealmJS.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RealmJS.h" #import "RJSRealm.hpp" diff --git a/src/RealmRPC.cpp b/src/RealmRPC.cpp index 45ce0782..6d203885 100644 --- a/src/RealmRPC.cpp +++ b/src/RealmRPC.cpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RealmRPC.hpp" diff --git a/src/RealmRPC.hpp b/src/RealmRPC.hpp index a70e5363..3ae47f01 100644 --- a/src/RealmRPC.hpp +++ b/src/RealmRPC.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #pragma once diff --git a/src/object-store/list.cpp b/src/object-store/list.cpp index 89632a09..ff57ef27 100644 --- a/src/object-store/list.cpp +++ b/src/object-store/list.cpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #include "list.hpp" #import diff --git a/src/object-store/list.hpp b/src/object-store/list.hpp index 9165d194..18ef44e7 100644 --- a/src/object-store/list.hpp +++ b/src/object-store/list.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #ifndef REALM_LIST_HPP #define REALM_LIST_HPP diff --git a/src/object-store/object_accessor.hpp b/src/object-store/object_accessor.hpp index cd45e8f7..a1350e3d 100644 --- a/src/object-store/object_accessor.hpp +++ b/src/object-store/object_accessor.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #ifndef REALM_OBJECT_ACCESSOR_HPP #define REALM_OBJECT_ACCESSOR_HPP diff --git a/src/object-store/results.cpp b/src/object-store/results.cpp index e4ad126e..1977e5be 100644 --- a/src/object-store/results.cpp +++ b/src/object-store/results.cpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #include "results.hpp" #import diff --git a/src/object-store/results.hpp b/src/object-store/results.hpp index fcb3e894..fff37124 100644 --- a/src/object-store/results.hpp +++ b/src/object-store/results.hpp @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #ifndef REALM_RESULTS_HPP #define REALM_RESULTS_HPP diff --git a/tests/ArrayTests.js b/tests/ArrayTests.js index 7d8a6477..fc56ad39 100644 --- a/tests/ArrayTests.js +++ b/tests/ArrayTests.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/ObjectTests.js b/tests/ObjectTests.js index e055f95f..baf57276 100644 --- a/tests/ObjectTests.js +++ b/tests/ObjectTests.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/RJSModuleLoader.h b/tests/RJSModuleLoader.h index 5bdac486..680e75d2 100644 --- a/tests/RJSModuleLoader.h +++ b/tests/RJSModuleLoader.h @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import #import diff --git a/tests/RJSModuleLoader.m b/tests/RJSModuleLoader.m index e155fa80..d81fb706 100644 --- a/tests/RJSModuleLoader.m +++ b/tests/RJSModuleLoader.m @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RJSModuleLoader.h" diff --git a/tests/ReactTests/ios/ReactTests/AppDelegate.h b/tests/ReactTests/ios/ReactTests/AppDelegate.h index 05b4865f..b9dfb705 100644 --- a/tests/ReactTests/ios/ReactTests/AppDelegate.h +++ b/tests/ReactTests/ios/ReactTests/AppDelegate.h @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import diff --git a/tests/ReactTests/ios/ReactTests/AppDelegate.m b/tests/ReactTests/ios/ReactTests/AppDelegate.m index b4c5c53a..520edd82 100644 --- a/tests/ReactTests/ios/ReactTests/AppDelegate.m +++ b/tests/ReactTests/ios/ReactTests/AppDelegate.m @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "AppDelegate.h" #import "RCTRootView.h" diff --git a/tests/ReactTests/ios/ReactTestsTests/RealmReactTests.m b/tests/ReactTests/ios/ReactTestsTests/RealmReactTests.m index 434bba66..70524cac 100644 --- a/tests/ReactTests/ios/ReactTestsTests/RealmReactTests.m +++ b/tests/ReactTests/ios/ReactTestsTests/RealmReactTests.m @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RealmJSTests.h" #import "Base/RCTJavaScriptExecutor.h" diff --git a/tests/RealmJSCoreTests.m b/tests/RealmJSCoreTests.m index 11df0a58..bdbbe7b7 100644 --- a/tests/RealmJSCoreTests.m +++ b/tests/RealmJSCoreTests.m @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import "RealmJSTests.h" diff --git a/tests/RealmJSTests.h b/tests/RealmJSTests.h index f9f8fc85..041ce1b4 100644 --- a/tests/RealmJSTests.h +++ b/tests/RealmJSTests.h @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import #import diff --git a/tests/RealmJSTests.mm b/tests/RealmJSTests.mm index 9811af85..7fea54d3 100644 --- a/tests/RealmJSTests.mm +++ b/tests/RealmJSTests.mm @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ #import diff --git a/tests/RealmTests.js b/tests/RealmTests.js index c1986474..5b1b5f45 100644 --- a/tests/RealmTests.js +++ b/tests/RealmTests.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/ResultsTests.js b/tests/ResultsTests.js index b377ffef..3c82ab00 100644 --- a/tests/ResultsTests.js +++ b/tests/ResultsTests.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/asserts.js b/tests/asserts.js index 7f65eea8..80e8ec63 100644 --- a/tests/asserts.js +++ b/tests/asserts.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/base-test.js b/tests/base-test.js index b299e70e..ffe08365 100644 --- a/tests/base-test.js +++ b/tests/base-test.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/index.js b/tests/index.js index 37b7901b..2c1b4b01 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/schemas.js b/tests/schemas.js index 718a1ff4..c9433aea 100644 --- a/tests/schemas.js +++ b/tests/schemas.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict'; diff --git a/tests/util.js b/tests/util.js index 6b1b1bb7..052c63ba 100644 --- a/tests/util.js +++ b/tests/util.js @@ -1,20 +1,6 @@ -//////////////////////////////////////////////////////////////////////////// -// -// Copyright 2015 Realm Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////// +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ 'use strict';