emanuelegori

emanuelegori / Snippet license (MIT)

Last active 18 hours ago

Like 1

🇮🇹 MIT License (IT) Codice e configurazioni pubblicati su questa istanza sono rilasciati sotto licenza MIT, salvo diversa indicazione nel singolo gist. --- 🇬🇧 MIT License (EN) Code and configuration published on this instance is released under the MIT License, unless stated otherwise in the individual gist.

emanuelegori revised this gist 18 hours ago · 7bc4264

1 file changed, 2 insertions, 2 deletions

INFO.md
@@ -9,7 +9,7 @@ In pratica: puoi usarli, copiarli, modificarli e ridistribuirli, anche in ambito
9 9 commerciale, a condizione di mantenere la nota di copyright. Sono forniti così
10 10 come sono, senza alcuna garanzia.
11 11
12 - Testo integrale nel file `LICENSE` qui accanto.
12 + Testo integrale nel file `LICENSE` qui sotto.
13 13 Versione canonica: <https://opensource.org/licenses/MIT>
14 14
15 15 ---
@@ -24,5 +24,5 @@ In short: you may use, copy, modify and redistribute them, including for
24 24 commercial purposes, as long as the copyright notice is preserved. They are
25 25 provided as is, without any warranty.
26 26
27 - Full text in the `LICENSE` file next to this one.
27 + Full text in the `LICENSE` file below.
28 28 Canonical version: <https://opensource.org/licenses/MIT>

emanuelegori revised this gist 19 hours ago · 9dc7536

1 file changed, 3 insertions, 2 deletions

INFO.md
@@ -1,4 +1,5 @@
1 - # Licenza degli snippet
1 +
2 + # 🇮🇹 Licenza degli snippet
2 3
3 4 Il codice e i file di configurazione pubblicati su
4 5 [docker.emanuelegori.uno](https://docker.emanuelegori.uno) sono rilasciati sotto
@@ -13,7 +14,7 @@ Versione canonica: <https://opensource.org/licenses/MIT>
13 14
14 15 ---
15 16
16 - # Snippet license
17 + # 🇬🇧 Snippet license
17 18
18 19 The code and configuration files published on
19 20 [docker.emanuelegori.uno](https://docker.emanuelegori.uno) are released under the

emanuelegori revised this gist 19 hours ago · 9bac9d5

1 file changed

README.md renamed to INFO.md

File renamed without changes

emanuelegori revised this gist 19 hours ago · d7704ac

1 file changed, 20 insertions

LICENSE (file created)
@@ -0,0 +1,20 @@
1 + MIT License
2 +
3 + Copyright (c) 2024 Emanuele Gori
4 +
5 + Permission is hereby granted, free of charge, to any person obtaining a copy
6 + of this software and associated documentation files (the "Software"), to deal
7 + in the Software without restriction, including without limitation the rights
8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 + copies of the Software, and to permit persons to whom the Software is
10 + furnished to do so, subject to the following conditions:
11 +
12 + The above copyright notice and this permission notice shall be included in all
13 + copies or substantial portions of the Software.
14 +
15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR OTHER DEALINGS IN THE SOFTWARE.

emanuelegori revised this gist 19 hours ago · 311f869

No changes

emanuelegori revised this gist 19 hours ago · 12bea31

1 file changed, 20 deletions

LICENSE (file deleted)
@@ -1,20 +0,0 @@
1 - MIT License
2 -
3 - Copyright (c) 2024 Emanuele Gori
4 -
5 - Permission is hereby granted, free of charge, to any person obtaining a copy
6 - of this software and associated documentation files (the "Software"), to deal
7 - in the Software without restriction, including without limitation the rights
8 - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 - copies of the Software, and to permit persons to whom the Software is
10 - furnished to do so, subject to the following conditions:
11 -
12 - The above copyright notice and this permission notice shall be included in all
13 - copies or substantial portions of the Software.
14 -
15 - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR OTHER DEALINGS IN THE SOFTWARE.

emanuelegori revised this gist 19 hours ago · d437e06

1 file changed

LICENSE.txt renamed to LICENSE

File renamed without changes

emanuelegori revised this gist 19 hours ago · d18a8cd

2 files changed, 47 insertions

LICENSE.txt (file created)
@@ -0,0 +1,20 @@
1 + MIT License
2 +
3 + Copyright (c) 2024 Emanuele Gori
4 +
5 + Permission is hereby granted, free of charge, to any person obtaining a copy
6 + of this software and associated documentation files (the "Software"), to deal
7 + in the Software without restriction, including without limitation the rights
8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 + copies of the Software, and to permit persons to whom the Software is
10 + furnished to do so, subject to the following conditions:
11 +
12 + The above copyright notice and this permission notice shall be included in all
13 + copies or substantial portions of the Software.
14 +
15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR OTHER DEALINGS IN THE SOFTWARE.
README.md (file created)
@@ -0,0 +1,27 @@
1 + # Licenza degli snippet
2 +
3 + Il codice e i file di configurazione pubblicati su
4 + [docker.emanuelegori.uno](https://docker.emanuelegori.uno) sono rilasciati sotto
5 + **licenza MIT**, salvo diversa indicazione nel singolo gist.
6 +
7 + In pratica: puoi usarli, copiarli, modificarli e ridistribuirli, anche in ambito
8 + commerciale, a condizione di mantenere la nota di copyright. Sono forniti così
9 + come sono, senza alcuna garanzia.
10 +
11 + Testo integrale nel file `LICENSE` qui accanto.
12 + Versione canonica: <https://opensource.org/licenses/MIT>
13 +
14 + ---
15 +
16 + # Snippet license
17 +
18 + The code and configuration files published on
19 + [docker.emanuelegori.uno](https://docker.emanuelegori.uno) are released under the
20 + **MIT License**, unless stated otherwise in the individual gist.
21 +
22 + In short: you may use, copy, modify and redistribute them, including for
23 + commercial purposes, as long as the copyright notice is preserved. They are
24 + provided as is, without any warranty.
25 +
26 + Full text in the `LICENSE` file next to this one.
27 + Canonical version: <https://opensource.org/licenses/MIT>