Skip to main content
Participant
January 28, 2010
Question

TextLayoutFormatInc.as has a non OSS license?

  • January 28, 2010
  • 1 reply
  • 740 views

The following external include in the TFL open source framework has a non OSS license since it is included in the project which has an umbrella license? http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFormatInc.as

Is this file still covered under the MPL 1.1 license or am I missing something?

In addition, why is that file declared as an external include? Is there a way I could compile this with a build system or should I copy the contents into the file ContainerController which includes it?

Thanks.

This topic has been closed for replies.

1 reply

Participant
January 28, 2010
Participating Frequently
January 28, 2010

Since these files are autogenerated, my guess is that the autogenerating code never got its copyright notice updated. I believe these files are supposed to have the same opensource copyright as the rest of TLF.

Gordon Smith

Adobe Flex SDK Team

Adobe Employee
January 29, 2010

TabStopFormat file header (along with some others that were wrong) has been changed, you will see this shortly if not already. WeakRef.as comes with its own copyright which is in the file header.

- robin