diff --git a/list.cpp b/list.cpp index 89632a09..ff57ef27 100644 --- a/list.cpp +++ b/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/list.hpp b/list.hpp index 9165d194..18ef44e7 100644 --- a/list.hpp +++ b/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/object_accessor.hpp b/object_accessor.hpp index cd45e8f7..a1350e3d 100644 --- a/object_accessor.hpp +++ b/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/results.cpp b/results.cpp index e4ad126e..1977e5be 100644 --- a/results.cpp +++ b/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/results.hpp b/results.hpp index fcb3e894..fff37124 100644 --- a/results.hpp +++ b/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