aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-18 07:03:25 +0000
committerFuwn <[email protected]>2022-07-18 07:03:25 +0000
commit467876722c284399646574aaae61edb591441be9 (patch)
tree3725a138e78550de417c0027ef224b6838cd0738
parentfeat(main.rs): add outdated check (diff)
downloadsydney-467876722c284399646574aaae61edb591441be9.tar.xz
sydney-467876722c284399646574aaae61edb591441be9.zip
fix: license template text
-rw-r--r--.license_template2
-rw-r--r--src/app.rs2
-rw-r--r--src/command.rs2
-rw-r--r--src/input.rs2
-rw-r--r--src/main.rs2
-rw-r--r--src/stateful_list.rs2
-rw-r--r--src/ui.rs2
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
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 <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
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 <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