diff --git a/NOTICE.md b/NOTICE.md index cea565a0b..ceed02380 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -59,28 +59,6 @@ under the SIL OFL 1.1. requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. - -### DragSortListView - - - - A subclass of the Android ListView component that enables drag - and drop re-ordering of list items. - - Copyright 2012 Carl Bauer - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ### Material Design Icons @@ -107,4 +85,123 @@ Extended linear layout that wrap its content when there is no place in the curre distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License. \ No newline at end of file + under the License. + +### Dagger 2 + + + +A fast dependency injector for Android and Java. + + Copyright 2012 Square, Inc. + Copyright 2012 Google, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +### AutoFactory + + + +A source code generator for JSR-330-compatible factories. + + Copyright 2013 Google, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +### Retrolambda + + + +Backport of Java 8's lambda expressions to Java 7, 6 and 5 + + Copyright (c) 2013-2016 Esko Luontola and other Retrolambda contributors + This software is released under the Apache License 2.0. + The license text is at http://www.apache.org/licenses/LICENSE-2.0 + +### PebbleKit SDK + + + +Android PebbleKit SDK to talk to the Pebble via Bluetooth + + The MIT License (MIT) + Copyright (c) 2014 - 2015 Pebble Technology + +### AppIntro + + + +Make a cool intro for your Android app. + + Copyright 2015 Paolo Rotolo + Copyright 2016 Maximilian Narr + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +### ButterKnife + + + +Bind Android views and callbacks to fields and methods + + Copyright 2013 Jake Wharton + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +### opencsv + + + +Opencsv is a very simple csv (comma-separated values) parser library for Java. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.