Skip to content

Commit c6d8ed5

Browse files
committed
License year fix 2019
1 parent 9400539 commit c6d8ed5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE

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

3-
Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

examples/example.cpp

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

examples/exampleCalib.cpp

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

examples/exampleInterrupts.cpp

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

examples/exampleQuaternion.cpp

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

src/BNO055ESP32.cpp

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

src/BNO055ESP32.h

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

3-
// Copyright (c) 2018 ShellAddicted <github.com/ShellAddicted>
3+
// Copyright (c) 2019 ShellAddicted <github.com/ShellAddicted>
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

0 commit comments

Comments
 (0)