Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit cfda822

Browse files
committed
update license
1 parent 4971022 commit cfda822

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 - 2020 SusanDoggie. All rights reserved.
3+
Copyright (c) 2015 - 2022 SusanDoggie. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Package.swift
44
//
55
// The MIT License
6-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
6+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Sources/CFloat16/float16.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// float16.c
33
//
44
// The MIT License
5-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
5+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Sources/CFloat16/include/float16.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// float16.h
33
//
44
// The MIT License
5-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
5+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Sources/Float16/Real.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Real.swift
33
//
44
// The MIT License
5-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
5+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Sources/Float16/float16.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// float16.swift
33
//
44
// The MIT License
5-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
5+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Tests/Float16Tests/Float16Test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Float16Test.swift
33
//
44
// The MIT License
5-
// Copyright (c) 2015 - 2021 Susan Cheng. All rights reserved.
5+
// Copyright (c) 2015 - 2022 Susan Cheng. All rights reserved.
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)