Skip to content

Commit

Permalink
Update copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Jun 20, 2017
1 parent 388a03c commit 010f202
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,5 +1,5 @@

Copyright (c) 2016 Károly Lőrentey
Copyright (c) 2016-2017 Károly Lőrentey

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 Package.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-12.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion sources/BigDigit.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

internal protocol BigDigit: UnsignedInteger, BitwiseOperations {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigInt.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import SipHash
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Addition.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Bitwise Ops.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt: BitwiseOperations {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Comparison.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Data.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-04.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Division.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Exponentiation.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt GCD.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Hashing.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import SipHash
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Multiplication.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Prime Test.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-04.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

/// The first several [prime numbers][primes].
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Radix Conversion.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt: CustomStringConvertible {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Random.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-04.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Shifts.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Square Root.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

//MARK: Square Root
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt Subtraction.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2016-01-03.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

extension BigUInt {
Expand Down
2 changes: 1 addition & 1 deletion sources/BigUInt.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-26.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

/// An arbitary precision unsigned integer type, also known as a "big integer".
Expand Down
2 changes: 1 addition & 1 deletion sources/Bitwise Hacks.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

/// For all `i` less than 256, `leadingZeroesTable[i]` is the number of leading zero bits in `i`'s 8-bit representation.
Expand Down
2 changes: 1 addition & 1 deletion tests/BigIntTests/BigIntTests.swift
Expand Up @@ -3,7 +3,7 @@
// BigIntTests
//
// Created by Károly Lőrentey on 2015-12-26.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion tests/BigIntTests/BigUIntTests.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion tests/BigIntTests/BitwiseTests.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion tests/BigIntTests/DigitsTests.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-27.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion tests/BigIntTests/ProfileTests.swift
Expand Up @@ -3,7 +3,7 @@
// BigInt
//
// Created by Károly Lőrentey on 2015-12-31.
// Copyright © 2016 Károly Lőrentey.
// Copyright © 2016-2017 Károly Lőrentey.
//

import XCTest
Expand Down

0 comments on commit 010f202

Please sign in to comment.