source: trunk/www/index.cfm @ 4889

Revision 4889, 2.4 KB checked in by mattlevine, 2 weeks ago (diff)

Merge branch 'master' of github.com:blueriver/MuraCMS

Line 
1<!--- This file is part of Mura CMS.
2
3Mura CMS is free software: you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by
5the Free Software Foundation, Version 2 of the License.
6
7Mura CMS is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with Mura CMS. If not, see <http://www.gnu.org/licenses/>.
14
15Linking Mura CMS statically or dynamically with other modules constitutes the preparation of a derivative work based on
16Mura CMS. Thus, the terms and conditions of the GNU General Public License version 2 ("GPL") cover the entire combined work.
17
18However, as a special exception, the copyright holders of Mura CMS grant you permission to combine Mura CMS with programs
19or libraries that are released under the GNU Lesser General Public License version 2.1.
20
21In addition, as a special exception, the copyright holders of Mura CMS grant you permission to combine Mura CMS with
22independent software modules (plugins, themes and bundles), and to distribute these plugins, themes and bundles without
23Mura CMS under the license of your choice, provided that you follow these specific guidelines:
24
25Your custom code
26
27• Must not alter any default objects in the Mura CMS database and
28• May not alter the default display of the Mura CMS logo within Mura CMS and
29• Must not alter any files in the following directories.
30
31 /admin/
32 /tasks/
33 /config/
34 /requirements/mura/
35 /Application.cfc
36 /index.cfm
37 /MuraProxy.cfc
38
39You may copy and distribute Mura CMS with a plug-in, theme or bundle that meets the above guidelines as a combined work
40under the terms of GPL for Mura CMS, provided that you include the source code of that other code when and as the GNU GPL
41requires distribution of source code.
42
43For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception for your
44modified version; it is your choice whether to do so, or to make such modified version available under the GNU General Public License
45version 2 without this exception.  You may, if you choose, apply this exception to your own modified versions of Mura CMS.
46---><cfoutput>#application.contentServer.handleRootRequest()#</cfoutput>
Note: See TracBrowser for help on using the repository browser.