## Abstract You can't replace the license templates such as "gpl" with your own ones.
## Steps to reproduce 1. `echo "test template" > ~/.config/geany/templates/test` 1. `sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader` 1. (Re-)open Geany 1. File → New (with template) → main.c
## Expected behavior
``` /* * ... * test template */ ```
## Actual behavior
``` /* * ... * {test} */ ```