Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Feb 12, 2024
1 parent ed5a55f commit beeb63c
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 272 deletions.
8 changes: 8 additions & 0 deletions cmd/genver/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
genver.go
Generate version.go file
*/
package main

import (
Expand Down
128 changes: 0 additions & 128 deletions cmd/install/encrypt.go

This file was deleted.

26 changes: 0 additions & 26 deletions cmd/install/encrypt_test.go

This file was deleted.

8 changes: 8 additions & 0 deletions cmd/install/installer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
installer.go
Installer struct
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
main.go
Installer main file
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_autostart.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
page_autostart.go
Checkbox for autostart
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_copy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
page_autostart.go
Copy files
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_domain.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
page_domain.go
Pick Vision One domain
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_finish.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
page_finish.go
Final installer page
*/
package main

import (
Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_folder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
This software is distributed under MIT license as stated in LICENSE file
page_folder.go
Pick destination folder
*/
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion cmd/install/page_intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Software is distributed under MIT license as stated in LICENSE file
page_intro.go
Verdict for file.
First installer page
*/
package main

Expand Down
8 changes: 8 additions & 0 deletions cmd/install/page_token.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
TunnelEffect (c) 2024 by Mikhail Kondrashin (mkondrashin@gmail.com)
Software is distributed under MIT license as stated in LICENSE file
page_token.go
Provide Vision One token
*/
package main

import (
Expand Down
117 changes: 0 additions & 117 deletions cmd/install/progress.go

This file was deleted.

0 comments on commit beeb63c

Please sign in to comment.