1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2026-01-02 08:33:46 +00:00

Release source code under the Fair Source 5 License

This commit is contained in:
Gilbert Chen
2017-05-22 22:01:02 -04:00
parent 3df53ae610
commit 04aaaaf82d
48 changed files with 17373 additions and 0 deletions

13
duplicacy_shadowcopy.go Normal file
View File

@@ -0,0 +1,13 @@
// Copyright (c) Acrosync LLC. All rights reserved.
// Licensed under the Fair Source License 0.9 (https://fair.io/)
// User Limitation: 5 users
// +build !windows
package duplicacy
func CreateShadowCopy(top string, shadowCopy bool) (shadowTop string) {
return top
}
func DeleteShadowCopy() {}