#1504: License info too long in each file?
--------------------------+-------------------------------------------------
  Reporter:  wwalc        |       Owner:  fredck                            
      Type:  New Feature  |      Status:  assigned                          
  Priority:  Normal       |   Milestone:  CKEditor 3.0                      
 Component:  General      |     Version:                                    
Resolution:               |    Keywords:  Confirmed V3ProtoStruct Discussion
--------------------------+-------------------------------------------------
Changes (by fredck):

  * keywords:  Confirmed => Confirmed V3ProtoStruct Discussion
  * owner:  => fredck
  * status:  new => assigned
  * milestone:  => CKEditor 3.0


Comment:

 The copyright must definitely be visible in each file. All the rest is
 totally optional, but it is important for end users to have ways to
 clearly identify the license under which the code is distributed when
 including our code in their software.

 Currently, we have the following in the CKEditor prototype branch:

 {{{
 /*
  * CKEditor - The text editor for Internet - http://ckeditor.com
  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
  *
  * == BEGIN LICENSE ==
  *
  * Licensed under the terms of any of the following licenses at your
  * choice:
  *
  *  - GNU General Public License Version 2 or later (the "GPL")
  *    http://www.gnu.org/licenses/gpl.html
  *
  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  *    http://www.gnu.org/licenses/lgpl.html
  *
  *  - Mozilla Public License Version 1.1 or later (the "MPL")
  *    http://www.mozilla.org/MPL/MPL-1.1.html
  *
  * == END LICENSE ==
  */
 }}}

 What about a radical change to the following?

 {{{
 /*
 Copyright (c) 2003-2008, Frederico Caldeira Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1504#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to