All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] docs/manual: document ISC license
@ 2017-03-16 11:53 Rahul Bedarkar
  2017-03-16 11:54 ` [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses Rahul Bedarkar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-16 11:53 UTC (permalink / raw)
  To: buildroot

Many packages are provided under ISC license. Document it under License
abbreviations section.

Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 docs/manual/legal-notice.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt
index c9b5211..1e1e2b3 100644
--- a/docs/manual/legal-notice.txt
+++ b/docs/manual/legal-notice.txt
@@ -148,6 +148,9 @@ Buildroot, with the name used in the manifest files:
 * `Apache-2.0`:
   http://apache.org/licenses/LICENSE-2.0.html[
   Apache License, version 2.0];
+* `ISC`:
+  https://opensource.org/licenses/ISC[
+  ISC License];
 
 [[legal-info-buildroot]]
 === Complying with the Buildroot license
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses
  2017-03-16 11:53 [Buildroot] [PATCH 1/3] docs/manual: document ISC license Rahul Bedarkar
@ 2017-03-16 11:54 ` Rahul Bedarkar
  2017-03-16 11:54 ` [Buildroot] [PATCH 3/3] taglib: update homepage link Rahul Bedarkar
  2017-03-16 15:58 ` [Buildroot] [PATCH 1/3] docs/manual: document ISC license Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-16 11:54 UTC (permalink / raw)
  To: buildroot

Many packages are provided under MPL v1.1 and v2.0. Document it under
License abbreviations section.

Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
Note: There appears to be Mozilla Public License Version 1.0 as well. But I can't
find link to web page on mozilla.org site. So it is not documented currently.

 docs/manual/legal-notice.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt
index 1e1e2b3..df82fd2 100644
--- a/docs/manual/legal-notice.txt
+++ b/docs/manual/legal-notice.txt
@@ -151,6 +151,12 @@ Buildroot, with the name used in the manifest files:
 * `ISC`:
   https://opensource.org/licenses/ISC[
   ISC License];
+* `MPLv1.1`:
+  https://www.mozilla.org/en-US/MPL/1.1[
+  Mozilla Public License Version 1.1]
+* `MPLv2.0`:
+  https://www.mozilla.org/en-US/MPL/2.0[
+  Mozilla Public License Version 2.0]
 
 [[legal-info-buildroot]]
 === Complying with the Buildroot license
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 3/3] taglib: update homepage link
  2017-03-16 11:53 [Buildroot] [PATCH 1/3] docs/manual: document ISC license Rahul Bedarkar
  2017-03-16 11:54 ` [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses Rahul Bedarkar
@ 2017-03-16 11:54 ` Rahul Bedarkar
  2017-03-17 23:40   ` Peter Korsgaard
  2017-03-16 15:58 ` [Buildroot] [PATCH 1/3] docs/manual: document ISC license Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-16 11:54 UTC (permalink / raw)
  To: buildroot

Avoid redirect.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/taglib/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/taglib/Config.in b/package/taglib/Config.in
index 6521d48..a95f332 100644
--- a/package/taglib/Config.in
+++ b/package/taglib/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_TAGLIB
 	  and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
 	  Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
 
-	  http://taglib.github.com
+	  http://taglib.org/
 
 if BR2_PACKAGE_TAGLIB
 
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/3] docs/manual: document ISC license
  2017-03-16 11:53 [Buildroot] [PATCH 1/3] docs/manual: document ISC license Rahul Bedarkar
  2017-03-16 11:54 ` [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses Rahul Bedarkar
  2017-03-16 11:54 ` [Buildroot] [PATCH 3/3] taglib: update homepage link Rahul Bedarkar
@ 2017-03-16 15:58 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-16 15:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Rahul" == Rahul Bedarkar <rahul.bedarkar@imgtec.com> writes:

 > Many packages are provided under ISC license. Document it under License
 > abbreviations section.

 > Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
 > Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>

Committed all 3, thanks. I also just noticed that libXv uses ICS.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 3/3] taglib: update homepage link
  2017-03-16 11:54 ` [Buildroot] [PATCH 3/3] taglib: update homepage link Rahul Bedarkar
@ 2017-03-17 23:40   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-17 23:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Rahul" == Rahul Bedarkar <rahul.bedarkar@imgtec.com> writes:

 > Avoid redirect.
 > Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-17 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 11:53 [Buildroot] [PATCH 1/3] docs/manual: document ISC license Rahul Bedarkar
2017-03-16 11:54 ` [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses Rahul Bedarkar
2017-03-16 11:54 ` [Buildroot] [PATCH 3/3] taglib: update homepage link Rahul Bedarkar
2017-03-17 23:40   ` Peter Korsgaard
2017-03-16 15:58 ` [Buildroot] [PATCH 1/3] docs/manual: document ISC license Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.