Browse Source

Initial commit

Dinwiddie 2 months ago
commit
412f057d91
3 changed files with 174 additions and 0 deletions
  1. 92
    0
      .gitignore
  2. 79
    0
      LICENSE
  3. 3
    0
      README.md

+ 92
- 0
.gitignore View File

1
+# ---> Agda
2
+*.agdai
3
+
4
+# ---> Actionscript
5
+# Build and Release Folders
6
+bin-debug/
7
+bin-release/
8
+[Oo]bj/
9
+[Bb]in/
10
+
11
+# Other files and folders
12
+.settings/
13
+
14
+# Executables
15
+*.swf
16
+*.air
17
+*.ipa
18
+*.apk
19
+
20
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
21
+# should NOT be excluded as they contain compiler settings and other important
22
+# information for Eclipse / Flash Builder.
23
+
24
+# ---> Android
25
+# Built application files
26
+*.apk
27
+*.ap_
28
+*.aab
29
+
30
+# Files for the ART/Dalvik VM
31
+*.dex
32
+
33
+# Java class files
34
+*.class
35
+
36
+# Generated files
37
+bin/
38
+gen/
39
+out/
40
+
41
+# Gradle files
42
+.gradle/
43
+build/
44
+
45
+# Local configuration file (sdk path, etc)
46
+local.properties
47
+
48
+# Proguard folder generated by Eclipse
49
+proguard/
50
+
51
+# Log Files
52
+*.log
53
+
54
+# Android Studio Navigation editor temp files
55
+.navigation/
56
+
57
+# Android Studio captures folder
58
+captures/
59
+
60
+# IntelliJ
61
+*.iml
62
+.idea/workspace.xml
63
+.idea/tasks.xml
64
+.idea/gradle.xml
65
+.idea/assetWizardSettings.xml
66
+.idea/dictionaries
67
+.idea/libraries
68
+.idea/caches
69
+
70
+# Keystore files
71
+# Uncomment the following lines if you do not want to check your keystore files in.
72
+#*.jks
73
+#*.keystore
74
+
75
+# External native build folder generated in Android Studio 2.2 and later
76
+.externalNativeBuild
77
+
78
+# Google Services (e.g. APIs or Firebase)
79
+google-services.json
80
+
81
+# Freeline
82
+freeline.py
83
+freeline/
84
+freeline_project_description.json
85
+
86
+# fastlane
87
+fastlane/report.xml
88
+fastlane/Preview.html
89
+fastlane/screenshots
90
+fastlane/test_output
91
+fastlane/readme.md
92
+

+ 79
- 0
LICENSE View File

1
+Academic Free License
2
+
3
+Version 1.1 The Academic Free License applies to any original work of authorship
4
+(the "Original Work") whose owner (the "Licensor") has placed the following
5
+notice immediately following the copyright notice for the Original Work:
6
+
7
+" Licensed under the Academic Free License version 1.1. "
8
+
9
+Grant of License. Licensor hereby grants to any person obtaining a copy of
10
+the Original Work ("You") a world-wide, royalty-free, non-exclusive, perpetual,
11
+non-sublicenseable license
12
+
13
+(1) to use, copy, modify, merge, publish, perform, distribute and/or sell
14
+copies of the Original Work and derivative works thereof, and
15
+
16
+(2) under patent claims owned or controlled by the Licensor that are embodied
17
+in the Original Work as furnished by the Licensor, to make, use, sell and
18
+offer for sale the Original Work and derivative works thereof, subject to
19
+the following conditions.
20
+
21
+Right of Attribution. Redistributions of the Original Work must reproduce
22
+all copyright notices in the Original Work as furnished by the Licensor, both
23
+in the Original Work itself and in any documentation and/or other materials
24
+provided with the distribution of the Original Work in executable form.
25
+
26
+Exclusions from License Grant. Neither the names of Licensor, nor the names
27
+of any contributors to the Original Work, nor any of their trademarks or service
28
+marks, may be used to endorse or promote products derived from this Original
29
+Work without express prior written permission of the Licensor.
30
+
31
+WARRANTY AND DISCLAIMERS. LICENSOR WARRANTS THAT THE COPYRIGHT IN AND TO THE
32
+ORIGINAL WORK IS OWNED BY THE LICENSOR OR THAT THE ORIGINAL WORK IS DISTRIBUTED
33
+BY LICENSOR UNDER A VALID CURRENT LICENSE FROM THE COPYRIGHT OWNER. EXCEPT
34
+AS EXPRESSLY STATED IN THE IMMEDIATELY PRECEEDING SENTENCE, THE ORIGINAL WORK
35
+IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER
36
+EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF NON-INFRINGEMENT
37
+AND WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE OR FIT FOR A PARTICULAR
38
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
39
+THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.
40
+NO LICENSE TO ORIGINAL WORK IS GRANTED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
41
+
42
+LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
43
+WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR
44
+BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
45
+CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE
46
+OR THE USE OF THE ORIGINAL WORK INCLUDING, WITHOUT LIMITATION, DAMAGES FOR
47
+LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
48
+ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN
49
+INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
50
+SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
51
+PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION.
52
+SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
53
+OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO
54
+YOU.
55
+
56
+License to Source Code. The term "Source Code" means the preferred form of
57
+the Original Work for making modifications to it and all available documentation
58
+describing how to access and modify the Original Work. Licensor hereby agrees
59
+to provide a machine-readable copy of the Source Code of the Original Work
60
+along with each copy of the Original Work that Licensor distributes. Licensor
61
+reserves the right to satisfy this obligation by placing a machine-readable
62
+copy of the Source Code in an information repository reasonably calculated
63
+to permit inexpensive and convenient access by You for as long as Licensor
64
+continues to distribute the Original Work, and by publishing the address of
65
+that information repository in a notice immediately following the copyright
66
+notice that applies to the Original Work.
67
+
68
+Mutual Termination for Patent Action. This License shall terminate automatically
69
+and You may no longer exercise any of the rights granted to You by this License
70
+if You file a lawsuit in any court alleging that any OSI Certified open source
71
+software that is licensed under any license containing this "Mutual Termination
72
+for Patent Action" clause infringes any patent claims that are essential to
73
+use that software.
74
+
75
+This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved.
76
+
77
+Permission is hereby granted to copy and distribute this license without modification.
78
+This license may not be modified without the express written permission of
79
+its copyright owner.

+ 3
- 0
README.md View File

1
+# asd
2
+
3
+Absolutely everyone requires towards check out me shoot <a href="https://www.mavericksgate.com/collections/naji-marshall-jersey">Naji Marshall Jersey</a>, " Active described throughout a crack at his alma mater Duke's Qualified Devil's weekend."

Loading…
Cancel
Save