Skip to content

Commit 6daf8a5

Browse files
author
Kevin Lefèvre
authored
Merge pull request #43 from klefevre/task/licence
Update LICENCE to 2017
2 parents 5d1cbd5 + ce677dd commit 6daf8a5

50 files changed

Lines changed: 50 additions & 50 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENCE.md

Lines changed: 1 addition & 1 deletion

Postal-iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2016 Snips. All rights reserved.</string>
24+
<string>Copyright © 2017 Snips. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

Postal-iOS/Postal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal-macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2016 Snips. All rights reserved.</string>
24+
<string>Copyright © 2017 Snips. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

Postal-macOS/Postal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal/Address+Parsing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal/CertificateUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal/ContentDisposition+Parsing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

Postal/ContentEncoding+Parsing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2016 Snips
4+
// Copyright (c) 2017 Snips
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)