Apache License -> What exactly do i have to include to share my code/application

Heyho folks :smiley:

I worked on my very first game and around 3 months ago i started with serious programming.
Now i wanted to share the code with somebody I barely know, but I want to license it with the Apache License 2.0.
I was reading the faq -->http://www.apache.org/foundation/license-faq.html<–
and came across the ā€œI’m not a lawyer. What does it all MEAN?ā€ part.
There i were stuck at the part:

  //  It does not require you to:

 //   include the source of the Apache software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;

now i searched around but i could not find an (for me) understanable explentation :confused:
so now i would like to know what exactly do i have to include? ^^

It tells you you do not need to include an apache source.

Someone posted this before

Hey somehow i failed yesterday with copy + paste and got the wrong part x.x so here comes the right one:


//   It requires you to:

//   include a copy of the license in any redistribution you may make that includes Apache software;

//   provide clear attribution to The Apache Software Foundation for any distributions that include Apache software.

so my question was sort of:
what parts of the licenses do i have to include?
I am using libgdx just as an example and well the catch is that i just dont understand what exactly i have to do to be legaly correct ^^