File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
// JSONKit.h
3
3
// http://github.com/johnezang/JSONKit
4
- // Licensed under the terms of the BSD License, as specified below.
4
+ // http://github.com/johnezang/JSONKit
5
+ // Dual licensed under either the terms of the BSD License, or alternatively
6
+ // under the terms of the Apache License, Version 2.0, as specified below.
5
7
//
6
8
7
9
/*
36
38
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
39
*/
38
40
41
+ /*
42
+ Copyright 2011 John Engelhart
43
+
44
+ Licensed under the Apache License, Version 2.0 (the "License");
45
+ you may not use this file except in compliance with the License.
46
+ You may obtain a copy of the License at
47
+
48
+ http://www.apache.org/licenses/LICENSE-2.0
49
+
50
+ Unless required by applicable law or agreed to in writing, software
51
+ distributed under the License is distributed on an "AS IS" BASIS,
52
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53
+ See the License for the specific language governing permissions and
54
+ limitations under the License.
55
+ */
56
+
39
57
#include < stddef.h>
40
58
#include < stdint.h>
41
59
#include < limits.h>
Original file line number Diff line number Diff line change 1
1
//
2
2
// JSONKit.m
3
3
// http://github.com/johnezang/JSONKit
4
- // Licensed under the terms of the BSD License, as specified below.
4
+ // Dual licensed under either the terms of the BSD License, or alternatively
5
+ // under the terms of the Apache License, Version 2.0, as specified below.
5
6
//
6
7
7
8
/*
36
37
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
38
*/
38
39
40
+ /*
41
+ Copyright 2011 John Engelhart
42
+
43
+ Licensed under the Apache License, Version 2.0 (the "License");
44
+ you may not use this file except in compliance with the License.
45
+ You may obtain a copy of the License at
46
+
47
+ http://www.apache.org/licenses/LICENSE-2.0
48
+
49
+ Unless required by applicable law or agreed to in writing, software
50
+ distributed under the License is distributed on an "AS IS" BASIS,
51
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52
+ See the License for the specific language governing permissions and
53
+ limitations under the License.
54
+ */
55
+
39
56
40
57
/*
41
58
Acknowledgments:
You can’t perform that action at this time.
0 commit comments