<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Licensing info in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271075#M224205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a legal query about using Alfresco inside a Commercial Solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have an already developed Commercial Solution, we were considering using Alfresco for one of our modules for Document management, in embedded Deployment mode, i.e. we will have our own User interface, and we will use Alfresco at back end to manage documents (We will be using Alfresco's DM only, at this point of time).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will integrate Alfresco using Alfresco Java Foundation API i.e. Spring Beans. — Till this point I know its possible, and we don't have to pay for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now comes my actual query, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Alfresco's Permission Model is somewhat different than ours (its basically any allow allows OR any deny denies), but in our already existing Commercial Solution we have precedence to Users then Roles and then Groups. So if I extend Alfresco's PermissionSeviceImpl class (without recompiling any Alfresco's jar/classes), my new permissionseveice class will reside in a separate jar and will be loaded as library jar, and in Alfresco's context xmls (precisely public-service-security-context.xml) I will make alfresco's default "permissionServiceImpl" bean as abstract =true and my new class's bean declaration will be referred as Permission Implementation class. (I have overridden/changed hasPermission and hasReadPermission methods implementation in my new class). So before I move forward I wanted to confirm if this is fine in legal perspective.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AND &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is any change in any alfresco context xmls&amp;nbsp; or permissionDefinitions.xml or custom model xmls, comes under Alfresco's license violation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it fine ? Do I have to make anything open-source from my code (or may be how did I override the default behavior, that I have to explain)?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only after this we can go forward with Alfresco Usage, So please need your inputs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 06:12:17 GMT</pubDate>
    <dc:creator>pramodkhare</dc:creator>
    <dc:date>2012-10-19T06:12:17Z</dc:date>
    <item>
      <title>Licensing info</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271073#M224203</link>
      <description>Hi, If we include Alfresco community edition in a commercial solution, do we have to pay licenses? Appreciate your help.Regards,SP.</description>
      <pubDate>Thu, 11 Oct 2012 19:12:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271073#M224203</guid>
      <dc:creator>spatil4572</dc:creator>
      <dc:date>2012-10-11T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Licensing info</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271074#M224204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 19:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271074#M224204</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-10-11T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Licensing info</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271075#M224205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a legal query about using Alfresco inside a Commercial Solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have an already developed Commercial Solution, we were considering using Alfresco for one of our modules for Document management, in embedded Deployment mode, i.e. we will have our own User interface, and we will use Alfresco at back end to manage documents (We will be using Alfresco's DM only, at this point of time).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will integrate Alfresco using Alfresco Java Foundation API i.e. Spring Beans. — Till this point I know its possible, and we don't have to pay for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now comes my actual query, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Alfresco's Permission Model is somewhat different than ours (its basically any allow allows OR any deny denies), but in our already existing Commercial Solution we have precedence to Users then Roles and then Groups. So if I extend Alfresco's PermissionSeviceImpl class (without recompiling any Alfresco's jar/classes), my new permissionseveice class will reside in a separate jar and will be loaded as library jar, and in Alfresco's context xmls (precisely public-service-security-context.xml) I will make alfresco's default "permissionServiceImpl" bean as abstract =true and my new class's bean declaration will be referred as Permission Implementation class. (I have overridden/changed hasPermission and hasReadPermission methods implementation in my new class). So before I move forward I wanted to confirm if this is fine in legal perspective.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AND &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is any change in any alfresco context xmls&amp;nbsp; or permissionDefinitions.xml or custom model xmls, comes under Alfresco's license violation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it fine ? Do I have to make anything open-source from my code (or may be how did I override the default behavior, that I have to explain)?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only after this we can go forward with Alfresco Usage, So please need your inputs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 06:12:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271075#M224205</guid>
      <dc:creator>pramodkhare</dc:creator>
      <dc:date>2012-10-19T06:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Licensing info</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271076#M224206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think it's fine.&amp;nbsp;&amp;nbsp; But I'm not a lawyer!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand it you can chop and change as you want.&amp;nbsp;&amp;nbsp;&amp;nbsp; What you can't do is distribute and sell the community version.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you read the license and or contact Alfresco directly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:50:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271076#M224206</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-10-19T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Licensing info</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271077#M224207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks mrogers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will not be not charging for this Document Management Module (which we will build on Alfresco), which we will put into our Commercial Product.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But for other modules we will charge. and we will be clearly specifying the use of open source Alfresco Community Edition usage for DM into our License Document.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 10:42:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/licensing-info/m-p/271077#M224207</guid>
      <dc:creator>pramodkhare</dc:creator>
      <dc:date>2012-10-19T10:42:07Z</dc:date>
    </item>
  </channel>
</rss>

