Skip to content

Commit cc2bed7

Browse files
committed
Update License to BSD 4 Clause & add .gitignore from develop branch
1 parent 60acf84 commit cc2bed7

2 files changed

Lines changed: 50 additions & 3 deletions

File tree

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# The directory Mix will write compiled artifacts to.
2+
/_build/
3+
4+
# If you run "mix test --cover", coverage assets end up here.
5+
/cover/
6+
7+
# The directory Mix downloads your dependencies sources to.
8+
/deps/
9+
10+
# Where 3rd-party dependencies like ExDoc output generated docs.
11+
/doc/
12+
13+
# Ignore .fetch files in case you like to edit your project deps locally.
14+
/.fetch
15+
16+
# If the VM crashes, it generates a dump, let's ignore it too.
17+
erl_crash.dump
18+
19+
# Also ignore archive artifacts (built via "mix archive.build").
20+
*.ez
21+
22+
# Temporary files, for example, from tests.
23+
/tmp/
24+
25+
# Ignore package tarball (built via "mix hex.build").
26+
ashfolio-*.tar
27+
28+
# Ignore assets that are produced by build tools.
29+
/priv/static/assets/
30+
31+
# Ignore digested assets cache.
32+
/priv/static/cache_manifest.json
33+
34+
# In case you use Node.js/npm, you want to ignore these.
35+
npm-debug.log
36+
/assets/node_modules/
37+
38+
# SQLite database files
39+
/data/*.db
40+
/data/*.db-*
41+
42+
# Logs directory
43+
/logs/

LICENSE

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
BSD 3-Clause License
1+
BSD 4-Clause License
22

3-
Copyright (c) 2025, Matt
3+
Copyright (c) 2025, Matthew Staff
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:
@@ -12,7 +12,11 @@ modification, are permitted provided that the following conditions are met:
1212
this list of conditions and the following disclaimer in the documentation
1313
and/or other materials provided with the distribution.
1414

15-
3. Neither the name of the copyright holder nor the names of its
15+
3. All advertising materials mentioning features or use of this software must
16+
display the following acknowledgement:
17+
This product includes software developed by Ashfolio.
18+
19+
4. Neither the name of the copyright holder nor the names of its
1620
contributors may be used to endorse or promote products derived from
1721
this software without specific prior written permission.
1822

0 commit comments

Comments
 (0)