From: Richard W.M. Jones Date: Thu, 22 Mar 2012 16:07:11 +0000 (+0000) Subject: Update FSF address, add new 'licensecheck' target (thanks Michael Scherer). X-Git-Tag: 0.7.2~2 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=602f482985977184bfa2794cfb91b15337035a0a Update FSF address, add new 'licensecheck' target (thanks Michael Scherer). --- diff --git a/Makefile.am b/Makefile.am index 3a83347..74d552e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,6 @@ CLEANFILES = *~ rpm: dist rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz + +licensecheck: + licensecheck -c '\.(c|h|ml|mli|am|ac|m4|sh)$$' $$(git ls-files) diff --git a/daemon/exit.c b/daemon/exit.c index 904e0d7..b94295d 100644 --- a/daemon/exit.c +++ b/daemon/exit.c @@ -11,9 +11,9 @@ * 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, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/daemon/syslog_c.c b/daemon/syslog_c.c index 9ef2a9d..353b771 100644 --- a/daemon/syslog_c.c +++ b/daemon/syslog_c.c @@ -11,9 +11,9 @@ * 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, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/lib/flock.c b/lib/flock.c index 735e8f8..a635cf4 100644 --- a/lib/flock.c +++ b/lib/flock.c @@ -11,9 +11,9 @@ * 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, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include