changed tabs to 4 spaces
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Generates oid.h and oid.c out of oid.txt
|
# Generates oid.h and oid.c out of oid.txt
|
||||||
# Copyright (C) 2003-2004 Andreas Steffen, Zuercher Hochschule Winterthur
|
#
|
||||||
|
# Copyright (C) 2003-2008 Andreas Steffen
|
||||||
|
# Hochschule fuer Technik Rapperswil
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# This program is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by the
|
# under the terms of the GNU General Public License as published by the
|
||||||
@@ -13,7 +15,7 @@
|
|||||||
# for more details.
|
# for more details.
|
||||||
#
|
#
|
||||||
|
|
||||||
$copyright="Copyright (C) 2003-2004 Andreas Steffen, Zuercher Hochschule Winterthur";
|
$copyright="Copyright (C) 2003-2008 Andreas Steffen, Hochschule fuer Technik Rapperswil";
|
||||||
$automatic="This file has been automatically generated by the script oid.pl";
|
$automatic="This file has been automatically generated by the script oid.pl";
|
||||||
$warning="Do not edit manually!";
|
$warning="Do not edit manually!";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user