1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

update copyright years

This commit is contained in:
Klas Lindfors 2013-09-19 08:04:21 +02:00
parent 47cae946df
commit eb1ba8a52a
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2006-2012 Yubico AB
Copyright (c) 2006-2013 Yubico AB
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
# Written by Simon Josefsson <simon@yubico.com>.
# Copyright (c) 2006-2012 Yubico AB
# Copyright (c) 2006-2013 Yubico AB
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

View File

@ -1,7 +1,7 @@
/* Written by Ricky Zhou <ricky@fedoraproject.org>
* Fredrik Thulin <fredrik@yubico.com> implemented pam_modutil_drop_priv
*
* Copyright (c) 2011-2012 Yubico AB
* Copyright (c) 2011-2013 Yubico AB
* Copyright (c) 2011 Ricky Zhou <ricky@fedoraproject.org>
* All rights reserved.
*

View File

@ -1,5 +1,5 @@
/* Written by Simon Josefsson <simon@yubico.com>.
* Copyright (c) 2006-2012 Yubico AB
* Copyright (c) 2006-2013 Yubico AB
* Copyright (c) 2011 Tollef Fog Heen <tfheen@err.no>
* All rights reserved.
*

2
util.c
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2012 Yubico AB
* Copyright (c) 2011-2013 Yubico AB
* Copyright (c) 2011 Tollef Fog Heen <tfheen@err.no>
* All rights reserved.
*

2
util.h
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2012 Yubico AB
* Copyright (c) 2011-2013 Yubico AB
* Copyright (c) 2011 Tollef Fog Heen <tfheen@err.no>
* All rights reserved.
*

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 2011-2012 Yubico AB
.\" Copyright (c) 2011-2013 Yubico AB
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2012 Yubico AB
* Copyright (c) 2011-2013 Yubico AB
* All rights reserved.
*
* Author : Fredrik Thulin <fredrik@yubico.com>