From 3c3505c311f87fab329b99db0c8d04c3bcd75b55 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 22 Mar 2024 19:24:18 -0700 Subject: [PATCH 1/2] Move license text to LICENSE file --- LICENSE | 20 ++++++++++++++++++++ com.steampowered.SteamOSManager1.xml | 19 ------------------- src/main.rs | 19 ------------------- src/manager.rs | 19 ------------------- 4 files changed, 20 insertions(+), 57 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..658021b --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright © 2023 Collabora Ltd. +Copyright © 2024 Valve Software + +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. diff --git a/com.steampowered.SteamOSManager1.xml b/com.steampowered.SteamOSManager1.xml index f1194d6..3f5e5d8 100644 --- a/com.steampowered.SteamOSManager1.xml +++ b/com.steampowered.SteamOSManager1.xml @@ -6,25 +6,6 @@ diff --git a/src/main.rs b/src/main.rs index a9045c2..059b415 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,25 +3,6 @@ * Copyright © 2024 Valve Software * * SPDX-License-Identifier: MIT - * - * 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. */ use anyhow::{Error, Result}; diff --git a/src/manager.rs b/src/manager.rs index 4c698c3..6a8fe5f 100644 --- a/src/manager.rs +++ b/src/manager.rs @@ -3,25 +3,6 @@ * Copyright © 2024 Valve Software * * SPDX-License-Identifier: MIT - * - * 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. */ use anyhow::{ensure, Result}; From 277e82b1890ecb83ab65683483fe2de198f60596 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 22 Mar 2024 19:26:26 -0700 Subject: [PATCH 2/2] Use more standard filenames --- Hacking.md => HACKING.md | 0 Readme.md => README.md | 0 data/{steamosmanager.service => steamos-manager.service} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Hacking.md => HACKING.md (100%) rename Readme.md => README.md (100%) rename data/{steamosmanager.service => steamos-manager.service} (100%) diff --git a/Hacking.md b/HACKING.md similarity index 100% rename from Hacking.md rename to HACKING.md diff --git a/Readme.md b/README.md similarity index 100% rename from Readme.md rename to README.md diff --git a/data/steamosmanager.service b/data/steamos-manager.service similarity index 100% rename from data/steamosmanager.service rename to data/steamos-manager.service