I made an open-source blog theme(template) based on Hugo's static web page generator.
This is my first step to the open-source world. So I didn't know much about license things. I copied and pasted an MIT license from an other Hugo theme. I didn't notice that there was a column with the owner's name in the MIT license.
After a month, I found that there is a column with the owner's name in the MIT license. So I changed it to my name. Now, I have a problem: The Hugo theme's owner that I copied the license from, come to my GitHub repository and insisted that I have to keep his name on the LICENSE.MD file in my project.
I thought that this is none-sense, because I made this project from scratch. I worked really hard to make this project. I don't want any other person listed on LICENSE.MD file. This link is a full discussion about this with the person.
I don't know what I should do. Please help.
Actually, I referenced some code from his project. I referenced the way of loading the library. No more than that. Something like this.
{{ printf "script defer src=\"%s\" integrity=\"%s\" crossorigin=\"anonymous\" title=\"katex\"></script" $js.katex.url $js.katex.sri | safeHTML }}
I think this is the way of doing something in Hugo. I can edit this part very easily. But the person keeps insisting that I should keep his name in my LICENSE.MD file, and does not point out to me anything about a copied code.
I just removed all the code that I referenced from that person's Hugo theme now.
My template is using Hugo generator; Or:My template is based on a Hugo stock template? – Tim Dec 23 '19 at 09:39hugo new site zzoIt's not true that my theme is based on another template. And the first sentence, I think I selected the wrong word. My theme is using Hugo(static web page generator). not based on Hugo – zzossig Dec 29 '19 at 18:02based onis not what intended to express. I think I didn't notice the subtle differences of theusingandbased on– zzossig Dec 29 '19 at 18:25