Skip to content

Commit 47b4fca

Browse files
committed
Update the copyright notices
1 parent d5fa56e commit 47b4fca

File tree

423 files changed

+1311
-3515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

423 files changed

+1311
-3515
lines changed

.htaccess.default

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
##
22
# Contao Open Source CMS
33
#
4-
# Copyright (c) 2005-2014 Leo Feyer
4+
# Copyright (c) 2005-2015 Leo Feyer
55
#
6-
# @package Core
7-
# @link https://contao.org
8-
# @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
# @license LGPL-3.0+
97
##
108

119
##

assets/contao/css/debug-uncompressed.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @link https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119
#debug * {

assets/contao/css/debug.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/css/form-uncompressed.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @link https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119
/**

assets/contao/css/form.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/css/grid-uncompressed.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @link https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119
/**

assets/contao/css/grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/css/layout-uncompressed.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @link https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119
/**

assets/contao/css/layout.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/css/reset-uncompressed.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @link https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119
/**

assets/contao/css/reset.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/js/core-uncompressed.js

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Core
7-
* @see https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119

1210
/**
13-
* Class AjaxRequest
14-
*
1511
* Provide methods to handle Ajax requests.
16-
* @copyright Leo Feyer 2005-2014
17-
* @author Leo Feyer <https://contao.org>
12+
*
13+
* @author Leo Feyer <https://github.com/leofeyer>
1814
*/
1915
var AjaxRequest =
2016
{
@@ -695,11 +691,9 @@ var AjaxRequest =
695691

696692

697693
/**
698-
* Class Backend
699-
*
700694
* Provide methods to handle back end tasks.
701-
* @copyright Leo Feyer 2005-2014
702-
* @author Leo Feyer <https://contao.org>
695+
*
696+
* @author Leo Feyer <https://github.com/leofeyer>
703697
*/
704698
var Backend =
705699
{
@@ -1989,11 +1983,9 @@ window.addEvent('ajax_change', function() {
19891983

19901984

19911985
/**
1992-
* Class TinyCallback
1993-
*
19941986
* Provide callback functions for TinyMCE.
1995-
* @copyright Leo Feyer 2005-2014
1996-
* @author Leo Feyer <https://contao.org>
1987+
*
1988+
* @author Leo Feyer <https://github.com/leofeyer>
19971989
*/
19981990
var TinyCallback =
19991991
{

assets/contao/js/core.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
1+
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
22
table.sortable thead th { background-image:url("../images/default.gif"); background-repeat:no-repeat; background-position:center right; }
33
table.sortable thead th.headerSortDown { background-image:url("../images/asc.gif"); }
44
table.sortable thead th.headerSortUp { background-image:url("../images/desc.gif"); }

assets/jquery/tablesorter/2.0.5/css/tablesorter.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/mootools/mootao/Mootao-uncompressed.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* Contao Open Source CMS
33
*
4-
* Copyright (c) 2005-2014 Leo Feyer
4+
* Copyright (c) 2005-2015 Leo Feyer
55
*
6-
* @package Mootao
7-
* @see https://contao.org
8-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
6+
* @license LGPL-3.0+
97
*/
108

119

0 commit comments

Comments
 (0)