diff --git a/LICENSE b/LICENSE index 8f953f3366..51201f1f6e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-present Fenny and Contributors +Copyright (c) 2019-2020 Fenny and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SECURITY.md b/SECURITY.md index 3d282f1039..2a6d63357c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -74,4 +74,3 @@ We learn about critical software updates and security threats from these sources 1. GitHub Security Alerts 2. GitHub: https://status.github.com/ & [@githubstatus](https://twitter.com/githubstatus) -3. Travis (CI/CD): https://www.traviscistatus.com/ & [@traviscistatus](https://twitter.com/traviscistatus) diff --git a/reuseport_windows.go b/reuseport_windows.go index f7a68b1238..6da423db76 100644 --- a/reuseport_windows.go +++ b/reuseport_windows.go @@ -8,7 +8,7 @@ import ( "golang.org/x/sys/windows" ) -// Listen returns TCP listener with SO_REUSEADDR option set, SO_REUSEPORT is not supported on Windows, so it uses +// reuseport returns TCP listener with SO_REUSEADDR option set, SO_REUSEPORT is not supported on Windows, so it uses // SO_REUSEADDR as an alternative to achieve the same effect. func reuseport(network, addr string) (net.Listener, error) { cfg := net.ListenConfig{