Re: [FFmpeg-devel] [PATCH] Add a license to the LESS file

2014-09-05 Thread Timothy Gu
On Fri, Sep 5, 2014 at 12:10 PM, db0 company db0comp...@gmail.com wrote:
 On Wed, Aug 27, 2014 at 12:55 AM, Timothy Gu timothyg...@gmail.com wrote:
 You should make it clear that only style.less is covered in this
 license, not anything else.

 I added the full license in the header.
 The first patch is for ffmpeg-web, the second one is for ffmpeg.

The first one LGTM. The second one also requires a change in
fateserver, which leads to the question of if it is legal to use MIT
code in an ISC project (fateserver is ISC).

Timothy
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] Add a license to the LESS file

2014-09-05 Thread Timothy Gu
On Fri, Sep 5, 2014 at 12:19 PM, Timothy Gu timothyg...@gmail.com wrote:
 On Fri, Sep 5, 2014 at 12:10 PM, db0 company db0comp...@gmail.com wrote:
 On Wed, Aug 27, 2014 at 12:55 AM, Timothy Gu timothyg...@gmail.com wrote:
 You should make it clear that only style.less is covered in this
 license, not anything else.

 I added the full license in the header.
 The first patch is for ffmpeg-web, the second one is for ffmpeg.

 The first one LGTM. The second one also requires a change in
 fateserver, which leads to the question of if it is legal to use MIT
 code in an ISC project (fateserver is ISC).


Never mind. Both patches are OK.

Timothy
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] Add a license to the LESS file

2014-09-05 Thread Michael Niedermayer
On Fri, Sep 05, 2014 at 12:20:52PM -0700, Timothy Gu wrote:
 On Fri, Sep 5, 2014 at 12:19 PM, Timothy Gu timothyg...@gmail.com wrote:
  On Fri, Sep 5, 2014 at 12:10 PM, db0 company db0comp...@gmail.com wrote:
  On Wed, Aug 27, 2014 at 12:55 AM, Timothy Gu timothyg...@gmail.com wrote:
  You should make it clear that only style.less is covered in this
  license, not anything else.
 
  I added the full license in the header.
  The first patch is for ffmpeg-web, the second one is for ffmpeg.
 
  The first one LGTM. The second one also requires a change in
  fateserver, which leads to the question of if it is legal to use MIT
  code in an ISC project (fateserver is ISC).
 
 
 Never mind. Both patches are OK.

applied

thanks

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] Add a license to the LESS file

2014-08-26 Thread Andreas Cadhalpun

On 26.08.2014 21:38, db0company wrote:

---
  LICENSE.txt |   21 +
  src/less/style.less |6 --
  2 files changed, 25 insertions(+), 2 deletions(-)
  create mode 100644 LICENSE.txt


Thanks.


diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 000..c5983d2
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Barbara Lepage
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/src/less/style.less b/src/less/style.less
index 6a26684..5d6d03d 100644
--- a/src/less/style.less
+++ b/src/less/style.less
@@ -1,5 +1,7 @@
-// Author: db0 (db0comp...@gmail.com, http://db0.fr/)
-
+/*!
+ * Copyright 2014. Barbara Lepage (db0comp...@gmail.com, http://db0.fr/)
+ * Licensed under MIT (https://github.com/FFmpeg/web/blob/master/LICENSE.txt)
+ */
  // * 
//
  // COLORS


A similar notice should be added to src/css_credit to comply with this 
license, when distributing the style.min.css.


Best regards,
Andreas

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] Add a license to the LESS file

2014-08-26 Thread Timothy Gu
On Tue, Aug 26, 2014 at 12:38 PM, db0company db0comp...@gmail.com wrote:
 ---
  LICENSE.txt |   21 +
  src/less/style.less |6 --
  2 files changed, 25 insertions(+), 2 deletions(-)
  create mode 100644 LICENSE.txt

 diff --git a/LICENSE.txt b/LICENSE.txt
 new file mode 100644
 index 000..c5983d2
 --- /dev/null
 +++ b/LICENSE.txt
 @@ -0,0 +1,21 @@

 +The MIT License (MIT)
 +
 +Copyright (c) 2014 Barbara Lepage
 +
 +Permission is hereby granted, free of charge, to any person obtaining a copy
 +of this software and associated documentation files (the Software), to deal
 +in the Software without restriction, including without limitation the rights
 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 +copies of the Software, and to permit persons to whom the Software is
 +furnished to do so, subject to the following conditions:
 +
 +The above copyright notice and this permission notice shall be included in 
 all
 +copies or substantial portions of the Software.
 +
 +THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 +SOFTWARE.

You should make it clear that only style.less is covered in this
license, not anything else.

[...]

Timothy
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel