Skip to content

Commit 604008b

Browse files
committed
Adapt license header of added files
1 parent 111830d commit 604008b

File tree

8 files changed

+40
-24
lines changed

8 files changed

+40
-24
lines changed

eslint-plugin/lib/rules/avoid-css-animations.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
/** @type {import('eslint').Rule.RuleModule} */

eslint-plugin/lib/rules/limit-db-query-results.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
/** @type {import('eslint').Rule.RuleModule} */

eslint-plugin/lib/rules/no-empty-image-src-attribute.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
/** @type {import('eslint').Rule.RuleModule} */

eslint-plugin/lib/rules/provide-print-css.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
/** @type {import("eslint").Rule.RuleModule} */

eslint-plugin/tests/lib/rules/avoid-css-animations.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
//------------------------------------------------------------------------------

eslint-plugin/tests/lib/rules/limit-db-query-results.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820
//------------------------------------------------------------------------------
1921
// Requirements

eslint-plugin/tests/lib/rules/no-empty-image-src-attribute.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
//------------------------------------------------------------------------------

eslint-plugin/tests/lib/rules/provide-print-css.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/**
2-
* Copyright (C) 2023 Green Code Initiative
1+
/*
2+
* ecoCode JavaScript plugin - Provides rules to reduce the environmental footprint of your JavaScript programs
3+
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
34
*
45
* This program is free software: you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by
@@ -12,8 +13,9 @@
1213
* GNU General Public License for more details.
1314
*
1415
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1617
*/
18+
1719
"use strict";
1820

1921
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)