From cf48b23d4da5553245c191d1e255805de8eb551d Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 15 Oct 2024 11:47:13 -0400 Subject: [PATCH] Update copyright --- Makefile | 2 +- README.md | 2 +- docs/nstrophy_doc.tex | 2 +- src/complex_tools.c | 2 +- src/complex_tools.h | 2 +- src/constants.cpp | 2 +- src/driving.c | 2 +- src/driving.h | 2 +- src/dstring.c | 2 +- src/dstring.h | 2 +- src/init.c | 2 +- src/init.h | 2 +- src/int_tools.c | 2 +- src/int_tools.h | 2 +- src/io.c | 2 +- src/io.h | 2 +- src/lyapunov.c | 2 +- src/lyapunov.h | 2 +- src/main.c | 2 +- src/navier-stokes.c | 2 +- src/navier-stokes.h | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index c2af43e..57b2ff4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ian Jauslin +# Copyright 2017-2024 Ian Jauslin # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 49918a8..98e1b58 100644 --- a/README.md +++ b/README.md @@ -146,4 +146,4 @@ written to the `savefile` is binary. # License Nstrophy is released under the Apache 2.0 license. -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin diff --git a/docs/nstrophy_doc.tex b/docs/nstrophy_doc.tex index f11d5aa..8ac0b90 100644 --- a/docs/nstrophy_doc.tex +++ b/docs/nstrophy_doc.tex @@ -1,4 +1,4 @@ -% Copyright 2017-2023 Ian Jauslin +% Copyright 2017-2024 Ian Jauslin % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the License. diff --git a/src/complex_tools.c b/src/complex_tools.c index 1afbc62..7718252 100644 --- a/src/complex_tools.c +++ b/src/complex_tools.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/complex_tools.h b/src/complex_tools.h index c9802d5..01c9351 100644 --- a/src/complex_tools.h +++ b/src/complex_tools.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/constants.cpp b/src/constants.cpp index 0f07dba..1cf1fd6 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/driving.c b/src/driving.c index d948cda..9a3e5df 100644 --- a/src/driving.c +++ b/src/driving.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/driving.h b/src/driving.h index 75f9a8f..bfb753d 100644 --- a/src/driving.h +++ b/src/driving.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/dstring.c b/src/dstring.c index 59552fc..12203ed 100644 --- a/src/dstring.c +++ b/src/dstring.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/dstring.h b/src/dstring.h index 9d6a84b..f81f4a3 100644 --- a/src/dstring.h +++ b/src/dstring.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/init.c b/src/init.c index bcc5a2d..05283bb 100644 --- a/src/init.c +++ b/src/init.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/init.h b/src/init.h index c1c54ab..dea15a9 100644 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/int_tools.c b/src/int_tools.c index f2f2dcc..6f00b30 100644 --- a/src/int_tools.c +++ b/src/int_tools.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/int_tools.h b/src/int_tools.h index ac1b797..5fdbeca 100644 --- a/src/int_tools.h +++ b/src/int_tools.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/io.c b/src/io.c index 4f11dea..7f5d5ab 100644 --- a/src/io.c +++ b/src/io.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/io.h b/src/io.h index f2cc4b9..ade61f9 100644 --- a/src/io.h +++ b/src/io.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/lyapunov.c b/src/lyapunov.c index 9f95f64..4d1c3aa 100644 --- a/src/lyapunov.c +++ b/src/lyapunov.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/lyapunov.h b/src/lyapunov.h index 8cdc9be..9fbbec8 100644 --- a/src/lyapunov.h +++ b/src/lyapunov.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main.c b/src/main.c index 0795047..6b5079e 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/navier-stokes.c b/src/navier-stokes.c index 7b74a5f..8b68506 100644 --- a/src/navier-stokes.c +++ b/src/navier-stokes.c @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/navier-stokes.h b/src/navier-stokes.h index 8579eb7..8c7e87b 100644 --- a/src/navier-stokes.h +++ b/src/navier-stokes.h @@ -1,5 +1,5 @@ /* -Copyright 2017-2023 Ian Jauslin +Copyright 2017-2024 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.