Browse Source

change license

master
godo 6 months ago
parent
commit
2957a3b1fe
  1. 1128
      LICENSE
  2. 4
      godo/cmd/main.go
  3. 4
      godo/cmd/serve.go
  4. 4
      godo/deps/frontend.go
  5. 4
      godo/files/destop.go
  6. 4
      godo/files/fs.go
  7. 4
      godo/files/init.go
  8. 4
      godo/files/os.go
  9. 4
      godo/files/unzip.go
  10. 4
      godo/files/watch.go
  11. 4
      godo/files/zip.go
  12. 4
      godo/libs/chatip.go
  13. 4
      godo/libs/config.go
  14. 4
      godo/libs/dir.go
  15. 4
      godo/libs/info.go
  16. 4
      godo/libs/msg.go
  17. 4
      godo/localchat/addr.go
  18. 4
      godo/localchat/check.go
  19. 4
      godo/localchat/filedown.go
  20. 4
      godo/localchat/filemsg.go
  21. 4
      godo/localchat/getfiles.go
  22. 4
      godo/localchat/image.go
  23. 4
      godo/localchat/send.go
  24. 4
      godo/localchat/server.go
  25. 4
      godo/main.go
  26. 4
      godo/store/checkactive.go
  27. 4
      godo/store/cmds.go
  28. 4
      godo/store/download.go
  29. 4
      godo/store/install.go
  30. 4
      godo/store/linux.go
  31. 4
      godo/store/os.go
  32. 4
      godo/store/port.go
  33. 4
      godo/store/progress.go
  34. 4
      godo/store/start.go
  35. 4
      godo/store/stop.go
  36. 4
      godo/store/store.go
  37. 4
      godo/store/types.go
  38. 4
      godo/store/upload.go
  39. 4
      godo/store/windows.go
  40. 4
      godo/sys/msg.go
  41. 4
      godo/sys/setting.go
  42. 4
      godo/sys/update.go
  43. 4
      godo/webdav/auth.go
  44. 4
      godo/webdav/basicAuth.go
  45. 4
      godo/webdav/client.go
  46. 4
      godo/webdav/digestAuth.go
  47. 4
      godo/webdav/errors.go
  48. 4
      godo/webdav/file.go
  49. 4
      godo/webdav/httpclient.go
  50. 4
      godo/webdav/netrc.go
  51. 4
      godo/webdav/passportAuth.go
  52. 4
      godo/webdav/requests.go
  53. 4
      godo/webdav/utils.go

1128
LICENSE

File diff suppressed because it is too large

4
godo/cmd/main.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/cmd/serve.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/deps/frontend.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/destop.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/fs.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/init.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/os.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/unzip.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/watch.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/files/zip.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/libs/chatip.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/libs/config.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/libs/dir.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/libs/info.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/libs/msg.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/addr.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/check.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/filedown.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/filemsg.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/getfiles.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/image.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/send.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/localchat/server.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/main.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/checkactive.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/cmds.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/download.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/install.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/linux.go

@ -1,8 +1,8 @@
//go:build !windows
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/os.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/port.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/progress.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/start.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/stop.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/store.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/types.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/upload.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/store/windows.go

@ -2,8 +2,8 @@
// +build windows
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/sys/msg.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/sys/setting.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/sys/update.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/auth.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/basicAuth.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/client.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/digestAuth.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/errors.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/file.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/httpclient.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/netrc.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/passportAuth.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/requests.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

4
godo/webdav/utils.go

@ -1,6 +1,6 @@
/*
* godoos - A lightweight cloud desktop
* Copyright (C) 2024 godoos.com
* GodoOS - A lightweight cloud desktop
* Copyright (C) 2024 https://godoos.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by

Loading…
Cancel
Save