diff --git a/flawfinder b/flawfinder index 2a4fe03..7e0b8ed 100755 --- a/flawfinder +++ b/flawfinder @@ -16,7 +16,7 @@ version="1.28" # # Currently this program can only analyze C/C++ code. # -# Copyright (C) 2001-2007 David A. Wheeler +# Copyright (C) 2001-2014 David A. Wheeler # This is released under the General Public License (GPL): # # This program is free software; you can redistribute it and/or modify diff --git a/flawfinder.1 b/flawfinder.1 index ae75b2e..477b71c 100644 --- a/flawfinder.1 +++ b/flawfinder.1 @@ -1,5 +1,5 @@ '\" -.\" (C) Copyright 2001 David A. Wheeler (dwheeler@dwheeler.com) +.\" (C) Copyright 2001-2014 David A. Wheeler (dwheeler@dwheeler.com) .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ .\" .\" Man page created 17 May 2001 by David A. Wheeler (dwheeler@dwheeler.com) .\" -.TH FLAWFINDER 1 "30 May 2004" "Flawfinder" "Flawfinder" +.TH FLAWFINDER 1 "13 Jul 2014" "Flawfinder" "Flawfinder" .SH NAME flawfinder \- find potential security flaws ("hits") in source code .SH SYNOPSIS diff --git a/makefile b/makefile index 019a0e1..63aceac 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Flawfinder. Released under the General Public License (GPL). -# (C) 2001 David A. Wheeler. +# (C) 2001-2014 David A. Wheeler. # To change version number, edit this here, the beginning of the # "flawfinder" script, flawfinder.spec, setup.py, and index.html.