From 8cd1268edca7396c74e55ee1ec2708ce6ef67a42 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Mon, 20 Feb 2012 21:41:54 +0000 Subject: [PATCH] Copyright notice updates. --- ChangeLog | 8 ++++++++ Makefile.in | 2 +- src/pkgbase.h | 2 +- src/pkginst.cpp | 2 +- src/pkgunst.cpp | 2 +- src/sysroot.cpp | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0eae0e..1f60bbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2012-02-20 Keith Marshall + Copyright notice updates. + + * Makefile.in: Add 2012 as year of republication. + * src/pkgbase.h src/sysroot.cpp src/pkgexec.cpp: Likewise. + * src/rites.c src/pkginst.cpp src/pkgunst.cpp: Likewise. + +2012-02-20 Keith Marshall + Fix ill-advised optimisation in $APPROOT environment lookup. * src/rites.c (approot_path): Don't save result of getenv() lookup diff --git a/Makefile.in b/Makefile.in index 484c39c..03f8c1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ # Written by Keith Marshall -# Copyright (C) 2009, 2010, 2011, MinGW Project +# Copyright (C) 2009, 2010, 2011, 2012, MinGW Project # # # Makefile template for mingw-get diff --git a/src/pkgbase.h b/src/pkgbase.h index bb03699..bd3a5eb 100644 --- a/src/pkgbase.h +++ b/src/pkgbase.h @@ -5,7 +5,7 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2009, 2010, 2011, MinGW Project + * Copyright (C) 2009, 2010, 2011, 2012, MinGW Project * * * Public interface for the package directory management routines; diff --git a/src/pkginst.cpp b/src/pkginst.cpp index 773209b..84b0764 100644 --- a/src/pkginst.cpp +++ b/src/pkginst.cpp @@ -4,7 +4,7 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2010, 2011, MinGW Project + * Copyright (C) 2010, 2011, 2012, MinGW Project * * * Implementation of the primary package installation and package diff --git a/src/pkgunst.cpp b/src/pkgunst.cpp index de646c2..3b06a50 100644 --- a/src/pkgunst.cpp +++ b/src/pkgunst.cpp @@ -4,7 +4,7 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2011, MinGW Project + * Copyright (C) 2011, 2012, MinGW Project * * * Implementation of the primary package removal methods. diff --git a/src/sysroot.cpp b/src/sysroot.cpp index 6355875..6d42745 100644 --- a/src/sysroot.cpp +++ b/src/sysroot.cpp @@ -4,7 +4,7 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2010, 2011, MinGW Project + * Copyright (C) 2010, 2011, 2012, MinGW Project * * * Implementation of the system map loader, sysroot management and -- 2.11.0