diff --git a/templates/projects/clog-gui/README.md b/templates/projects/clog-gui/README.md index a54a0c0..9aafe48 100644 --- a/templates/projects/clog-gui/README.md +++ b/templates/projects/clog-gui/README.md @@ -1 +1,9 @@ -*New CLOG-GUI project* +# New CLOG-GUI project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here + diff --git a/templates/projects/clog-gui/tmpl.asd.lt b/templates/projects/clog-gui/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog-gui/tmpl.asd.lt +++ b/templates/projects/clog-gui/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0" diff --git a/templates/projects/clog-web/README.md b/templates/projects/clog-web/README.md index a119494..cb67874 100644 --- a/templates/projects/clog-web/README.md +++ b/templates/projects/clog-web/README.md @@ -1 +1,9 @@ -*New CLOG project* +# New CLOG Web project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here + diff --git a/templates/projects/clog-web/tmpl.asd.lt b/templates/projects/clog-web/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog-web/tmpl.asd.lt +++ b/templates/projects/clog-web/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0" diff --git a/templates/projects/clog/README.md b/templates/projects/clog/README.md index a119494..066ff85 100644 --- a/templates/projects/clog/README.md +++ b/templates/projects/clog/README.md @@ -1 +1,8 @@ -*New CLOG project* +# New CLOG project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here diff --git a/templates/projects/clog/tmpl.asd.lt b/templates/projects/clog/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog/tmpl.asd.lt +++ b/templates/projects/clog/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0"