Skip to content

Commit 1166a07

Browse files
committed
change license statement, and fix tcp socket issue
1 parent 92b9291 commit 1166a07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+428
-209
lines changed

ans/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD LICENSE
22
#
3-
# Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
3+
# Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without
@@ -13,7 +13,7 @@
1313
# notice, this list of conditions and the following disclaimer in
1414
# the documentation and/or other materials provided with the
1515
# distribution.
16-
# * Neither the name of ANS Corporation nor the names of its
16+
# * Neither the name of Ansyun <[email protected]> nor the names of its
1717
# contributors may be used to endorse or promote products derived
1818
# from this software without specific prior written permission.
1919
#

ans/ans_kni.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

ans/ans_kni.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD LICENSE
22
*
3-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
3+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
@@ -13,7 +13,7 @@
1313
* notice, this list of conditions and the following disclaimer in
1414
* the documentation and/or other materials provided with the
1515
* distribution.
16-
* * Neither the name of ANS Corporation nor the names of its
16+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1717
* contributors may be used to endorse or promote products derived
1818
* from this software without specific prior written permission.
1919
*

ans/ans_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

ans/ans_main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

ans/ans_param.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

ans/ans_param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD LICENSE
22
#
3-
# Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
3+
# Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

cli/anscli_conf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

cli/anscli_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* BSD LICENSE
33
*
4-
* Copyright(c) 2010-2014 ANS Corporation. All rights reserved.
4+
* Copyright(c) 2015-2017 Ansyun <[email protected]>. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
1414
* notice, this list of conditions and the following disclaimer in
1515
* the documentation and/or other materials provided with the
1616
* distribution.
17-
* * Neither the name of ANS Corporation nor the names of its
17+
* * Neither the name of Ansyun <[email protected]> nor the names of its
1818
* contributors may be used to endorse or promote products derived
1919
* from this software without specific prior written permission.
2020
*

0 commit comments

Comments
 (0)