Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#1504 closed New Feature (fixed)

License header review

Reported by: Wiktor Walc Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Confirmed V3ProtoStruct Review+ Cc:

Description

License info in each file takes around 700B.

700B x 30 days x 5000 hits/day x 10 file requests = 1GB/month

I have 6mbit connection so it doesn't affect me that much, but... imho that's just wasting traffic.

Shouldn't we place only a single license.txt file or at least reduce the amount of comments by placing a short link to http://www.fckeditor.net/license ?

Change History (9)

comment:1 Changed 16 years ago by Wiktor Walc

Summary: License too long in each file?License info too long in each file?

comment:2 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: V3ProtoStruct Discussion added
Milestone: CKEditor 3.0
Owner: set to Frederico Caldeira Knabben
Status: newassigned

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
*/

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Summary: License info too long in each file?License header review

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added; Discussion removed

Ok... that's the final version for it:

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

comment:6 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:7 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [2922] and [2923].

comment:8 Changed 15 years ago by Michael Osipov

This is a very good approach. Should I adapt the same heading for FCKeditor.Java 2.5 and up?

comment:9 in reply to:  8 Changed 15 years ago by Frederico Caldeira Knabben

Replying to mosipov:

This is a very good approach. Should I adapt the same heading for FCKeditor.Java 2.5 and up?

We'll have it in the CKEditor integration for Java.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy