Skip to content

Commit

Permalink
remove $Id$ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jan 7, 2014
1 parent f9d3499 commit 7e1d5e6
Show file tree
Hide file tree
Showing 66 changed files with 0 additions and 130 deletions.
2 changes: 0 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

* Main developer

Rickard Bellgrim, .SE (The Internet Infrastructure Foundation)
Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

Copyright (c) 2011 .SE, The Internet Infrastructure Foundation
http://www.iis.se

Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

ACLOCAL_AMFLAGS = -I m4

MAINTAINERCLEANFILES = \
Expand Down
2 changes: 0 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

NEWS for SoftHSM -- History of user visible changes

SoftHSM trunk
Expand Down
2 changes: 0 additions & 2 deletions README.MinGW
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

Contributed by Jaroslav Imrich.

********************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh
#
# $Id$

autoreconf --install --force
2 changes: 0 additions & 2 deletions checks/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

This program will check all the PKCS#11 functions implemented by SoftHSM.
It test many combinations of input data and checks that the correct
responses are returned.
2 changes: 0 additions & 2 deletions checks/checks.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions checks/checks.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions checks/cryptoki.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2010 SURFnet bv
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions checks/keyconv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
#
# $Id$

regress()
{
Expand Down
2 changes: 0 additions & 2 deletions checks/softhsm.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Not a valid path
0:;///
# An initialized token
Expand Down
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl

##################
# #
# Version #
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_64bit.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_64BIT],[
AC_ARG_ENABLE(
[64bit],
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_botan.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_BOTAN],[
AC_ARG_WITH(botan,
AC_HELP_STRING([--with-botan=PATH],[Specify prefix of path of Botan]),
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_dlopen.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_DLOPEN],[
tmp_SUCCESS="no"
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_libsqlite3.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_LIBSQLITE3],[
tmp_CPPFLAGS=$CPPFLAGS
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_pedantic.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_PEDANTIC],[
AC_ARG_ENABLE(
[pedantic],
Expand Down
2 changes: 0 additions & 2 deletions m4/acx_prefixhack.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$
#
# Special processing of paths depending on whether --prefix,
# --sysconfdir or --localstatedir arguments were given.

Expand Down
2 changes: 0 additions & 2 deletions m4/acx_strict.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

AC_DEFUN([ACX_STRICT],[
AC_ARG_ENABLE(
[strict],
Expand Down
1 change: 0 additions & 1 deletion softhsm.conf.5.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.TH softhsm.conf 5 "29 August 2012" "SoftHSM"
.\" $Id$
.SH NAME
softhsm.conf \- SoftHSM configuration file
.SH SYNOPSIS
Expand Down
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

SUBDIRS = lib bin
2 changes: 0 additions & 2 deletions src/bin/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

AM_CPPFLAGS = -I$(srcdir)/../lib/cryptoki_compat \
Expand Down
1 change: 0 additions & 1 deletion src/bin/base64.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
/* $OpenBSD: base64.c,v 1.3 2002/06/09 08:13:07 todd Exp $ */

/*
Expand Down
2 changes: 0 additions & 2 deletions src/bin/cryptoki.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2010 SURFnet bv
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion src/bin/softhsm-keyconv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.TH SOFTHSM-KEYCONV 1 "21 December 2009" "SoftHSM"
.\" $Id$
.SH NAME
softhsm-keyconv \- converting between BIND and PKCS#8 key file formats
.SH SYNOPSIS
Expand Down
2 changes: 0 additions & 2 deletions src/bin/softhsm-keyconv.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2009-2011 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/bin/softhsm-keyconv.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2009-2011 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion src/bin/softhsm.1.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.TH SOFTHSM 1 "13 June 2011" "SoftHSM"
.\" $Id$
.SH NAME
softhsm \- support tool for libsofthsm
.SH SYNOPSIS
Expand Down
2 changes: 0 additions & 2 deletions src/bin/softhsm.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2011 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/bin/softhsm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2011 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

AM_CPPFLAGS = -I$(srcdir)/cryptoki_compat \
Expand Down
2 changes: 0 additions & 2 deletions src/lib/MutexFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2010 SURFnet bv
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/MutexFactory.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2010 SURFnet bv
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftDatabase.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftDatabase.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftFind.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftFind.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftHSMInternal.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftHSMInternal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftKeyStore.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftKeyStore.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftSession.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftSession.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftSlot.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/SoftSlot.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/attribute.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/attribute.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/botan_compat.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* BigInt Base
* (C) 1999-2008 Jack Lloyd
Expand Down
2 changes: 0 additions & 2 deletions src/lib/botan_compat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* BigInt Base
* (C) 1999-2008 Jack Lloyd
Expand Down
2 changes: 0 additions & 2 deletions src/lib/cryptoki.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2010 SURFnet bv
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/file.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/file.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/log.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/main.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/mechanisms.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/mechanisms.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/osmutex.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2010 .SE (The Internet Infrastructure Foundation).
* Copyright (c) 2010 SURFnet bv
Expand Down
2 changes: 0 additions & 2 deletions src/lib/osmutex.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2010 .SE (The Internet Infrastructure Foundation).
* Copyright (c) 2010 SURFnet bv
Expand Down
2 changes: 0 additions & 2 deletions src/lib/tokenhandling.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/tokenhandling.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/userhandling.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/userhandling.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/util.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/*
* Copyright (c) 2008-2009 .SE (The Internet Infrastructure Foundation).
* All rights reserved.
Expand Down

0 comments on commit 7e1d5e6

Please sign in to comment.