From 6c4132eedcd6889458f936e8301061153d50d48f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 30 Jun 2020 12:09:14 +0200 Subject: Add license files to each crate (fixes #339) --- LICENSE-APACHE | 2 +- LICENSE-MIT | 2 +- askama/LICENSE-APACHE | 1 + askama/LICENSE-MIT | 1 + askama_derive/LICENSE-APACHE | 1 + askama_derive/LICENSE-MIT | 1 + askama_escape/LICENSE-APACHE | 1 + askama_escape/LICENSE-MIT | 1 + askama_gotham/LICENSE-APACHE | 1 + askama_gotham/LICENSE-MIT | 1 + askama_iron/LICENSE-APACHE | 1 + askama_iron/LICENSE-MIT | 1 + askama_rocket/LICENSE-APACHE | 1 + askama_rocket/LICENSE-MIT | 1 + askama_shared/LICENSE-APACHE | 1 + askama_shared/LICENSE-MIT | 1 + askama_warp/LICENSE-APACHE | 1 + askama_warp/LICENSE-MIT | 1 + 18 files changed, 18 insertions(+), 2 deletions(-) create mode 120000 askama/LICENSE-APACHE create mode 120000 askama/LICENSE-MIT create mode 120000 askama_derive/LICENSE-APACHE create mode 120000 askama_derive/LICENSE-MIT create mode 120000 askama_escape/LICENSE-APACHE create mode 120000 askama_escape/LICENSE-MIT create mode 120000 askama_gotham/LICENSE-APACHE create mode 120000 askama_gotham/LICENSE-MIT create mode 120000 askama_iron/LICENSE-APACHE create mode 120000 askama_iron/LICENSE-MIT create mode 120000 askama_rocket/LICENSE-APACHE create mode 120000 askama_rocket/LICENSE-MIT create mode 120000 askama_shared/LICENSE-APACHE create mode 120000 askama_shared/LICENSE-MIT create mode 120000 askama_warp/LICENSE-APACHE create mode 120000 askama_warp/LICENSE-MIT diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 16fe87b..b7ca568 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [yyyy] [name of copyright owner] +Copyright 2017-2020 Dirkjan Ochtman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 1def200..c765f2e 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2017 Dirkjan Ochtman +Copyright (c) 2017-2020 Dirkjan Ochtman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/askama/LICENSE-APACHE b/askama/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama/LICENSE-MIT b/askama/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_derive/LICENSE-APACHE b/askama_derive/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_derive/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_derive/LICENSE-MIT b/askama_derive/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_derive/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_escape/LICENSE-APACHE b/askama_escape/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_escape/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_escape/LICENSE-MIT b/askama_escape/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_escape/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_gotham/LICENSE-APACHE b/askama_gotham/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_gotham/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_gotham/LICENSE-MIT b/askama_gotham/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_gotham/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_iron/LICENSE-APACHE b/askama_iron/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_iron/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_iron/LICENSE-MIT b/askama_iron/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_iron/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_rocket/LICENSE-APACHE b/askama_rocket/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_rocket/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_rocket/LICENSE-MIT b/askama_rocket/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_rocket/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_shared/LICENSE-APACHE b/askama_shared/LICENSE-APACHE new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_shared/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_shared/LICENSE-MIT b/askama_shared/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_shared/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/askama_warp/LICENSE-APACHE b/askama_warp/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/askama_warp/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/askama_warp/LICENSE-MIT b/askama_warp/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/askama_warp/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file -- cgit