Fluid Infusion

License files should be stored in a separate directory in the final build, rather than within the various subdirectories of js/ and flash/

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 0.3, 0.4beta1, 0.4, 0.5beta1, 0.5, 0.6beta1, 0.6, 0.7, 0.8
  • Fix Version/s: 1.1
  • Component/s: Infrastructure
  • Labels:
    None

Description

At the moment, we copy license files into the js/ directory alongside our minified JavaScript. It would be much kinder to implementors to store these license files in a separate directory.

Issue Links

Activity

Hide
Anastasia Cheetham added a comment -
Right now, the general idea with licensing is "Fluid's license unless otherwise stated" and the otherwise-stating is accomplished by including the other license file in with the other-licensed code.

If we move the licenses away from the code, how should we associated the license with the code? Were you imagining that we'd create a sub-folder called "license"?
Show
Anastasia Cheetham added a comment - Right now, the general idea with licensing is "Fluid's license unless otherwise stated" and the otherwise-stating is accomplished by including the other license file in with the other-licensed code. If we move the licenses away from the code, how should we associated the license with the code? Were you imagining that we'd create a sub-folder called "license"?
Hide
Colin Clark added a comment -
We shouldn't move the licenses away from code in the repository. This separate licenses folder should be created as a product of the build scripts. I think we can punt this issue until 1.1
Show
Colin Clark added a comment - We shouldn't move the licenses away from code in the repository. This separate licenses folder should be created as a product of the build scripts. I think we can punt this issue until 1.1
Hide
Justin Obara added a comment -
Changed the copySourceToBuild target. 1) Moved in the work of copying over the README.txt 2) exclude LICENSE files from being copied over with all other files 3) Copy licenses into a license directory
Show
Justin Obara added a comment - Changed the copySourceToBuild target. 1) Moved in the work of copying over the README.txt 2) exclude LICENSE files from being copied over with all other files 3) Copy licenses into a license directory
Hide
Justin Obara added a comment -
Please review
Show
Justin Obara added a comment - Please review
Hide
Justin Obara added a comment -
a slight bit of refactoring is needed
Show
Justin Obara added a comment - a slight bit of refactoring is needed
Hide
Justin Obara added a comment -
Refactored the copying of the README.txt file, by removing it from a <fileset> and placing it within its own <copy>
Show
Justin Obara added a comment - Refactored the copying of the README.txt file, by removing it from a <fileset> and placing it within its own <copy>
Hide
Michelle D'Souza added a comment -
Closing issues that were fixed in 1.1
Show
Michelle D'Souza added a comment - Closing issues that were fixed in 1.1

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: