From 273518027de24e6f9c2ecc2e1e21480005570a99 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 27 Apr 2025 22:44:19 -0400 Subject: [PATCH] (c) 2025 Robert Strutts --- get_dups.bat | 2 ++ get_dups.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/get_dups.bat b/get_dups.bat index 63e5ef6..6103e6c 100644 --- a/get_dups.bat +++ b/get_dups.bat @@ -1,4 +1,6 @@ @echo off +:: Copyright (c) 2025 by Robert Strutts +:: License: MIT :: Activate the virtual environment call C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1 diff --git a/get_dups.sh b/get_dups.sh index 2d986fe..215edb8 100755 --- a/get_dups.sh +++ b/get_dups.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# Copyright (c) 2025 by Robert Strutts +# License: MIT source myenv/bin/activate # Check if the first argument is a directory