Skip to main content
2 of 3
edited tags
curiousdannii
  • 8k
  • 1
  • 30
  • 55

How can I open source a repository on Github by using Apache license in only one file?

To license a project in Github ,can I do it like this:

There are many files like src->Java, res etc for my Android app

So i want to use Apache license v 2.0 for open sourcing it

So will the license apply if I use it in header of one of my files(not all files) will it be open sourced or only that one file is open sourced?