Skip to content

Commit

Permalink
Jazzy config + © date updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Jun 25, 2018
1 parent 64ea41c commit 73ccc9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude:
- "Source/SiestaUI/SiestaUI-ObjC.swift" # ditto
- "Source/Siesta/Support/Ω_Deprecations.swift" # ditto

copyright: '© 2016 [Bust Out Solutions](http://bustoutsolutions.com) under [open source license](https://github.com/bustoutsolutions/siesta/blob/master/LICENSE).'
copyright: '© 2018 [Bust Out Solutions](http://bustoutsolutions.com) under [open source license](https://github.com/bustoutsolutions/siesta/blob/master/LICENSE).'

swift_version: 4.1.2

Expand Down Expand Up @@ -39,6 +39,9 @@ custom_categories:
- RequestError
- Response
- ResponseInfo

- name: Request Customization
children:
- RequestChainAction
- RequestDelegate
- RequestCompletionHandler
Expand All @@ -55,6 +58,10 @@ custom_categories:
- TextResponseTransformer(_:)
- ImageResponseTransformer(_:)

- name: Logging
children:
- SiestaLog

- name: Caching
children:
- EntityCache
Expand All @@ -74,8 +81,3 @@ custom_categories:
- URLSessionProvider
- SessionTaskContainer
- AlamofireProvider

- name: Logging
children:
- LogCategory
- logger
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Bust Out Solutions, Inc. http://bustoutsolutions.com
Copyright (c) 2018 Bust Out Solutions, Inc. http://bustoutsolutions.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Source/Info-macOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Bust Out Solutions, under MIT license</string>
<string>Copyright © 2018 Bust Out Solutions, under MIT license</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 73ccc9c

Please sign in to comment.