Skip to content

Commit

Permalink
correct copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhaddad committed May 19, 2021
1 parent 095edb3 commit d9a35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OPENMUSIC/code/kernel/doc/reference.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
(om-create-directory dir)
(setf *credit-line* (concatenate 'string
"<center><font size=-2>" "Auto doc generation by OpenMusic " *version-string*
" © " (subseq cl-user::*release-date* 0 4) " IRCAM" "</font></center>"))
" &copy " (subseq cl-user::*release-date* 0 4) " IRCAM" "</font></center>"))
(let ((title (or title (concatenate 'string "OM " *version-string*)))
(indexpath (make-pathname :directory (pathname-directory dir)
:name "index" :type "html"))
Expand Down

0 comments on commit d9a35a9

Please sign in to comment.