From cd89dcb1e0ed0f113cf6336a7336e2d2fc2ebdf8 Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Thu, 20 Jan 2022 15:42:29 -0800 Subject: [PATCH] Fix license field in package.json & update license headers --- AUTHORS | 8 ++++++++ app.yaml | 2 +- app/css/icons.css | 2 +- app/css/style.css | 2 +- app/ts/app.ts | 2 +- app/ts/baseCtrl.ts | 2 +- app/ts/canvasDirectives.ts | 2 +- app/ts/filters.ts | 2 +- app/ts/gapi.ts | 2 +- app/ts/groupCtrl.ts | 2 +- app/ts/projectListService.ts | 2 +- app/ts/sidebarCtrl.ts | 2 +- app/ts/specCtrl.ts | 2 +- app/ts/specDirectives.ts | 2 +- app/ts/specResource.ts | 2 +- app/ts/specTabCtrl.ts | 2 +- app/ts/storageService.ts | 2 +- app/ts/userCtrl.ts | 2 +- cron.yaml | 2 +- index.yaml | 2 +- main.py | 2 +- models.py | 2 +- package.json | 4 ++-- 23 files changed, 31 insertions(+), 23 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..6209ac0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +# This is the list of Direct authors for copyright purposes. +# +# This does not necessarily list everyone who has contributed code, since in +# some cases, their employer may be the copyright holder. To see the full list +# of contributors, see the revision history with git log. + +Google LLC +and other contributors diff --git a/app.yaml b/app.yaml index c0031bf..e9199f5 100755 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2015 - present The Direct Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/app/css/icons.css b/app/css/icons.css index db1112a..34b639f 100755 --- a/app/css/icons.css +++ b/app/css/icons.css @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2015 - present The Direct Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/css/style.css b/app/css/style.css index 9c71a3d..eaa9b81 100755 --- a/app/css/style.css +++ b/app/css/style.css @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2015 - present The Direct Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/ts/app.ts b/app/ts/app.ts index b38479b..b81831b 100755 --- a/app/ts/app.ts +++ b/app/ts/app.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/baseCtrl.ts b/app/ts/baseCtrl.ts index 4926985..78447d1 100755 --- a/app/ts/baseCtrl.ts +++ b/app/ts/baseCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/canvasDirectives.ts b/app/ts/canvasDirectives.ts index 953f585..f46466a 100755 --- a/app/ts/canvasDirectives.ts +++ b/app/ts/canvasDirectives.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/filters.ts b/app/ts/filters.ts index 502f642..7c4b3e5 100755 --- a/app/ts/filters.ts +++ b/app/ts/filters.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/gapi.ts b/app/ts/gapi.ts index d2fb090..15be7f4 100644 --- a/app/ts/gapi.ts +++ b/app/ts/gapi.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/groupCtrl.ts b/app/ts/groupCtrl.ts index dacb9af..a8ac666 100755 --- a/app/ts/groupCtrl.ts +++ b/app/ts/groupCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/projectListService.ts b/app/ts/projectListService.ts index 17dbc78..295a040 100644 --- a/app/ts/projectListService.ts +++ b/app/ts/projectListService.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/sidebarCtrl.ts b/app/ts/sidebarCtrl.ts index 3f53676..5ff8fc0 100755 --- a/app/ts/sidebarCtrl.ts +++ b/app/ts/sidebarCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/specCtrl.ts b/app/ts/specCtrl.ts index 05b7264..0046a32 100755 --- a/app/ts/specCtrl.ts +++ b/app/ts/specCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/specDirectives.ts b/app/ts/specDirectives.ts index bdf57f5..99c5b3f 100644 --- a/app/ts/specDirectives.ts +++ b/app/ts/specDirectives.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/specResource.ts b/app/ts/specResource.ts index 9dba87e..a81ae97 100755 --- a/app/ts/specResource.ts +++ b/app/ts/specResource.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/specTabCtrl.ts b/app/ts/specTabCtrl.ts index 276324d..d72e4e1 100755 --- a/app/ts/specTabCtrl.ts +++ b/app/ts/specTabCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/storageService.ts b/app/ts/storageService.ts index 54e9a09..430eece 100644 --- a/app/ts/storageService.ts +++ b/app/ts/storageService.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/app/ts/userCtrl.ts b/app/ts/userCtrl.ts index 430e9ad..bb42d15 100755 --- a/app/ts/userCtrl.ts +++ b/app/ts/userCtrl.ts @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2015 - present The Direct Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. diff --git a/cron.yaml b/cron.yaml index 9377cea..266a5bd 100755 --- a/cron.yaml +++ b/cron.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2015 - present The Direct Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/index.yaml b/index.yaml index f896741..086c0f9 100755 --- a/index.yaml +++ b/index.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2015 - present The Direct Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/main.py b/main.py index 65a7910..3643007 100755 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2018 Google Inc. +# Copyright 2015 - present The Direct Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/models.py b/models.py index bb12058..3b36c0c 100755 --- a/models.py +++ b/models.py @@ -1,5 +1,5 @@ # -# Copyright 2018 Google Inc. +# Copyright 2015 - present The Direct Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index fefdec8..2a0bbe3 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "url": "git+https://github.com/material-motion/direct.git" }, "keywords": [], - "author": "", - "license": "ISC", + "author": "The Direct Authors (see AUTHORS)", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/material-motion/direct/issues" },