Copyright Checklist
Complete attribution for all external assets, libraries, and content used in the WTSA Community Resource Hub, along with identification of original student work
All external assets are properly licensed (MIT, Open Font License, Apache 2.0). All original work created by us is clearly identified. No copyright violations exist in this project.
Fonts
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Inter View Source | Font | Google Fonts | Open Font License | Used via Google Fonts CDN | - |
Icons
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Lucide React Icons View Source | Icon Library | Lucide | ISC License | Icons: Search, Users, Menu, X, ArrowRight, MapPin, Calendar, Tag, etc. | - |
Images & Graphics
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Website Logo | Graphic | Student-designed via Adobe Illustrator | Original Work | Created by using Adobe Illustrator with gradients |
Code Libraries & Frameworks
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Next.js View Source | React Framework | Vercel | MIT License | Core framework for application | - |
React View Source | JavaScript Library | Meta/Facebook | MIT License | UI component library | - |
Tailwind CSS View Source | CSS Framework | Tailwind Labs | MIT License | Utility-first CSS framework | - |
Prisma View Source | ORM | Prisma Data Inc. | Apache 2.0 | Database ORM and query builder | - |
clsx View Source | Utility | NPM Package | MIT License | Conditional className utility | - |
tailwind-merge View Source | Utility | NPM Package | MIT License | Tailwind class merging utility | - |
Content
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Sample Chapter Data (Names, Locations) | Data | Demo Data | Original Work | Demo data regarding TSA chapters is entirely fictional for demonstration purposes | |
Resource Descriptions | Content | Demo Content | Original Work | All resource descriptions are original content created for demo purposes |
Code
| Asset Name | Type | Source | License | Attribution | Original |
|---|---|---|---|---|---|
Codebase | Source Code | Student developed | Original Work | All custom components, pages, API routes, and database schema written by us | |
Database Seed Data | Data Script | Student developed | Original Work | Custom seed script with demo data |
License Information
MIT License
Permissive license allowing commercial use, modification, distribution, and private use. Used by Next.js, React, Tailwind CSS, and utility libraries.
Open Font License
License for fonts allowing use in websites and applications. Applies to Inter font from Google Fonts.
Apache 2.0 License
Permissive license with patent protection. Used by Prisma ORM for database operations.
ISC License
Functionally equivalent to MIT License. Used by Lucide icon library.