Skip to content

Commit

Permalink
[NFC] Minor text fixes to copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 1, 2023
1 parent 3cfb839 commit 231a0a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/graph.cpp
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
6 changes: 3 additions & 3 deletions src/graph.h
Original file line number Diff line number Diff line change
@@ -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 <memory>
#include <string>
Expand Down

0 comments on commit 231a0a5

Please sign in to comment.