Skip to content

Commit 67de8b9

Browse files
committed
Update copyrights
1 parent 4936986 commit 67de8b9

38 files changed

+39
-35
lines changed

build/copyLicensingToOut.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2024 The MathWorks, Inc.
12
const fs = require('fs')
23
const path = require('path')
34

build/makeLicensingOut.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2024 The MathWorks, Inc.
12
const fs = require('fs')
23
const path = require('path')
34

src/licensing/gui/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2020-2022 The MathWorks, Inc. -->
1+
<!-- Copyright 2024 The MathWorks, Inc. -->
22
<!DOCTYPE html>
33
<html lang="en">
44

src/licensing/gui/src/actionCreators/actionCreators.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
import configureMockStore from 'redux-mock-store';
44
import thunk from 'redux-thunk';

src/licensing/gui/src/actionCreators/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
import {
44
SET_OVERLAY_VISIBILITY,

src/licensing/gui/src/actions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
export const SET_OVERLAY_VISIBILITY = 'SET_OVERLAY_VISIBILITY';
44
export const REQUEST_SERVER_STATUS = 'REQUEST_SERVER_STATUS';

src/licensing/gui/src/components/App/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2022 The MathWorks, Inc. */
1+
/* Copyright 2024 The MathWorks, Inc. */
22

33
@import "./3p/css/bootstrap.min.css";
44
@import "./3p/css/site7.min.css";

src/licensing/gui/src/components/App/App.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
import React from 'react';
44
import { render, fireEvent } from '../../test/utils/react-test';

src/licensing/gui/src/components/App/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
import React, { useEffect, useMemo } from 'react';
44
import { useSelector, useDispatch } from 'react-redux';

src/licensing/gui/src/components/EntitlementSelector/EntitlementSelector.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2023 The MathWorks, Inc.
1+
// Copyright 2024 The MathWorks, Inc.
22

33
import React from "react";
44
import EntitlementSelector from "./index";

0 commit comments

Comments
 (0)