diff --git a/src/graph.cpp b/src/graph.cpp index c1d4535..f45d9dc 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -1,8 +1,8 @@ /* -compute-graph-autodiff Copyright (C) 2023 Enrico Guiraud -This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +cpp-graph-autodiff Copyright (C) 2023 Enrico Guiraud +This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it -under certain conditions; type `show c' for details. +under certain conditions: see LICENSE. */ #include "graph.h" diff --git a/src/graph.h b/src/graph.h index 3ef6bde..02135b6 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,8 +1,8 @@ /* -compute-graph-autodiff Copyright (C) 2023 Enrico Guiraud -This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +cpp-graph-autodiff Copyright (C) 2023 Enrico Guiraud +This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it -under certain conditions; type `show c' for details. +under certain conditions: see LICENSE. */ #include #include