I want to publish a script for general public use under GPL licensing. My question is how should I go about it?
I googled about the same and my understanding is:
I should paste the following text in comment section of my script:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
I should provide a license.txt file containing GPL license terms and conditions along with my script copied from following link: https://www.gnu.org/licenses/gpl-3.0.txt
Would these 2 points sufficient? Or do I need to contact somebody from GPL?