Skip to content

Commit

Permalink
lock file and licenese headers
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 7, 2024
1 parent fe2fdee commit 8555563
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/opener/src/commands.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

use tauri::{
ipc::{CommandScope, GlobalScope},
AppHandle, Runtime,
Expand Down
4 changes: 4 additions & 0 deletions plugins/opener/src/reveal_item_in_dir.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

use std::path::Path;

/// Show
Expand Down
4 changes: 4 additions & 0 deletions plugins/opener/src/scope.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

use std::{marker::PhantomData, path::PathBuf, sync::Arc};

use tauri::{ipc::ScopeObject, utils::acl::Value, AppHandle, Manager, Runtime};
Expand Down
4 changes: 4 additions & 0 deletions plugins/opener/src/scope_entry.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

use std::path::PathBuf;

use serde::Deserialize;
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8555563

Please sign in to comment.