Skip to content

Commit 8957f52

Browse files
authored
Add CC BY-NC-SA 4.0 license (#167)
* Add CC BY-NC-SA 4.0 license * Add license in footer
1 parent 201e9ba commit 8957f52

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

LICENSE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The assets in this repository are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
2+
3+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
4+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
5+
</a>
6+
<br />
7+
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
1010
2. Kindly provide a comment on the aforementioned issue, and we will proceed with assigning it on GitHub.
1111
3. Please don't hesitate to contact us on [Zulip](https://pyconindia.zulipchat.com/#narrow/stream/226092-wg.2Ftechnology) if you require further clarification or information regarding the issue.
1212

13-
## Guidelines for the website sprint
13+
## Guidelines for the website sprint
1414

1515
1. Kindly utilize the provided link to access the complete HTML content: https://github.com/pythonindia/inpycon2023/blob/main/pages/pycon-landing.tsx
1616
2. To proceed, please create a forked repository within your GitHub account and establish a branch that corresponds to the issue's name.
1717
3. Please create components within the designated shared directory, namely the component folder. These components should be generated based on the relevant HTML code mentioned in step 1, ensuring that all necessary files specific to your assigned issue are included.
1818
4. Upon completing the necessary changes, create a Pull Request associated with your issue, ensuring to include an updated issue checklist within the PR comment section.
1919

20-
2120
## Getting Started
2221

2322
First, run the development server:
@@ -54,3 +53,7 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
5453
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
5554

5655
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
56+
57+
## License
58+
59+
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE.md)

components/footer.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ const Footer: React.FC = () => {
7676
</div>
7777
<div className="col-md text-center pt-md-0 pt-4">
7878
<h3 className="footer-title">Copyright @ 2023 PyCon India</h3>
79+
<a
80+
rel="license"
81+
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
82+
target="_blank"
83+
>
84+
<Image
85+
width="88"
86+
height="31"
87+
alt="Creative Commons License"
88+
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"
89+
/>
90+
</a>
7991
</div>
8092
<div className="col-md-2 text-center text-md-start pt-md-0 pt-3">
8193
<h3 className="footer-title">Design By</h3>

0 commit comments

Comments
 (0)