Skip to content

Commit

Permalink
Merge pull request #23 from pbenes/pb-c-notices
Browse files Browse the repository at this point in the history
fix: add missing copyrights

Reviewed-by: https://github.com/ivanmjartan
  • Loading branch information
gdgate authored Feb 29, 2024
2 parents cd3405d + 8d8fe0b commit 23cca56
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# (C) 2007-2024 GoodData Corporation
node_modules
1 change: 1 addition & 0 deletions _template/website/static/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions _template/website/static/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions js/generateVersionsTable.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
function loadJSON(callback) {
var xobj = new XMLHttpRequest();
xobj.overrideMimeType('application/json');
Expand Down
1 change: 1 addition & 0 deletions v8.10.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v8.10.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions v8.11.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v8.11.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions v8.12.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v8.12.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions v9.5.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v9.5.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions v9.6.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v9.6.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions v9.7.0/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions v9.7.0/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down
1 change: 1 addition & 0 deletions vNext/js/parallax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var splash = document.getElementById("splash-parallax"),
layers = splash.childNodes,
Expand Down
1 change: 1 addition & 0 deletions vNext/js/toggleNav.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// (C) 2007-2024 GoodData Corporation
document.addEventListener("DOMContentLoaded", function () {
var navToggler = document.getElementById("navToggler");

Expand Down

0 comments on commit 23cca56

Please sign in to comment.