Changeset 1167

Show
Ignore:
Timestamp:
2007-12-01 18:52:01 (10 months ago)
Author:
fredck
Message:

Updated the files headers with the new template.

Location:
FCKeditor.Net/trunk
Files:
16 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/AssemblyInfo.cs

    r182 r1167  
     1/* 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 */ 
     21 
    122using System.Reflection; 
    223using System.Runtime.CompilerServices; 
  • FCKeditor.Net/trunk/FCKeditorConfigurations.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: FCKeditorConfigurations.cs 
    14  *      Class that holds all editor configurations. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * Class that holds all editor configurations. 
    1822 */ 
    1923 
  • FCKeditor.Net/trunk/FCKeditor.cs

    r1165 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: FCKeditor.cs 
    14  *      This is the FCKeditor Asp.Net control. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * This is the FCKeditor Asp.Net control. 
    1822 */ 
    1923 
  • FCKeditor.Net/trunk/FCKeditorDesigner.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: FCKeditorDesigner.cs 
    14  *      The EditorDesigner class defines the editor visualization at design  
    15  *      time.  
    16  *  
    17  * File Authors: 
    18  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * The EditorDesigner class defines the editor visualization at design  
     22 * time.  
    1923 */ 
    2024 
  • FCKeditor.Net/trunk/FileBrowserConnector.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: FileBrowserConnector.cs 
    14  *      This is the code behind of the connector.aspx page used by the  
    15  *      File Browser. 
    16  *  
    17  * File Authors: 
    18  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * This is the code behind of the connector.aspx page used by the  
     22 * File Browser. 
    1923 */ 
    2024 
  • FCKeditor.Net/trunk/FileWorkerBase.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: FileWorkerBase.cs 
    14  *      Base class used by the FileBrowserConnector and Uploader. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * Base class used by the FileBrowserConnector and Uploader. 
    1822 */ 
    1923 
  • FCKeditor.Net/trunk/FredCK.FCKeditorV2.vs2005.csproj

    r1158 r1167  
    9696  <ItemGroup> 
    9797    <None Include="_assemblykey.snk" /> 
     98    <Content Include="license.txt" /> 
    9899    <Content Include="_documentation.html" /> 
    99     <Content Include="_license.txt" /> 
    100100    <Content Include="_whatsnew.html" /> 
    101101    <Compile Include="AssemblyInfo.cs"> 
  • FCKeditor.Net/trunk/_samples/aspx/1.1/sample01.aspx

    r1164 r1167  
    33<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
    44<%-- 
    5  * FCKeditor - The text editor for internet 
    6  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    7  *  
    8  * Licensed under the terms of the GNU Lesser General Public License: 
    9  *              http://www.opensource.org/licenses/lgpl-license.php 
    10  *  
    11  * For further information visit: 
    12  *              http://www.fckeditor.net/ 
    13  *  
    14  * "Support Open Source software. What about a donation today?" 
    15  *  
    16  * File Name: sample01.aspx 
    17  *      Sample page. 
    18  *  
    19  * File Authors: 
    20  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     5 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     6 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     7 * 
     8 * == BEGIN LICENSE == 
     9 * 
     10 * Licensed under the terms of any of the following licenses at your 
     11 * choice: 
     12 * 
     13 *  - GNU General Public License Version 2 or later (the "GPL") 
     14 *    http://www.gnu.org/licenses/gpl.html 
     15 * 
     16 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     17 *    http://www.gnu.org/licenses/lgpl.html 
     18 * 
     19 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     20 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     21 * 
     22 * == END LICENSE == 
     23 * 
     24 * Sample page. 
    2125--%> 
    2226<script runat="server" language="C#"> 
  • FCKeditor.Net/trunk/_samples/aspx/1.1/sample02.aspx

    r1164 r1167  
    33<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
    44<%-- 
    5  * FCKeditor - The text editor for internet 
    6  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    7  *  
    8  * Licensed under the terms of the GNU Lesser General Public License: 
    9  *              http://www.opensource.org/licenses/lgpl-license.php 
    10  *  
    11  * For further information visit: 
    12  *              http://www.fckeditor.net/ 
    13  *  
    14  * "Support Open Source software. What about a donation today?" 
    15  *  
    16  * File Name: sample02.aspx 
    17  *      Sample page. 
    18  *  
    19  * File Authors: 
    20  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     5 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     6 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     7 * 
     8 * == BEGIN LICENSE == 
     9 * 
     10 * Licensed under the terms of any of the following licenses at your 
     11 * choice: 
     12 * 
     13 *  - GNU General Public License Version 2 or later (the "GPL") 
     14 *    http://www.gnu.org/licenses/gpl.html 
     15 * 
     16 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     17 *    http://www.gnu.org/licenses/lgpl.html 
     18 * 
     19 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     20 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     21 * 
     22 * == END LICENSE == 
     23 * 
     24 * Sample page. 
    2125--%> 
    2226<html> 
  • FCKeditor.Net/trunk/_samples/aspx/1.1/sample03.aspx

    r1164 r1167  
    33<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
    44<%-- 
    5  * FCKeditor - The text editor for internet 
    6  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    7  *  
    8  * Licensed under the terms of the GNU Lesser General Public License: 
    9  *              http://www.opensource.org/licenses/lgpl-license.php 
    10  *  
    11  * For further information visit: 
    12  *              http://www.fckeditor.net/ 
    13  *  
    14  * "Support Open Source software. What about a donation today?" 
    15  *  
    16  * File Name: sample03.aspx 
    17  *      Sample page. 
    18  *  
    19  * File Authors: 
    20  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     5 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     6 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     7 * 
     8 * == BEGIN LICENSE == 
     9 * 
     10 * Licensed under the terms of any of the following licenses at your 
     11 * choice: 
     12 * 
     13 *  - GNU General Public License Version 2 or later (the "GPL") 
     14 *    http://www.gnu.org/licenses/gpl.html 
     15 * 
     16 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     17 *    http://www.gnu.org/licenses/lgpl.html 
     18 * 
     19 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     20 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     21 * 
     22 * == END LICENSE == 
     23 * 
     24 * Sample page. 
    2125--%> 
    2226<html> 
  • FCKeditor.Net/trunk/_samples/aspx/1.1/sampleposteddata.aspx

    r1164 r1167  
    11<%@ Page ValidateRequest="false" Language="C#" AutoEventWireup="false" %> 
    22<%-- 
    3  * FCKeditor - The text editor for internet 
    4  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    5  *  
    6  * Licensed under the terms of the GNU Lesser General Public License: 
    7  *              http://www.opensource.org/licenses/lgpl-license.php 
    8  *  
    9  * For further information visit: 
    10  *              http://www.fckeditor.net/ 
    11  *  
    12  * "Support Open Source software. What about a donation today?" 
    13  *  
    14  * File Name: sampleposteddata.aspx 
    15  *      This page lists the data posted by a form. 
    16  *  
    17  * File Authors: 
    18  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     5 * 
     6 * == BEGIN LICENSE == 
     7 * 
     8 * Licensed under the terms of any of the following licenses at your 
     9 * choice: 
     10 * 
     11 *  - GNU General Public License Version 2 or later (the "GPL") 
     12 *    http://www.gnu.org/licenses/gpl.html 
     13 * 
     14 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     15 *    http://www.gnu.org/licenses/lgpl.html 
     16 * 
     17 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     18 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     19 * 
     20 * == END LICENSE == 
     21 * 
     22 * This page lists the data posted by a form. 
    1923--%> 
    2024<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
  • FCKeditor.Net/trunk/_samples/aspx/2.0/sample01.aspx

    r1164 r1167  
    33<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
    44<%-- 
    5  * FCKeditor - The text editor for internet 
    6  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    7  *  
    8  * Licensed under the terms of the GNU Lesser General Public License: 
    9  *              http://www.opensource.org/licenses/lgpl-license.php 
    10  *  
    11  * For further information visit: 
    12  *              http://www.fckeditor.net/ 
    13  *  
    14  * "Support Open Source software. What about a donation today?" 
    15  *  
    16  * File Name: sample01.aspx 
    17  *      Sample page. 
    18  *  
    19  * File Authors: 
    20  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     5 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     6 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     7 * 
     8 * == BEGIN LICENSE == 
     9 * 
     10 * Licensed under the terms of any of the following licenses at your 
     11 * choice: 
     12 * 
     13 *  - GNU General Public License Version 2 or later (the "GPL") 
     14 *    http://www.gnu.org/licenses/gpl.html 
     15 * 
     16 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     17 *    http://www.gnu.org/licenses/lgpl.html 
     18 * 
     19 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     20 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     21 * 
     22 * == END LICENSE == 
     23 * 
     24 * Sample page. 
    2125--%> 
    2226<script runat="server" language="C#"> 
  • FCKeditor.Net/trunk/_samples/aspx/2.0/sampleposteddata.aspx

    r1164 r1167  
    11<%@ Page ValidateRequest="false" Language="C#" AutoEventWireup="false" %> 
    22<%-- 
    3  * FCKeditor - The text editor for internet 
    4  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    5  *  
    6  * Licensed under the terms of the GNU Lesser General Public License: 
    7  *              http://www.opensource.org/licenses/lgpl-license.php 
    8  *  
    9  * For further information visit: 
    10  *              http://www.fckeditor.net/ 
    11  *  
    12  * "Support Open Source software. What about a donation today?" 
    13  *  
    14  * File Name: sampleposteddata.aspx 
    15  *      This page lists the data posted by a form. 
    16  *  
    17  * File Authors: 
    18  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     5 * 
     6 * == BEGIN LICENSE == 
     7 * 
     8 * Licensed under the terms of any of the following licenses at your 
     9 * choice: 
     10 * 
     11 *  - GNU General Public License Version 2 or later (the "GPL") 
     12 *    http://www.gnu.org/licenses/gpl.html 
     13 * 
     14 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     15 *    http://www.gnu.org/licenses/lgpl.html 
     16 * 
     17 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     18 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     19 * 
     20 * == END LICENSE == 
     21 * 
     22 * This page lists the data posted by a form. 
    1923--%> 
    2024<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
  • FCKeditor.Net/trunk/Uploader.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: Uploader.cs 
    14  *      This is the code behind of the uploader.aspx page used for Quick Uploads. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * This is the code behind of the uploader.aspx page used for Quick Uploads. 
    1822 */ 
    1923 
  • FCKeditor.Net/trunk/Util.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: Util.cs 
    14  *      Useful tools. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * Useful tools. 
    1822 */ 
    1923 
  • FCKeditor.Net/trunk/XmlUtil.cs

    r182 r1167  
    11/* 
    2  * FCKeditor - The text editor for internet 
    3  * Copyright (C) 2003-2005 Frederico Caldeira Knabben 
    4  *  
    5  * Licensed under the terms of the GNU Lesser General Public License: 
    6  *              http://www.opensource.org/licenses/lgpl-license.php 
    7  *  
    8  * For further information visit: 
    9  *              http://www.fckeditor.net/ 
    10  *  
    11  * "Support Open Source software. What about a donation today?" 
    12  *  
    13  * File Name: XmlUtil.cs 
    14  *      Useful tools for XML. 
    15  *  
    16  * File Authors: 
    17  *              Frederico Caldeira Knabben (fredck@fckeditor.net) 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * Useful tools for XML. 
    1822 */ 
    1923