瀏覽代碼

Update copyrights and licensing.

Nikita Lutsenko 8 年之前
父節點
當前提交
7c76634061

+ 4 - 3
Configurations/Common.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 #include "Warnings.xcconfig"

+ 4 - 3
Configurations/Platform/iOS.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 SDKROOT = iphoneos

+ 4 - 3
Configurations/Platform/macOS.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 SDKROOT = macosx

+ 4 - 3
Configurations/Platform/tvOS.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 SDKROOT = appletvos

+ 4 - 3
Configurations/Platform/watchOS.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 SDKROOT = watchos

+ 4 - 3
Configurations/Product/Application.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 // Whether to strip out code that isn't called from anywhere

+ 4 - 3
Configurations/Product/DynamicFramework.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 // Dynamic frameworks are backed by dynamic library.

+ 4 - 3
Configurations/Product/LogicTests.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 BUNDLE_LOADER = $(TEST_HOST)

+ 4 - 3
Configurations/Product/StaticFramework.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 // Static frameworks are backed by static libraries

+ 4 - 3
Configurations/Project/Debug.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 #include "../Common.xcconfig"

+ 4 - 3
Configurations/Project/Release.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 #include "../Common.xcconfig"

+ 4 - 3
Configurations/Warnings.xcconfig

@@ -1,10 +1,11 @@
 //
 // Copyright (c) 2015-present, Parse, LLC.
+// Portions Copyright (c) 2017-present, Nikita Lutsenko
+//
 // All rights reserved.
 //
-// This source code is licensed under the BSD-style license found in the
-// LICENSE file in the root directory of this source tree. An additional grant
-// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is licensed under the BSD-style license found
+// in the LICENSE file in the root directory of this source tree.
 //
 
 ENABLE_STRICT_OBJC_MSGSEND = YES

+ 4 - 3
Scripts/xctask/build_framework_task.rb

@@ -1,11 +1,12 @@
 #!/usr/bin/env ruby
 #
 # Copyright (c) 2015-present, Parse, LLC.
+# Portions Copyright (c) 2017-present, Nikita Lutsenko
+#
 # All rights reserved.
 #
-# This source code is licensed under the BSD-style license found in the
-# LICENSE file in the root directory of this source tree. An additional grant
-# of patent rights can be found in the PATENTS file in the same directory.
+# This source code is licensed under the BSD-style license found
+# in the LICENSE file in the root directory of this source tree.
 #
 
 require 'naturally'

+ 4 - 3
Scripts/xctask/build_task.rb

@@ -1,11 +1,12 @@
 #!/usr/bin/env ruby
 #
 # Copyright (c) 2015-present, Parse, LLC.
+# Portions Copyright (c) 2017-present, Nikita Lutsenko
+#
 # All rights reserved.
 #
-# This source code is licensed under the BSD-style license found in the
-# LICENSE file in the root directory of this source tree. An additional grant
-# of patent rights can be found in the PATENTS file in the same directory.
+# This source code is licensed under the BSD-style license found
+# in the LICENSE file in the root directory of this source tree.
 #
 
 module XCTask