Skip to content

Commit

Permalink
Revert "permissions remove svn ID's and history from source code"
Browse files Browse the repository at this point in the history
This reverts commit 1538ba7.
  • Loading branch information
oej committed Apr 1, 2016
1 parent 9ecf249 commit 4bb26a4
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/permissions/address.c
@@ -1,3 +1,4 @@

/*
* allow_address related functions
*
Expand All @@ -19,6 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2006-09-01 Introduced allow_address function
*/

#include <sys/types.h>
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/hash.h
@@ -1,4 +1,6 @@
/*
* $Id$
*
* Header file for trusted and address hash table functions
*
* Copyright (C) 2003-2006 Juha Heinanen
Expand Down
4 changes: 4 additions & 0 deletions modules/permissions/mi.c
@@ -1,4 +1,5 @@
/*
*
* Permissions MI and RPC functions
*
* Copyright (C) 2006 Juha Heinanen
Expand All @@ -19,6 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2006-10-16 created (juhe)
*/


Expand Down
1 change: 1 addition & 0 deletions modules/permissions/mi.h
@@ -1,4 +1,5 @@
/*
*
* Header file for permissions MI functions
*
* Copyright (C) 2006 Juha Heinanen
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/parse_config.c
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/parse_config.h
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/permissions.c
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand Down
5 changes: 5 additions & 0 deletions modules/permissions/permissions.h
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand All @@ -20,6 +22,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2003-09-03 replaced /usr/local/et/ser/ with CFG_DIR (andrei)
*/

#ifndef PERMISSIONS_H
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/rule.c
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/rule.h
@@ -1,4 +1,6 @@
/*
* $Id$
*
* PERMISSIONS module
*
* Copyright (C) 2003 Miklós Tirpák (mtirpak@sztaki.hu)
Expand Down
5 changes: 5 additions & 0 deletions modules/permissions/trusted.c
@@ -1,4 +1,6 @@
/*
* $Id$
*
* allow_trusted related functions
*
* Copyright (C) 2003-2012 Juha Heinanen
Expand All @@ -19,6 +21,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2004-06-07 updated to the new DB api, moved reload_trusted_table (andrei)
*/

#include <sys/types.h>
Expand Down
2 changes: 2 additions & 0 deletions modules/permissions/trusted.h
@@ -1,4 +1,6 @@
/*
* $Id$
*
* Header file for trusted.c implementing allow_trusted function
*
* Copyright (C) 2003-2008 Juha Heinanen
Expand Down

0 comments on commit 4bb26a4

Please sign in to comment.