Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jazzy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# jazzy --config .jazzy.yml
author: "Big Nerd Ranch"
author_url: "https://bignerdranch.github.io"
copyright: "© 2014-2016 [Big Nerd Ranch](//www.bignerdranch.com) under [MIT license](//github.com/bignerdranch/Deferred/blob/master/LICENSE.txt)."
copyright: "© 2014-2018 [Big Nerd Ranch](//www.bignerdranch.com) under [MIT license](//github.com/bignerdranch/Deferred/blob/master/LICENSE.txt)."
custom_categories:
- name: Intuition
children:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 John Gallagher, Zachary Waldowski, and contributors:
Copyright (c) 2014-2018 John Gallagher, Zachary Waldowski, and contributors:

https://github.com/bignerdranch/Deferred/contributors

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Deferred
//
// Created by Zachary Waldowski on 12/7/15.
// Copyright © 2014-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2015-2018 Big Nerd Ranch. Licensed under MIT.
//

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion Sources/Atomics/include/Atomics.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 12/7/15.
// Copyright © 2015-2017 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2015-2018 Big Nerd Ranch. Licensed under MIT.
//

#ifndef __BNR_DEFERRED_ATOMIC_SHIMS__
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by John Gallagher on 8/11/14.
// Copyright © 2014-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2014-2018 Big Nerd Ranch. Licensed under MIT.
//

//! Project version number for Deferred.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred/Deferred.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by John Gallagher on 7/19/14.
// Copyright © 2014-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2014-2018 Big Nerd Ranch. Licensed under MIT.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred/Executor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 3/29/16.
// Copyright © 2014-2016 Big Nerd Ranch. All rights reserved.
// Copyright © 2014-2018 Big Nerd Ranch. All rights reserved.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred/FutureCollections.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 8/29/15.
// Copyright © 2014-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2014-2018 Big Nerd Ranch. Licensed under MIT.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred/FutureEveryMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 10/27/16.
// Copyright © 2016 Big Nerd Ranch. All rights reserved.
// Copyright © 2016-2018 Big Nerd Ranch. All rights reserved.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Deferred/Locking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by John Gallagher on 7/17/14.
// Copyright © 2014-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2014-2018 Big Nerd Ranch. Licensed under MIT.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Task/ExistentialTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 3/28/16.
// Copyright © 2015-2016 Big Nerd Ranch. Licensed under MIT.
// Copyright © 2015-2018 Big Nerd Ranch. Licensed under MIT.
//

import Dispatch
Expand Down
2 changes: 1 addition & 1 deletion Sources/Task/TaskProgress.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Deferred
//
// Created by Zachary Waldowski on 8/19/16.
// Copyright © 2016 Big Nerd Ranch. All rights reserved.
// Copyright © 2016-2018 Big Nerd Ranch. All rights reserved.
//

import Foundation
Expand Down