diff --git a/LICENSE.txt b/LICENSE.txt index 536d1f7..fffd938 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ This style guide is available under the MIT license: -Copyright (c) 2016-2022 Razeware LLC +Copyright (c) 2016-2023 Kodeco Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.markdown b/README.markdown index 7b9a146..f1c133b 100644 --- a/README.markdown +++ b/README.markdown @@ -62,7 +62,7 @@ Strive to make your code compile without warnings. This rule informs many style ## Using SwiftLint -When writing for raywenderlich.com, you are strongly encouraged — and some teams may require — to use our SwiftLint configuration. See the [SwiftLint Policy](SWIFTLINT.markdown) for more information. +When writing for Kodeco, you are strongly encouraged — and some teams may require — to use our SwiftLint configuration. See the [SwiftLint Policy](SWIFTLINT.markdown) for more information. ## Naming @@ -1089,7 +1089,7 @@ Likewise, do not use Xcode's ability to drag a color or an image into a source s ## Organization and Bundle Identifier -Where an Xcode project is involved, the organization should be set to `Ray Wenderlich` and the Bundle Identifier set to `com.raywenderlich.TutorialName` where `TutorialName` is the name of the tutorial project. +Where an Xcode project is involved, the organization should be set to `Your Company` and the Bundle Identifier set to `com.yourcompany.TutorialName` where `TutorialName` is the name of the tutorial project. ![Xcode Project settings](screens/project_settings.png) @@ -1099,7 +1099,7 @@ The following copyright statement should be included at the top of every source file: ```swift -/// Copyright (c) 2022 Kodeco +/// Copyright (c) 2023 Kodeco Inc. /// /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentation files (the "Software"), to deal