Skip to content

Commit

Permalink
oops, missed gui files. bump copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
spieglt committed Jun 11, 2022
1 parent 0de5a12 commit c5d2b05
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Flying Carpet
Flying Carpet.exe
Flying Carpet.app
Flying Carpet.run
flyingcarpet
flyingcarpet.exe
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019, Theron Spiegl
Copyright (c) 2022, Theron Spiegl
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func sameDir(paths []string) (sameDir bool) {
const AboutMessage = `https://flyingcarpet.spiegl.dev
Version: 5.0
theron@spiegl.dev
Copyright (c) 2021, Theron Spiegl. All rights reserved.
Copyright (c) 2022, Theron Spiegl. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Expand Down
Binary file added gui/flyingcarpet/fc.syso
Binary file not shown.
16 changes: 16 additions & 0 deletions gui/flyingcarpet/flyingcarpet.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
name="flyingcarpet"
type="win32"/>
<description>Flying Carpet moves files between Linux, Mac, and Windows over ad-hoc WiFi.</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit c5d2b05

Please sign in to comment.