SF.net SVN: geany:[2993] trunk/scripts

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Sep 25 11:17:08 UTC 2008


Revision: 2993
          http://geany.svn.sourceforge.net/geany/?rev=2993&view=rev
Author:   ntrel
Date:     2008-09-25 11:17:08 +0000 (Thu, 25 Sep 2008)

Log Message:
-----------
Fix copyright notices; use /usr/bin/env perl.

Modified Paths:
--------------
    trunk/scripts/changelist.pl
    trunk/scripts/svn-changes.sh

Modified: trunk/scripts/changelist.pl
===================================================================
--- trunk/scripts/changelist.pl	2008-09-25 10:30:46 UTC (rev 2992)
+++ trunk/scripts/changelist.pl	2008-09-25 11:17:08 UTC (rev 2993)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
-# Author:	Nick Treleaven
-# License:	GNU GPL V2 or later
+#!/usr/bin/env perl
+# Copyright:	2008, Nick Treleaven
+# License:		GNU GPL V2 or later
+# Warranty:		NONE
 
 # Searches a ChangeLog file for a line matching 'matchstring', then matches
 # all lines until two consecutive empty lines are found. The process then
@@ -9,6 +10,7 @@
 # are usually written in reverse date order).
 
 use strict;
+use warnings;
 
 my $scriptname = "changelist.pl";
 my $argc = $#ARGV + 1;

Modified: trunk/scripts/svn-changes.sh
===================================================================
--- trunk/scripts/svn-changes.sh	2008-09-25 10:30:46 UTC (rev 2992)
+++ trunk/scripts/svn-changes.sh	2008-09-25 11:17:08 UTC (rev 2993)
@@ -1,6 +1,7 @@
 #!/bin/bash
-# Author:	Nick Treleaven
-# License:	GNU GPL V2 or later
+# Copyright:	2008, Nick Treleaven
+# License:		GNU GPL V2 or later
+# Warranty:		NONE
 
 # Displays a summary of Subversion working copy changes in ChangeLog
 # format, plus warnings about any unknown files.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list