0

I need to provide licensing information for each 3rd party script I'm including in a website but I can't seem to find license information for Twitter's @anywhere JSDK script.

I've found the Facebook JSDK license on github, licensed under the Apache License Version 2.0.

So, I've tweeted some Twitter developers and they have not responded, so I figured I'd post the question here.

Also - is this a better topic for meta.stackoverflow.com not entirely sure?

arcain
  • 14,920
  • 6
  • 55
  • 75
potench
  • 3,802
  • 1
  • 28
  • 39
  • I'm voting to close this question as off-topic because this is not about programming but about licensing. – Mark Jun 14 '15 at 07:39
  • You should recommend a better place for it then instead of just closing it – potench Jun 16 '15 at 18:10

1 Answers1

1

Use of the code likely falls under the general Twitter Developer API Terms. Your use of it also falls under the Twitter TOS, as per section 1:

  1. All use of the Twitter API and content, documentation, code, and related materials made available to you on or through Twitter ("Twitter Content") is subject to and must comply with these Rules. As a reminder, you and your Service are subject to the Twitter Terms of Service.
Doug Owings
  • 4,438
  • 1
  • 21
  • 21
  • Thanks I guess I'll just provide a link to their TOS as a resource for "licensing information". – potench Jun 26 '12 at 01:07