Changeset 646dbff
- Timestamp:
- Nov 27, 2017 2:44:48 PM (3 years ago)
- Branches:
- master
- Children:
- 9be53ec
- Parents:
- 95f5244
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LICENSE.txt
r95f5244 r646dbff 303 303 DWTFYWTPL 304 304 305 Gradle wrapper: 306 Copyright (c) 2017 the original author or authors. 307 See licenses/LICENSE-Apache2.0.txt 308 305 309 SAM C Library: 306 310 Copyright (c) 2004, Matthew P. Cashdollar <mpc@innographx.com> -
gradlew
r95f5244 r646dbff 4 4 ## 5 5 ## Gradle start up script for UN*X 6 ## 7 ## Copyright 2017 the original author or authors. 8 ## 9 ## Licensed under the Apache License, Version 2.0 (the "License"); 10 ## you may not use this file except in compliance with the License. 11 ## You may obtain a copy of the License at 12 ## 13 ## http://www.apache.org/licenses/LICENSE-2.0 14 ## 15 ## Unless required by applicable law or agreed to in writing, software 16 ## distributed under the License is distributed on an "AS IS" BASIS, 17 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 ## See the License for the specific language governing permissions and 19 ## limitations under the License. 6 20 ## 7 21 ############################################################################## -
gradlew.bat
r95f5244 r646dbff 3 3 @rem 4 4 @rem Gradle startup script for Windows 5 @rem 6 @rem Copyright 2017 the original author or authors. 7 @rem 8 @rem Licensed under the Apache License, Version 2.0 (the "License"); 9 @rem you may not use this file except in compliance with the License. 10 @rem You may obtain a copy of the License at 11 @rem 12 @rem http://www.apache.org/licenses/LICENSE-2.0 13 @rem 14 @rem Unless required by applicable law or agreed to in writing, software 15 @rem distributed under the License is distributed on an "AS IS" BASIS, 16 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 @rem See the License for the specific language governing permissions and 18 @rem limitations under the License. 5 19 @rem 6 20 @rem ##########################################################################
Note: See TracChangeset
for help on using the changeset viewer.