Skip to content

Commit 9b725de

Browse files
GiteaBotStelios Malathouras
authored and
Stelios Malathouras
committed
[skip ci] Updated licenses and gitignores
1 parent 2cf2482 commit 9b725de

File tree

11 files changed

+685
-191
lines changed

11 files changed

+685
-191
lines changed

options/gitignore/Android

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ output.json
1818
# IntelliJ
1919
*.iml
2020
.idea/
21+
misc.xml
22+
deploymentTargetDropDown.xml
23+
render.experimental.xml
2124

2225
# Keystore files
2326
*.jks

options/gitignore/CDK

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CDK asset staging directory.
2+
# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/
3+
.cdk.staging/
4+
cdk.out/

options/gitignore/Gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ gradle-app.setting
88
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
99
!gradle-wrapper.jar
1010

11+
# Avoid ignore Gradle wrappper properties
12+
!gradle-wrapper.properties
13+
1114
# Cache of project
1215
.gradletasknamecache
1316

options/gitignore/Perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cover_db/
1313
# Devel::NYTProf
1414
nytprof.out
1515

16-
# Dizt::Zilla
16+
# Dist::Zilla
1717
/.build/
1818

1919
# Module::Build

options/gitignore/Python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ dmypy.json
145145
cython_debug/
146146

147147
# PyCharm
148-
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
148+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
149149
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
150150
# and can be added to the global gitignore or merged into this file. For a more nuclear
151151
# option (not recommended) you can uncomment the following to ignore the entire idea folder.

options/gitignore/Terraform

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ crash.*.log
1313
# password, private keys, and other secrets. These should not be part of version
1414
# control as they are data points which are potentially sensitive and subject
1515
# to change depending on the environment.
16-
#
1716
*.tfvars
17+
*.tfvars.json
1818

1919
# Ignore override files as they are usually used to override resources locally and so
2020
# are not checked in
@@ -24,7 +24,6 @@ override.tf.json
2424
*_override.tf.json
2525

2626
# Include override files you do wish to add to version control using negated pattern
27-
#
2827
# !example_override.tf
2928

3029
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan

options/gitignore/Toit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.packages
2+
*_pb.toit

options/gitignore/VisualStudio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ node_modules/
301301
*.dsw
302302
*.dsp
303303

304-
# Visual Studio 6 technical files
304+
# Visual Studio 6 technical files
305305
*.ncb
306306
*.aps
307307

options/license/MPL-2.0

Lines changed: 322 additions & 93 deletions
Large diffs are not rendered by default.

options/license/MPL-2.0-no-copyleft-exception

Lines changed: 322 additions & 93 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) <year> <copyright holders>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a
4+
copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, distribute with modifications, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included
12+
in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
20+
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21+
22+
Except as contained in this notice, the name(s) of the above copyright
23+
holders shall not be used in advertising or otherwise to promote the
24+
sale, use or other dealings in this Software without prior written
25+
authorization.

0 commit comments

Comments
 (0)