Skip to content

Commit

Permalink
Merge pull request #2 from SirGoodenough/License-&-Attribution-notice
Browse files Browse the repository at this point in the history
License & Attribution notice
  • Loading branch information
SirGoodenough authored Jul 3, 2024
2 parents 7701338 + ba28001 commit 005b9c2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions logic_chekr.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import true_any %}
{{- true_any(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down Expand Up @@ -49,6 +57,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import false_any %}
{{- false_any(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down Expand Up @@ -80,6 +96,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import true_one %}
{{- true_one(['entity_1','entity_2]') | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down Expand Up @@ -112,6 +136,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import true_all %}
{{- true_all(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down Expand Up @@ -143,6 +175,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import false_one %}
{{- false_one(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down Expand Up @@ -175,6 +215,14 @@
SAMPLE USAGE:
{% from 'logic_chekr.jinja' import false_all %}
{{- false_all(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Logic-Chekr?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down

0 comments on commit 005b9c2

Please sign in to comment.