Skip to content

Commit 0daac9d

Browse files
committed
Add license to README.me, add NOTICE.txt
1 parent df4ff8f commit 0daac9d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

NOTICE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=========================================================================
2+
== NOTICE file for use with the Apache License, Version 2.0 ==
3+
=========================================================================
4+
5+
XCodeProjectJavaAPI
6+
Copyright 2012-2013 SAP AG
7+
8+
This product includes software developed at
9+
The Apache Software Foundation (http://www.apache.org/).

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ See [UsageExamples.java](https://github.com/sap-production/XcodeProjectJavaAPI/b
1313

1414
In order to use this library, you have to convert the Xcode project file to XML (see ```convert``` method in [JAXBPlistParser.java](https://github.com/sap-production/XcodeProjectJavaAPI/blob/master/src/main/java/com/sap/prd/mobile/ios/mios/xcodeprojreader/jaxb/JAXBPlistParser.java). This step can only be done on Mac OS X. The project file cannot be converted back!
1515

16-
The remainder of the API uses standard Java features.
16+
The remainder of the API uses standard Java features.
17+
18+
## License
19+
20+
This project is copyrighted by [SAP AG](http://www.sap.com/) and made available under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Please also confer to the text files "LICENSE" and "NOTICE" included with the project sources.

0 commit comments

Comments
 (0)