Fix copyright notices; use /usr/bin/env perl.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2993 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
80538bb116
commit
9c25c58b2d
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/env perl
|
||||||
# Author: Nick Treleaven
|
# Copyright: 2008, Nick Treleaven
|
||||||
# License: GNU GPL V2 or later
|
# License: GNU GPL V2 or later
|
||||||
|
# Warranty: NONE
|
||||||
|
|
||||||
# Searches a ChangeLog file for a line matching 'matchstring', then matches
|
# Searches a ChangeLog file for a line matching 'matchstring', then matches
|
||||||
# all lines until two consecutive empty lines are found. The process then
|
# all lines until two consecutive empty lines are found. The process then
|
||||||
@ -9,6 +10,7 @@
|
|||||||
# are usually written in reverse date order).
|
# are usually written in reverse date order).
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
my $scriptname = "changelist.pl";
|
my $scriptname = "changelist.pl";
|
||||||
my $argc = $#ARGV + 1;
|
my $argc = $#ARGV + 1;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Author: Nick Treleaven
|
# Copyright: 2008, Nick Treleaven
|
||||||
# License: GNU GPL V2 or later
|
# License: GNU GPL V2 or later
|
||||||
|
# Warranty: NONE
|
||||||
|
|
||||||
# Displays a summary of Subversion working copy changes in ChangeLog
|
# Displays a summary of Subversion working copy changes in ChangeLog
|
||||||
# format, plus warnings about any unknown files.
|
# format, plus warnings about any unknown files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user