From: Martin Mares Date: Fri, 3 Jan 2014 15:08:21 +0000 (+0100) Subject: Tools: It's 2014 now :) X-Git-Tag: v5.99~50^2~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9d354545c76016d34b86f2831b24ce9010bc91af;p=libucw.git Tools: It's 2014 now :) --- diff --git a/tools/check-exports b/tools/check-exports index bb9d441d..88818a1e 100755 --- a/tools/check-exports +++ b/tools/check-exports @@ -1,6 +1,6 @@ #!/usr/bin/perl # Check symbols exported by a library -# (c) 2013 Martin Mares +# (c) 2014 Martin Mares use common::sense; diff --git a/tools/map-symbols b/tools/map-symbols index 20897363..5e193b8f 100755 --- a/tools/map-symbols +++ b/tools/map-symbols @@ -1,6 +1,6 @@ #!/usr/bin/perl # Search for symbols which might need renaming -# (c) 2013 Martin Mares +# (c) 2014 Martin Mares use common::sense; diff --git a/tools/rename-symbols b/tools/rename-symbols index 0fc617a1..fe37ff9b 100755 --- a/tools/rename-symbols +++ b/tools/rename-symbols @@ -1,6 +1,6 @@ #!/usr/bin/perl # Re-generate symbol renaming defines -# (c) 2013 Martin Mares +# (c) 2014 Martin Mares use common::sense;