Big Fat Copyright Cleanup
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ Original content in this project is covered under the following license.
|
||||
|
||||
MIT License
|
||||
|
||||
© Robin E. R. Davies
|
||||
© Robin E.R. Davies
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the "Software"),
|
||||
@@ -28,7 +28,7 @@ Tone3000.com, permission has been granted
|
||||
to Robin Davies to distribute these files ONLY with Pipedal.
|
||||
|
||||
- `default_presets/V3 Factory Presets.piBank` (contains compressed versions and bundled version
|
||||
of the protected files).)
|
||||
of the protected files).
|
||||
- The installed file "/etc/pipedal/config/default_presets/presets/V3 Factory Presets.piBank"
|
||||
- Files installed in "/var/pipedal/audio_uploads/NeuralAmpModels/Factory Models"
|
||||
- Files installedcd in "/var/pipedal/audio_uploads/IRs/Factory IRs"
|
||||
|
||||
@@ -17,7 +17,7 @@ using namespace std;
|
||||
static void PrintHelp()
|
||||
{
|
||||
cout << "nm-pipedal-p2p - P2P Manager for NetworkManager network stack." << endl
|
||||
<< "Copyright (c) 2024 Robin E. R. Davies." << endl
|
||||
<< "Copyright (c) Robin E.R. Davies." << endl
|
||||
<< endl
|
||||
<< "Provides P2P connections on LINUX distributions that use NetworkManager." << endl
|
||||
<< endl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -3,7 +3,7 @@ Copyright (c) 2007, 2008 Johannes Berg
|
||||
Copyright (c) 2007 Andy Lutomirski
|
||||
Copyright (c) 2007 Mike Kershaw
|
||||
Copyright (c) 2008 Luis R. Rodriguez
|
||||
Copyright (c) 2024 Robin E. R. Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -3,7 +3,7 @@ Copyright (c) 2007, 2008 Johannes Berg
|
||||
Copyright (c) 2007 Andy Lutomirski
|
||||
Copyright (c) 2007 Mike Kershaw
|
||||
Copyright (c) 2008 Luis R. Rodriguez
|
||||
Copyright (c) 2024 Robin E. R. Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2023 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,3 +1,25 @@
|
||||
/*
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -3,7 +3,7 @@ Copyright (c) 2007, 2008 Johannes Berg
|
||||
Copyright (c) 2007 Andy Lutomirski
|
||||
Copyright (c) 2007 Mike Kershaw
|
||||
Copyright (c) 2008 Luis R. Rodriguez
|
||||
Copyright (c) 2024 Robin Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -3,7 +3,7 @@ Copyright (c) 2007, 2008 Johannes Berg
|
||||
Copyright (c) 2007 Andy Lutomirski
|
||||
Copyright (c) 2007 Mike Kershaw
|
||||
Copyright (c) 2008 Luis R. Rodriguez
|
||||
Copyright (c) 2024 Robin Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in sourcpe and binary forms, with or without
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2023 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
Vendored
+2315
-4559
File diff suppressed because it is too large
Load Diff
Vendored
+58
-11
@@ -8,29 +8,50 @@ check:
|
||||
|
||||
ignore:
|
||||
pattern:
|
||||
- lv2/
|
||||
- src/profilePluginMain.cpp
|
||||
- /.cache/
|
||||
- /react/public/
|
||||
- /vite/public/
|
||||
- /debian/
|
||||
- /source-map/
|
||||
- /build/
|
||||
- /CMakeFiles/
|
||||
- /
|
||||
- /test/
|
||||
- /atob/
|
||||
- react/src/react-app-env.d.ts
|
||||
- react/src/reportWebVitals.ts
|
||||
- react/src/setupTests.ts
|
||||
- vite/src/react-app-env.d.ts
|
||||
- vite/src/reportWebVitals.ts
|
||||
- vite/src/setupTests.ts
|
||||
- /usr/share/perl5/Dpkg/Copyright/Scanner.pm
|
||||
- react/node_modules/glob/
|
||||
- react/node_modules/fs.realpath/
|
||||
- react/node_modules/sax/
|
||||
- react/node_modules/sha.js/
|
||||
- vite/node_modules/glob/
|
||||
- vite/node_modules/fs.realpath/
|
||||
- vite/node_modules/sax/
|
||||
- vite/node_modules/sha.js/
|
||||
- AUTHORS
|
||||
- /debian/copyright/
|
||||
|
||||
- vite/node_modules/typescript/bin
|
||||
- /bin/
|
||||
- /modules/libzip/regress/
|
||||
- NetworkManagerP2P/src/
|
||||
- .editorconfig
|
||||
- .gitmodules
|
||||
- .well-known
|
||||
- /rollup-linux-x64-gnu/rollup.linux-x64-gnu.node
|
||||
- /rollup.
|
||||
- /artifacts/
|
||||
- /img/
|
||||
- /modules/libzip/man/mkdocset.pl
|
||||
- copyrightMain.cpp
|
||||
- copyright
|
||||
|
||||
|
||||
suffixes:
|
||||
- db3
|
||||
- tcl
|
||||
- db
|
||||
- mp3
|
||||
- generic
|
||||
- flac
|
||||
- svgx
|
||||
- rst
|
||||
- jpg
|
||||
- png
|
||||
@@ -41,7 +62,9 @@ ignore:
|
||||
- m4
|
||||
- map
|
||||
- ico
|
||||
- woff
|
||||
- woff2
|
||||
- xml
|
||||
- svg
|
||||
- mjs
|
||||
- d.ts
|
||||
@@ -59,4 +82,28 @@ ignore:
|
||||
- js
|
||||
- tsx
|
||||
- md
|
||||
- yml
|
||||
- yml
|
||||
- ai
|
||||
- svgz
|
||||
- css
|
||||
- ts
|
||||
- tsx
|
||||
- mts
|
||||
- cts
|
||||
- cjs
|
||||
- asc
|
||||
- mdx
|
||||
- jst
|
||||
- html
|
||||
- bak
|
||||
- piBank
|
||||
- test
|
||||
- cmake
|
||||
- bak
|
||||
- xcf
|
||||
- psd
|
||||
- ttl
|
||||
- so
|
||||
- sh
|
||||
- zh
|
||||
- raw
|
||||
|
||||
Vendored
+4792
File diff suppressed because it is too large
Load Diff
Vendored
+9
-219
@@ -1,231 +1,21 @@
|
||||
---
|
||||
/:
|
||||
license: Expat
|
||||
copyright: 2021, Robin E. R. Davies.
|
||||
|
||||
src/react/:
|
||||
license: Expat
|
||||
copyright: 2021, Robin E. R. Davies.
|
||||
|
||||
react/node_modules/webpack/:
|
||||
license: Expat
|
||||
copyright: Tobias Koppers @sokra
|
||||
|
||||
|
||||
react/node_modules/webpack/node_modules/is-number/:
|
||||
license: Expat
|
||||
copyright: Copyright 2014-2018, Jon Schlinkert
|
||||
|
||||
react/node_modules/websocket-driver/:
|
||||
license: Apache-2.0
|
||||
copyright: Copyright 2010-2020 James Coglan
|
||||
|
||||
react/node_modules/whatwg-encoding/:
|
||||
license: Expat
|
||||
copyright: © 2016–2018 Domenic Denicola <d@domenic.me>
|
||||
|
||||
react/node_modules/whatwg-fetch/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2014-2016 GitHub, Inc
|
||||
|
||||
react/node_modules/whatwg-url/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2015–2016 Sebastian Mayr
|
||||
|
||||
react/node_modules/whatwg-mimetype/:
|
||||
license: Expat
|
||||
copyright: Copyright © 2017–2018 Domenic Denicola <d@domenic.me>
|
||||
|
||||
react/node_modules/which-boxed-primitive/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2019 Jordan Harband
|
||||
|
||||
react/node_modules/which-module/:
|
||||
vite/node_modules/entities/*:
|
||||
copyright: Felix Böhm
|
||||
license: ISC
|
||||
copyright: Copyright (c) 2016, Contributors
|
||||
|
||||
react/node_modules/which/:
|
||||
vite/node_modules/parse5/node_modules/entities/*:
|
||||
copyright: Felix Böhm
|
||||
license: ISC
|
||||
copyright: Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
react/node_modules/word-wrap/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2014-2017, Jon Schlinkert
|
||||
|
||||
react/node_modules/workbox-background-sync/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
modules/websocketpp/websocketpp/base64/*:
|
||||
copyright: 2004-2008, René Nyffenegger
|
||||
license: BSD-3-clause
|
||||
|
||||
react/node_modules/workbox-build/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/workbox-window/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018, 2019, Google LLC
|
||||
|
||||
react/node_modules/workbox-cacheable-response/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/workbox-core/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/workbox-google-analytics/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/workbox-navigation-preload/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018, Google LLC
|
||||
|
||||
react/node_modules/workbox-precaching/:
|
||||
license: Expat
|
||||
copyright: 2018, 2019, Google LLC
|
||||
|
||||
react/node_modules/workbox-range-requests/:
|
||||
vite/node_modules/source-map-js/*:
|
||||
copyright: 2009-2011, Mozilla Foundation and contributors
|
||||
license: Expat
|
||||
|
||||
react/node_modules/workbox-routing/*:
|
||||
license: Expat
|
||||
copyright: 2018, 2019, Google LLC
|
||||
|
||||
react/node_modules/workbox-strategies/:
|
||||
license: Expat
|
||||
copyright: 2018, 2019, Google LLC
|
||||
|
||||
react/node_modules/workbox-streams/:
|
||||
license: Expat
|
||||
copyright: 2018, 2019, Google LLC
|
||||
|
||||
react/node_modules/workbox-sw/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/workbox-webpack-plugin/:
|
||||
license: Expat
|
||||
copyright: Copyright 2018 Google LLC
|
||||
|
||||
react/node_modules/worker-farm/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2014 LevelUP contributors
|
||||
|
||||
react/node_modules/worker-rpc/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2016 Christian Speckner <cnspeckn@googlemail.com>
|
||||
|
||||
react/node_modules/wrap-ansi/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
||||
|
||||
react/node_modules/wrappy/:
|
||||
license: ISC
|
||||
copyright: Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
react/node_modules/write-file-atomic/:
|
||||
license: ISC
|
||||
copyright: Copyright (c) 2015, Rebecca Turner
|
||||
|
||||
react/node_modules/ws/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
||||
|
||||
react/node_modules/xml-name-validator/:
|
||||
license: Apache-2.0
|
||||
|
||||
react/node_modules/xmlchars/:
|
||||
license: Expat
|
||||
copyright: Louis-Dominique Dubeau and contributors to xmlchars
|
||||
|
||||
react/node_modules/xtend/:
|
||||
license: Expat
|
||||
copyright: Copyright (c) 2012-2014 Raynos.
|
||||
|
||||
react/node_modules/y18n/:
|
||||
license: ISC
|
||||
copyright: Copyright (c) 2015, Contributors
|
||||
|
||||
react/node_modules/yallist/:
|
||||
license: ISC
|
||||
copyright: Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
react/node_modules/yaml/:
|
||||
license: ISC
|
||||
copyright: Copyright 2018 Eemeli Aro <eemeli@gmail.com>
|
||||
|
||||
react/node_modules/yargs-parser/:
|
||||
license: (Expat)
|
||||
copyright: 2010, James Halliday (mail@substack.net)
|
||||
|
||||
src/Lv2EventBufferWriter.hpp:
|
||||
license: ISC
|
||||
copyright: Copyright 2008-2014 David Robillard <d@drobilla.net>
|
||||
|
||||
react/node_modules/webpack/node_modules/serialize-javascript/:
|
||||
license: BSD-3-clause
|
||||
copyright: 2014, Yahoo! Inc.
|
||||
|
||||
react/node_modules/webpack/node_modules/to-regex-range/:
|
||||
copyright: 2014-2018, Jon Schlinkert
|
||||
license: Expat
|
||||
|
||||
react/node_modules/workbox-build/node_modules/source-map/:
|
||||
copyright: 2009-2011, 2014, Mozilla Foundation and contributors
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/atob/:
|
||||
copyright: 2012-2018, AJ ONeal
|
||||
license: Apache-2.0 or Expat
|
||||
|
||||
react/node_modules/fs.realpath/old.js:
|
||||
copyright: Copyright Joyent, Inc. and other Node contributors.
|
||||
license: Expat
|
||||
|
||||
|
||||
react/node_modules/fs.realpath/:
|
||||
copyright: Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
license: ISC
|
||||
|
||||
react/node_modules/glob/:
|
||||
license: CC-BY-SA-4.0 or ISC
|
||||
|
||||
debian/:
|
||||
skip: 1
|
||||
|
||||
~/src/pipedal/react/node_modules/indefinite-observable/AUTHORS:
|
||||
skip: 1
|
||||
|
||||
react/node_modules/node-notifier/vendor/snoreToast/:
|
||||
license: LGPL-3
|
||||
|
||||
react/node_modules/sockjs-client/AUTHORS:
|
||||
skip: 1
|
||||
|
||||
react/node_modules/terser/bin/:
|
||||
skip: 1
|
||||
|
||||
react/node_modules/unquote/:
|
||||
license: Expat
|
||||
|
||||
react/node_modules/css-select/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/css-what/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/dom-serializer/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/domelementtype/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/domelementtype/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/domelementtype/:
|
||||
license: BSD-2-clause
|
||||
|
||||
react/node_modules/domutils/:
|
||||
license: BSD-2-clause
|
||||
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
# sudo apt install libconfig-model-dpkg-perl
|
||||
|
||||
scan-copyrights ../ > copyright
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright 2021-2024 Robin E. R. Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the "Software"),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright 2021-2023 Robin E. R. Davies
|
||||
Copyright (c) Robin E.R. Davies
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the "Software"),
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2026 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2024 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023-2024 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2024 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2024 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1330,7 +1330,7 @@ static void PrintHelp()
|
||||
PrettyPrinter pp;
|
||||
pp << "pipedalconfig - Command-line post-install configuration for PiPedal"
|
||||
<< "\n"
|
||||
<< "Copyright (c) 2022-2024 Robin E. R. Davies."
|
||||
<< "Copyright (c) Robin E.R. Davies."
|
||||
<< "\n"
|
||||
<< "\n"
|
||||
<< "See https://rerdavies.github.io/pipedal/Documentation.html for "
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2024 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
@@ -21,7 +21,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2024 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2026 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
* All rights reserved.
|
||||
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
// Copyright (c) Gabriel Hernandez
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2023 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2025 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2025 Robin E. R. Davies
|
||||
// Copyright (c) Robin E.R. Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 Robin E. R. Davies
|
||||
* Copyright (c) Robin E.R. Davies
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022-2023 Robin Davies
|
||||
// Copyright (c) Robin E.R Davies
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
// this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user