File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The executable will be built to `build/hq`.
24
24
25
25
Application help text:
26
26
```
27
- hq (html query) - commandline HTML processor © Robin Broda, 2018
27
+ hq (html query) - commandline HTML processor © Mara Robin Broda, 2018
28
28
Usage: build/hq [options] <selector> <mode> [mode argument]
29
29
30
30
Options:
@@ -85,4 +85,4 @@ You get the idea.
85
85
86
86
## License
87
87
88
- This work, written by Robin Broda (coderobe) in 2018, is licensed under the terms of the GNU Affero General Public License v3.0
88
+ This work, written by Mara Robin Broda (coderobe) in 2018, is licensed under the terms of the GNU Affero General Public License v3.0
Original file line number Diff line number Diff line change 16
16
17
17
using namespace std ;
18
18
19
- static const char * helptext = R"( hq (html query) - commandline HTML processor © Robin Broda, 2018
19
+ static const char * helptext = R"( hq (html query) - commandline HTML processor © Mara Robin Broda, 2018
20
20
Usage: %s [options] <selector> <mode> [mode argument]
21
21
22
22
Options:
You can’t perform that action at this time.
0 commit comments