diff --git a/JSONExport/FileRepresenter.swift b/JSONExport/FileRepresenter.swift index 96d286f..b26a80e 100755 --- a/JSONExport/FileRepresenter.swift +++ b/JSONExport/FileRepresenter.swift @@ -189,7 +189,7 @@ class FileRepresenter{ fileContent += ". All rights reserved.\n" } - // fileContent += "//\tModel file generated using JSONExport: https://github.com/Ahmed-Ali/JSONExport" + fileContent += "//\tModel file generated using JSONExport: https://github.com/Ahmed-Ali/JSONExport" if let langAuthor = lang.author{ fileContent += "\n\n//\tThe \"\(lang.displayLangName!)\" support has been made available by \(langAuthor.name!)"