Skip to content

Commit a76cb4f

Browse files
committed
fixed license expression
1 parent e32f432 commit a76cb4f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

legacy/SuperSocket.Engine.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</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>

legacy/SuperSocket.WebSocket.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</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>WebSocket server implementation base on SuperSocket. It is just the same codebase with SuperWebSocket but has different assembly name and namespace.</description>

legacy/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</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>

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)