|
1 | | -MIT License with Attribution Clause |
2 | | -SPDX-License-Identifier: MIT |
3 | | -Version: 1.1 |
4 | | -Date: 2025 |
| 1 | +MIT License |
5 | 2 |
|
6 | 3 | Copyright (c) 2025 Somesh Diwan |
7 | | -All rights reserved. |
8 | 4 |
|
9 | | -Permission is hereby granted, free of charge, to any person obtaining a copy of this repository |
10 | | -and its associated source code, documentation, or other files (the "Materials"), to use, modify, |
11 | | -merge, publish, and distribute the Materials for personal, educational, or commercial purposes, |
12 | | -subject to the following conditions: |
13 | | - |
14 | | -1. Attribution Required |
15 | | - - Any redistribution, reuse, or derivative work must provide clear and visible credit to the |
16 | | - original author: |
17 | | - "Original Author: Somesh Diwan" |
18 | | - - Attribution must appear in one of the following: |
19 | | - • Project README file |
20 | | - • Documentation |
21 | | - • Prominent source code comments |
22 | | - |
23 | | -2. No Warranty |
24 | | - - The Materials are provided "AS IS", without warranty of any kind, express or implied, |
25 | | - including but not limited to the warranties of merchantability, fitness for a particular |
26 | | - purpose, and non-infringement. |
27 | | - - In no event shall the author or copyright holder be liable for any claim, damages, or |
28 | | - other liability, whether in an action of contract, tort, or otherwise, arising from, |
29 | | - out of, or in connection with the Materials. |
30 | | - |
31 | | -3. No Misrepresentation |
32 | | - - You may not claim the Materials as your own original work without proper attribution. |
33 | | - - Forks, adaptations, and reuses must always make it clear that this work is based on |
34 | | - "JavaEvolution-Learning-Growing-Mastering" by Somesh Diwan. |
35 | | - |
36 | | -4. Contribution Welcome |
37 | | - - Contributions to this repository are welcome. |
38 | | - - By submitting contributions, you agree that they may be merged and redistributed |
39 | | - under the same license and attribution requirements. |
40 | | - - All contributions should maintain clarity, educational value, and proper attribution |
41 | | - if external content is adapted. |
42 | | - |
43 | | ---- |
44 | | - |
45 | | -NOTICE |
46 | | ------- |
47 | | - |
48 | | -If you copy, fork, or reuse this repository (in whole or in part), you **must include clear credit** |
49 | | -to the original author. |
50 | | - |
51 | | -Failure to provide attribution is a violation of these license terms and may result in takedown |
52 | | -requests or reporting under GitHub's community guidelines. |
53 | | - |
54 | | -Example Attribution: |
55 | | --------------------- |
56 | | -This project includes code or concepts from: |
57 | | -"JavaEvolution-Learning-Growing-Mastering" by Somesh Diwan |
58 | | -(https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering) |
| 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 THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
0 commit comments