]> err.no Git - yubikey-personalization.old/commitdiff
Bump version. Use silent rules. Bump copyright years.
authorSimon Josefsson <simon@josefsson.org>
Mon, 23 Jan 2012 19:10:35 +0000 (20:10 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 23 Jan 2012 19:10:35 +0000 (20:10 +0100)
33 files changed:
COPYING
Makefile.am
NEWS
configure.ac
libykpers-1.map
tests/Makefile.am
tests/selftest.c
tests/test_args_to_config.c
tests/test_key_generation.c
ykchalresp.1
ykchalresp.c
ykcore/Makefile.am
ykcore/ykcore.c
ykcore/ykcore.h
ykcore/ykcore_backend.h
ykcore/ykcore_lcl.h
ykcore/ykcore_libusb-1.0.c
ykcore/ykcore_libusb.c
ykcore/ykcore_osx.c
ykcore/ykcore_stub.c
ykcore/ykcore_windows.c
ykcore/ykstatus.c
ykcore/ykstatus.h
ykcore/yktsd.h
ykpbkdf2.c
ykpbkdf2.h
ykpers-args.c
ykpers-args.h
ykpers.c
ykpers.h
ykpers4win.mk
ykpersonalize.1
ykpersonalize.c

diff --git a/COPYING b/COPYING
index cf711eef9a39b4d82dfdd0373f30a8642e1b9299..1c7eaf3cc9b3f427a4dd44f75c1ec99477a0bf2e 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2008, Yubico AB
+Copyright (c) 2008-2012 Yubico AB
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index b46ede244d088a752a9d47d88c57282943ced3b9..df31d209d01d956e705177eacd5587e4bdeb63a5 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Richard Levitte <richard@levitte.org>.
-# Copyright (c) 2008, 2009, 2010, 2011 Yubico AB
+# Copyright (c) 2008-2012 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
diff --git a/NEWS b/NEWS
index c28e779a3b949ae384143fa5641c110fb7725ba9..ac590555cb5b7ef35437933bb25d0550f300eef0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Yubikey-personalize NEWS -- History of user-visible changes.     -*- outline -*-
 
+* Version 1.6.4 (unreleased)
+
 * Version 1.6.3 (released 2011-12-15)
 
 ** No real change for regular users. Fix a bug in a test case for
index 66f176dc46cab88848afb898961f62f088fc73a8..b5277afcff110d6acc7bd0a4610835a29c7237a8 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Richard Levitte <richard@levitte.org>.
-# Copyright (c) 2008, 2009, 2010, 2011, Yubico AB
+# Copyright (c) 2008-2012 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-AC_INIT([yubikey-personalization], [1.6.2],
+AC_INIT([yubikey-personalization], [1.6.4],
   [yubico-devel@googlegroups.com], [ykpers],
   [http://code.google.com/p/yubikey-personalization/])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -41,6 +41,7 @@ AC_SUBST(LT_REVISION, 2)
 AC_SUBST(LT_AGE, 6)
 
 AM_INIT_AUTOMAKE([-Wall -Werror])
+AM_SILENT_RULES([yes])
 AC_PROG_CC
 
 ACX_PTHREAD
index caa916ce509a261d17b94dd4dc6df0e0300e9e2d..ea3b55acb7ad908c209ecdfe982740f216f2a8fc 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Simon Josefsson <simon@yubico.com>.
-# Copyright (c) 2008, 2009, 2011 Yubico AB
+# Copyright (c) 2008-2012 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
index 989f11db56986f5a739f9ea00b76b382d8b29a68..06d890a599fc482fe826f0e5c0af3bd59a435e50 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Yubico AB
+# Copyright (c) 2011-2012 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
index c64aecd1547c3975d5a28540cbe3f39bdc39b203..e81301a3c6130b5d6504764798e9048c1c694190 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2009, Yubico AB
+ * Copyright (c) 2009-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index edb8e194c0dab639d59fac58c6ee406a7803fb04..e33c9d04b7efdc47ac4687bad1c56169f1ec7613 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2011, Yubico AB
+ * Copyright (c) 2011-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 57c226d1ff6fecd1d6ceac5ed5f49df9b9a084eb..c836b949c78fcb8b3fdf04696d0965b3372f9d97 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2011, Yubico AB
+ * Copyright (c) 2011-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d217b045dd4cecb81f82273f00169c9f4d965ffa..86134364ffbdbcec34ea606a6b75e2d98d0a0cb7 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2011 Yubico AB
+.\" Copyright (c) 2011-2012 Yubico AB
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index f7c8b6cb8963b70c7f2b9a793cb39c795b08e39f..0d719d183b5482387f42e9b8da87c693a490c807 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2011 Yubico AB.
+ * Copyright (c) 2011-2012 Yubico AB.
  * All rights reserved.
  *
  * Author : Fredrik Thulin <fredrik@yubico.com>
index 03ac1e4a23f89f82807f2eb56e2f0298e2725cb7..dcc64d8fb4d3926127c01eeda7d3541b4cfdfd9b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2008, 2009, 2011, Yubico AB
+# Copyright (c) 2008-2012 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
index 10fb39b73a53db90580ed16c7628a4a121cdcd8e..35a07d8c2961cf4f40a2653e161e738659561af9 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d44722edca1609d69c322558ad89eba1638af1fd..d45524ea89fa08f0d6e373cd78c8ef4ad5f56aef 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008-2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7a0152563954c132c35dd3a6b7b8e85508f48ac1..d8a64972bd0927be4273848d7ee02285bfbf9dd8 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
  * Written by Richard Levitte <richar@levitte.org>
- * Copyright (c) 2008, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 425f1479fe4ad0b5691d5ffefda765098700ebbc..3438c035f64ab53b604e9e77d26c5f45c0bff21d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 35f7bb0c335fb0b88f4941543cd7078b85478fbd..138e85c2e9b0dbb1597687129febe9754647bec4 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2009, Tollef Fog Heen <tfheen@err.no>
- * Copyright (c) 2008, 2009, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
+ * Copyright (c) 2009 Tollef Fog Heen <tfheen@err.no>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 73cf583d70b4e4c642efb19a09e020f8dcac9feb..fb8f17ea11ae8dc8d213ba4474bd1140d2263bbf 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0ab2f78ab358ad6e2e2de94f9dd4e7769c89dc41..58e3bd2934476aa5d5392a51865aa8513d4b8ecb 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, Yubico AB
- * Copyright (c) 2009, Christer Kaivo-oja <christer.kaivooja@gmail.com>
+ * Copyright (c) 2008-2012 Yubico AB
+ * Copyright (c) 2009 Christer Kaivo-oja <christer.kaivooja@gmail.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 891a16e6211c95e786daf682286fe4978ba91db4..ef1671fab0e232a98ddcae4c88fcdbf7aac4d724 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 45c656e6a7c9e5646779e468897054527ef9cbfe..796ce37f96ed341ba320297d2b5504dcde44bef6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f4aff01b38119f5bd69325cf556d9982f9eabf9f..4677fefb50e7c20fecec00153c1cd5c687b01d8b 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
  * Written by Richard Levitte <richard@levitte.org>
- * Copyright (c) 2008, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index df3c25b462772c8caaa0298ae94b9fb35214ae62..74fd95e0375d3f63e0513fc15942395208eb822c 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
  * Written by Richard Levitte <richard@levitte.org>
- * Copyright (c) 2008-2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 615e49a381f1c4faedf71592e091f63aa113cb62..9b5e5269eef7fd31f0b9f360f9dd6c335e7f4c78 100644 (file)
@@ -2,6 +2,7 @@
 /* Note: this file is copied from Levitte Programming's LPlib and reworked
    for ykcore */
 /*
+ * Copyright (c) 2008-2012 Yubico AB
  * Copyright (c) 2010 Simon Josefsson <simon@josefsson.org>
  * Copyright (c) 2003, 2004 Richard Levitte <richard@levitte.org>.
  * All rights reserved.
index 9273d1cba6d5b6ba8632238748070e750a608328..119c9713d8806aa709f25b927a7b47a61768bb1c 100644 (file)
@@ -1,5 +1,5 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
-/* Copyright (c) 2008, Yubico AB
+/* Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 836eb1bd74af4fb065ad9af5d7d739cd11c31d48..f443dba406ac90c3c6d2df3e10f4762b60efbeb9 100644 (file)
@@ -1,5 +1,5 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
-/* Copyright (c) 2008, Yubico AB
+/* Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c21dab1ce26f17c1a2438c4a01293ca81e849888..6617de2b6affada5e321f6409ccf75e50af85633 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011, Yubico AB
- * Copyright (c) 2010  Tollef Fog Heen <tfheen@err.no>
+ * Copyright (c) 2008-2012 Yubico AB
+ * Copyright (c) 2010 Tollef Fog Heen <tfheen@err.no>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 873b2ef12538030da608b73917e14b4d9beb2e2d..d45caf6e97898b32245697e5702bebb44268eb6e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011, Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 760941bc08b2ec0dce84016954a65b06cca209e3..cd1f442251b6c27d837747af8f39ffef25b24f7f 100644 (file)
--- a/ykpers.c
+++ b/ykpers.c
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011 Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f5c59e07d878e07595507fdadf8f54ff08e60648..2bc4c8b6176eb26dd3df64539387ae506594c49d 100644 (file)
--- a/ykpers.h
+++ b/ykpers.h
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008-201 Yubico AB
+ * Copyright (c) 2008-2012 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 05962627f80dd28594e2d65b44d676132f35b2f3..7a34303a5ccc972809674782b7b6a8d8fad26398 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Simon Josefsson <simon@josefsson.org>.
-# Copyright (c) 2010, 2011 Yubico AB
+# Copyright (c) 2010-2012 Yubico AB
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index 8d03d4d967c0000d92bb98ffdd1c3353258f0be9..cccd24bf517af3ec656a3950dab266c9946e6177 100644 (file)
@@ -1,5 +1,5 @@
+.\" Copyright (c) 2009-2012 Yubico AB
 .\" Copyright (C) 2009, 2010 Tollef Fog Heen <tfheen@err.no>
-.\" Copyright (c) 2009 Yubico AB
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 581c829801c1b3ca1ca632d6cd902760df469126..57490e9c989bc942c82bd6da7b2814912e2682b3 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011, Yubico AB
- * Copyright (c) 2010  Tollef Fog Heen <tfheen@err.no>
+ * Copyright (c) 2008-2012 Yubico AB
+ * Copyright (c) 2010 Tollef Fog Heen <tfheen@err.no>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without