Skip to content

Commit c5d2b05

Browse files
committed
oops, missed gui files. bump copyright year.
1 parent 0de5a12 commit c5d2b05

File tree

7 files changed

+492
-3
lines changed

7 files changed

+492
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ Flying Carpet
1313
Flying Carpet.exe
1414
Flying Carpet.app
1515
Flying Carpet.run
16-
flyingcarpet
1716
flyingcarpet.exe

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019, Theron Spiegl
3+
Copyright (c) 2022, Theron Spiegl
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func sameDir(paths []string) (sameDir bool) {
326326
const AboutMessage = `https://flyingcarpet.spiegl.dev
327327
Version: 5.0
328328
329-
Copyright (c) 2021, Theron Spiegl. All rights reserved.
329+
Copyright (c) 2022, Theron Spiegl. All rights reserved.
330330
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
331331
332332
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

gui/flyingcarpet/fc.syso

264 KB
Binary file not shown.
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity version="1.0.0.0"
4+
name="flyingcarpet"
5+
type="win32"/>
6+
<description>Flying Carpet moves files between Linux, Mac, and Windows over ad-hoc WiFi.</description>
7+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
8+
<security>
9+
<requestedPrivileges>
10+
<requestedExecutionLevel
11+
level="requireAdministrator"
12+
uiAccess="false"/>
13+
</requestedPrivileges>
14+
</security>
15+
</trustInfo>
16+
</assembly>

0 commit comments

Comments
 (0)