Skip to content

Commit 3f3f053

Browse files
committed
fixed license expression
1 parent e32f432 commit 3f3f053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/SuperSocket.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>$version$</version>
77
<authors>Kerry Jiang</authors>
88
<owners>Kerry Jiang and other contributors</owners>
9-
<license type="expression">APACHE-2.0</license>
9+
<license type="expression">Apache-2.0</license>
1010
<projectUrl>http://www.supersocket.net/</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.</description>

0 commit comments

Comments
 (0)