diff options
| author | Fuwn <[email protected]> | 2022-07-18 07:03:25 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-18 07:03:25 +0000 |
| commit | 467876722c284399646574aaae61edb591441be9 (patch) | |
| tree | 3725a138e78550de417c0027ef224b6838cd0738 | |
| parent | feat(main.rs): add outdated check (diff) | |
| download | sydney-467876722c284399646574aaae61edb591441be9.tar.xz sydney-467876722c284399646574aaae61edb591441be9.zip | |
fix: license template text
| -rw-r--r-- | .license_template | 2 | ||||
| -rw-r--r-- | src/app.rs | 2 | ||||
| -rw-r--r-- | src/command.rs | 2 | ||||
| -rw-r--r-- | src/input.rs | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 | ||||
| -rw-r--r-- | src/stateful_list.rs | 2 | ||||
| -rw-r--r-- | 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 <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 @@ -1,4 +1,4 @@ -// This file is part of Germ <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 @@ -1,4 +1,4 @@ -// This file is part of Germ <https://github.com/gemrest/sydney>. +// This file is part of Sydney <https://github.com/gemrest/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 |