{"id":78,"date":"2026-07-08T19:37:02","date_gmt":"2026-07-08T19:37:02","guid":{"rendered":"https:\/\/fynzousa.com\/?page_id=78"},"modified":"2026-07-08T19:40:45","modified_gmt":"2026-07-08T19:40:45","slug":"license","status":"publish","type":"page","link":"https:\/\/fynzousa.com\/es\/license\/","title":{"rendered":"License"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"78\" class=\"elementor elementor-78\">\n\t\t\t\t<div class=\"elementor-element elementor-element-607ed27 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"607ed27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d14742 elementor-widget elementor-widget-html\" data-id=\"3d14742\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\"\/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>License \u2013 Fynzo Templates<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Jost:wght@300;400;500&display=swap\" rel=\"stylesheet\"\/>\r\n  <style>\r\n    :root {\r\n      --cream: #F2EFE9; --cream-2: #E8E4DC; --sand: #C9B99A;\r\n      --mocha: #7C6651; --dark: #1E1A17; --white: #FDFCFA;\r\n      --font-display: 'Cormorant Garamond', Georgia, serif;\r\n      --font-body: 'Jost', sans-serif;\r\n    }\r\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n    body { background: var(--cream); color: var(--dark); font-family: var(--font-body); font-size: 15px; line-height: 1.8; }\r\n    a { color: var(--mocha); }\r\n    nav { background: var(--white); border-bottom: 1px solid var(--cream-2); padding: 1.1rem 2rem; display: flex; justify-content: space-between; align-items: center; }\r\n    .nav-logo { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; letter-spacing: .06em; color: var(--dark); text-decoration: none; }\r\n    .nav-back { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mocha); text-decoration: none; }\r\n    .page-hero { background: var(--dark); color: var(--white); padding: 5rem 2rem 4rem; text-align: center; }\r\n    .page-hero .eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); display: block; margin-bottom: 1rem; }\r\n    .page-hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 300; }\r\n    .page-hero p { color: rgba(255,255,255,.55); margin-top: .75rem; font-size: 14px; }\r\n    .content { max-width: 760px; margin: 0 auto; padding: 5rem 2rem 6rem; }\r\n    .content h2 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; margin: 2.5rem 0 .75rem; padding-bottom: .5rem; border-bottom: 1px solid var(--cream-2); }\r\n    .content h2:first-of-type { margin-top: 0; }\r\n    .content p { color: #444; margin-bottom: 1rem; }\r\n    .content ul { color: #444; padding-left: 1.5rem; margin-bottom: 1rem; }\r\n    .content ul li { margin-bottom: .4rem; }\r\n    .content strong { color: var(--dark); font-weight: 500; }\r\n    .highlight-box { background: var(--white); border: 1px solid var(--cream-2); border-left: 3px solid var(--mocha); padding: 1.5rem 1.75rem; border-radius: 2px; margin: 2rem 0; }\r\n    .highlight-box p { margin: 0; color: #555; font-size: 14px; }\r\n\r\n    \/* Summary cards *\/\r\n    .license-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 2.5rem 0; }\r\n    .license-card { border-radius: 2px; padding: 1.75rem; }\r\n    .license-card.yes { background: #f0f7f0; border: 1px solid #c8e0c8; }\r\n    .license-card.no  { background: #fdf5f5; border: 1px solid #e8cece; }\r\n    .license-card h3 { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }\r\n    .license-card.yes h3 { color: #4a8a4a; }\r\n    .license-card.no h3  { color: #a05050; }\r\n    .license-card ul { list-style: none; padding: 0; margin: 0; color: #444; font-size: 14px; }\r\n    .license-card ul li { padding: .4rem 0; border-bottom: 1px solid rgba(0,0,0,.06); display: flex; gap: .6rem; align-items: flex-start; }\r\n    .license-card ul li:last-child { border-bottom: none; }\r\n    .license-card.yes ul li::before { content: '\u2713'; color: #4a8a4a; font-weight: 600; flex-shrink: 0; }\r\n    .license-card.no ul li::before  { content: '\u2717'; color: #a05050; font-weight: 600; flex-shrink: 0; }\r\n\r\n    \/* Use case table *\/\r\n    .use-table { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: 14px; }\r\n    .use-table th { background: var(--dark); color: var(--white); padding: .75rem 1rem; text-align: left; font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }\r\n    .use-table td { padding: .85rem 1rem; border-bottom: 1px solid var(--cream-2); color: #444; }\r\n    .use-table tr:nth-child(even) td { background: var(--white); }\r\n    .badge { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .2rem .6rem; border-radius: 50px; }\r\n    .badge.allowed { background: #e0f0e0; color: #3a7a3a; }\r\n    .badge.not-allowed { background: #f5e0e0; color: #8a3a3a; }\r\n\r\n    @media (max-width: 600px) { .license-summary { grid-template-columns: 1fr; } }\r\n\r\n    footer { background: var(--dark); color: rgba(255,255,255,.5); text-align: center; padding: 2rem; font-size: 12px; letter-spacing: .08em; }\r\n    footer a { color: var(--sand); }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<nav>\r\n  <a href=\"\/es\/\" class=\"nav-logo\">FYNZO TEMPLATES<\/a>\r\n  <a href=\"\/es\/\" class=\"nav-back\">\u2190 Back to Store<\/a>\r\n<\/nav>\r\n\r\n<div class=\"page-hero\">\r\n  <span class=\"eyebrow\">Legal<\/span>\r\n  <h1>License<\/h1>\r\n  <p>Last updated: July 8, 2026<\/p>\r\n<\/div>\r\n\r\n<div class=\"content\">\r\n\r\n  <div class=\"highlight-box\">\r\n    <p>Every Fynzo Templates product comes with a <strong>Personal Commercial License<\/strong>. This means you can use it freely for personal projects and client work \u2014 but you cannot resell or redistribute the template files themselves.<\/p>\r\n  <\/div>\r\n\r\n  <h2>License Type: Personal Commercial License<\/h2>\r\n  <p>When you purchase a template from Fynzo Templates, you receive a <strong>non-exclusive, non-transferable, royalty-free license<\/strong> to use that template for your own projects and for work you deliver to paying clients.<\/p>\r\n  <p>This license is granted to the individual or business entity that made the purchase. It is not transferable to third parties.<\/p>\r\n\r\n  <h2>At a Glance<\/h2>\r\n\r\n  <div class=\"license-summary\">\r\n    <div class=\"license-card yes\">\r\n      <h3>\u2713 You Can<\/h3>\r\n      <ul>\r\n        <li>Use the template on your own website<\/li>\r\n        <li>Use it on client websites you build<\/li>\r\n        <li>Customize colors, fonts, content, and layout<\/li>\r\n        <li>Add or remove sections freely<\/li>\r\n        <li>Use it for commercial purposes<\/li>\r\n        <li>Use it on unlimited websites<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div class=\"license-card no\">\r\n      <h3>\u2717 You Cannot<\/h3>\r\n      <ul>\r\n        <li>Resell the template files<\/li>\r\n        <li>Redistribute or share the files<\/li>\r\n        <li>Include it in a template bundle for sale<\/li>\r\n        <li>Offer it as a free download<\/li>\r\n        <li>Claim it as your original design<\/li>\r\n        <li>Transfer this license to another person<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <h2>Use Case Reference<\/h2>\r\n  <p>Not sure if your use case is covered? Check the table below:<\/p>\r\n\r\n  <table class=\"use-table\">\r\n    <thead>\r\n      <tr>\r\n        <th>Use Case<\/th>\r\n        <th>Allowed?<\/th>\r\n      <\/tr>\r\n    <\/thead>\r\n    <tbody>\r\n      <tr>\r\n        <td>Build your own business website with the template<\/td>\r\n        <td><span class=\"badge allowed\">Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Build a website for a paying client using the template<\/td>\r\n        <td><span class=\"badge allowed\">Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Customize and rebrand the template completely<\/td>\r\n        <td><span class=\"badge allowed\">Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Use on multiple client projects<\/td>\r\n        <td><span class=\"badge allowed\">Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Use the template on a staging or development environment<\/td>\r\n        <td><span class=\"badge allowed\">Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Sell the template JSON file to someone else<\/td>\r\n        <td><span class=\"badge not-allowed\">Not Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Give the template file to a friend or colleague<\/td>\r\n        <td><span class=\"badge not-allowed\">Not Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Include the template in your own product for sale<\/td>\r\n        <td><span class=\"badge not-allowed\">Not Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Upload the template to a marketplace or sharing site<\/td>\r\n        <td><span class=\"badge not-allowed\">Not Allowed<\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Transfer your license to another person or business<\/td>\r\n        <td><span class=\"badge not-allowed\">Not Allowed<\/span><\/td>\r\n      <\/tr>\r\n    <\/tbody>\r\n  <\/table>\r\n\r\n  <h2>About Demo Images<\/h2>\r\n  <p>Preview images shown on our product listings are for demonstration purposes only. They are <strong>not included<\/strong> in the template download. You are responsible for sourcing and licensing your own images for use in your website. We recommend free sources such as Unsplash, Pexels, or Pixabay, or paid sources like Adobe Stock or Shutterstock.<\/p>\r\n\r\n  <h2>Attribution<\/h2>\r\n  <p>You are not required to credit Fynzo Templates on websites built using our products. However, we appreciate when designers mention us \u2014 it helps us grow and continue creating quality templates.<\/p>\r\n\r\n  <h2>Copyright<\/h2>\r\n  <p>All Fynzo Templates designs, files, documentation, and related assets are protected by copyright law. Unauthorized reproduction, resale, or redistribution of our files is a violation of this license and may result in legal action.<\/p>\r\n  <p>The license granted upon purchase does not transfer any intellectual property rights. Fynzo Templates retains full ownership of all original design work.<\/p>\r\n\r\n  <h2>License Violations<\/h2>\r\n  <p>If you become aware of a violation of this license \u2014 such as someone redistributing our template files without authorization \u2014 please report it to us at <a href=\"mailto:hello@fynzousa.com\">hello@fynzousa.com<\/a>. We take intellectual property protection seriously.<\/p>\r\n\r\n  <h2>Questions About Your License<\/h2>\r\n  <p>If you have a specific use case not covered here, reach out and we'll clarify:<\/p>\r\n  <ul>\r\n    <li>Email: <a href=\"mailto:fynzousa@gmail.com\">hello@fynzousa.com<\/a><\/li>\r\n    <li>Website: <a href=\"https:\/\/fynzousa.com\/es\/\">fynzousa.com<\/a><\/li>\r\n  <\/ul>\r\n\r\n<\/div>\r\n\r\n<footer>\r\n  <p>\u00a9 2026 Fynzo Templates \u00b7 <a href=\"\/es\/privacy-policy\/\">Privacy Policy<\/a> \u00b7 <a href=\"\/es\/terms-of-use\/\">Terms of Use<\/a> \u00b7 <a href=\"\/es\/license\/\">License<\/a><\/p>\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>License \u2013 Fynzo Templates FYNZO TEMPLATES \u2190 Back to Store Legal License Last updated: July 8, 2026 Every Fynzo Templates product comes with a Personal Commercial License. This means you can use it freely for personal projects and client work \u2014 but you cannot resell or redistribute the template files themselves. License Type: Personal Commercial License When you purchase a template from Fynzo Templates, you receive a non-exclusive, non-transferable, royalty-free license to use that template for your own projects and for work you deliver to paying clients. This license is granted to the individual or business entity that made the purchase. It is not transferable to third parties. At a Glance \u2713 You Can Use the template on your own website Use it on client websites you build Customize colors, fonts, content, and layout Add or remove sections freely Use it for commercial purposes Use it on unlimited websites \u2717 You Cannot Resell the template files Redistribute or share the files Include it in a template bundle for sale Offer it as a free download Claim it as your original design Transfer this license to another person Use Case Reference Not sure if your use case is covered? Check the table below: Use Case Allowed? Build your own business website with the template Allowed Build a website for a paying client using the template Allowed Customize and rebrand the template completely Allowed Use on multiple client projects Allowed Use the template on a staging or development environment Allowed Sell the template JSON file to someone else Not Allowed Give the template file to a friend or colleague Not Allowed Include the template in your own product for sale Not Allowed Upload the template to a marketplace or sharing site Not Allowed Transfer your license to another person or business Not Allowed About Demo Images Preview images shown on our product listings are for demonstration purposes only. They are not included in the template download. You are responsible for sourcing and licensing your own images for use in your website. We recommend free sources such as Unsplash, Pexels, or Pixabay, or paid sources like Adobe Stock or Shutterstock. Attribution You are not required to credit Fynzo Templates on websites built using our products. However, we appreciate when designers mention us \u2014 it helps us grow and continue creating quality templates. Copyright All Fynzo Templates designs, files, documentation, and related assets are protected by copyright law. Unauthorized reproduction, resale, or redistribution of our files is a violation of this license and may result in legal action. The license granted upon purchase does not transfer any intellectual property rights. Fynzo Templates retains full ownership of all original design work. License Violations If you become aware of a violation of this license \u2014 such as someone redistributing our template files without authorization \u2014 please report it to us at hello@fynzousa.com. We take intellectual property protection seriously. Questions About Your License If you have a specific use case not covered here, reach out and we&#8217;ll clarify: Email: hello@fynzousa.com Website: fynzousa.com \u00a9 2026 Fynzo Templates \u00b7 Privacy Policy \u00b7 Terms of Use \u00b7 License<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-78","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/pages\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":7,"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/pages\/78\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/pages\/78\/revisions\/86"}],"wp:attachment":[{"href":"https:\/\/fynzousa.com\/es\/wp-json\/wp\/v2\/media?parent=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}