From 9bb05ef91ae99d455db708ce6cddddf6eb732971 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 18 Jul 2022 00:03:25 -0700 Subject: [PATCH] fix: license template text --- .license_template | 2 +- src/app.rs | 2 +- src/command.rs | 2 +- src/input.rs | 2 +- src/main.rs | 2 +- src/stateful_list.rs | 2 +- src/ui.rs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.license_template b/.license_template index e30635e..b934115 100644 --- a/.license_template +++ b/.license_template @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app.rs b/src/app.rs index c55ca33..6e3b7fd 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/command.rs b/src/command.rs index 7a53bf7..7ca5dd7 100644 --- a/src/command.rs +++ b/src/command.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/input.rs b/src/input.rs index 6d8a172..3a44018 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/main.rs b/src/main.rs index d04b84a..507c790 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/stateful_list.rs b/src/stateful_list.rs index 50c71cc..f7ec279 100644 --- a/src/stateful_list.rs +++ b/src/stateful_list.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ui.rs b/src/ui.rs index 44c7a04..981704a 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -1,4 +1,4 @@ -// This file is part of Germ . +// This file is part of Sydney . // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by