]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
removing svn keyword $Id$ from all files
authorTobias Brunner <tobias@strongswan.org>
Thu, 30 Apr 2009 13:19:35 +0000 (13:19 -0000)
committerTobias Brunner <tobias@strongswan.org>
Thu, 30 Apr 2009 13:19:35 +0000 (13:19 -0000)
800 files changed:
README
src/_copyright/_copyright.8
src/_copyright/_copyright.c
src/_updown/_updown.8
src/_updown/_updown.in
src/_updown_espmark/_updown_espmark
src/_updown_espmark/_updown_espmark.8
src/charon/bus/bus.c
src/charon/bus/bus.h
src/charon/bus/listeners/file_logger.c
src/charon/bus/listeners/file_logger.h
src/charon/bus/listeners/sys_logger.c
src/charon/bus/listeners/sys_logger.h
src/charon/config/attributes/attribute_handler.h
src/charon/config/attributes/attribute_manager.c
src/charon/config/attributes/attribute_manager.h
src/charon/config/attributes/attribute_provider.h
src/charon/config/auth_cfg.c
src/charon/config/backend.h
src/charon/config/backend_manager.c
src/charon/config/backend_manager.h
src/charon/config/child_cfg.c
src/charon/config/child_cfg.h
src/charon/config/ike_cfg.c
src/charon/config/ike_cfg.h
src/charon/config/peer_cfg.c
src/charon/config/peer_cfg.h
src/charon/config/proposal.c
src/charon/config/proposal.h
src/charon/config/proposal_keywords.h
src/charon/config/proposal_keywords.txt
src/charon/config/traffic_selector.c
src/charon/config/traffic_selector.h
src/charon/control/controller.c
src/charon/control/controller.h
src/charon/credentials/credential_manager.c
src/charon/credentials/credential_manager.h
src/charon/credentials/credential_set.h
src/charon/credentials/sets/auth_cfg_wrapper.c
src/charon/credentials/sets/auth_cfg_wrapper.h
src/charon/credentials/sets/cert_cache.c
src/charon/credentials/sets/cert_cache.h
src/charon/credentials/sets/ocsp_response_wrapper.c
src/charon/credentials/sets/ocsp_response_wrapper.h
src/charon/daemon.h
src/charon/encoding/generator.c
src/charon/encoding/generator.h
src/charon/encoding/message.c
src/charon/encoding/message.h
src/charon/encoding/parser.c
src/charon/encoding/parser.h
src/charon/encoding/payloads/auth_payload.c
src/charon/encoding/payloads/auth_payload.h
src/charon/encoding/payloads/cert_payload.c
src/charon/encoding/payloads/cert_payload.h
src/charon/encoding/payloads/certreq_payload.c
src/charon/encoding/payloads/certreq_payload.h
src/charon/encoding/payloads/configuration_attribute.c
src/charon/encoding/payloads/configuration_attribute.h
src/charon/encoding/payloads/cp_payload.c
src/charon/encoding/payloads/cp_payload.h
src/charon/encoding/payloads/delete_payload.c
src/charon/encoding/payloads/delete_payload.h
src/charon/encoding/payloads/eap_payload.c
src/charon/encoding/payloads/eap_payload.h
src/charon/encoding/payloads/encodings.c
src/charon/encoding/payloads/encodings.h
src/charon/encoding/payloads/encryption_payload.c
src/charon/encoding/payloads/encryption_payload.h
src/charon/encoding/payloads/endpoint_notify.c
src/charon/encoding/payloads/endpoint_notify.h
src/charon/encoding/payloads/id_payload.c
src/charon/encoding/payloads/id_payload.h
src/charon/encoding/payloads/ike_header.c
src/charon/encoding/payloads/ike_header.h
src/charon/encoding/payloads/ke_payload.c
src/charon/encoding/payloads/ke_payload.h
src/charon/encoding/payloads/nonce_payload.c
src/charon/encoding/payloads/nonce_payload.h
src/charon/encoding/payloads/notify_payload.c
src/charon/encoding/payloads/notify_payload.h
src/charon/encoding/payloads/payload.c
src/charon/encoding/payloads/payload.h
src/charon/encoding/payloads/proposal_substructure.c
src/charon/encoding/payloads/proposal_substructure.h
src/charon/encoding/payloads/sa_payload.c
src/charon/encoding/payloads/sa_payload.h
src/charon/encoding/payloads/traffic_selector_substructure.c
src/charon/encoding/payloads/traffic_selector_substructure.h
src/charon/encoding/payloads/transform_attribute.c
src/charon/encoding/payloads/transform_attribute.h
src/charon/encoding/payloads/transform_substructure.c
src/charon/encoding/payloads/transform_substructure.h
src/charon/encoding/payloads/ts_payload.c
src/charon/encoding/payloads/ts_payload.h
src/charon/encoding/payloads/unknown_payload.c
src/charon/encoding/payloads/unknown_payload.h
src/charon/encoding/payloads/vendor_id_payload.c
src/charon/encoding/payloads/vendor_id_payload.h
src/charon/kernel/kernel_interface.c
src/charon/kernel/kernel_interface.h
src/charon/kernel/kernel_ipsec.c
src/charon/kernel/kernel_ipsec.h
src/charon/kernel/kernel_net.h
src/charon/network/packet.c
src/charon/network/packet.h
src/charon/network/receiver.c
src/charon/network/receiver.h
src/charon/network/sender.c
src/charon/network/sender.h
src/charon/network/socket-raw.c
src/charon/network/socket.c
src/charon/network/socket.h
src/charon/plugins/attr/attr_plugin.c
src/charon/plugins/attr/attr_plugin.h
src/charon/plugins/attr/attr_provider.c
src/charon/plugins/attr/attr_provider.h
src/charon/plugins/eap_aka/eap_aka.c
src/charon/plugins/eap_aka/eap_aka.h
src/charon/plugins/eap_aka/eap_aka_plugin.c
src/charon/plugins/eap_aka/eap_aka_plugin.h
src/charon/plugins/eap_gtc/eap_gtc.c
src/charon/plugins/eap_gtc/eap_gtc.h
src/charon/plugins/eap_gtc/eap_gtc_plugin.c
src/charon/plugins/eap_gtc/eap_gtc_plugin.h
src/charon/plugins/eap_identity/eap_identity.c
src/charon/plugins/eap_identity/eap_identity.h
src/charon/plugins/eap_identity/eap_identity_plugin.c
src/charon/plugins/eap_identity/eap_identity_plugin.h
src/charon/plugins/eap_md5/eap_md5.c
src/charon/plugins/eap_md5/eap_md5.h
src/charon/plugins/eap_md5/eap_md5_plugin.c
src/charon/plugins/eap_md5/eap_md5_plugin.h
src/charon/plugins/eap_mschapv2/eap_mschapv2.c
src/charon/plugins/eap_mschapv2/eap_mschapv2.h
src/charon/plugins/eap_mschapv2/eap_mschapv2_plugin.c
src/charon/plugins/eap_mschapv2/eap_mschapv2_plugin.h
src/charon/plugins/eap_radius/eap_radius.c
src/charon/plugins/eap_radius/eap_radius.h
src/charon/plugins/eap_radius/eap_radius_plugin.c
src/charon/plugins/eap_radius/eap_radius_plugin.h
src/charon/plugins/eap_radius/radius_client.c
src/charon/plugins/eap_radius/radius_client.h
src/charon/plugins/eap_radius/radius_message.c
src/charon/plugins/eap_radius/radius_message.h
src/charon/plugins/eap_sim/eap_sim.c
src/charon/plugins/eap_sim/eap_sim_plugin.c
src/charon/plugins/eap_sim/eap_sim_plugin.h
src/charon/plugins/eap_sim_file/eap_sim_file_card.c
src/charon/plugins/eap_sim_file/eap_sim_file_card.h
src/charon/plugins/eap_sim_file/eap_sim_file_plugin.c
src/charon/plugins/eap_sim_file/eap_sim_file_plugin.h
src/charon/plugins/eap_sim_file/eap_sim_file_provider.c
src/charon/plugins/eap_sim_file/eap_sim_file_provider.h
src/charon/plugins/eap_sim_file/eap_sim_file_triplets.c
src/charon/plugins/eap_sim_file/eap_sim_file_triplets.h
src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
src/charon/plugins/kernel_klips/kernel_klips_ipsec.h
src/charon/plugins/kernel_klips/kernel_klips_plugin.c
src/charon/plugins/kernel_klips/kernel_klips_plugin.h
src/charon/plugins/kernel_netlink/kernel_netlink_ipsec.c
src/charon/plugins/kernel_netlink/kernel_netlink_ipsec.h
src/charon/plugins/kernel_netlink/kernel_netlink_net.c
src/charon/plugins/kernel_netlink/kernel_netlink_net.h
src/charon/plugins/kernel_netlink/kernel_netlink_plugin.c
src/charon/plugins/kernel_netlink/kernel_netlink_plugin.h
src/charon/plugins/kernel_netlink/kernel_netlink_shared.c
src/charon/plugins/kernel_netlink/kernel_netlink_shared.h
src/charon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
src/charon/plugins/kernel_pfkey/kernel_pfkey_ipsec.h
src/charon/plugins/kernel_pfkey/kernel_pfkey_plugin.c
src/charon/plugins/kernel_pfkey/kernel_pfkey_plugin.h
src/charon/plugins/kernel_pfroute/kernel_pfroute_net.c
src/charon/plugins/kernel_pfroute/kernel_pfroute_net.h
src/charon/plugins/kernel_pfroute/kernel_pfroute_plugin.c
src/charon/plugins/kernel_pfroute/kernel_pfroute_plugin.h
src/charon/plugins/load_tester/load_tester_config.c
src/charon/plugins/load_tester/load_tester_config.h
src/charon/plugins/load_tester/load_tester_creds.c
src/charon/plugins/load_tester/load_tester_creds.h
src/charon/plugins/load_tester/load_tester_diffie_hellman.c
src/charon/plugins/load_tester/load_tester_diffie_hellman.h
src/charon/plugins/load_tester/load_tester_ipsec.c
src/charon/plugins/load_tester/load_tester_ipsec.h
src/charon/plugins/load_tester/load_tester_listener.c
src/charon/plugins/load_tester/load_tester_listener.h
src/charon/plugins/load_tester/load_tester_plugin.c
src/charon/plugins/load_tester/load_tester_plugin.h
src/charon/plugins/medcli/medcli_config.c
src/charon/plugins/medcli/medcli_config.h
src/charon/plugins/medcli/medcli_creds.c
src/charon/plugins/medcli/medcli_creds.h
src/charon/plugins/medcli/medcli_listener.c
src/charon/plugins/medcli/medcli_listener.h
src/charon/plugins/medcli/medcli_plugin.c
src/charon/plugins/medcli/medcli_plugin.h
src/charon/plugins/medsrv/medsrv_config.c
src/charon/plugins/medsrv/medsrv_config.h
src/charon/plugins/medsrv/medsrv_creds.c
src/charon/plugins/medsrv/medsrv_creds.h
src/charon/plugins/medsrv/medsrv_plugin.c
src/charon/plugins/medsrv/medsrv_plugin.h
src/charon/plugins/nm/gnome/auth-dialog/main.c
src/charon/plugins/nm/gnome/properties/nm-strongswan.c
src/charon/plugins/nm/gnome/properties/nm-strongswan.h
src/charon/plugins/nm/nm_creds.c
src/charon/plugins/nm/nm_creds.h
src/charon/plugins/nm/nm_handler.c
src/charon/plugins/nm/nm_handler.h
src/charon/plugins/nm/nm_plugin.c
src/charon/plugins/nm/nm_plugin.h
src/charon/plugins/nm/nm_service.c
src/charon/plugins/nm/nm_service.h
src/charon/plugins/resolv_conf/resolv_conf_handler.c
src/charon/plugins/resolv_conf/resolv_conf_handler.h
src/charon/plugins/resolv_conf/resolv_conf_plugin.c
src/charon/plugins/resolv_conf/resolv_conf_plugin.h
src/charon/plugins/smp/smp.c
src/charon/plugins/smp/smp.h
src/charon/plugins/sql/pool.c
src/charon/plugins/sql/sql_attribute.c
src/charon/plugins/sql/sql_attribute.h
src/charon/plugins/sql/sql_config.c
src/charon/plugins/sql/sql_config.h
src/charon/plugins/sql/sql_cred.c
src/charon/plugins/sql/sql_cred.h
src/charon/plugins/sql/sql_logger.c
src/charon/plugins/sql/sql_logger.h
src/charon/plugins/sql/sql_plugin.c
src/charon/plugins/sql/sql_plugin.h
src/charon/plugins/stroke/stroke_attribute.c
src/charon/plugins/stroke/stroke_attribute.h
src/charon/plugins/stroke/stroke_ca.c
src/charon/plugins/stroke/stroke_ca.h
src/charon/plugins/stroke/stroke_config.c
src/charon/plugins/stroke/stroke_config.h
src/charon/plugins/stroke/stroke_control.c
src/charon/plugins/stroke/stroke_control.h
src/charon/plugins/stroke/stroke_cred.c
src/charon/plugins/stroke/stroke_cred.h
src/charon/plugins/stroke/stroke_list.c
src/charon/plugins/stroke/stroke_list.h
src/charon/plugins/stroke/stroke_plugin.c
src/charon/plugins/stroke/stroke_plugin.h
src/charon/plugins/stroke/stroke_shared_key.c
src/charon/plugins/stroke/stroke_shared_key.h
src/charon/plugins/stroke/stroke_socket.c
src/charon/plugins/stroke/stroke_socket.h
src/charon/plugins/uci/uci_config.c
src/charon/plugins/uci/uci_config.h
src/charon/plugins/uci/uci_control.c
src/charon/plugins/uci/uci_control.h
src/charon/plugins/uci/uci_creds.c
src/charon/plugins/uci/uci_creds.h
src/charon/plugins/uci/uci_parser.c
src/charon/plugins/uci/uci_parser.h
src/charon/plugins/uci/uci_plugin.c
src/charon/plugins/uci/uci_plugin.h
src/charon/plugins/unit_tester/tests.h
src/charon/plugins/unit_tester/unit_tester.c
src/charon/plugins/unit_tester/unit_tester.h
src/charon/plugins/updown/updown_listener.c
src/charon/plugins/updown/updown_listener.h
src/charon/plugins/updown/updown_plugin.c
src/charon/plugins/updown/updown_plugin.h
src/charon/processing/jobs/acquire_job.c
src/charon/processing/jobs/acquire_job.h
src/charon/processing/jobs/callback_job.c
src/charon/processing/jobs/callback_job.h
src/charon/processing/jobs/delete_child_sa_job.c
src/charon/processing/jobs/delete_child_sa_job.h
src/charon/processing/jobs/delete_ike_sa_job.c
src/charon/processing/jobs/delete_ike_sa_job.h
src/charon/processing/jobs/initiate_mediation_job.c
src/charon/processing/jobs/initiate_mediation_job.h
src/charon/processing/jobs/job.h
src/charon/processing/jobs/mediation_job.c
src/charon/processing/jobs/mediation_job.h
src/charon/processing/jobs/migrate_job.c
src/charon/processing/jobs/migrate_job.h
src/charon/processing/jobs/process_message_job.c
src/charon/processing/jobs/process_message_job.h
src/charon/processing/jobs/rekey_child_sa_job.c
src/charon/processing/jobs/rekey_child_sa_job.h
src/charon/processing/jobs/rekey_ike_sa_job.c
src/charon/processing/jobs/rekey_ike_sa_job.h
src/charon/processing/jobs/retransmit_job.c
src/charon/processing/jobs/retransmit_job.h
src/charon/processing/jobs/roam_job.c
src/charon/processing/jobs/roam_job.h
src/charon/processing/jobs/send_dpd_job.c
src/charon/processing/jobs/send_dpd_job.h
src/charon/processing/jobs/send_keepalive_job.c
src/charon/processing/jobs/send_keepalive_job.h
src/charon/processing/jobs/update_sa_job.c
src/charon/processing/jobs/update_sa_job.h
src/charon/processing/processor.c
src/charon/processing/processor.h
src/charon/processing/scheduler.c
src/charon/processing/scheduler.h
src/charon/sa/authenticators/authenticator.c
src/charon/sa/authenticators/authenticator.h
src/charon/sa/authenticators/eap/eap_manager.c
src/charon/sa/authenticators/eap/eap_manager.h
src/charon/sa/authenticators/eap/eap_method.c
src/charon/sa/authenticators/eap/eap_method.h
src/charon/sa/authenticators/eap/sim_manager.c
src/charon/sa/authenticators/eap_authenticator.c
src/charon/sa/authenticators/eap_authenticator.h
src/charon/sa/authenticators/psk_authenticator.c
src/charon/sa/authenticators/psk_authenticator.h
src/charon/sa/authenticators/pubkey_authenticator.c
src/charon/sa/authenticators/pubkey_authenticator.h
src/charon/sa/child_sa.c
src/charon/sa/child_sa.h
src/charon/sa/connect_manager.c
src/charon/sa/connect_manager.h
src/charon/sa/ike_sa.c
src/charon/sa/ike_sa.h
src/charon/sa/ike_sa_id.c
src/charon/sa/ike_sa_id.h
src/charon/sa/ike_sa_manager.c
src/charon/sa/ike_sa_manager.h
src/charon/sa/keymat.c
src/charon/sa/keymat.h
src/charon/sa/mediation_manager.c
src/charon/sa/mediation_manager.h
src/charon/sa/task_manager.c
src/charon/sa/task_manager.h
src/charon/sa/tasks/child_create.c
src/charon/sa/tasks/child_create.h
src/charon/sa/tasks/child_delete.c
src/charon/sa/tasks/child_delete.h
src/charon/sa/tasks/child_rekey.c
src/charon/sa/tasks/child_rekey.h
src/charon/sa/tasks/ike_auth.c
src/charon/sa/tasks/ike_auth.h
src/charon/sa/tasks/ike_auth_lifetime.c
src/charon/sa/tasks/ike_auth_lifetime.h
src/charon/sa/tasks/ike_cert_post.c
src/charon/sa/tasks/ike_cert_post.h
src/charon/sa/tasks/ike_cert_pre.c
src/charon/sa/tasks/ike_cert_pre.h
src/charon/sa/tasks/ike_config.c
src/charon/sa/tasks/ike_config.h
src/charon/sa/tasks/ike_delete.c
src/charon/sa/tasks/ike_delete.h
src/charon/sa/tasks/ike_dpd.c
src/charon/sa/tasks/ike_dpd.h
src/charon/sa/tasks/ike_init.c
src/charon/sa/tasks/ike_init.h
src/charon/sa/tasks/ike_me.c
src/charon/sa/tasks/ike_me.h
src/charon/sa/tasks/ike_mobike.c
src/charon/sa/tasks/ike_mobike.h
src/charon/sa/tasks/ike_natd.c
src/charon/sa/tasks/ike_natd.h
src/charon/sa/tasks/ike_reauth.c
src/charon/sa/tasks/ike_reauth.h
src/charon/sa/tasks/ike_rekey.c
src/charon/sa/tasks/ike_rekey.h
src/charon/sa/tasks/task.c
src/charon/sa/tasks/task.h
src/dumm/ext/dumm.c
src/dumm/ext/lib/dumm.rb
src/dumm/ext/lib/dumm/guest.rb
src/ipsec/ipsec.8
src/ipsec/ipsec.in
src/libcrypto/libdes/README.freeswan
src/libcrypto/libdes/ecb_enc.c
src/libfast/context.h
src/libfast/controller.h
src/libfast/dispatcher.c
src/libfast/dispatcher.h
src/libfast/filter.h
src/libfast/request.c
src/libfast/request.h
src/libfast/session.c
src/libfast/session.h
src/libfreeswan/addrtoa.c
src/libfreeswan/addrtot.c
src/libfreeswan/addrtypeof.c
src/libfreeswan/anyaddr.3
src/libfreeswan/anyaddr.c
src/libfreeswan/atoaddr.3
src/libfreeswan/atoaddr.c
src/libfreeswan/atoasr.3
src/libfreeswan/atoasr.c
src/libfreeswan/atosa.3
src/libfreeswan/atosa.c
src/libfreeswan/atosubnet.c
src/libfreeswan/atoul.3
src/libfreeswan/atoul.c
src/libfreeswan/copyright.c
src/libfreeswan/datatot.c
src/libfreeswan/freeswan.h
src/libfreeswan/goodmask.3
src/libfreeswan/goodmask.c
src/libfreeswan/initaddr.3
src/libfreeswan/initaddr.c
src/libfreeswan/initsaid.c
src/libfreeswan/initsubnet.3
src/libfreeswan/initsubnet.c
src/libfreeswan/internal.h
src/libfreeswan/ipsec_param.h
src/libfreeswan/ipsec_policy.h
src/libfreeswan/keyblobtoid.3
src/libfreeswan/keyblobtoid.c
src/libfreeswan/optionsfrom.3
src/libfreeswan/optionsfrom.c
src/libfreeswan/pfkey.h
src/libfreeswan/pfkey_v2_build.c
src/libfreeswan/pfkey_v2_debug.c
src/libfreeswan/pfkey_v2_ext_bits.c
src/libfreeswan/pfkey_v2_parse.c
src/libfreeswan/pfkeyv2.h
src/libfreeswan/portof.3
src/libfreeswan/portof.c
src/libfreeswan/prng.3
src/libfreeswan/prng.c
src/libfreeswan/rangetoa.c
src/libfreeswan/rangetosubnet.3
src/libfreeswan/rangetosubnet.c
src/libfreeswan/sameaddr.3
src/libfreeswan/sameaddr.c
src/libfreeswan/satoa.c
src/libfreeswan/satot.c
src/libfreeswan/subnetof.3
src/libfreeswan/subnetof.c
src/libfreeswan/subnettoa.c
src/libfreeswan/subnettot.c
src/libfreeswan/subnettypeof.c
src/libfreeswan/ttoaddr.3
src/libfreeswan/ttoaddr.c
src/libfreeswan/ttodata.3
src/libfreeswan/ttodata.c
src/libfreeswan/ttoprotoport.c
src/libfreeswan/ttosa.3
src/libfreeswan/ttosa.c
src/libfreeswan/ttosubnet.c
src/libfreeswan/ttoul.3
src/libfreeswan/ttoul.c
src/libfreeswan/ultoa.c
src/libfreeswan/ultot.c
src/libfreeswan/version.3
src/libfreeswan/version.c
src/libstrongswan/asn1/asn1.c
src/libstrongswan/asn1/asn1.h
src/libstrongswan/asn1/asn1_parser.c
src/libstrongswan/asn1/asn1_parser.h
src/libstrongswan/asn1/pem.c
src/libstrongswan/asn1/pem.h
src/libstrongswan/chunk.c
src/libstrongswan/chunk.h
src/libstrongswan/credentials/certificates/ac.h
src/libstrongswan/credentials/certificates/certificate.c
src/libstrongswan/credentials/certificates/crl.c
src/libstrongswan/credentials/certificates/crl.h
src/libstrongswan/credentials/certificates/ocsp_request.h
src/libstrongswan/credentials/certificates/ocsp_response.c
src/libstrongswan/credentials/certificates/ocsp_response.h
src/libstrongswan/credentials/certificates/x509.c
src/libstrongswan/credentials/certificates/x509.h
src/libstrongswan/credentials/credential_factory.c
src/libstrongswan/credentials/keys/private_key.c
src/libstrongswan/credentials/keys/private_key.h
src/libstrongswan/credentials/keys/public_key.c
src/libstrongswan/credentials/keys/public_key.h
src/libstrongswan/credentials/keys/shared_key.c
src/libstrongswan/crypto/crypters/crypter.c
src/libstrongswan/crypto/crypters/crypter.h
src/libstrongswan/crypto/crypto_factory.c
src/libstrongswan/crypto/diffie_hellman.c
src/libstrongswan/crypto/diffie_hellman.h
src/libstrongswan/crypto/hashers/hasher.c
src/libstrongswan/crypto/hashers/hasher.h
src/libstrongswan/crypto/pkcs7.c
src/libstrongswan/crypto/pkcs7.h
src/libstrongswan/crypto/pkcs9.c
src/libstrongswan/crypto/pkcs9.h
src/libstrongswan/crypto/prf_plus.c
src/libstrongswan/crypto/prf_plus.h
src/libstrongswan/crypto/prfs/prf.c
src/libstrongswan/crypto/prfs/prf.h
src/libstrongswan/crypto/rngs/rng.c
src/libstrongswan/crypto/rngs/rng.h
src/libstrongswan/crypto/signers/signer.c
src/libstrongswan/crypto/signers/signer.h
src/libstrongswan/database/database_factory.c
src/libstrongswan/debug.c
src/libstrongswan/debug.h
src/libstrongswan/enum.c
src/libstrongswan/enum.h
src/libstrongswan/fetcher/fetcher_manager.c
src/libstrongswan/fips/fips.c
src/libstrongswan/fips/fips.h
src/libstrongswan/fips/fips_canister_end.c
src/libstrongswan/fips/fips_canister_start.c
src/libstrongswan/fips/fips_signer.c
src/libstrongswan/library.c
src/libstrongswan/library.h
src/libstrongswan/plugins/aes/aes_crypter.c
src/libstrongswan/plugins/aes/aes_plugin.c
src/libstrongswan/plugins/agent/agent_plugin.c
src/libstrongswan/plugins/agent/agent_private_key.c
src/libstrongswan/plugins/curl/curl_fetcher.c
src/libstrongswan/plugins/curl/curl_plugin.c
src/libstrongswan/plugins/des/des_crypter.c
src/libstrongswan/plugins/des/des_plugin.c
src/libstrongswan/plugins/fips_prf/fips_prf.c
src/libstrongswan/plugins/fips_prf/fips_prf_plugin.c
src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
src/libstrongswan/plugins/gmp/gmp_plugin.c
src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c
src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c
src/libstrongswan/plugins/gmp/gmp_rsa_public_key.h
src/libstrongswan/plugins/hmac/hmac.c
src/libstrongswan/plugins/hmac/hmac_plugin.c
src/libstrongswan/plugins/hmac/hmac_prf.c
src/libstrongswan/plugins/hmac/hmac_signer.c
src/libstrongswan/plugins/ldap/ldap_fetcher.c
src/libstrongswan/plugins/ldap/ldap_plugin.c
src/libstrongswan/plugins/md4/md4_hasher.c
src/libstrongswan/plugins/md4/md4_plugin.c
src/libstrongswan/plugins/md5/md5_hasher.c
src/libstrongswan/plugins/md5/md5_plugin.c
src/libstrongswan/plugins/mysql/mysql_database.c
src/libstrongswan/plugins/mysql/mysql_plugin.c
src/libstrongswan/plugins/openssl/openssl_crypter.c
src/libstrongswan/plugins/openssl/openssl_crypter.h
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_ec_private_key.c
src/libstrongswan/plugins/openssl/openssl_ec_private_key.h
src/libstrongswan/plugins/openssl/openssl_ec_public_key.c
src/libstrongswan/plugins/openssl/openssl_ec_public_key.h
src/libstrongswan/plugins/openssl/openssl_hasher.c
src/libstrongswan/plugins/openssl/openssl_hasher.h
src/libstrongswan/plugins/openssl/openssl_plugin.c
src/libstrongswan/plugins/openssl/openssl_plugin.h
src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c
src/libstrongswan/plugins/openssl/openssl_rsa_private_key.h
src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c
src/libstrongswan/plugins/openssl/openssl_rsa_public_key.h
src/libstrongswan/plugins/openssl/openssl_util.c
src/libstrongswan/plugins/openssl/openssl_util.h
src/libstrongswan/plugins/padlock/padlock_aes_crypter.c
src/libstrongswan/plugins/padlock/padlock_plugin.c
src/libstrongswan/plugins/padlock/padlock_rng.c
src/libstrongswan/plugins/padlock/padlock_rng.h
src/libstrongswan/plugins/padlock/padlock_sha1_hasher.c
src/libstrongswan/plugins/plugin_loader.c
src/libstrongswan/plugins/pubkey/pubkey_cert.c
src/libstrongswan/plugins/pubkey/pubkey_cert.h
src/libstrongswan/plugins/pubkey/pubkey_plugin.c
src/libstrongswan/plugins/pubkey/pubkey_public_key.c
src/libstrongswan/plugins/pubkey/pubkey_public_key.h
src/libstrongswan/plugins/random/random_plugin.c
src/libstrongswan/plugins/random/random_rng.c
src/libstrongswan/plugins/random/random_rng.h
src/libstrongswan/plugins/sha1/sha1_hasher.c
src/libstrongswan/plugins/sha1/sha1_plugin.c
src/libstrongswan/plugins/sha1/sha1_prf.c
src/libstrongswan/plugins/sha2/sha2_hasher.c
src/libstrongswan/plugins/sha2/sha2_plugin.c
src/libstrongswan/plugins/sqlite/sqlite_database.c
src/libstrongswan/plugins/sqlite/sqlite_plugin.c
src/libstrongswan/plugins/x509/ietf_attr_list.h
src/libstrongswan/plugins/x509/x509_ac.c
src/libstrongswan/plugins/x509/x509_ac.h
src/libstrongswan/plugins/x509/x509_cert.c
src/libstrongswan/plugins/x509/x509_cert.h
src/libstrongswan/plugins/x509/x509_crl.c
src/libstrongswan/plugins/x509/x509_ocsp_request.c
src/libstrongswan/plugins/x509/x509_ocsp_response.c
src/libstrongswan/plugins/x509/x509_plugin.c
src/libstrongswan/plugins/xcbc/xcbc.c
src/libstrongswan/plugins/xcbc/xcbc_plugin.c
src/libstrongswan/plugins/xcbc/xcbc_prf.c
src/libstrongswan/plugins/xcbc/xcbc_signer.c
src/libstrongswan/printf_hook.c
src/libstrongswan/printf_hook.h
src/libstrongswan/settings.c
src/libstrongswan/settings.h
src/libstrongswan/utils.c
src/libstrongswan/utils.h
src/libstrongswan/utils/backtrace.c
src/libstrongswan/utils/enumerator.c
src/libstrongswan/utils/enumerator.h
src/libstrongswan/utils/hashtable.c
src/libstrongswan/utils/hashtable.h
src/libstrongswan/utils/host.c
src/libstrongswan/utils/identification.c
src/libstrongswan/utils/identification.h
src/libstrongswan/utils/iterator.h
src/libstrongswan/utils/leak_detective.c
src/libstrongswan/utils/lexparser.c
src/libstrongswan/utils/lexparser.h
src/libstrongswan/utils/linked_list.c
src/libstrongswan/utils/linked_list.h
src/libstrongswan/utils/mutex.c
src/libstrongswan/utils/mutex.h
src/libstrongswan/utils/optionsfrom.c
src/libstrongswan/utils/optionsfrom.h
src/manager/controller/auth_controller.c
src/manager/controller/auth_controller.h
src/manager/controller/config_controller.c
src/manager/controller/config_controller.h
src/manager/controller/control_controller.c
src/manager/controller/control_controller.h
src/manager/controller/gateway_controller.c
src/manager/controller/gateway_controller.h
src/manager/controller/ikesa_controller.c
src/manager/controller/ikesa_controller.h
src/manager/gateway.c
src/manager/gateway.h
src/manager/main.c
src/manager/manager.c
src/manager/manager.h
src/manager/storage.c
src/manager/storage.h
src/manager/xml.c
src/manager/xml.h
src/medsrv/controller/peer_controller.c
src/medsrv/controller/peer_controller.h
src/medsrv/controller/user_controller.c
src/medsrv/controller/user_controller.h
src/medsrv/filter/auth_filter.c
src/medsrv/filter/auth_filter.h
src/medsrv/main.c
src/medsrv/user.c
src/medsrv/user.h
src/openac/openac.c
src/pluto/PLUTO-CONVENTIONS
src/pluto/TODO
src/pluto/ac.c
src/pluto/ac.h
src/pluto/adns.c
src/pluto/adns.h
src/pluto/alg_info.c
src/pluto/alg_info.h
src/pluto/ca.c
src/pluto/ca.h
src/pluto/certs.c
src/pluto/certs.h
src/pluto/connections.c
src/pluto/connections.h
src/pluto/constants.c
src/pluto/constants.h
src/pluto/cookie.c
src/pluto/cookie.h
src/pluto/crl.c
src/pluto/crl.h
src/pluto/crypto.c
src/pluto/crypto.h
src/pluto/db_ops.c
src/pluto/db_ops.h
src/pluto/defs.c
src/pluto/defs.h
src/pluto/demux.c
src/pluto/demux.h
src/pluto/dnskey.c
src/pluto/dnskey.h
src/pluto/fetch.c
src/pluto/fetch.h
src/pluto/foodgroups.c
src/pluto/foodgroups.h
src/pluto/gcryptfix.c
src/pluto/gcryptfix.h
src/pluto/id.c
src/pluto/id.h
src/pluto/ike_alg.c
src/pluto/ike_alg.h
src/pluto/ipsec_doi.c
src/pluto/ipsec_doi.h
src/pluto/kernel.c
src/pluto/kernel.h
src/pluto/kernel_alg.c
src/pluto/kernel_alg.h
src/pluto/kernel_netlink.c
src/pluto/kernel_netlink.h
src/pluto/kernel_noklips.c
src/pluto/kernel_noklips.h
src/pluto/kernel_pfkey.c
src/pluto/kernel_pfkey.h
src/pluto/keys.c
src/pluto/keys.h
src/pluto/lex.c
src/pluto/lex.h
src/pluto/log.c
src/pluto/log.h
src/pluto/modecfg.c
src/pluto/modecfg.h
src/pluto/mp_defs.c
src/pluto/mp_defs.h
src/pluto/nat_traversal.c
src/pluto/nat_traversal.h
src/pluto/ocsp.c
src/pluto/ocsp.h
src/pluto/packet.c
src/pluto/packet.h
src/pluto/pem.c
src/pluto/pem.h
src/pluto/pgp.c
src/pluto/pgp.h
src/pluto/pkcs1.c
src/pluto/pkcs1.h
src/pluto/pkcs7.c
src/pluto/pkcs7.h
src/pluto/plutomain.c
src/pluto/rcv_whack.c
src/pluto/rcv_whack.h
src/pluto/routing.txt
src/pluto/server.c
src/pluto/server.h
src/pluto/smartcard.c
src/pluto/smartcard.h
src/pluto/spdb.c
src/pluto/spdb.h
src/pluto/state.c
src/pluto/state.h
src/pluto/timer.c
src/pluto/timer.h
src/pluto/vendor.c
src/pluto/vendor.h
src/pluto/virtual.c
src/pluto/virtual.h
src/pluto/x509.c
src/pluto/x509.h
src/pluto/xauth.c
src/pluto/xauth.h
src/scepclient/loglite.c
src/scepclient/rsakey.c
src/scepclient/rsakey.h
src/starter/args.c
src/starter/args.h
src/starter/cmp.c
src/starter/cmp.h
src/starter/confread.c
src/starter/confread.h
src/starter/exec.c
src/starter/exec.h
src/starter/files.h
src/starter/interfaces.c
src/starter/interfaces.h
src/starter/invokecharon.c
src/starter/invokecharon.h
src/starter/invokepluto.c
src/starter/invokepluto.h
src/starter/ipsec.conf.5
src/starter/keywords.h
src/starter/keywords.txt
src/starter/klips.c
src/starter/klips.h
src/starter/loglite.c
src/starter/netkey.c
src/starter/netkey.h
src/starter/parser.h
src/starter/parser.l
src/starter/parser.y
src/starter/starter.c
src/starter/starterstroke.c
src/starter/starterstroke.h
src/starter/starterwhack.c
src/starter/starterwhack.h
src/stroke/stroke.c
src/stroke/stroke_keywords.h
src/stroke/stroke_keywords.txt
src/stroke/stroke_msg.h
src/whack/whack.c
src/whack/whack.h
testing/INSTALL
testing/README
testing/do-tests.in
testing/hosts/winnetou/etc/openssl/ecdsa/openssl.cnf
testing/hosts/winnetou/etc/openssl/generate-crl
testing/hosts/winnetou/etc/openssl/monster/openssl.cnf
testing/hosts/winnetou/etc/openssl/openssl.cnf
testing/hosts/winnetou/etc/openssl/research/openssl.cnf
testing/hosts/winnetou/etc/openssl/sales/openssl.cnf
testing/make-testing
testing/scripts/build-hostconfig
testing/scripts/build-sshkeys
testing/scripts/build-umlhostfs
testing/scripts/build-umlkernel
testing/scripts/build-umlrootfs
testing/scripts/function.sh
testing/scripts/gstart-umls
testing/scripts/kstart-umls
testing/scripts/load-testconfig
testing/scripts/restore-defaults
testing/scripts/start-bridges
testing/scripts/start-umls
testing/scripts/stop-bridges
testing/scripts/xstart-umls
testing/start-testing
testing/stop-testing
testing/testing.conf

diff --git a/README b/README
index de32312b8421b0ac6054c68abeeb494a07adad6b..625243ca16cd2ef2dcfd73e7d9054ebe8fb12243 100644 (file)
--- a/README
+++ b/README
@@ -1159,7 +1159,7 @@ The presence of a rightca parameter also causes the CA to be sent as
 part of the certificate request message when strongSwan is the initiator.
 A special case occurs when strongSwan responds to a roadwarrior. If several
 roadwarrior connections based on different CAs are defined then all eligible
-CAs will be listed in Pluto\92s certificate request message.
+CAs will be listed in Pluto�s certificate request message.
 
 
 4.9 IPsec policies based on group attributes
@@ -3118,7 +3118,7 @@ by the pluto/xauth.h header file.
                       Copyright (c) 2000, Kai Martius
 
                   X.509, OCSP and smartcard functionality:
-°
+�
   Copyright (c) 2000, Andreas Hess, Patric Lichtsteiner, Roger Wegmann
   Copyright (c) 2001, Marco Bertossa, Andreas Schleiss
   Copyright (c) 2002, Uli Galizzi, Ariane Seiler, Mario Strasser
@@ -3147,5 +3147,3 @@ by the pluto/xauth.h header file.
   for more details.
 -----------------------------------------------------------------------------
 
-This file is RCSID $Id$
-
index 8587b3766443952254005b0fff7078b7dbb6f7e7..99386254ba7360a0473898d905b47c0078fadbc1 100644 (file)
@@ -1,7 +1,4 @@
 .TH _COPYRIGHT 8 "25 Apr 2002"
-.\"
-.\" RCSID $Id$
-.\"
 .SH NAME
 ipsec _copyright \- prints FreeSWAN copyright
 .SH DESCRIPTION
index d4f8a4861db5fb1e1c36338ac90971eb288d144b..b729030bfd5a0ce3e2ce1b025a077a3ff952908d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index b91cde35d11025033cbda964262d05ff5626059b..8c88e5fb83147aa9709838e54957f7536f3ca890 100644 (file)
@@ -1,7 +1,4 @@
 .TH _UPDOWN 8 "27 Apr 2006"
-.\"
-.\" RCSID $Id$
-.\"
 .SH NAME
 ipsec _updown \- route and firewall manipulation script
 .SH SYNOPSIS
index 310c13595fd7c5d54091691dd8db73d1870bd283..4a364533db36c8f2489f2058f11d337c5cb9f528 100644 (file)
@@ -15,8 +15,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 # CAUTION:  Installing a new version of strongSwan will install a new
 # copy of this script, wiping out any custom changes you make.  If
@@ -35,7 +33,7 @@
 #              specifies the name of the operation to be performed
 #              (prepare-host, prepare-client, up-host, up-client,
 #              down-host, or down-client).  If the address family
-#              for security gateway to security gateway communica­
+#              for security gateway to security gateway communica�
 #              tions is IPv6, then a suffix of -v6 is added to the
 #              verb.
 #
@@ -95,7 +93,7 @@
 #              is the CA which issued the cert of our peer.
 #
 #       PLUTO_PEER_CLIENT
-#              is the IP address / count of the peer's client sub­
+#              is the IP address / count of the peer's client sub�
 #              net.   If the client is just the peer, this will be
 #              the peer's own IP address / max (where  max  is  32
 #              for IPv4 and 128 for IPv6).
index d1353e7cef90a35dad18bfa64b2aafbd910394f9..91ee4b07860aedf51bd26e97b5bad27f7264e64f 100644 (file)
@@ -15,8 +15,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 
 
@@ -38,7 +36,7 @@
 #              specifies the name of the operation to be performed
 #              (prepare-host, prepare-client, up-host, up-client,
 #              down-host, or down-client).  If the address family
-#              for security gateway to security gateway communica­
+#              for security gateway to security gateway communica�
 #              tions is IPv6, then a suffix of -v6 is added to the
 #              verb.
 #
@@ -95,7 +93,7 @@
 #              is the CA which issued the cert of our peer.
 #
 #       PLUTO_PEER_CLIENT
-#              is the IP address / count of the peer's client sub­
+#              is the IP address / count of the peer's client sub�
 #              net.   If the client is just the peer, this will be
 #              the peer's own IP address / max (where  max  is  32
 #              for IPv4 and 128 for IPv6).
index 35fcf39c729fc7797127490a3a05c79645b83172..34383cb8e77d5dd08830d51f4727025d35a480b1 100644 (file)
@@ -1,7 +1,4 @@
 .TH _UPDOWN_ESPMARK 8 "7 Apr 2005"
-.\"
-.\" RCSID $Id$
-.\"
 .SH NAME
 ipsec _updown_espmark \- manages routes and firewall rules
 .SH SYNOPSIS
index c0b8e45e19fa4aab67dd25e748493c64f5477b49..bb7014b0bc125e71a2a098354985835072111a69 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "bus.h"
index 5c479b6cb527495789b176315a389e8b55f5001b..5faea088fe56fd6a1dd147ccf46fb281ff7e382b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f8e651e474a60cb1201b119445b237aaeef87607..c3213f5f86540ea03fdc6ffb2505baa6ab5bff7c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 813d7497608eea3ad8fd5fde2717dc98c41527d1..7282224a57cfd34ae3e288af2f2fb83180df88ba 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index af7968b2597d470f01512e06d60a0ab369f14da7..5bcf28f241cf7f7d74daa3f15ba76c28b42297f5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 5124800448d963a173bc05e680057728403ef99d..6eda096a95dbca2acb49fc9ffad05e9ece300073 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c92c7a45145401fce34114256bc1bd18eabea89f..de1c4414d8f66616e5d069262270456c86adb681 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5e6efe724a2e058f83f83bbe08a07750f1fcfaba..83e431c437b4140e3252b9159ac4fea6a43c3c85 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "attribute_manager.h"
index ff6db0cf9442858a8c1ac3e6d6c8087e1f8becf5..ceea06581c4afe3357dd296285033bcc00351728 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2b0efdeaef2e02d455fa02edb2d4a30605ea91df..d14ffdac6b7508daee90a0a0733e5c1ea91f4c66 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c8566087c3d950d5016be537e11bb391f968e7d8..e4501bc93fc2039c09062a0be83fb610efbc0cb3 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "auth_cfg.h"
index 42633f73b1d77bfe2888c25e406fb691051f3e40..458abc37f0917c759aa6cd212fa0f157cf90574e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 43d9594fed58a890da773d0d7bfbca77034b0dc1..3a3a784660c401681e3f463377413e5326deee61 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "backend_manager.h"
index b3c74fb7b592091e81e6ab63372cc5e0d042b748..0b7d7d0f86798612e8521ef0a895504930afe54d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9f1523f8e2ff2fdd5dcc6fa5705c9160fd60c878..43e41671afe871cf284d87d5ef7948237638bd3e 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "child_cfg.h"
index 3b9d746b24f6d377060f13cad334b399a924e13c..185fee3da53cb08a9e5e11bd9991489d6057ba2f 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7a845754d8f24c591325ee2564caa68a0400a7ae..e80ab577eb7fa0b39da86d73dadcb976e9d4a07a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_cfg.h"
index c1963f90a07562bc417040f021ab91888054ec34..064906423e1b378d549fa84c9a06a6ecf44e17a2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5d9db1b227f0603af1fd0d1dbedc4eddeb19949d..c54333178a04d713d424cd3d383f53e2beaad15f 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 7cfe61207062b8b0eb7d2da269b0308e7f33463d..3c095eff00fa2e1308e28d3966ad85338e3ccf0d 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 813c298fdb28e583efccec3c2022c93cc72833d6..894c7bfdc2087d9e4653b0621a6b29d6eab6ec86 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index ee163e5e9e406332b9444cc28e10ce4a3a665e0c..398c8c242c57d00d573dcc5b73c251d37e02ce67 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ae10d34642870fd5b9a4f24b39804ad75c9d8d1d..c2a5709be77ff1a57ddcbce3665b449c2f36e083 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id:$
  */
 
 #ifndef _PROPOSAL_KEYWORDS_H_
index 201ce82ae192ba709c5f760bf73d832c8b0514eb..16e03830cb92b849ff11d63b691e16d4aa392159 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id:$
  */
 
 #include <string.h>
index 7741a122763d0fb10ae965f228d89a788a978a64..a8ea100082a25d072047389c1e7ed935c78a5d56 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <arpa/inet.h>
index 3236391d1b063d7e6f0aa51c4a8f7b27732a3427..a57da43a8b692af66b76146b3085be2377cad37b 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6e8e625c36f5387e1d1cc47d6ca3ca1084b1b6f9..0aefaa80cf7226c10a42dd7935b47746307e6422 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "controller.h"
index 879376dd87766c776bb2e072958bd20d871d04d4..05d9a81155e43b81ed07fa36f37f3ca6913679a3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 69502244841390ad302536b9413ee3f116b93950..776dbe59981a45be51a7efd5bb3ffa68948b8c39 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <pthread.h>
index c628e7e101d6739d1a5d9f813b8536ab7589efed..0af54c0b1590e78b3eb20eeb8b95b7136ba76838 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ea5c782b2d6e2d94c1c3daf65b600a2c38237b96..e9ad99bfdc656d87b4bb6eaff329828f8776b19f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 55f265513a63f8de648fb07f16824189f20d8ea3..b2cf5d9602e9180d23af3d7307f4660b7905b294 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <daemon.h>
index 9baf064afbeaf6a4df73c87dbf88c754ed59cd19..dd5e0fff672489d89640a660c108170812fb17c3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 83ba8263d6cc4f3048ef5e5f324395e401a18b14..907f5072fee32c6d3e2b354a277380a0b31d2d9b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "cert_cache.h"
index 40e38e9130abf742e98674a312a7e4de85264c26..a2cae367c89ac9d9d3ed0681efcff5e623ebb6c6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c4d3a5b0f1b23dec70da0d5e3f715c60f749afd2..e9faec4725007492366c7d3a4876d59233289b07 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ocsp_response_wrapper.h"
index 068035884292ae6c1dd460b41dcd219c471df108..8f141f7a1c9b08ea3b1fccdd128cdd05d3a441c3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7277ae917948255027d4999f36596e5740710dfb..edf9b4e104440e6d5a364c4bc09d7a90ae98dac7 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 759f4ed558439c6e9b35a9ab87f8ff96aaf91e0f..48317069df791cf7f6040ac82019ba8fa927f2d3 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index e23f8ac08cadf4a60a4e39d7d14056f39a7f96b2..4bdeda4d654edd1e925a38eaa190d54ebc62252b 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 993d48b894d94b699e0fa3e53e2edcfe4a8e0d94..7c6fdb499d8657c60de538300f43debece9b210f 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 095371747683a6107ed1942ad7ab5aad49240f10..1db3ea0cc5b899955205ce3c4d0d1bf3b29e3242 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 364b6c97154ab5747133e911f7c860335a776ba8..ea7aacca8858549ea9551eed955677ff12a8d5b7 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index f941c5e973fbf61332edbc084f8d356bd9801997..23049243846d05ccf73815e07f7cbf23dc7cf5ae 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 79a2eed33d4cda944a0ea8eb1d7fbceac4781737..53406f564f9eed0a1922b46f952d125db7a6d863 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "auth_payload.h"
index cbbb9e79bbb40dc6ca8c317ca71f6e27aa697ee1..4287f14d9b10f74439010e40970e4224e17d0b49 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ef6e99d774deecf803b7c6a17dc097b46352ae92..54a8c1392c57d6b7bb733af3c1dff1912d66fff1 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 4758214abfbab2db0afdbffc3cc97ecbd40dbe57..fba404ee275f37f789393f9e0eb209b2af6d75a0 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8e634243932072b094401cf1f224a751f7898b0b..50adedb283b50cd8e1ed62af1cae8d9e3da40953 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 6309f28ea9fb0b3a6b6cf31c35d152cf2d51c8c2..ff9814f8ac128138f183484339015368b4b5dced 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5119c920b8a0c6cf44d3187f519c4ef1b1a38788..674feedddf7e3c305f8dec331ae5910f46c4afeb 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index b54d2dc6031ec7e9c9005bd1c797368ad41ae1fc..40413011427e88f331d6181b86ae73bbd82ed90a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 844182a5f373ff2bcf11f3d3110d8d62240e5ed9..b5f1b35c73b15748e1c260835b4efd3964031de2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 5128d62b35d327de2207e8a47680803340d3bc1c..6ffcca7082bc4589de9add065ebfc1b14d582067 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 928e6523abef0f603e641019f8a5a0dfc6a51155..c2be1e8b5eb5370df8457401feb37d0e7a62ab33 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 146d31917e34b7aa5185102f9da6d813d6419b41..58840741af9dcaae269d1077e45abee7e94a1978 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 551c908c672210b71406518336b3ee31fa849010..1199bac45276bf4e4a1da7f61bb1e8f325c19823 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 7ba7181e1e849183901896ddfa3c2ea602fb3df0..a4d8a38c6672481b07461ef762638f82aca650c2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7db9e189fae2b068ea29ceb83484031e5369adb9..35faf42cc75adf868b82d789bd5bfba32c74111c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index e71cd361f5d9bb385d0010f6b1bad7d5995eb515..4df942d774e710bcfb51ed0cacd1abd196a18a5c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index aae2a9e0d4aad7d357ddc33be7b5497d83136817..55a37bb252176f9094e5f651c6bf2bf797c61475 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index e82098040be3405c669727a59d49e3449e8b7805..3b94587ec4917e30d76b8820f070166151bf365d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 742643edc9c654a2f5c5f02371cd4ce93a9ca3c4..c30d2994248c6d58cad98ee12fddd3b2e6c00c5b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "endpoint_notify.h"
index 488db899cb6414262bfc0f1a4e89ca95be194c2d..66aabc68396ecac609af34c43bf198e03de8f8e0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f3168db81166dd75124f5e70b6ec4a3a5eb517c2..4a527cb24ff1985fcdc664959845c0c43d99a2c6 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 69aef031a9d2b972020dc764ce9cd9f088aaaf32..555b1324b6305943475835de6d9d4024134f9e1c 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9cc55677f8fba9370327b32dd04bded751c96a8a..d27bfb82caeae24251b9ca4db46b110b0d70d1d2 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /* offsetof macro */
index 897deaf9176401d5db44f3ce3807ab6e7947b48c..8de316d19b1cd0f17547fbb539bbfa6813760bc3 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 200ec4d941646652567e79799426cda8e7253ce4..aa3e075cab1bfc6eedc1614978fac8bf0bb7b2a1 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 59ec77f15f2a4c74ab9b625704b858086324a4dd..7e182d97008896b173a570409221fa731c342050 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 4afe3807e9dcea8629aaa561ec12a80e0a8ef7d6..f9e075380f249b30e2ba7d1adb1069530eb0dfed 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /* offsetof macro */
index 476b7fca054786014af659123e97559924a2fcf7..4adaba481762f6d39edcd4da358d7bcae5465ac9 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 602675c5086976ee348b741d28862307557d4b6f..d2a995ace0be20d0bedaeb276448ca95fb9ab123 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index c1379af1114a4b7dd70b4bab3ff5a7b9c28aeead..a5f501dcabdf0c56997f1b5f411ce4c51ad73344 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 418151e4171730900f71e6b813482bf464f451a1..1cee6d2aa79422727b4536b63504dbb12177e5af 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index c9ffd70da68bd8342b5dda909b28f77308b87e0f..78f5b7b97cabcd0a43180275fe1f9c107e8ff5e5 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 65398e087cafcbf6efc7c7249374d4860bf1fb54..a8166023c1358e324e676859e05722b610abf86b 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 71d02d4e7ce67ae386951b84742de6ae53b0ad09..8ccb917d6bf1e2f057ff4825d20280df6dad0b06 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 950e16d253d2d272d3f1564bb284fbf225eb6c2a..3ca2f08c8ccdc2fda21db4c02dbe3b3ab3bc49af 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 0323524a266bae5b7c934242d9a677c32fd6650b..58ae725446e59212a790360d4498cb92ec2a33bb 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ba970d1ccaed2fb67785013df3a60e09c444814f..7dcdce6aa306543d536628241273ac42c4967a45 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "traffic_selector_substructure.h"
index 1cc13465587a6955c9c927d15f1240d3ab9b0a8e..ee3e204a05b3570c84b1a9bc9bdea7ba4404260e 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2dfb777139300824d7091b2c19db5d7ed3f735b7..c2745e5db5b51d60942cd0138a38c93e7a0cf826 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 7447dc901206f60a18435e6e09006b519446a457..f7d71a9df2c13534b7ad6cec27fe0867e46b87dd 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1037b84caf24a554e5ea29397021c30593b978b2..497bd53b2013eeb89280f0902f4f4d99275b4db4 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 82ba250651fac36df9bf0a570cbbe09a54dfcb77..b02a94a6ccd6960f138d803fe394ec552837f314 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 249894b3be36d3539ff9a2b1f22f7a0092f99c0b..92ddc380fb033c503ac0807111e9c25efabc93c0 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index e0bdfaf5538e9e516c58b137cf8ca8a6c9af5bc6..3c8a6d595626dba33917037df6250d044e7339a8 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8c09de7cda2a39f8997f98b0a446d36117dd76fd..309663233c6da773d4c1bfca1f0a45edbe6402b5 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 42840371bd50f571d415895e8cc2ceba9cc002e2..44b6e1a717952537e79f23cc339dc6f1500a1190 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index bd1362d4f44b96fd527ed083e1da385b9bbb4efa..52d9e12a5c0752b9f2253167cb4ddbe7df1984ff 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index 38aa4a0026510a45bccdfb3fb14ea432e1e4f5ee..9ee9ea1d416d643e4e7fcd849e928db12ccd8f1c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 159831667f18f6d7b5d1c890dec57faae145b7fc..9ac77084ff00b487981494b253bee20e94a05d2e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "kernel_interface.h"
index e1089a0de2caaa077d11f60958f12750ea53b048..93c89f6b0fe6a4171734fd4824bcad26ddad03df 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 579ac72b8f32f3f8f51df0c481ea924e9b9c7912..45eef4907b116cba25a0c282ee0f8ef1a0d847a7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "kernel_ipsec.h"
index d0b15a4adbb83018605e65fd2b2c134d7b0fd76d..6e8c5bc63dddaa35ba3b1ecf7a010eb3eba79463 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ef3297dc664a7aaee268c0f300c27e0bfb0cfb37..02242f3a8364d88affd8c5d0481965cce646734f 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fb5f9920fa0f13d0bbc71d787bb2d371bfefaa52..fd3a274bdc70dfbef6293baf57a5af8f139edfbd 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "packet.h"
index 8c766ad3c63331dc1120269916684c072429dc08..aacb203e943f5dd39acba763479cf16acc1702d6 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9c413526a1a6def4f712f31225be4984fb9a1768..85874017dc487d816df92d68f34e06583b7bb233 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index cd05aecaf3ec4875a4bc478c48465536cc996f1e..87797634e64468c96e89e8ac66694a5d963ab85f 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 560df41398377ac3f65d4b1685e00feb8d1c7de5..4910fe2e8aa61cffb99a961192f7038c84d11d31 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 67b2cbe603649e7587f9d26d06aeab745ddbec26..55f67af707b0a5d5693dfc5014c1f59665ecf114 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 3110f0c434af4d2c197849dcb4304be6604cf080..8056f006d96b705a43088d25eb8f8bcdc688047d 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /* for struct in6_pktinfo */
index d93a8d520aabe98a8f38410181160b538fa6f224..5ccc9bfa9c29d66ce95f6c530db6903f5b21bb05 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /* for struct in6_pktinfo */
index b3ea90fea416fc2abcdcf67cfd0566b40c99c564..81f2ec5fe56f43714803da0e7965f9220d789141 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fd66198527a12ab8b47e4b8149bcecfe6397a206..9d553231063c3a25a444bb4ae86b88bd57b4d567 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "attr_plugin.h"
index 36e8daa37123670581d04b5dbfcf1a43f6ec8bd1..9cbbd8bf563f7b218cbe3413c62109a67bc4e35f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8893262a8a32689fd467db8f33cb57680143c3f6..02fa11327c96cf786972d678a96d41cd97c8c732 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "attr_provider.h"
index 103e2c742a43c9430d8130ee6927a6c11db47193..03cbadb4e2310c0ea54ddbff8defba5bac173211 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index da2adeb8a05b735844b7a90184e15de1b04d2eb8..82ee6c3f00a7d4d7f73f89edccb71192c37ef193 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index 26b16d746933d7dbff70873c5aad0ed7143f78b9..7686802cfbb2f2818fed9b4b600fe8c157fc2777 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1975d6fd34030ba3ee37979f2885198428d669bf..e4a5326fe5d5648dbb5c97d9664048bf62faae4c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_aka_plugin.h"
index 1431cfc1b3aef4a16e4552065ebac6f76a0ff29c..2c086ca80038d4a8553482a4d59148a4b43852bc 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9bcdbd686b7329a94a889cafbff0ec1947fff5ac..cb4ab2e593fa678952daa49943b59a57b788389f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: eap_gtc.c 3806 2008-04-15 05:56:35Z martin $
  */
  
 #include "eap_gtc.h"
index 722881249fd79c20f05e024f6df32c47fcb6c364..2eb8482f8697beceff57a3fc7b04d9c22a884337 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: eap_gtc.h 3589 2008-03-13 14:14:44Z martin $
  */
 
 /**
index cea88ef9f1fe09828a396d679fbc39509c4bbef9..fda6c744a7eb94774784f2b6feecd3a7861845de 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_gtc_plugin.h"
index f858f0d151f5b2854b204627fd43ba9f40af8cc0..abb6bdcb628f6d41559e9c676fae859f467bbdc2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e5b4ae8d67b1ad83c62008f68ea3b52024f74030..e43c50c506515f6579b4f65910d45b8b822d03ae 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_identity.h"
index 0c4c8929c39202f333cee3878351b25003e610ff..7364a8bda1a50988d1c052a8e95341ac1efdba57 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f322ca38743a3dbf1ed699f9305838916bf954cd..809254ccbb2874784d68a940840dbe81532279f8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_identity_plugin.h"
index 4b9798fcf07f258841c4dfdc3c63a7b7bb4acaf8..0a7fb8228e815d465743ef52171cf4b84365cab0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 47494388b6ce04361313cf8f67be8bae715f572d..36d72694757ce4e487805223472e3646739466c1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "eap_md5.h"
index 5a050d861ea366d44b33b58c0958b5ef3c6eacee..3cff0dd79449bd2147b21fe5361599077a21fe39 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d00bf71655795c91109bf38c28ea1be7c0622e91..e30152fc580ec66d00e63190c58fb1bfdf220ac4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_md5_plugin.h"
index 1949f2865c089d6234a6246aea2c7890f2f510b5..eb5b38e9475155a2d51a46b282d81cda823464ff 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ef142c1cd49930208342964ee87182ff6555920b..3e2874197a29d3fe2f8cd4d9d7d81752e1fc555c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_mschapv2.h"
index 308b0796015a3b45781cc76b7c64059e1924121a..34cc1141ed64260d7cdd5c0fc6e4ddd170894537 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5e5824ea36a14dd58e8e57889c076a2090c5b768..d0995c477eac17c4b621f5bc765b05831e384d88 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_mschapv2_plugin.h"
index fa3c22fe9479e1aee07046bc0ab660d17bf25a6d..9048fc64e3ff500d1bcdef2e79a19c70d7d5c1b0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1a02c5acf424f962266c6bb68d6217eb9312712d..a58f6d6c16f24b95696e29316141fe796ce79003 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "eap_radius.h"
index 7cb0a861547e6de7c0bf6eee6d2587d22ec4f5ed..8eb9e8c2d635970ee394d7857017d9b0c5c8e00f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a429859a76a3e8b48048cfec2feaa9158210624d..7c6a3c9ffbff695cb563ca75a557bef6943a4c51 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_radius_plugin.h"
index 3ed194619e4a7457d22dbbe1a72f21a632ebb6f7..a7964079620be69e74cdf0463cf367f8a156fa60 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a3ab1dd7824a486669455510bdc03d39af1c2e25..57d3f8f21da1506687bf6a585740d50c9cfa6f27 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "radius_client.h"
index 2207b8713dcdd2b9783540136a97e19c213eeadc..889861a161f259f31480ce13a6148521be01a8dd 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a95d2bb9398b0cb5676a8eaa5e737c28073f5faf..59a639f31e01aede7beefd3c10f7616392b58107 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "radius_message.h"
index d195bbe239176c1d5689005d5f9ba807d3172b10..d4eec8590bb2b46deb5bd994d16d12beaebf07b7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fc33d6c93252d1f63f804f2d4c1ffed61410c3e1..2dd6e534b4ba335fd53f2c03f6afdcb9ae153987 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim.h"
index 8fbad4211a3addd24c6f04d9a20f3e5c23818f95..cf18007c0c77732f8144730bfbbc7d96a59da61d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim_plugin.h"
index 3cdf1981d166a5c5002fb5a3fb0eaed56445e11a..767eb65a52796a641e035d0f5c9708cb2b9953be 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index cd71adf5befe452a10b363563764ffe8d5b328e7..7d441ffb29fffd8511eff6042116e4d54498c15b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim_file_card.h"
index 9f28aa8fc7e3d57663c75bc1c102c8ec6bbaa3fd..e7160a33b3517c29db0e3a27bf96e3c53807f32c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6129ebb72063ef6ce9567041c875b8cec511bf09..eb6fb4c9cba1f586e75f091c1060dd6fc817d1c0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim_file_plugin.h"
index 8e603258f88d87ddf0ea0948b1e3d4b5a69db96d..24857d0b04f780706227fbd2eb96e4992b645d50 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ffb4b29010832f1068ca84e71b36358c887db549..89866ade6708424c5a9b80f662286ec44e99f81c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim_file_provider.h"
index efd73802a0c7bd0391718e0edaa9a629b204117a..ec3bfb46950aa4f0e0bae3690736b2c5c7f2b1a1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 627857f3d0d0a118655fcd4e201c741e14ba40c8..d093851c2d922c33a703afd487202abdadeb5ce1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_sim_file_triplets.h"
index 38dd5f4a40e7b6a0d51d557377ec964e1c43df07..d4ff2a78153492e0134a69f812dc7d2a88f702e2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1751ee8076a8a178b9c08c121484d2398ee20b15..c69ce4c9acba69cad7d138aff915e4b0f076ea31 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/types.h>
index 8f3b4198e85d6124b3487bcf4a1dbf475f43f310..306ec0ada416f458d67546a175d01a017c3cadbd 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7dbea7ee9940080dc9669ddbb992d2c5a7fdbbf2..d153ea8afea1628bcde16c4165fd4d805c88d4a2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index 7ad245d6b4845af7362c936cc96fdc9653f07913..123550bf5a9b5f2cd2a1fe7d3117d4ae7f100b6d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9777406635781d00633ce0cead31c9b2caee6ec7..9322d8dfe2328d28de1975eb104f3f580d9c27a2 100644 (file)
@@ -16,8 +16,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/types.h>
index 2e5e59f1230afc5b9a4a967cd9e029c9a1e95105..3a45cce0646207fb418723dc8d4d276d8f54500f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9090e32157c333a7ae659751d06e91e716fd4780..018d51fee65af7db8d8100cd6ba9346a1cd1dbd5 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/socket.h>
index c8d265b72ac61af16f04cd4666680af68a6529a3..ff9831d3cb33112cc0785389188714c9abb1a8e9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b2ab73f47aac29c62ceaadd82857d08451cac20d..77005e8716cde0aa36503a1a837bfd2da579a1d6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index 0ba8b7be14275019e870e379b2f91d8785517142..ec6036b98510912a19ac98c0abf70d6d2cfd4a9b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8ec128161acb9741ef5892baee05cdd37a86b324..7ef7cc56e70cfc448d26052e04704524e8e9907d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/socket.h>
index 691879317e500bb15ae5aea0f94f88be4f916ee0..5a70e4d9b60665d2b130e3d979b305301deb14c3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifndef KERNEL_NETLINK_SHARED_H_
index 95932eb9c1cb0c7e38657b8543bcc825a9f4ea0d..106acc7933493f302b9c82db266e692b47658c48 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/types.h>
index 88f4708e260b8f338dcd0f8c6d306f1a615653b7..649f937332ff8b09d3792965db7ff661af0f8b9e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1714de7ca3abaff7b36707fa2f517b214c8354ef..09dc4780d49bdbf03132d8fbcb520804f272adce 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index 08fb7a2e689681bb28d8a19646ced3c78ca699e3..2f168aa9c712cd08b46270ee96b5e7afb44c1312 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7805b63549e3acdf4b4924f35ddbec953861a896..c2b35a5ce784e6d2277de40716e5c515ccfa26d8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/types.h>
index 9138befc1fd934b0e8805ec8b7a2a0d0f80fabb1..10c3c9eb71543e78b965a543b40680142a9be9ea 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a6d95283b44f5594d82a7a6e442a42d940d09142..767049bb019f022766cddb86dc5ba36fd5b7cd44 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 
index f8ae1a96a58226dc7a54bdece26c4b099e41aa32..6caf097c63e1358959150148c11e353920c543ac 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5bc1704206bf6250f669b855d3c43cc251b7390f..963f7cc0164257bce4fa223583b208de67782e4b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_config.h"
index 92a0ff95b4542a015d1fa82c89e8f34912c98d20..f09a3f8328feb8340df7ddad505ab7de7d74ae97 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 476a90b9f4dfe649ab8c119e508eabd3e62a1d2d..fdb5fa370d0a5d5e5df3d7b97a892f4d03638a0e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_creds.h"
index ed73f14c3980351bf8932feec3eafdc5e3c419ed..60cf67795d16bb1f687fbea336804d0ab3597495 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 4cc9dbc48d82c8f4d8d74f01269e2cea1c2d2f59..87d9ef42bbfd7ce01dec03b593c8949a6f5bebf1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_diffie_hellman.h"
index 422428a54c548e879bcf525c98c70ccd15e853fc..045c4bb4a8898a083be973e7a5332af1f1c0f39e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 66ebd07c49c1db6ed2b48dac5bad97fc96e2f2da..d37f7a7bd98c8e6aa8b3e00d29791c1d2c700462 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_ipsec.h"
index 4f374032fe68aea65c861293ce6d23fec3d9d529..1e1bff84afd5cebfd0c2f07fa46f6819778f7af3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fe9e16fe71eb7aaeae3b988db948cd9d9450d704..fe9a90aed87d6387311e96fad5506b0b602f7d43 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_listener.h"
index b61da0cb371c884929ec581fd41a496be3af9b3a..6842b35326125745ea3617fdfe092db3fcc3e5f0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 444a92e2bef3b5bdafb33555c6319dfb50317e22..12ac7b0908864b65ffb4a3ee0c2f38528ba1a194 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "load_tester_plugin.h"
index e0b64cfefa59c08b2b612a1d70b0851ea00f05d1..87e8914e09c1b580130c88b9b92c695b746515c5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d1e6c0c9ed58a875b49b2c5446a38230395b4e82..e6ae720d6fdef3019d5f948017bd9fb589908d69 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 9c0357a26106e8067ac06362c7434d344efa97fd..a37280bd0c4b1a2745890687c19763a0c057b42e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2a49720469ab9b7a82c73502e480964ad99d7fa2..d3c66ae3559ff67bb2f78907067e0f6ac8165ac3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "medcli_creds.h"
index 4e563b4ac88283654f89f8ed4728af46cd6f56ff..97bf1c226773be0cc706df52d4745ce60f837003 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c057ea2b5d49f90dfd783626199a31917450c9ac..4d058c0cdb6d6400f213a3c0d255255577cfb5be 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "medcli_listener.h"
index 291e66097e5782c72196c16ecfaca9b0a16f2994..c6881f88ab90b37fb235a3830744b875bcfc9ff8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1642ed2fe5798b39e2b971529351654ad9b4063c..908b144f097282b4e2a7f01b595097251827cd0f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "medcli_plugin.h"
index 791a5cea5d1526fdec2af98815f3dfb5168815bb..06f674b37be2cecd3d1afcd8d4e0685b065cb95d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index bec6837c0d671792b3cc4885d8d925964471528f..33619667834e204bf6eb35a7cc6bd12bb6b0c1b4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index a927801440d561276af85fdd63aeb975c43b826b..2ed63bca706d89f7d240ede8cedd798fff3999f0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b88ff22c1578677e90cf58307152960123c31d76..7dac37f1ffa2854955d7ddedac820ebe466696d9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "medsrv_creds.h"
index 82d852e6eeb21a51d002eb1768b243bed0fdf88f..da23220c2e01fd474ddfc7fbeb0ae3a0287ac847 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d193886da2203560992ebc408e5b2f8e6356caf0..4340d79917172bcffd71f25e0cea84dc2168e03c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "medsrv_plugin.h"
index c49262f7983b93b8d9562145fca5376d9f880205..4b183994f2f9fe8831eaa3a45f377da3ae70be17 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6f2095527782ae5c239cef5132abcd265ed14fb6..cd17a94c110c7102547651626113a215ae73003f 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifdef HAVE_CONFIG_H
index 46263b9f63c258ee7d8924c1270ea456e291ccf1..828ff50563c8b9487152c34144ed2b8bb393da0a 100644 (file)
@@ -15,8 +15,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifdef HAVE_CONFIG_H
index 793c3d97ab72dacd5b8356e380f3477780cacea8..2ebd4bed15767fe282e86024e3c35f8bd55be8f6 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifndef _NM_STRONGSWAN_H_
index de9eb3b1b40a22a5feff9ad6522e0a3b36ec9906..d93b81c9aef2c8e219f9ba469b4ff81f42e59c82 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "nm_creds.h"
index b0cc7a098b763c8bc01a7c8b1a7fe8843e14389e..d77868552eba866698037f63804c9578561cb40e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e049c71ccc9b8251888456cc82da7ac15175919b..026c47af2b6990a16cd85b84b558d441a3b6c465 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "nm_handler.h"
index d8a11c465348bcb4d6e2af51bbd72cf075b7e7d3..d537bb8de527472c42478c57807030851b70b47f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index afe0b64887069dabb42f3075fe9369c771333350..0b9d1c4226e42a39548b887e640d58ce6e683e2e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "nm_plugin.h"
index fadcbfb96f5b9faa59ee714c5751b28514aac4e2..18d053e117cedde547cc0b2f259902ba7bd25505 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8131ba1f448c01d65b75e629590d3b89bc57aa4a..428a99a9fce6d0dd9c922251a9a21a12fb8a77f0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <nm-setting-vpn.h>
index 03ce6ca6d97ea3338c8bf7542e3e44278b02fb1e..b00000b6fc7b1df39b20ef7b7851c0e149e4db3e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1eab8f2c0ff519b4409f6af3f0a777dafffd2e0e..19e3b3275c0dd3f15e1a46affd059f3e1b92052d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "resolv_conf_handler.h"
index c5608b726fdd61309435b89278053cc61fe7a1b0..2635bb802f09b59d109fd009fca91354b89dd0b7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 855f4dad4891f7a9c5f5e455e248aebe5635e7ba..ff9d96eb34ff78d9953076d0543301faead44607 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "resolv_conf_plugin.h"
index 1a93bfcdf6a8762ded98681bfb72bf7f3f88baed..f5943d9a318ba70af6996245e600cb33df953d24 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 40eeefc745834921803824699ba1934c601f25ba..562add06d31f378e3c1873c553a7b854da39568f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index a7ee513d293f9af3af1cc20324f483870e33aaee..5ec9f3bf85d37004e2b63066f8d48981812fbced 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 28cd038c948ea9e7e8e0c7845f91216b7c95f785..c0d0c26f2f6d52f3efe8cc10ee7a41076f99c5fa 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 #define _GNU_SOURCE
index 4510645e1ad98013f8d0402d1fa3c806ebc5d477..95d0d30d47e38cf43923230a95d0fd780f21df18 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sql_attribute.h"
index 57db4617e1659fef20d86fb875731d804960e34f..23700dea980b15097b6232b194f05233992a6357 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 802bbe7772cea8104ac823f2cbb934f2c948ee81..3e5efce34373ca3808b58228ea5652e1cec5756a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 45ca178e56326f68ca0cc0d54de9ce5265a53217..abc6ef3823ec62c476ef6b46c4f15d3dfc3c9119 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7313b7eb88b0b16663afc68c13c8917071ba5fd9..f8b7a35c12a1d64d1bdda9d914e62562b4490f84 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: sql_cred.c 3589 2008-03-13 14:14:44Z martin $
  */
 
 #include <string.h>
index a614f0cbabb8b9cc00a8604a6773a53916394e2f..2a9a96df1e36b50ebabfd0824eb9c12472e46271 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: sql_cred.h 3594 2008-03-13 14:53:57Z martin $
  */
 
 /**
index 4cbaaa3e691d0dedfe4d0a86ce3b833ac5ea0e02..20d42662b6c3d30cdc5cb1a007a68b684330119b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: sql_logger.c 3589 2008-03-13 14:14:44Z martin $
  */
 
 #include <string.h>
index 3346430a1633e7e9a9348ca4b3d1efb0aadadfac..3636c2293d9df6bc14d6c15243361f7c4f077fdb 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: sql_logger.h 3594 2008-03-13 14:53:57Z martin $
  */
 
 /**
index 80c224e6d0cc33f48b1c158b11e37632fac2ffa0..e5a4afd1d8af6eb6062e8555c77c5f5e5d1a0691 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sql_plugin.h"
index a45c5dd050e4dc748175cf0bf1b83dcabbba3efd..8de04a8917a9a07e544847dad1b905b48480a4f2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 56237694e1a19df57ea81a19e30c9ea965977727..33fbcc719c7dbcb8b15d85348589d7e5c4be6e3f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_attribute.h"
index 41ab6299bb965214d7993435a424f354528aa3dd..fc273d1cb1559116e142143c46f64e8dea90bd15 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index dffa8e235d819a147cc38e8886b66b09ccf46412..fab06e6c5910d2a7bc54e7cdf0ac287e65e20546 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_ca.h"
index ee759ff4e16f9d9fb4ee0ae95ef0db5ec8fd915f..c882d7b4e990abe3433d0c24b3f86d0e1a352745 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 21e2fd2f2e9ae820be612ad5bdffc6f4fec3ce38..9b20b825bf6c84ca71e1d5917ed8dc60bc21e7d1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_config.h"
index 12eb11a8f812551ee76948bb5f4b82a7756a57b1..270795e4ac1b9d499419535f27ea0714c4146ea6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 634a89d1d5cb6ea4303af5670c387cfbfa2e9e52..2c84c7e851a4daaa18eb81a3f4acf5fc6d460ec9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_control.h"
index 26dc99b94fbbee8e3c8579c426ea5576f21702d0..08b8ea39fb4b757d9f88ad78012d6b7a15e1d41f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c8239162586af5b21e802678b2f01e78415523ca..c30e8fedf713fc14576c91ffe973f6bae82953c0 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/stat.h>
index fc7121622a5fef4be07a37a2f3a68ffa51fa5b05..8bc042f139f5d16f0d65dc36b628d82c81d957a3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 689e463b4126c486006ccd1ffa66a465957cb31f..72b999904b0ea7a1143097c5812958c6b988919a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_list.h"
index 73a6ff6e4d6072e9231203e08bc8e5fb3d2a515e..2430abfbb3e78cf359831518939cad9f5a8d8e8f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6933fc074d8fa7726203f0099f3532380721e986..22c1125a1ea128fbbfb00cf441e4c8013e7ae9b5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_plugin.h"
index b4c367c6e4d5f72add521146dc4110f5480c079c..6e9d556ad35a5f350ff6e618a551fb809d65f8e0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: stroke.h 3589 2008-03-13 14:14:44Z martin $
  */
 
 /**
index 9c21eb83050eb7ff0de3fef180b4dbba124e0ed4..8f53f509d5eab728fa4565d2e1ad673e984030ca 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_shared_key.h"
index b456095aec108c25c8152f2ba613cea7786a0826..2240621007b636cd7176397284931d322258b5c3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e1c3e58ab9b50e08cd51719582796baabfd27fb8..906473ca1de0d66ec4b087580ed16ce2ff785394 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "stroke_socket.h"
index 7a772c56c09d28edc93625358043bac7c93a9d4b..6073f51331ccb724c27f7968e076f67eb63d1ef8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d185476fd24d170f75deb490c9cf2fbb6c188e07..e697e8be69baa486136b006056f85e928ccabaa5 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 67893f771cdb1d5490905822502142e1f6cccc92..eac05b1df4704859d745567a13413f9acd834d3e 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7a428afb0e694972e607c2c49c9060578883e300..f74224fa70e8694fd4e8e72f6da6b85daffa9522 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index b5db32226ed4d74f0b2d20a21a6aa71a51ae179a..527ed82e707ec00bec431811243f4e5b14833eac 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2813850e83204ac4470013df4d30b136e61a6c9c..05bc6e109e711cf5b1cc03a852f565daffa014a9 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "uci_creds.h"
index f1573a8a38982cb5aaa5442d6e6107b664f3f7bf..de50984a9254ee3c4bd2eb5880a8d94d433f5fb6 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8f4acb93822aed553258292fc6b507fefcae2d2f..f994e36f7be5b7759a44fa44e2a827eb1be2a1f7 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "uci_parser.h"
index b3e76962bc568d35055fbac18f0eb9b93f707854..ef3d7b0f5c2f01518b2119d24ed93e3a44f6f6eb 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fd84b224c1975bbf5918e8e4bc64e5223890beff..3ab4c92f8902c00802db286b8fe0894265efb8d3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "uci_plugin.h"
index d9a888aa1b7ff2f44cac2f23b4ab38685eb8dd27..e7743227cf088292c73bb77af40c2c2708adc388 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9e56a8ac179df6af5e93981004affc523a068441..8810da4e27dd2f090334c3a70bc14e26973d6e60 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f996a4988815ce5511d46aa62327066c52314514..c9651e60143f7ced2fdcf72ea2917b73fdc6c143 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "unit_tester.h"
index 7d117be4a333cb32dd33b8bbfc010faba6819cf3..33b13313d661833aebb23e401d90d525317c34c1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 4feffd9c4238ce5c28bfa28f987a4fca36f83f4f..a6be35690215568aa2c1e224a8469741bca297c0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 0d09a4ceadf59727f5e4970d364498a371e30bcc..cc59f61c68b648a73d8fe9d66beacb6dd504610e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2e588422273d7e7cd8210e71167fdc3277e0201b..4f0483fac521e659449ab0d348a3ee48f75e348b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "updown_plugin.h"
index 99779d04ee2f0ea7e65891f00a1dbe95a4967b40..2873b499d515cea6d283003b7b92c2ae8213ecd8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9767496411bf97ea623c67f962ce4fc0258d64cb..8e365697db0860c413697f027347ecf6ab12b898 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "acquire_job.h"
index d80b762fc41ef8a8c673419e783d88900272f404..e9f523a87259458b501124022e78fb4d2960757f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b38094565548229ec14b363024c0268f8ecc6304..82b4643ebc5ed4fbb7cb9c7519b51dad793513bd 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "callback_job.h"
index f7861eb601d884411d89276bddf7d00f36209351..2bb209cb778d5c37c47b5f13a3d14f28e383936e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e3492c73df5d927f14097235435aa394410432b1..206f076176d7cc27dca80970c6fb10f64d14ab78 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "delete_child_sa_job.h"
index e8d0964a7cc04f96fdc7e959defabfb40659bd38..9bf6ee42306182a173473afdc48b5a3e987e3c05 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 635c29b436facd30915d52bc51a1d70762716f56..6d4639fad795bf23cb6a79506678fa08fca6baff 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "delete_ike_sa_job.h"
index 255ff08556da209b9ce1c2dc3b4c2db6ce68ed21..8209977f9d90f8d92f3185c8d19038ebcae9d168 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 69eac3b216c973c719f808d562fb97c1c2482075..157d843419e090f46af165237a8d20ed30e3c393 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "initiate_mediation_job.h"
index fdc26886ac84bb515e8e102dd05f74c5206f683b..084e1b9fd97c6c85917e62b0fab0338c1d4678ff 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 751fac78b6afed735fd32a19ade12828b0755298..acc88b124bbfe810bef9ead956aa5dfcdce005cd 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 607286b017deb2cf9ec65512cb020beb40340908..cf522faffa5b247660973a4369a83408b1e66443 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "mediation_job.h"
index 25d8987642a2ee80a190b9d5d0eba2d7d4802e04..583ea8230fd3577a99b066d4c4703321b6f278b9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e52b91cfe20c1b8ee36afb6aceaeb557cab81970..a57d0478b5fc069fb581d9ab6bba1daff1a8eff5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "migrate_job.h"
index 6632513a8ce1ae127f77ea68134b82785ce4622c..672a09b0a46473a4a1d3cc5a097dc022a6ceb25e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b4fb2baaf30189481c57bc098043cb9e0f612641..1f0b3e2876ee4d16755ea116bb7b6e09a3e74269 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "process_message_job.h"
index 70ee3a7f9f7180f2ce31f4b4b0d3eb00658eecfc..b01d388f902f3a2d0c064cba22b2431d65a7f61b 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 05da225764dfd6ebdb49514dbe3fffafdb1bb1ed..17fcf641bb22f09f0c0405d9dd5e1aabff614c0b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "rekey_child_sa_job.h"
index e63ddb250c6f9a1b9a6e796b8511cd23dfbe104c..2e2eef36140be58f6eb7662df136d714e4b67270 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 3b038c8abf8f4876da127829cd94a923465aa8b3..1ceb1e144d09575b24b1767f2b96455733b58d5d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "rekey_ike_sa_job.h"
index 72c530b94951df9f8ac1fd68b665a56c3bf7954b..0d830e13478bf75ce8ed1b399fe61b42f4d64ec8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index cd765261784da343e353398705bfa22357a86029..122cad8530a183bc83906175c053e5b8d56d0fdc 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "retransmit_job.h"
index 802974c9e4255117cce1e9410b411d87ddb52145..4c9bea1c8b4356a91f0eb3dc1612b2dcb9cab695 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index bf5d3dc160cfc1703ea549be32ce9c1a599931c6..c01f83248c37476e7b8205fa99f36a814efc9e79 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 09d0e730d17edfba55110835ab57db782172ee24..7bb1227f5242af4b0c2659103e6011bd311c39f6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index c74c4c0df9562a64d058a2022599b2d9cede94fb..c6e81a56f8c28473d3e8cfb60de09d8f666f0141 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 7fd3e727d2e211db0d5c4d06468e4084e8217309..91556a9d1857b52c977111d4d647a85e8591d89c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 04408de7643575af99b3e3fd568d98d266976e24..5d3cfb5300cbd2ed1ced94999cd16442068c02af 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 58153b9fb69604747db402f5866922dab971a427..f92e6217a54f1da9440edeea9cdbccb127ed4cc1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index acf263d25fa304172aa0a9bf19a1f1746e070cca..5e6c83942c615b0d2cbb0cf5751064f5107bb468 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 79b89bbe322ee50093d23613e96d909ffe9d398a..93262d46fb3f29274dc8948744edd1fb7bd9c7d8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 156c65b8e999b8596b7551917d9bc5ad8d210ae5..eb1db331ba232694e50166f1850cc840497bfe27 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include <stdlib.h>
index 0889f542f4b71cde7ba82927f2e9d19960d250c3..e56e69382e3689e205f9185e125aceb0b96c9cb1 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d55ff19b7d05759b9bf56185fc6c8ac63d71b75a..4595c97fb41ac19fc52e716e9a5eaa5bd8a18474 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index b9d6df43cb24e1c144ce0a9fafeda113b95f7dc4..d7b6ee76d6701aca892af0aa8b0c5aca808075ca 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 0c33528a06e5570e5102291ffbebbb849c63e71e..53bba83b16a8fd0b0c9ea4d7a00f201f2e385002 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index db3f110ca173172494f11efc030ec2d2cb21754e..70146dced91126a1a6219b291a43f15f806f9743 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ecb46c29364289684d845d8303d460567b7cba36..b8316036e174ab9d3c167f5ab36bed0ec66fd202 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_manager.h"
index 4846c7b3078faf9b628fc673301f09505befe625..667c54a8e58ada966ba4b53fe65a32894c37c410 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f814695e830ab1e6c397aa99d0af088d4887aa7a..1d1900301202c4f364ec6be610d61dd0444a584e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_method.h"
index 43a336adaaf7c147782e4c39a891f81d2917a2b6..578b89e962f2c8fb8b666de3a4b0e9377bf93686 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e6817ca20ceae1364f16a35aa278b4eb7c8a96e8..51cd4fb3f82f3428b45634900a45a4b6ab7ba9d9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sim_manager.h"
index 27cec2d72f8222395a610af7ab6e71ed474938a8..09b6d06dd866011d9c016f493441dc3c84da264f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "eap_authenticator.h"
index ac01647b1f5b4f62bc3331e5d3de38a2950273dc..e650b0ef609404f4b45e7749cf0a7047aa5e994a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5ce91935588edade51cb8da1a120dd984165bfa4..742b677895152189d699e68962fc74707c7c1423 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "psk_authenticator.h"
index c307aee5267b1dc6811031f0f2720ef25bfac39b..5bb743d935cec52e6c13e91bb44882a78981e74d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b8335a69dce27209c15835abd7e79ae4a9c6318a..44cabfb94c555614966eb9b10373378f891fc556 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "pubkey_authenticator.h"
index 997b1b5939ed8539a9abe22362a583ef0a271f85..e67f020ff6e9ce7a400f436d34866e2a923e78f3 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 1ea9539b077e5cf34888e0a8ad4e2bc3c7fd0dd1..d506db754d57df385103cd501d78dde360df168b 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index cb20c5e3cb0c0099cd13f2db7b11e48fcfcd8b67..ec9b36dabdb5feee0669541b036e5dd86a9d9578 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 89d8882bf2b1846488fdd3bb83901e09f3e3480f..a1b037de43803486293e9074ea7ef4ceef5c3db0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "connect_manager.h"
index 9d8ac7c133bd0898c0df83c5fbd94d9adb93efe9..b5abc853c7d49b0c7df0182d3a279814928b1452 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 4a14da580cf3633371d84768becc7ee2c03ffe35..b8e8213b37157d4dad58f82905f20da10edba129 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <sys/time.h>
index e17175bf1e5eccecdfc31a7c7d5e138695319117..29c91683f081fb0819e6dab50c6b58de0ac2ce93 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 74105104046623c145ad7beb3206d8e4af62ff48..94c5405f2fd649ece124ad8160e7a8d5575daa03 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_sa_id.h"
index 692d70a9cc86f0c508926d90a6e7fc51715b5e45..377e64e8a7c4eb36fa4435b3da99a88cf9fe9ebe 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 311b18c8ca1786dfd5fbb3825f0d476bfab42a62..efe7c228c6e64526ee8d7a49de5260e7fabfd889 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 84a3be81c888cf1d3874114a04da5a83d291a65f..6da768080926be7be79d5733393249151dc96f5a 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 262162b24e5c4f0cf0bc825242dbe1221f9a82ad..117d260ba2b7990e2277ddefc0386f081febbf5f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "keymat.h"
index 659e4dff289d4a605ca2e9ef9306dbf4973635e1..43b9dd113429ade1d3d7ade8cf78c2d0fdd4554f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b652c29e6598f22ab4c05c9a2283339baed09b56..890e567c7ae15a009c58adbd11b92c5ed1d7e489 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "mediation_manager.h"
index 3e1a2d79a610801100245ab7836e632b3606c3ba..29e16d84f86a727306cf963db7e733cb4d9cfb9e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 7d3cf448c5f3a758a602535bcb93a5cab405a4d2..0fe10e396be2c9b0b386398f94eee099a1261212 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "task_manager.h"
index 7de249ff93e301322bb685f253ef8380a7dff082..9c3b2cc8756baf6b74e4c1c3df4ce9b548e108b5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 83ee7b87507c84feac83a2c58ec67f06ee82919a..382266fcb8c29dac02f75309c8bfaa4195dd1fe3 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "child_create.h"
index c0a620c8cac0c0ed17f7ddf9473d01ce74951223..16c45f040467a37b614ad7fa267d6e033bcc9f7f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 26e9695f90a810476a2d191a922cf097b9f6f880..04d7b7e606ebccaa0f5987974c42bb5690de7b0f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "child_delete.h"
index dd47ba043e0312388c21b134d7f684eac87dd516..27d847035ce50023b10592ac2fcae780e6ba4d03 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 14a604d0d8edbf4cecc9c6ee3075dc8aa6c6d822..62b704eb2227760510b318ab1745110f77262431 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "child_rekey.h"
index fc0634e71334faf740a5184ba547e81993570e1b..5aae2fb39145b8809830bcb7e5cc37f7257088c7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b5ef17ab8a6943f1f0fe7dc8cab5daaac0285c0b..4456aae90cbfb662458088db39b6de1574090fa1 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details
- *
- * $Id$
  */
 
 #include "ike_auth.h"
index c8831562dc48fbc40801ad7df3b95ec6a4811186..bba46d96178476fc7bd4872a7710e2cb0a065811 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a175aa53ae6dee4df1f50fd4462ff741d7997f8a..a047e6b81a4e9ffbe2f85102ef655add6dbd093d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_auth_lifetime.h"
index af352ce85f175b49be5ca7ad24c6ed95884c08b0..812caaf439c492b87041e65967f822a8b36f6525 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 3ef1cafc42a2024c2820d1eb1eb388cac9bff2b4..fc0cb2368af11b853e6c7e6e625b545cab7f483c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_cert_post.h"
index 61b1be251f5b9705fb5b87c8a9940634d3ccd348..fa555eac74665246d37990ae04436923f082aade 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index db9e7bcc636e00edc58eb71c02a4dc9ff29f146d..ee92a99d991d07c4d594a1cdd2cff769ec83915f 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_cert_pre.h"
index 56f73b8c7402f03337cf021228b22c716152f183..d49005e686cbfa2da46e577c45ad591a3bb73884 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2e269672288c2a6929559b59465d1f049d170a6d..b972905835eeaf4e1bdd184262ad0cf83533598f 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_config.h"
index 41d01f362dbb5f95d5b7509598ef2acb62885af9..32635e85e64a85e635c8faf6d7338b6b214ca21a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 185010040ac02f93f954d31fe8abaaed2558b109..f308a635886199871fc4ae0d9b54223c552173d3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_delete.h"
index 346b7232b71f29181d745e7e78e39a13f6d52e4b..82782f3939092929fff99d3ec5ce8cdd794ebb5f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 04c5a66d1949b69ef5db3f42f0884c2fea4a3ec7..3aa714049d747fa970fbe54ae901696e4e0cb914 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_dpd.h"
index 7fc78d85b8fbc0d042db18decd44e2ccda222b08..36388d15b9118f6f859c2f13f3ddb4f2ce4ad13e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2aac7b02e16f9c8721efb0e18f84b7521057702c..2705f588616515a793ca190ccac120ccfae627f4 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_init.h"
index f2f5bc4a7482c7a1be3de898ea29519e188d5c15..8d3810ef2d684cd350bcc26d0efdfc909a75d900 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index bb6f4f41eb06a3c098ff36b4fa623017fbd435ec..d359aa339a6c3a61d93bb535f795b4fd94157716 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "ike_me.h"
index 658bab97109e2343142af9e3b9f14b22d1eacea6..4b35c313cd61f90c9db16bd7e12ebe0d80c318b5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 29bb6173057fb792dafa6507c9e2627e372cf2bb..9a1afe744f410175064043aa488cb6d0b5d284e8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_mobike.h"
index 7922512b5c61c3542abc72bc17bae68065e81489..919b5ddd3bb62c21e59fc52bbf4f9b9d390ab8ce 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f6bb2d43bbd14285798593bcb4cc3cdba36838b4..bb18e7bda891fd19cc15949a1a3c4f77299c34d0 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_natd.h"
index dbf5763fb381385fe89c07c5f07a7027d097acf9..69839484295c8479106f84c1f00b59debe2f4c45 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d16a0b8fcb955e8e913d7ac0a77569dbd43bdb8f..14256d618231e2ede4104fd7fff3439f4cad7d02 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_reauth.h"
index 11fa66e6501ed1400a1523101914ebb61b7732ac..5e97b719c92d1da9ad95378e105542c0b05ef879 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f564012e70169269dab9d82128fef199ef4633ff..bead408a69f6ee94bef1e528bba037a17f14e560 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ike_rekey.h"
index 05a97bf3dcf7900f3584d2eca21107a38ef245b2..6748279ab53658650438271fc1979a50e44a30da 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 0a5e753ec25fa93df522e79ac033f258d935d713..9e35b62a5c0457276b39bbc7e49d473eaaf5787a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "task.h"
index 93942444370bc195b7540483d1d7bc54b7988409..f9b409f351df25a5909ac9fc6aa81d781d8bf5b5 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index fa180ee0ed5d94d8e7f9eac3db82183dc4a0cd2a..59fbcd3c9cf146874e785f8a11436a327d74c9c6 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 #include <stdio.h>
index 770052ba48e27e499f90a38f27d612e684c94687..70ad4ddf41ab436ce444d8e287c4a1e792a1bbdd 100644 (file)
@@ -11,8 +11,6 @@
   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   for more details.
-
-  $Id$
 =end
 
 require 'dumm.so'
index 8f5abb5a3337064ed222f72dfde803ec0183c0e9..936f512ddfe55a1f50c2b360b3140ad5b73c9a33 100644 (file)
@@ -11,8 +11,6 @@
   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   for more details.
-
-  $Id$
 =end
 
 module Dumm
index 120f602621d01740d6985e041deeb7161f87ebac..0cd9914ccc0051a603b99d69f1a893380893bfa7 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC 8 "9 February 2006"
-.\" RCSID $Id$
 .SH NAME
 ipsec \- invoke IPsec utilities
 .SH SYNOPSIS
index 64a00decc972083807bc614388b64fff225b40cd..8e9a523fc3b5e9cbc35d1514a7d857d8831e8475 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 # define a minimum PATH environment in case it is not set
 PATH="/sbin:/bin:/usr/sbin:/usr/bin:@IPSEC_SBINDIR@"
index 40874d5f8e59cf9b366d05fe21e55eb80eacaa4b..589f0105913ede9f44551918521e75f608f23abd 100644 (file)
@@ -29,5 +29,3 @@ Note that Eric Young is no longer at the email address listed in these
 files, and is (alas) no longer working on free crypto software. 
 
 
-
-This file is RCSID $Id: README.freeswan,v 1.1 2004/03/15 20:35:25 as Exp $
index 0b7afcf3a287516308aac0571e6c412dc4a740f2..fb06cf49a229c0b6efa6b8a6d6fe0859719e1915 100644 (file)
@@ -62,7 +62,6 @@
 char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
 char *DES_version="DES part of SSLeay 0.8.2b 08-Jan-1998";
 
-/* RCSID $Id: ecb_enc.c,v 1.1 2004/03/15 20:35:25 as Exp $ */
 /* This function ifdef'ed out for FreeS/WAN project. */
 #ifdef notdef
 char *des_options()
index b8bd2ff9f0bc8a14e49429e7b9f159b48e16dd29..48b3c5e2381accf644c3906471d4b68a95015073 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 27513abe048def5989cbe63b32b27ae064503cb9..55ba6f58a551976ea0671e3f3e3b9554a2fbd407 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e2c301d3e76cb1b7c4d5883098de7b97ef34bd2c..35ae5581428266af0d7472eb8c534ac1f8285a15 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "dispatcher.h"
index be506f269065ceda612ff7d4319faf38a3a4158c..5b4e3f9479fd69ba5022584bc4220d506cd8b27f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 614a2ef583d9bc204f30943ced692ec0716f6b02..d2602db9d79c16d161e1be4c5b0d6d2df5e7c58f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /*
index ef9f661221258d4e7c14ca3fe0747abec8ac4f35..96dfab8e756f9eeed82bebdbd8b2adde77812116 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 77730b3eb66837e088b4c33b72a319679fdd3a43..b9ea888309bdec985fed7a4e3139ecc32d02aa00 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 632313a8375af8dea55c611118e60cc849600f0e..455c8d5e19afb023058df8e5db58590307fb938b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 4024716a6e45b29032b2316bceb7200d465cbb54..524e60f46de311ad7666b08328748e4b9301700c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 02ddf19ee0fa70012600d30458700c515d1922cd..7acfa5ded745f2ab52cf784410d80f2d9d3dbff7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index d92745a9547703a4e86aae9148131e6bacd6ba32..6efdfccca0646c6e67dbf6db5d38503820d18740 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index c55f7ab8349c20f2fc66b0a0651d3a36669ab5d5..f402eca70d11d8809896e33a567a3f2b462a32dd 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index eae9b83a702f0e322ac58e1faf8ae4dab6e05883..58789cf6ca1e6eb6709fa0b9aed65f7ee90c1cb3 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ANYADDR 3 "8 Sept 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec anyaddr \- get "any" address
 .br
index d55ceea6cafb6635dd5c9b15711032cefaea7c11..2e9fa2787fe25bd6b4bd01324d1c564ebe778fab 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index 9044f586b6c9dfea51fcee5471060ea2a2935e74..fce8884e421ca4c2fec04839d0b98dded2d25b7b 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ATOADDR 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec atoaddr, addrtoa \- convert Internet addresses to and from ASCII
 .br
index e9e450ed6ca4b25abae4747a392f22451d2b5bb6..dd73be7f320d2287ea96a7eb94c5cff7f1af9fe9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 11be2354cdfd7c22bc6ee4f7b8a79c54b45f3d4a..0b9a5fea38732b3a1ab2865fdfd51efc79e1e80b 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ATOASR 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec atoasr \- convert ASCII to Internet address, subnet, or range
 .br
index b23ed234f62d3d3174373fdb0bb2cd607b3ebec0..ef8412fe877abd87e844759c96fa9abc71df384f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 40ea6032ae6a1bf8170b5b53f4620fdd9d90b849..f57fcf1e927218d3da204932c30eecc644c55a99 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ATOSA 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec atosa, satoa \- convert IPsec Security Association IDs to and from ASCII
 .SH SYNOPSIS
index 76600a5cdf4d471edc767140aac322491e35f602..aeb5742e164b55051d8a5baf0f8a723e8733467f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 41d8eb25eb38fc971a947a637812991afad7de65..a123a39da163d09b329645566e37c0e11c3d12a4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 6772dda0ea5a2a846bf7d2d09c5b33a4128e7901..6737b6b540d4ec3f7a0a81fe86450cdd2096eedb 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ATOUL 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec atoul, ultoa \- convert unsigned-long numbers to and from ASCII
 .SH SYNOPSIS
index 8bcdbe3cb8941c72908d776a9de77ed0a3f8d911..7e51de8fee1b9668934967a14b96ab9c2c572851 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index f4b021db007916d214552c3f945877b174b74ba5..888308e87a65c9cac2388f3899e5c6827a77a818 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index d7a43c4160444f459b2adb1cdff3de9d840220c8..b18d4b050464c2571613e7aa5df04141d0f4dfc8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 09af2c24a7bdaabdc0dce6958eb6bc1caef8f2a9..172128a94bf94fba55deec30982ccc3418c14f99 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #define        _FREESWAN_H     /* seen it, no need to see it again */
 
index 23df4f311079d7d48f547132f5fd146f5cb0263a..b76d431cac636300e271324ee04bafd1c5ccf9ad 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_GOODMASK 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec goodmask \- is this Internet subnet mask a valid one?
 .br
index 59eaaa0c99b9316cd85d14f4cde1a668b0612795..a2d51de0cb84e603217d7a8fdfab1b2e09e06a41 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 8c48c080f33b3a71ef0dc43c651e7138134a4afa..071e507aad52489140f48186dcc07ec0ed9c5b8a 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_INITADDR 3 "11 Sept 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec initaddr \- initialize an ip_address
 .br
index 51f7f6f45f3cec111b6af454022254087bac987c..c30efb812efb9247329d98fbe71daf87c1e9599b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index dd64c75f995bec77bda09791f1f525c5441614a7..fb8187422312a31eeb36e1eac73b51246178558f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 6598ccfa6acd99ad14772ec41d49966c85098074..3545fd426680b787d217a29622c2faa13ae55a80 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_INITSUBNET 3 "12 March 2002"
-.\" RCSID $Id$
 .SH NAME
 ipsec initsubnet \- initialize an ip_subnet
 .br
index 0481853899096846745ae579df9433b0e4008a3a..0e19098c55ee1fce97a883aa62c56755613dc583 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index a97cce905d6ce2340b227dbcdd573aa105f652d1..fa24f7d2dd66a669749b02f9aaebe51c4ebe47c9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef ABITS
index 98ba48cadbfa4d59e3c53b8f9cc10facac87fc89..b0ee845a533291abdf36204a3d7648068f090a39 100644 (file)
@@ -13,9 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
- *
  */
 
 /* 
index 127da4e0f99a3a8218643f34964b92960659fdec..bcaf818ef05e288d7fd1dbed8a7078b6b9129cbf 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #define        _IPSEC_POLICY_H         /* seen it, no need to see it again */
 
index 0fa11a2f65b649b0ad178840c9dd2b1be506de82..8b5bfb0a2e65862985e5e44dd8c06e034788bd8e 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_KEYBLOBTOID 3 "25 March 2002"
-.\" RCSID $Id$
 .SH NAME
 ipsec keyblobtoid, splitkeytoid \- generate key IDs from RSA keys
 .SH SYNOPSIS
index 4d5f18fa317080549532afbe18831723a84b6a99..118e613916322e5c5dd622f71507d6df6bc1c89b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index d6afd020b894057f14e731566dde083e7a9a6506..98c2196a19ab627c76fa5ff0843ca08ff7dd403b 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_OPTIONSFROM 3 "16 Oct 1998"
-.\" RCSID $Id$
 .SH NAME
 ipsec optionsfrom \- read additional ``command-line'' options from file
 .SH SYNOPSIS
index 6f0d81b57c17bc2e76a1be73dafdc847f0624dc9..9c44067d7a08f1d6a44d60ca32f1902b2d61b3fe 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index b3793b093a9b7a6c2d06c9f991a2bc1d1ecafc3f..ba0010bc7505a628e31cfa164ecd874062fc597f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef __NET_IPSEC_PF_KEY_H
index 12ef26fd2f350595a654efb17e3c2831fdd93376..ddc21040fa7a31f4161144825c61109a2eb0304f 100644 (file)
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /*
  *             Template from klips/net/ipsec/ipsec/ipsec_parser.c.
  */
 
-char pfkey_v2_build_c_version[] = "$Id$";
+char pfkey_v2_build_c_version[] = "";
 
 # include <sys/types.h>
 # include <sys/socket.h>
index eca568dc4b0136ead3a122b4f6c65fc049407d5e..0256e2a03aba725712df22537279b920deee5655 100644 (file)
@@ -13,9 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
- *
  */
 
 # include <sys/types.h>
index 4daf0cd84f902fc4d7b2a877b8f6869a5583bf6c..b6ef4496dad2aa265c7675a236d53105ec48ca97 100644 (file)
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /*
  *             Template from klips/net/ipsec/ipsec/ipsec_parse.c.
  */
 
-char pfkey_v2_ext_bits_c_version[] = "$Id$";
+char pfkey_v2_ext_bits_c_version[] = "";
 
 # include <sys/types.h>
 # include <errno.h>
index d1bbbcd83511723965f6502d832d2ae3eadb92c7..7ee08978cf7a7c02e6f5c8e2f570360889f08cfd 100644 (file)
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /*
  *             Template from klips/net/ipsec/ipsec/ipsec_parser.c.
  */
 
-char pfkey_v2_parse_c_version[] = "$Id$";
+char pfkey_v2_parse_c_version[] = "";
 
 # include <sys/types.h>
 # include <sys/socket.h>
index 0decd4a8de23ae67218a59286bdb92a6d74a08cb..5ef5e747c72d69f60e2c689302748a7ee7984549 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * RCSID $Id$
- */
-
 /*
 RFC 2367               PF_KEY Key Management API               July 1998
 
index cb58ea74c14a3e774ff586986487a431f869c932..112def5602a0c2edf520ccd3b60af190f04b0a58 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_PORTOF 3 "8 Sept 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec portof \- get port field of an ip_address
 .br
index 6a5127c10cc838b17624a17c24511da91ff366d7..6d06473ad2bd9036a448a243246fa4a154be6459 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index 1111c3e66577b7f5a9dc6b6ecd223564fc2c0bc8..48c6ceed0bc8357ba72f507bf2b3e82d16a63c20 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_PRNG 3 "1 April 2002"
-.\" RCSID $Id$
 .SH NAME
 ipsec prng_init \- initialize IPsec pseudorandom-number generator
 .br
index fc58d64975c69bd9f978e890b218d77ecaf300f3..6cb84e48463ebac7398f02c2e4b103ecac0c7526 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index e1c2a5e65c67a5358f4a834cbc329da6ac744c38..c5a7ddfda92fcf0b6abe78701f6fc8df889d13ef 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index fce802f772e4e9e5e3881c8a4e114813ca301f50..100b42bd9d7053f3258befd1a8d161c0b9c904c3 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_RANGETOSUBNET 3 "8 Sept 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec rangetosubnet \- convert address range to subnet
 .SH SYNOPSIS
index c2f18a62e06de543098dacce8d12461467495219..0defa0739962d0f627ac6181523511c66f919398 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index b90e530f0f3cc6d3b932e60a150313975ae25298..62886bf1ace85f70233d30366719cd5408ed8373 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_ANYADDR 3 "28 Nov 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec sameaddr \- are two addresses the same?
 .br
index d73df381eb9af4859472bd99a8c6361848fc16c1..653b94c30a7884e4d1319d0da99e55d26c4934dd 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 904bb51f0cfa6e515abacc9fd48860208bc704d5..fe7fb2ea0d195150ae61da39730b3c7a0e520e68 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 72e8c09ebc1f95a3e391226d541c3f47c9ecae2d..a16d62840f37517a11ba5530d5ecc73afabdf68a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index b06ccc2da3c10efabaddf914eb325d58a36960ee..aacc76d2c4876df4363672429aece80f26371551 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_SUBNETOF 3 "11 June 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec subnetof \- given Internet address and subnet mask, return subnet number
 .br
index ddac6ce4fc44f6bbba4334974704d267db29fe5c..55786a2e414af8eeb3770b6dfaa56e9295eae03d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 3e0537e38ee2acb5b9a053b12482079efcc5c200..e8d98168d4672c901d21db4c46b11cec8ec64139 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index fc16cf8087d86e7a5a3e4e8f9390f1986fa9ab4c..03d2e1e5741d578864a41f505bacacd4fd60692c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 4ea4e74363e5906cac9af790de25c350c760fc96..9fa15a7d58b26e2e267973d51e2b5792affda8f1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 3bdcb969fe721528ea90399e5980d36039493e48..70671145e625ef624ab0065329906c12c37cfcec 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_TTOADDR 3 "28 Sept 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec ttoaddr, tnatoaddr, addrtot \- convert Internet addresses to and from text
 .br
index 70107a2f9b6a4d783e5a80900ed7fb851096cbaf..e4ceec86370a1a216a5ba7ff6ceca4e200be04fc 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index 8fc6d0c3195471ea677dc3122ff6dc0b7a74aa64..8f4b1ec93f271572446dde8f98f51298aa2c12dc 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_TTODATA 3 "16 August 2003"
-.\" RCSID $Id$
 .SH NAME
 ipsec ttodata, datatot \- convert binary data bytes from and to text formats
 .SH SYNOPSIS
index 76c687f19630b94720b1ffc9e43de1c10a61c1da..b0d5e4d01a4daec8db1d22e2943e5ea7884d9284 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 8139dcc0679fd0380c4d7b5e8a70bdd4143a35a9..4ff2a2f66dcbd1fbd479d52b1aec6ab33c48a727 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "internal.h"
index 42b9adff5522fd420e74d5d58ed16a0065f2919e..f9ea36a09e745ffefdf7fdf204491b89542eff80 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_TTOSA 3 "26 Nov 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec ttosa, satot \- convert IPsec Security Association IDs to and from text
 .br
index b8b160f6b43043eb487675e06a3ef9675d4b868a..20e01b152b5748ae87b9ec6d9447b33f6284175e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index 9d8de5cf4ea85f6224994d072267c44c0c4ce722..36c039a96778dfe1a181e7d06e3571623d74cb2e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include <sys/socket.h>
 
index e23dd4762bce55ba7cb8788d5f5d5a5654789c04..ffd9fb38ac571c2d5adfa7020c2be26f62ea43d4 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_TTOUL 3 "16 Aug 2000"
-.\" RCSID $Id$
 .SH NAME
 ipsec ttoul, ultot \- convert unsigned-long numbers to and from text
 .SH SYNOPSIS
index b8dfe4d0dc82e776e33cbc4fc1f23d518f4f5891..853a6130c0b8bd45c13453f89cf8f4fddc3b0904 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 70f7c5a975f3fa47d0f1ccbc472f6d7210b668c2..ef45366a1cbbcf934f120d16d4d2a25d0e60f1f8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index fd37dcf0c973aba188cd815950406d657316ed5a..c4f2d78842a61f72323f80fb9a67c523d46f9eb7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 #include "internal.h"
 #include "freeswan.h"
index 50aae1d6fa99fc775c55a962757ee84a9b31c75c..f2a7389c0ca44b7338a4d1b4adca29831e34904d 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC_VERSION 3 "21 Nov 2001"
-.\" RCSID $Id$
 .SH NAME
 ipsec ipsec_version_code \- get IPsec version code
 .br
index ba6b35d26b7ef2705782f87f15fe4c9454a6abdb..666a662fe2a51af153135566a4c2f002a062d992 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * RCSID $Id$
  */
 
 #include "freeswan.h"
index 1700952711189a7d959662550def0b3cb579db84..5ca7e28f08b34ae0680728a6a06a5d0a4ee42b34 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index e29ffa84e9ba781e862f8c1b2ba11cb57ea1db04..12390596a8fe635de59dcc5f8f6a147551249887 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index e6ca599b692fecd72f5db14d7a364dcd10485c78..4a0fafda73c19942ad22c065160efe95f3b39bde 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 6ac74ad67ea8873b4c40da3fe34b09577f2053fa..b2f4133a172ccca447d7b40da239159848975086 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 834d848cc572c19f397221c295c4c34713b26439..578621bbdfeee75974adfb9df453c75f0daf746f 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index c0a9d677e719521dd8e739a53ecf73334f6f052e..c9894859e81d913cbad02a9df5fdb33d12202017 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifndef PEM_H_
index d165300c13058fb54d36979571f164f3b4f09147..c9c181f878264b119737a560c67bd5fdb8166405 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index f88e95ed3d9a35bdee0d1fd5df8d39e7d850159b..3d8c360c532f17514531070b17f1739f96142f98 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 39ab8fe7113bf2bd26383d965286adaa734bc017..fb99b475668c4b71c9bca933a6665ce510b9191a 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: ac.h 3300 2007-10-12 21:53:18Z andreas $
  */
 
 /**
index 3437d5ad89a597d6329d3e9c8cad699bcef590c6..041e2f1db6cdc4edb7a12a124de19f0003718911 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "certificate.h"
index 92ac5319d4a6d3f68ade9bb51a1e3a6b0e7bff60..0d6654075c572f83f561bf4e6b4dd0628fc1ea70 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "crl.h"
index dd087541f5444fa305394133c4a63607cef0c05a..3fef0d7104ea0abe81d04f3fb46bd2d49e809417 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 25ecb8d35fa7e6f496eb1579319646bccdf12b56..0b18713091af14c5a6b073a4ed2a55b9438cc6fb 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 02e12f761364d090e22166b3ab439e5fda1d16ce..c4a39e28d8f21561ff3cefc7b928ac6e3ab7cac3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ocsp_response.h"
index 3c979495652324e6e75f0d310a98829fbc5d2a43..a70f3eee49a0c23229f949ca213eff2adc6ac2c6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 0183601653030b8aa53befd444201b94ecfb2b07..5d53f0c6883312c32dfef3abf9dd9a534099509e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509.h"
index b4b32f41b8fda3d7a3e1d16c8e103343fd2377bd..eedab78f7be55bc7a59fb543059b247e8f9a054a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 201fe019decc91e41d7e2599d6b73f15ae992b60..76438a56c81a8ce1ad53ed1d379e15ba24dfde25 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "credential_factory.h"
index 9853bda1012a91c8ab46ee4e7d557b41f45464ca..0a01d03854669af8a337094a16e31881131871b6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "private_key.h"
index cd7335fe3889b1b6b45f29154c538f3fe404266e..62f1167c48567682813825262f9cbcaf23b92626 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 07d58331f55561defc9bb57c0948b9d420396a07..f08b2dcce0b163000191940ff92b7c0ddab5ff3d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "public_key.h"
index 0d8ab7b3f73ee136de1bf74d0751c314c43cbf59..86571b013a17ea6fe90b4e985b89644dddb9f13e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 1ca848b206bbafea583c30c8ccbcd572ca44ea5e..c6f14144680751c0d2d5bfe62fad1fe353747a2c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "shared_key.h"
index 9ee0dfff5df477d65efc4375dd5730fff2dedbc3..1d156d101342da54004e5e57d7a1066fdb99ddde 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "crypter.h"
index dc9b18b186b16c13b861a02d5e3dabf11e6cae69..110c35f89822df048297a5c1e6d242ba36847ec2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 314598cfa6d2d9540759350ef15d05889c425b81..1cfc02786c382a6e84ccb84be919e3bbf7adc54a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "crypto_factory.h"
index c6e4482de0747d979a2b18f29c494d5edcc158bf..a84f6bde4098f6786a588c6d20bcbbf6f9617ba9 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "diffie_hellman.h"
index 9a7c266a744ccb66fb745ebce2eaf6523d821136..a40a735260e578a7168143251c906c2381ef77e1 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 1afd2f6a000aafd8bf703082b206f2875875ebcc..535a69448b8f97c7a38bfc86bfd024a4df3ce559 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "hasher.h"
index 14363dde6660aa1f94b72d33bb62f8ae0a9ec47e..19020eb484f7fca7ac96242b486d2beaf3c57439 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 2375ad65c7dad0db134ca0537272892a9ba18dc7..0039bab94b7c4e4eeac092e72751a721554dab04 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index ce3a6acb6d673543152beaa978576bf3d6b6b4fb..ac4006e714db5c7d4fccbe358d14e02845f04c61 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 4ba73365ca799a68f8ca576491fbca22550e7665..525ea9db57f67f29a92de098ea17d0b84ae4e558 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <library.h>
index e3390543dd3bca6daff109ee73b506dd484dd4a7..80d9157010dd6363644add284f23176fbe7becd7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index b5072f870c9c2fc1d2864e24876f4e8624f4380c..a4fc377efa29dc9a6958626548ca6a8346032eae 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index e6ad9f167dafccd517bf3b0597fc71d517e7db3d..2e5b66152547a681a4af2e47cb1e6a6e45df2f42 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 638873650e4c41174942d5a3c8d2f33f07567cac..eaa34b2fc847a1c7757431d973171babb3b576de 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "prf.h"
index 2a62eb573da1c0f97b2277b06b70fae4e5ca245c..ec5e6644242f345f7aa6ee61c1eac65aa4b1cb4a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 17eea3b7f32b419d429dec555253967867870486..67fd76910c57ebab740d3229afa8aecf60fd7dca 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "rng.h"
index 68e08cbebc495d21a188a245ad1bf33cd28c4a0a..89bc2f2de5ca11177cc21a22449cf1f2df63c195 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: rng.h 3619 2008-03-19 14:02:52Z martin $
  */
  
 /**
index 8d362436ba78151c4e08fc68443e7936333f2207..291e28d79865e3cad8ae9f6c5bba6c2ad4e8b42d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "signer.h"
index 992cce6cf336422ced4481899e59beceecbb2630..3b6433ef2e00bad71fb102c3a734b80bd75197f2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index e7255035947145a7ff8d766cb0dc416d88325e1f..76e0a4e89b0ce7400cffafa3df5f8499ae5b1f8d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "database_factory.h"
index a9a49f09f982c16071774f7d5827906fb964d5e1..b4a84cf76d28189cca2ac4e81375570bb9d7a53d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdarg.h>
index 705f5e950e6e42942501535c9591515e834c2413..1413ff54e91c017ba4c0e39e295d6d5721235211 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index c68785affff474ec61dc1145f4610858b12b0819..946a54deb8e51e77305abd6c088676028feedb78 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stddef.h>
index b7aae38176cc67601c480d409c9671d109d0ed24..3f3ca1172a14b9a07948059f531ff44360790421 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 0f478a41ebf25be6b7e54563eda6bbe965a315fa..a30012bb146aa98db3bf6969b970a55d9c691451 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "fetcher_manager.h"
index aef4541fadf768d5538850bfc9a023b03caff27a..d2296e5e933a8b0f6ef4a7e5f01bfdeb740303a1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 32381e76eee52b9c56b2da99d33d33a444d4bb56..aae18e3b2a8ed3d15fcecd2fde28031fa5cfa90c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index e210b6c090320bdb15a02a0a826b7a52a4ce801a..247d489275516985a4b1e58d958c5a5bb487603c 100644 (file)
@@ -2,8 +2,6 @@
  * Copyright (c) 2005 The OpenSSL Project. Rights for redistribution
  * and usage in source and binary forms are granted according to the
  * OpenSSL license.
- *
- * $Id$
  */
 
 #include <stdio.h>
index be8e226cfb5eb5067b215d3b5b2c06c3f5885e51..4a5528a943f4b1b684a5f769910135fb9fe9910b 100644 (file)
@@ -2,8 +2,6 @@
  * Copyright (c) 2005 The OpenSSL Project. Rights for redistribution
  * and usage in source and binary forms are granted according to the
  * OpenSSL license.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 68c37e707a17070efcb31abb0aab0ba8d016ecf6..6f5fdcecfc76f92453b5b5faedaf8267428f49cb 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 583865a0a9b278da467f4513fc97bd3fec6b7675..2f370b410dfae2b706e3e6b7deae0c55690a713c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "library.h"
index b1b6f51a19212462ae00d0aaab2fb234e8d695c2..d26905a600042871c5e8fb62ef876e844e040dab 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 046ac9b3d2af6f70bfe679df764f62ea16d73f67..375bd74dd7db4cdf086589fb04e3bc3a6abc3fb0 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include "aes_crypter.h"
index 590948f07e33d1e4fbdc1eab474091f1a4ce6528..63fa483301654d86e0f7de91104241e4ace925cf 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "aes_plugin.h"
index 474171ad18e15b438eb37e5204a048854c4bd640..84b85d4bd3d6ff733fd9b6f449c530fafaa11524 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "agent_plugin.h"
index 5e7d0839ef93d30869101f77c61d721eca5c4658..fd10c054c9532adff35741aa23c9f4070ffb0bec 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "agent_private_key.h"
index d48e50a55c4db7000fcdb603cd14e267a65d39cb..9d881875b633478e51665ab5947b267a7f76a925 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <curl/curl.h>
index 04e9b1783abd77fb5d143c84f1a2c31823fbea5b..97fa07866d0719f3c1cbd682c52a31f26f39ee55 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "curl_plugin.h"
index 51b65a768987f3140aff93b9ee8cdc3664379207..7a382dffa94381cb30d4c3a7a712e01528244098 100644 (file)
@@ -56,8 +56,6 @@
  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  * copied and put under another distribution licence
  * [including the GNU Public Licence.]
- *
- * $Id$
  */
 
 #include "des_crypter.h"
index e475136f585e5912453c0ed830e049fc527b63b1..e16b475d4309566ddb27c981397f781fb0dd925e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "des_plugin.h"
index 11adad08628ad04f70461daf065778913ff5e8e7..be28f10bc8e006afc7bf83e5a79a21b0bd1e52e4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "fips_prf.h"
index 68252932c024bbdd5b84f3eb028fd9e7e6e5a244..7576e79ad824d2a5c013364d5cb40e0d3a528c9e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "fips_prf_plugin.h"
index 0bb968d520c66e70ae1620d10f563651c7fffce1..810dadcd7bddc53f499c88a806492233d62ff34d 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <gmp.h>
index c153d86081671a98edb232a289a6ad7cf440f2c8..f6ea964c193ac96f6e0275674f65fc4be2dadfba 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "gmp_plugin.h"
index 2951847c991fcf3ce3ee0a12e9375dc0a41d896e..e3244ccbfb38b15f7934b77d5c6ef5745c1ae72c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <gmp.h>
index ab52c3c970bd0cad3359263ef7a26a487c20076c..acb44a11014f025d008a76998f54276380cd42dd 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 #include <gmp.h>
index 79a011da07b1fecfdb45350334477500681c740b..ed7b9429ff6527a706e20aba110c21559861cc70 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2b41bf4aa567b0abd68e8b00eaf142b16e5d9fb8..6dfa022332411f3c25cf2d0f753e0237f6acfc5d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General hmac License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 3da6358592025f4907724f63b1a32913f5a3b3cc..abaab19ee0e256f6e46e550f6d3da34382a2ee55 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "hmac_plugin.h"
index 02159bb1b8ab26619f83617b51a437876ea5c63e..454d40be331d5d149312e8e88f6a821f67dea1b8 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "hmac_prf.h"
index 7678a3eeb0d83dfe202aff80141a8c7851043fde..f37ae2712e4fdaa1cc333b70d801597cd26bb4fc 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index a5b3df6a031f949456724418dd11f5fa8ecace70..b2a40219ffc61e0aa5d2a4a4298dc56efb9be5f3 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifndef LDAP_DEPRECATED
index f063ef791ccfd20b292282a6c2bfb39a1ae80d46..994f3db4637ea02e5edaabf1a67b684b3641aa8d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ldap_plugin.h"
index 0abce9224443010115ee66c3d745e8a15cbfcc32..3801110dcbb90cecd073bd96d2a271ce4151d418 100644 (file)
@@ -17,8 +17,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 904c2c3280cb69608bc66dd070bbd790e1874d2d..43ae6261dda909eb03db7e0808262f9af18ce173 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "md4_plugin.h"
index 8b24f8cb2ac963844e5b24818fc33eff0cf0a048..0ec5c073a7553b9c405458ea42182802b240005a 100644 (file)
@@ -17,8 +17,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 94ff04d9d27b9b21e24ebf10d4f1530d0050eadb..b1a3b495c8edc3a956cb569580a12fac1cb61f15 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "md5_plugin.h"
index a97f23d684372c245924d741e2a7a0df2f832c38..d0d5a3d1500e6eb06f1b3a4473110880273c2914 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 907c746e38611575760ccabfeaca5c0c80c2743c..92914ae6d26297f76019b392c03026c7e0b9929a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "mysql_plugin.h"
index 6d4de269872e46034101af71eaae8e5bb011348a..86e10f6210f2a3f30a9b71b397bd58b39d0e8d3c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_crypter.h"
index 764a52437dc8d310a281d692258ee4aa09c733d7..e5a8994188d7b104a0f0c47217b0465e8fbdde61 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index d30d057edf0142dca6852db64a22db18dcba763e..7c6e7097f1a8e87f23293f0c81f71a140ce20e4e 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <openssl/dh.h>
index 3712a88548601f98a54ce7db08d99a7829030f42..bdc15381260c03d47ed07403049ac2ab97a00c9d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index e34e705a2d7bd1b999033851edbdbdc7f9986c59..c93acb75c469e872dc736de0a8fd42e38a49246f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <openssl/ec.h>
index 999354e27c70a599f05dfb899f39ae7567210db7..9d17aed57c26d2e658aeb4b6a696c4219940220a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index fa16fe29830e7a1f5dd91ffeaa4b9e0ff690d7c7..de9733a0c1e71ed2958785fe3b8305f72e795603 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_ec_private_key.h"
index e96eaa621f15af6145ca6164e6098ff5fadc8c2e..6a6f7c867f9257ae89ee6ea0b02660c95f1c71a7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index 2502216931ad10678d24b9ed6d412e8686ba5cb9..4f826025c6d10bf6bcbed2df5289e5889a1faf39 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_ec_public_key.h"
index 735016e1b40fc444ffc823c17c12ab62cf6a3d28..bdbb2fe6e6e48ba5ad70f81fb015fbf8eba60231 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b819b6a15f494f28685711ae47817779584e0b54..ed3e5795785d91952f0846d0ef4fd941fefe8b5f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_hasher.h"
index 09766cc323c082c055e5e0c47924363e3c383e44..aec5bc7dd351d27f04053b8e6dd477fef6f98556 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index 26f8e27a445d0aa33286d3c33efb8a25e0a0fdb7..3522923ab7a4e3d11558a63c26bfaedfcef70f1d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <openssl/conf.h>
index b00f82e587ffc8ec2b0ec70945d8628aef3f04f2..9f422c9d018b000594dc71af63a899e2224e0755 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index 5f3a17bb85935f229eeee12800685dd2778ef93f..4004e09492356a498220b1989d179021fc49cd2d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_rsa_private_key.h"
index 5b8e8dfe309f4d4ec50ce8462e0da3b74428da2b..53ec44b2874cbbf7739b5e592398778b24bad5cf 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index e35d334e32075d6f7f5c5ed70deae7886058a52d..8803b7960faf607452a0a9903d21e17cf9dc383e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_rsa_public_key.h"
index 372cd6eae99f0e5253227edd07c8c3f4205f8c01..ff99ddbc5f5cacd1a2b13c41daddbb119ad5530c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9a5e74a5ce399c28ff292a577aa39aebf37f88d1..bb0c296e1a78cec0475a3f7eb6593c11b76c6ada 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "openssl_util.h"
index 706c09c44515474a11abd7c7b6ef4cf1d5297f71..6ba1ff07b1b1983e3ec60741dd4085ad227f1611 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index f6f9b3501177ab0be67401f39ce215d9f0eda59a..afdd85b79bacb4a1ed0c2fdf514e7c172dfdeeb9 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "padlock_aes_crypter.h"
index 72e9f1d38e605a84ff68fae154b1933d02dc20eb..dddb73551dd0787cf42f5b9bc239d8f22f6cd1fb 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "padlock_plugin.h"
index 98771fe79ffd695eb86cb3857c7ab9c335ad0de6..8a04dccfcd1a068aef5a5bfbe098a4328b6ceb34 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "padlock_rng.h"
index 505f4649c5925ebe0860692b4db59bb11b1f53ea..237d8fbe218c7430b29582b4e3234e0d882a43f8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 4ac5ddf4d12b1e10ac896fb2301cbc7ad17e5ad1..b5a6abc6410054b9776f7c0cc4d0295207a87c1a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index b2d4d66b27d878293a327364b7049391009bddae..ad5a9e2406021ac8988b2e45b8dbc3304430bce1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 762557094b2e347650ff887764745f94221b62cf..863a8a1d452fe6ca40d9b03c29c2087ae0dff29d 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "pubkey_cert.h"
index b04824fee0d7a7765fac8474fd342d59719ef6ac..394fc8b9855592a4c926699fb8d6d34d0426d420 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index dd7ac6fd145e5059ed4c39b409eb93a35c4cdf31..7672e8dc1df30e28f72150e62fde8b2f0315e8ec 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "pubkey_plugin.h"
index 552fa6c4cd4d76463afcd11b7ad1b96dae679675..2210f08ce5fafcbeda366a903f3dff22c27d6aad 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "pubkey_public_key.h"
index 91a9f99908f64444e29ce49c2b1743e217a3d1e5..d3198fab239ccbb23c44c10dc593248bcb679ee7 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 8168bb54d86a6b1d1585c012afb02daed545e6ba..5f04f1d79f2ca6fa0f0ea63f0511d1e54e29a666 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "random_plugin.h"
index 018b4972bf0aedea6cfd876ed36e41adcc9b1ad4..22d21574e21fc4d93022f75e1d792f4e3b6a5b65 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 3426d694e3562bf29e74eade35f401cc7133ae27..bcb9cb20428464137e38c4f5063c5e6f512ba774 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 21809bba94ed5244d62c6c3e902e633f5e5c21b7..ba3dd9592baf4ff8472a8274c81fb6c167d751ff 100644 (file)
@@ -15,8 +15,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 97cd86819a2f5d0a901c846be15732774bca51cc..b9eb62ac5d125741d143b5abd4272256c3973771 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sha1_plugin.h"
index 668801cafd98158c6a8c47b140b7486634886f26..4a5f7c293eec2ab9f07e85af831a1909223d2302 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sha1_prf.h"
index 1ec3970867f3a3ae7fb98567e7b04432a80e93e4..0e8811ccac7522caede3159894c76d42de661c96 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index 993fa8793015fdd1137065538897b3db4db39019..21bc592dc80600b1a350c02ab3dd7e3ec92f42e4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sha2_plugin.h"
index c5a5a9910e3c6c0d739c8506d259cb85c807419d..ce873b71479aae91404b66a6eb376068ff457385 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sqlite_database.h"
index e31b572fae37231a806b9e559d78e0e0f3587df1..bedf91e0f04138c820db92dbcd5c1d22d14d2730 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "sqlite_plugin.h"
index 983c67d14dea5b7286230685964ede728efa6ed3..5807a899e4c2c4ae43377ede96dc37877ae5ff0e 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 2168f9bc7070b375fa53cab34180520619fe8a3a..4016468abb04a312e010c2100d4d1d31e1848abe 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509_ac.h"
index 5df9c5f8a61feb28a278e002fb693603c8aaf8a0..958d5c57a564844e6259cbba14a4d960a3e50e3b 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ca03f735d5f99171c930f147ab7dc3b22425d290..860006f0bb575c8f07d0a836491a54082b0ccf58 100644 (file)
@@ -16,8 +16,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 140dd21ccababb23c7d0ada46025292bbb29aa8b..5ebe1567d1f3b5b18a1bda62d2ae12403b59bcf2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b6639e47672a235ebe6d7e4bb9179548eb46f867..794d0fe8c771ca80a3fb548457c2bcc7a0d51077 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509_crl.h"
index c97c306b79db22f8488d6aace4071f276f6a74a0..4c0907cb91d6fb013591e0160b7c6cb725e5980f 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509_ocsp_request.h"
index 65978b8ebf065dbab0430a1f6649eee6762848b0..3f61dc6fee0583e190d833a21ff3bac03b1c90ff 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509_ocsp_response.h"
index 292a092d7e2c81cb57898ced40b274d4979c9c99..9ed7f95bd003d02827ddd93d21690db072e779a9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "x509_plugin.h"
index ab37eca40fdbe2d3691037164c7093a12c014db9..dd63af005d0a8b5b8ebd5c3f667ce4910e188ed1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General xcbc License
  * for more details.
- *
- * $Id: xcbc.c 3589 2008-03-13 14:14:44Z martin $
  */
 
 #include <string.h>
index f1501476f40dbd6f9cfe02545a511ee1d65f50a2..25f59c650cd698507028646bda8784edff7cf065 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "xcbc_plugin.h"
index 03056594d699737d6349c2568e1aae2a72c04af8..a90f2d44f44e46357beb1f1d1d247f5af2bac1e9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "xcbc_prf.h"
index 29eb2d25b8fd98cb67697fc8ef0b0958097c671b..b394bb25184f9e0f74e59a78b92fdd9fc079c9a8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <string.h>
index ab7bd77ef827c87fb0d405d91b73ee925cb843ee..17ed2afbda25ba21ff0c751f6426271261b47d77 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "printf_hook.h"
index 1906d0159bc08b71a932311a96968b58760d45aa..2d70a58c424f06e752134ba6bca82ee016c63d06 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 0e051810dd65d586065f1fb223d58871ff618594..64ac09299ed63fead6888ff98874c2db7d6c554a 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 1434b410c69d8ffbcfe46ab43bb94d857cb36fec..1816787aeb59a22d3920ef4ab4890f7f40f54f74 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ab717fd14d1fac3ecbc9e531f3993a1ead8fd382..4a0eff45f45b8aa0da03ad2712dd5327fae90a93 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "utils.h"
index d0d774b99886ffc08bf1823f9cbd1dfe38a9ccb4..091890658aecc11c2ccf155df2ec915bf21546ec 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 321c9723013019a7ff6a65fe2bbc43f0e0506366..f110521afe0655f2df4c631862eb4464f5276319 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 0435fb4faee93531b34901a3a35e94e22369e8db..24bafe66a2ca542aea535709e34460d147c4c4fb 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "enumerator.h"
index 8af45ec109d7ccd3364dcf24342b2c6ede13503c..4367d08360c0e1854e22a752a391a456f965b74b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 295f28565ed4aebf97fd3b5f3e5b1dc1387552bd..6d33d023b6e1c5826448c02ded0eb1817b7183d0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <utils/linked_list.h>
index e16b3f150acf14a3fa5070279130ff8fb1a94a8f..cbe51f55774cf86af288bf97c3e053ec55ae4aca 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d42ec5f00c379da8647ee8cdb7a38ac0e4107c62..f33385e67f52490d8b7261d32a26d91f08bd2445 100644 (file)
@@ -14,8 +14,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 2423c662bbc753bab8d2fb70775903b413f34b40..1c04c97efc670f427eef559e08c538430f512286 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 3ffbab7c683dffc5c0b8e54d77ec3cc4e39b385b..77791b5c3f59c0303c1930f72c0bba4673a91333 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 758fa53d1ffcf16324f143eaa05f4ead5812baf7..1dbf01539bbde26c99040414297014bb19e0e603 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 7983940b5e38ca8c9328924f95e52b457c207e00..65317e37cfd12860c3c677eff3d6d378b812ae8b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
        
 #define _GNU_SOURCE
index c1816d6eb933572be472572b1fde0994dbd99df2..2472f6751acf323483d48af3b98beece22e7449f 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "lexparser.h"
index e2cd4e5b549385697a85469861565f4fc8c37503..7e2edb2789e800257168790bed066c0e018f47d7 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index ce34985bfaa76f882b98914b6a863edc82652806..a45468cca7e5abc2acd5afe85245b2337401a676 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdlib.h>
index 7c388f76474ec751b12348e41a70b7dc9e7fc0a5..8b2de90832260ded2b23fcfeea256d893b7aaa66 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index 8c5f5618ba923f5b8a630b095448552025948f6c..d73faf8147e5cb5eb2bfa4baa70d7a25b2a1a1aa 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 60b90dfe6b2cb35e70094d672ac2c9adae50524c..c5c667992d7eedc25e959af6be364b4902444ff8 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * $Id$
  */
 
 /**
index 38302105daefc77884ca8bf8071d323e3d228f38..bf47e6b98078ed114b0e14a3b2b732c92cf7256e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
  * License for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 942d1583040113b8cee77686e59156f16de97202..05269f4f539763d27f6123ef9078a18a4955b664 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
  
 /**
index cccee8888361c4e177e0e83574fb4155c5d8255b..5f9c3b623cdeb5f0ab18f22260deb2608b38b40b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "auth_controller.h"
index f71e6e247e50c4a4d558b446810b8876a2ffbbb9..41e669fd0d8389df342f783068b25853b81ad37b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 34f054a7313d75c04c469733b9cebdbc59f43ccb..dda2938a1e015637df16424a399c33049a682320 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "config_controller.h"
index c34475d56ee94a8652ba7d5cccfcfcbf0f79e24f..07cafd4ff162b2035a7fe34be7c8150c3ecde619 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index d49941e2ff5940b1ed798689b84ef0ac18f31e14..c22591182cbacca3a0cbf13300091c983fd98745 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "control_controller.h"
index e6afaaa7936ee9f06531760acdc93038549cb713..c9bc1e4b3679430a81a871b9f7c1d43c9f6e6d14 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index e4015e06c8edf8a6df3f5e997417003f07a8ffad..164bf5921ec6d5705e57ace925ac400f48196d20 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "gateway_controller.h"
index 50490008ea8de6bb372b490a4815f1f47852ea79..7d77bdccb2dd89b20350a751560def0a6c79e1c2 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index a52adc189029d90891633cbf9481dd75435b04d8..c35ff42e68adc4882db5012ae330aeab05087382 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "ikesa_controller.h"
index e6d8583769b24e443236431a1c1d7dcbbe43e120..3f6779629522718b449bde302180eccee0d16010 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6d5f6f7d2a23b9da41ec7654cf9a8b0c142187eb..f0d557c71b5ef5bbc22082f48317559af9964a34 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "gateway.h"
index e3b3fa12dabc4484e16878daa6c686340aa2d490..7c76fa4749e4b37ff79cde6f21952453b0c96169 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index b1b4e161401e99d63ddde69364859c9209e23a3f..6fef0bf3e50755b402b6d03c1003bcf9df99fc67 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <dispatcher.h>
index 2bf2869b59454e3c1479e2f3dfc287761b5884c4..72f402a487066e331c76f8a17834cef9047301f6 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "manager.h"
index a5a9367d98610bd45cdd511fd373075a45564946..dc5fc18311bcf8ffb05350d813bc9955a1aff746 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index ce4c3e0a56e8a1b7507ba7d0c24794b7fc0fe781..00e688e088c1bf108189854d2e632bfe0afeca42 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "storage.h"
index ee8623fc603f096e394cc3187771799339772aff..2495b3a26d18211c4d2b53c467794eaf38c9f06f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 17e7752ab04fcfec16e7d7c25999cf3dd47a4e30..9c530983cf9095468af1ea2211d7aeac2736541f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "xml.h"
index f7db4f1d545424e60bba09e6b8335e92439f3cb0..230e0f925a51c17b3a96f45b11ef29ae53a87068 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 6ce63f78818667f2895b049e2dc93b975087ce82..0dec27698ef89363ddd2181496cf9897a594451f 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 511265487dcce13f194466e22a5cf47b0e92c601..f25c30281cb0fae9b5c3bfe47383c1886351d479 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 9e6d123402a9a9738bd77ceba3dce5d799b9563b..bc4717e32a52e4ccefbc8bd31b47616b00f0b26d 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #define _GNU_SOURCE
index 897e2836286a090aeb95c8e03f24b31e88164d48..9d23795d7dbfba9ab2b93332ab5d296310359e04 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 /**
index 5036d26f17b10cbbc398d829e8ee45b198c26afa..76114a347203a70199a107bbcc1e774173ae61ec 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
  * for more details.\r
- *\r
- * $Id$\r
  */\r
 \r
 #include "auth_filter.h"\r
index 5ba270e725e507f42104250a5d5f25c356ae5f50..f1fc565ebbc4cd893b7263b6d05ba2050bb08a6a 100755 (executable)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
  * for more details.\r
- *\r
- * $Id$\r
  */\r
 \r
 /**\r
index 1f7b675bb1a9fb3013f6953d9d56003914b1836a..20dec9d37292aa1b0ef0814c1c969204d16223a2 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include <stdio.h>
index 032859e2ebaf3b367da49c10bd6fa80932195f7d..d204dd0572e760e6d5e8295e4447b1ee2322bb6b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #include "user.h"
index b411f7c6fe968e550c3115c808d4bbc45e6f7366..2d1c738ca42c4b192375e85c71f39c681be12a78 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id$
  */
 
 #ifndef USER_H_
index 8b01171560097f4d2f14d6420b138dd91338694d..6cbb7617312f3633ecc3db143642170a88425678 100755 (executable)
@@ -19,8 +19,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index b912b87e9c84f3f73789adcef719ba7ef86863f7..16febc4aa76e1f1e6579b5f47a25a1368edef817 100644 (file)
@@ -1,8 +1,6 @@
 Notes on Pluto Conventions
 ==========================
 
-RCSID $Id$
-
 Pluto has its own stylistic conventions.  They are fairly easily
 inferred by reading the code.
 
index 13966e1cbeddfa68aab4078d538bb616b4e19c02..445a6e214b3b810cb2c16545b1c9a369ca5db76f 100644 (file)
@@ -1,6 +1,5 @@
 Pluto TODO list
 ===============
-RCSID $Id$
 
 - should all log entries that are for errors say ERROR?
 
index 302cc67dbff3eb819197f2fdc05627a9fd513c5f..3c886f97340d7aa11aaf0a7ec19d3cc056b4c45b 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 1100052ab630541b062b2eb321dfce3907099629..bee016143cb0f30cc10f93e121cb7359fac3213c 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _AC_H
index 97971ffff68e8c90e1ff44f32c7c0bdd17816d10..d7f35f915047cdee9b5b6449d5d4e680eb7654c4 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef USE_LWRES       /* whole file! */
index 69b0fc9c0dbcec828ac68e7007c3483c4dc2ca87..f564be232374bd4f657f490559109b8bad04a3e3 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef USE_LWRES       /* whole file! */
index cd0916597f2b0e980b9e2f2f5c517da90a7719b0..a81d6414c59d2cc554c0f39df3dd450d88d43a1e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- * 
- * RCSID $Id$
  */
 
 #include <stddef.h>
index 0a5a54aebea0197189851b20c49e3082d781e985..894445e1c2ca3763bd6de5dc7db198d550665c46 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef ALG_INFO_H
index 679d5fe1fa96d3d165fd3a1b977c91c9cf202a34..3fac998a3a76b641b9d010dcbccbc93d5a68c70e 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 11bfbf16dc7e226428171d3bd5d5a96d159c8683..44d079b4c0bc7b88a268503aee01f85ad6a1c7f4 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _CA_H
index 74ec363684e90bf348aea22abca89bee7bbce04e..b5a5ea9f05cd9a5cbb5e03e213feeaf1df079eee 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 9c913a8a7ba3d0d15cdfdfb39f04558d5077d70a..1d9e984e90270a34881e28895e800600f90cd723 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _CERTS_H
index 16346306285e36e7bd8a61bd6d7967f2c5af29fa..07ae79c2f0ab5d8a9d96977c4b3aa330787a9dfb 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index a81e2c273bc5df76a8cee1c9f67b2b24608de2d8..16cbbfd72c88d8ec81fe362927c00d290a8e5eb0 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _CONNECTIONS_H
index 0099c803d3c59314bb026b58952fb9015a43a5db..3a1f9abaf6e51e5501afaaacb422d0f70742458f 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /*
index 75e2d10bc66b2f39e502ac830a0d10444838d8c7..719ec20ff70efccb097daa90ed7b874d102b17f9 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _CONSTANTS_H
index f13152f0dc775c3a5796be4abbcdc420066c711b..414c1132450504726c48e2785bc5464fec857492 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index ceacc69ef3a5ad673d13e5fc6cb4b250a13910b6..7a1b8fdb98018ce6dd81dec9d607fc575439c47b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <freeswan.h>
index f419af0ebc3f022736c68b17c01d3e2ade7470ee..321e98adc0c2f720f1fad0b022d3c02fe3bdd2cb 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 04be64cd601f73ea03ef19030790997831af3b4b..7c110ad5ab8cadddf62c1971124e8d89103d4b42 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "constants.h"
index a6b106f04fb4945193b71e2d14a6686525ad5950..8f9e2accc7d0f34c199adbc5cf771b7e8681662e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index ce03748de4f21b163b46f954285b7271074fb7b8..be33cf870d04addc740900249db6e21817ad66b8 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <gmp.h>    /* GNU MP library */
index ddb54dcdbdaeb22e20cafd66c11e3fe2796c0e78..4ba4fa324b9863b9a653b03dfd6a3ad44b5e457b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /* 
index f3718a4b2f5439f56affb15548bc2081196b3937..464c245ddfb35459503d8e8b4175ffcef12359d7 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _DB_OPS_H
index 7b327e7e0a5d796d490a213aa0454fe592fd3bc5..6ade825cdfc7ab3f069e3705f71c858fcdf04ce3 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 160681b2e6994b5111f8868aacc31c5058e0552e..c3a1a139e0f63b7fad9376f6fd263554c016fc23 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _DEFS_H
index 555cde558b22c72c0b708a2dae2fc523195d081f..25c722f8239f097b5d669219ab6b585255e4f201 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /* Ordering Constraints on Payloads
index 020ce7012e5f55610b76fe2d1fd7dba78eb21b55..4faf6e532f80120409352051037d3bed54d42378 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "packet.h"
index 45e4516732f5cb60bb47ee676f77fcab48992064..b59b172ed3fa0df6ae453cc95cc81cd0cc546f7b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 53b1a5e35302a4b950cf8f554c8dd071d0089a1b..976c715bfbab602adf01f9eeefbd8c02e4509368 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern int
index 62d72971684d574dc5162731f2c0fe7cfb187654..7b34a6d29932cca000e75e41d484e52188e70f79 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 356288a1e865b8bcb39b4c261dc2b97be3ab3326..f7b4eb074118c6dede2e61f3bb7d38fe6874fc4e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "x509.h"
index ec824629cbf683900b06df6544e445d693407987..ed9853fc4ec89304a89147f08948556fa9483364 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index cc83a8cb9ff50808e662c3b9b591e033dea8418b..b6d3386ae1087e2b796a4951a1e90103f2436b5b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 struct connection;      /* forward declaration */
index 9adc44bedc6743067c583f0095482af25aa10d70..8d0e552f587bb349fdeacc451ddfbdb7634fd4f6 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index a527e1e89e37704da27487137ebc82edd07e6cac..010d251be00d5b36229faca13116547b87aa8fe1 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #define DBG_CIPHER  1   /* some day we'll do this right */
index 285607571ae772d57f73b9c89989a0a9e13ddfab..bca483e1c3d62ba4bc9c47c7a50b408581b05994 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index c8b8138e36be9b3bcbe8db70d260752b79484c86..dc2dcdfa6e9a6242b048df1a6d9ed3647e923f0a 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _ID_H
index c40465828a821afeca759a2300b44e2706d4c903..e48c011ce849a63dafd1b83686468e18ed6a94df 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index a8ddd1fde01233a123ca5ff9a755dbbf4d2005ac..5334ad8c0ad88129091d9df60cafd281556c29cf 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _IKE_ALG_H
index 5c0927cbb921d60620c295b9bd1b6265a459ff6a..e0ca9541bed0acdef8bbeb7cd0eb8caa1a7509a9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 0abd07697fd8cc70d98cf04d082f6083f3966b6e..2e242e9032311875ad94ee9f15a5ba6b2cc436db 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern void echo_hdr(struct msg_digest *md, bool enc, u_int8_t np);
index a6a8b1c90d48cd5bb9e7e76620b48015195d371d..b8779c63ce48e35e41e7d238cffacbf6c498bc84 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stddef.h>
index 01a455941b7904f076e80addfeec4694c51b42b3..06850abfd8fb74dcfb8385b5f7a084bf8127dafb 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "connections.h"
index 0e146a2e27d0164970231dcf02ae29a42a6ed028..63fb150d4323180cf6f42539621521bce47723c9 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 7b6cdab75d87c45755fb96eab4a49c288277b5a4..5ce8c30031fe539d10d0666173791bf81bc0e92c 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _KERNEL_ALG_H
index d0fdeeef58b0a39a91221819392f287f0be12fd1..b4b4774c7675f0e07e313d349a52265916636b4a 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #if defined(linux) && defined(KERNEL26_SUPPORT)
index 4ec65d5edc35b9d5d42665e839d47138ae82b460..65163c966b649c685f93b3a2e0f06872d2ff2ca9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #if defined(KLIPS) && defined(linux)
index 4664fc3fecf88a9e74192ffeb08dd52a057bf133..82a6ab648fa2cdd21c397b304b7f95949f91c83f 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <errno.h>
index df4d46f5401f6ab80a040f8509edfa77a1158f4e..3da55d80ba4a0f787d2af462903f6429e9e438a8 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern void init_noklips(void);
index 817eb7b6dc66da83667724f130eb888217f1ee67..7ac405fd4937f4ed955bc13ef5204e12c29b6225 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifdef KLIPS
index 5546acc5e5d400cf3cdeea34839f02bea2f09e53..ad20a5888d21e3d4259dcde393abe28e0b8cee0c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifdef KLIPS
index 69b9bca8bd1b70b5c3d84904f28907ad97308892..e75cd8fd6cb786f312ef9573e4c45ab17e54af51 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stddef.h>
index 362bab738591ad187f5fce69c9c84b9b962d34c3..84d941fe8e4d5842cc76c2905432ff04f6aab40f 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _KEYS_H
index 71d1711f24de7d84d1ac0a9ec27dffb273692701..f48d24a5436d583161936156efb0c2d3f7ba7f58 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index c5194ed3aae8e1435334513259cc828d8ff700d3..f167691447eec1b5e74c2799fb62b806bb96572b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #define MAX_TOK_LEN 2048    /* includes terminal '\0' */
index 15bab5d0a590a301f5a983a583067c39e08d9d8e..f6eee8cc92f1e5beecc0f3a0bb561e337834a3d5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 86a3ce8f8defd2ec44622bb62f738b97e0580e28..52c01bbd470c20728c34bafd12e7052fb4258b84 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <freeswan.h>
index 04ee5b23c207496e9eb8ad479e848b58b64d01c4..8a50f50a31f6ece8c1827f329e5eb8fa0f281db6 100644 (file)
@@ -14,8 +14,6 @@
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
  *
- * RCSID $Id$
- *
  * This code originally written by Colubris Networks, Inc.
  * Extraction of patch and porting to 1.99 codebases by Xelerance Corporation
  * Porting to 2.x by Sean Mathews
index 7b4d5820de3b214bb08e985d43207cd9378b8639..86bfc6ed280240129a67a3da87a134dd269d81f5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _MODECFG_H
index ee9dd03603feb27dc2eb1605ddb5569fa0a72501..41663337e8b42dcea82518641bf376fe61ca12ff 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <freeswan.h>
index fa6d67fdd91047cd75f19de2c8ebba733a64730b..2c971852581a0e496921c44fc9dc28efa7f25040 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _MP_DEFS_H
index fc090e432ada6ce0faad5b2dabef1e8aa17a11e2..0f16cf06d35b6765f0acc2abfb500663e132be38 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index b2a80f87efdf3b2bd21ce06e6e29da7294e8d927..98b0a2bc054b47cb3edbd606a609167e3e827de3 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _NAT_TRAVERSAL_H
index 2516391c2f649a966e9aa235ea5ecbd715d3dd7a..4b6920bee94caadb7f05a806462640cdbf7c23c9 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <unistd.h>
index bc189d4811778e4222e1764b39aaafa20ee97426..d8ee7bd8cf032a3a0ad71adcce50297f04d1649c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include "constants.h"
index 595b2cc79d2840ccb1749591ce901d52619567a9..01967efedb8b90cb4d9fd654ef71ca3022736e59 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index d5ff7ef7fba4e4cc687fc476b35672c1ddc23e07..1510b81a0678cc1a69eb1ba0b5f986d0c7149c26 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _PACKET_H
index 47b8a50dc7b532fef047fa592e12ddd22587d530..99dda539dcc82490108e2ffd5cd599879ce5897c 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 /* decrypt a PEM encoded data block using DES-EDE3-CBC
index 889063d62179fd62b02ec4f551fb9ac904e57953..43a23fa0f40a87b2244304a0dc397607ef495660 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern err_t pemtobin(chunk_t *blob, prompt_pass_t *pass, const char* label
index c64f978257ed791cf417895060a70fba77b04233..514e39adbeed08e99238dc0a2b3da2fbe098b37e 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 929792fe08242201e504c30b5b98ff92f9eb2a00..418567b255f4e69ba829adde154a1f05a1fafba8 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _PGP_H
index d2a8edb2bd9d5a92fb6506bbd905862a674dd065..0f4edf3a87fd3869c3703f77877eaef2b92e4999 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stddef.h>
index e7c204e8799cb39297c7547c3741366b89b64b15..4aaa8c40932f652e4931bfb4832b0b2a2196ec47 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _PKCS1_H
index 7fa2cb3a41b7f37c7901ec0d698fe8878ac4955b..b0f1e853fd3c9909465c7e79373e7f0e70adf7b0 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 404b4938a280fc14fabceda863bfa933f74027bd..d2d020622b9f710a2065c144870671bbd1990d2d 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _PKCS7_H
index 2e350c8969642d9ad768af219e03608d42e1f3f2..3776e963985cc619d41adc86e0edd490595b1d0a 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 6a6457163ab66941266b1220b8398d3df69f8623..d40a4e28a3d8810ee3a3299b4e6d5b9107731173 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index bc18392d61b9576f86e5d987537eb9995e0f4ba5..66edaaf808c5a6239e846f77da35fab706497d3b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern void whack_handle(int kernelfd);
index a69b8a5422587786faf1dc161457337368dd79be..2609bf86dca41d4d55aba8a7089b0f059609c7aa 100644 (file)
@@ -1,8 +1,6 @@
 Routing and Erouting in Pluto
 =============================
 
-RCSID $Id: routing.txt,v 1.1 2004/03/15 20:35:29 as Exp $
-
 This is meant as internal documentation for Pluto.  As such, it
 presumes some understanding of Pluto's code.
 
index cbb06933ab5edba45d3687471c8970c4a2b2d034..4af83d704f4c656b1af4b7ab6a92a4ad6ae2eaf5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index f89add21c12cf832da8fa87699abf74533214c66..b8123f6dcf47d693dd83277290f91f1fc91a3b57 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern int ctl_fd;      /* file descriptor of control (whack) socket */
index e5dafca2e94b55df26927cf645ed49ede29aee43..d7758ebff73a5fb4de965e450decf93bf0f799c1 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 2005 Michael Joosten
  *
  * Copyright (C) 2005 Andreas Steffen
- * Hochschule für Technik Rapperswil, Switzerland
+ * Hochschule f�r Technik Rapperswil, Switzerland
  *
  * 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
@@ -17,8 +17,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 432a546aef378ad394c59b5989a6566f4b61478e..60a0fccfcea84a3827fd16d774881b3f187e0118 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _SMARTCARD_H
index 54d6faa52504d2efd13cfb1a309b262b711273db..3b75c1dbc38c5e2c89c34bf967a4e6af647f60c9 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 5a7ef2bebde46e9a4cbb4bd7a235f600976fc56d..221cc00bbf24c2f14bee4cb6f6a95b749e01d06a 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _SPDB_H
index b54a54cae6817d56b9b16f60740ec916f1e50457..3be5cb644833960d9230818df2f2f4480e9705e5 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index c94f75693a8a9918453205747f321b6d522728d5..1c6948c7138117c20f4b1612698aed0e8962f042 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index c5b08031be55d8ae8e6100cf3cbe04b66d364bf2..aaec74a710911b38d8a967e1c44f9db2467a83f3 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index c1bfd5dc7a3be02d3205717186f4bcbcc5c95abb..70f0fb71933e0fe71463afc942e32bfa155a5a7b 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 extern time_t now(void);        /* careful version of time(2) */
index f984ff210710f6d82bd5af18f745dded35130872..8a18272244aaa72b1ffb49c20b52d2d2b4e48382 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index e657cb7d9b2300a7924a88ddcf425a6d906444da..6304c5e0fe9c900a095124621dff3eb928e6cadc 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _VENDOR_H_
index 0c8901269be2502504b62bc4a706c01a40af3d49..2067bde01f73ee08ebcb93e5323b18670b99b927 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <freeswan.h>
index 3f56a413e30f4eac92010cc690ed28f4ef87b564..e64407c81a34a7d90a0cedaec8a0ec41a610c7de 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _VIRTUAL_IP_H
index 7ef163683037daa204acff3079731f7c682c0777..28401162601c38993be965461f47d65a73cb2d85 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 104ef6d62bf5139546fbbaf2916b170bb3d4f6a5..7a46c5c7b93b1d6a72a4579ccceab6de42b83115 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _X509_H
index 25efbf3cd58734351ee8905e5134c9ac1bdd8ab0..af2d72d71e8fca27c5ddb4768455940f74609c57 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <dlfcn.h>
index c7db9120e37525be63e2da2f8605ba55ddc78306..8ab125ac41b7fefc6ec99f313dc28bf5c18ff3b0 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _XAUTH_H
index 78d1c5350e68c98cf7d8b44b217e2cef1c33fab1..b14e72ecb75b05ba68b13cac1d48d95bd308003c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id: loglite.c,v 1.2 2005/07/11 18:38:16 as Exp $
  */
 
 #include <stdio.h>
index 9f40b32a7134b0521afb476d56a0cbb82b771638..37cd5dd19e4198d5d919f53e1a4c0c2c944db52b 100644 (file)
@@ -17,8 +17,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: rsakey.c,v 1.5 2006/01/04 21:16:30 as Exp $
  */
 
 
index f523f3af0329bdf2f897b23a417c2643a2808bb5..f9245d25b8ab3be271e82440ccffa5e0b096f2b8 100644 (file)
@@ -17,8 +17,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * $Id: rsakey.h,v 1.2 2005/08/11 21:52:56 as Exp $
  */
 
 #ifndef RSAKEY_H_
index 468d3385559a44d9e949b2ae2e0654f722aab8f9..d719440f2883af3f49035f7448c0717996d21a4c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stddef.h>
index 44fe78a4b41b3ae86324e1f449947a73b929c291..b003784c8ab700d99ae2673cc21757eedfe7b6c1 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _ARGS_H_
index 2e6543139328688fde4454252347ccbeccf54180..8462a4819ce0ae90539142c6a50654a2ec4cfefb 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index 5a34b9877fbbc2d4215670194a49d0e45e7e7544..cda6e44b91b3f1213049fa64bb1d5cb6abc34587 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_CMP_H_
index cc7138a993e21b89a7ebdec21e0944233b33eb26..5c5b75b34160dbf20a0f404a17ae71eb5430a587 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stddef.h>
index 11380b42cec88b13380b4483a2644fdb493a9c10..b20c2e0d36010c3f70f6321f14479c5a60fa0531 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _IPSEC_CONFREAD_H_
index d7a2f480220b7e2d04729c85916623f87ff83d21..d4c4f0657ac4690cf02e3ef824f93465971a878e 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 3444b7efa609f042df03aaf439844e895bc0b547..6a641457863425f822c58132a955d30a73d8eecc 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_EXEC_H_
index 634ad78f77935ce44f6b440ff39e226b8041c476..ec41c9f2e38a02d8974aff4ea746d15599b714da 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_FILES_H_
index f28aca33e458566d1b9d7087723c4d9c44a3bf8c..034eac31778ebb30b2f7cb1f3f30c09214238edf 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/socket.h>
index 08257f73a6de745dd2a124426892914e5f984460..abe4c8f9c700ecc1a9c8eae484786f9b7680b7be 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_INTERFACES_H_
index bea9e004ca6dc75bd0ea3b4977649e0a86056a49..804467ceaba211b2942a23396bbcfc6b5368b3d6 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index 03c592f1e00569e98547d45f54461681fc253ad6..f0f470a8d526927262f92a98b7ad75c288d61991 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_CHARON_H_
index 27c5f98ce0208695d134619b7478a0a023e195ff..28bd93c5db82e738fc3cbf4d87377f89551727c1 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index 768bec28cce9116dac6d0ab5cd2e0b403fba6c34..b0c89b1f1228c2ae0c9ecf63bd860198278d3c68 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_PLUTO_H_
index 2567dfe7e646bb6cde9b33aacd633ccf1a0c8f2f..ee830bff334abd1e0b8852b7a096f7dcb258bc06 100644 (file)
@@ -1,5 +1,4 @@
 .TH IPSEC.CONF 5 "27 Jun 2007"
-.\" RCSID $Id$
 .SH NAME
 ipsec.conf \- IPsec configuration and connections
 .SH DESCRIPTION
index adb25aa461fcf32fd5c8586902645fed035d11e9..ae9a6d15f75675ae4bfb9ada334c7a45d2a9b79c 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _KEYWORDS_H_
index be8f305feaa18206f4234cb0bee2448eb09d9988..66c8948506671ce2986aa63285da13e5a3856e45 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index 26d899e67531b9cf4ae7015e3dad7c407a220da7..061dee50cff6b09759befd308952ba54a0f48519 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index 96e89bb1c3dd38fdcfd6880e0ff3f168ed1c3107..e93348df1395ff7ffac317c8ad401d8a7de051fb 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_KLIPS_H_
index fe624ba2f20d16a949ea2dcde8011a98b65cd5b5..415cf931c826550327686878d0d37a4c39ac9eaa 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index e91a757d57aa6db1a8036d903e3b57bc0fb66f30..e0449f0b2599f0c1a40c10f6428b8b6353507c87 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index 3666dcfb9cf23a7ae7d72224c50a5b82615acae6..55f6a7c47d7fa003eea15e53b9e47752edc7fd6c 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_NETKEY_H_
index 88211fff9827cf5411f21bc6d9e7c889d83135d8..1c6cf20eff859e627958abd33c18225bc9c93713 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _IPSEC_PARSER_H_
index 582371e4f7217434a7cca2b6388b162526ed06c2..5857c08159bc0053295eb075e7dd9160c39cc6c2 100644 (file)
@@ -13,8 +13,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index a3aacb763a48d8892ce7b8ea0d4e071021076ed0..4533228c209772a8fff6dfba9b453742080d0535 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index b66ebdefb48649a4a1a4beaf59174c15c9646f11..02a64a7cf58798bac22254a84a80e6fe9b4527a9 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index c36afe64b8be7e102eb8311b81f9eb06d066aa17..4e8f7f819af3186ae4e2b2356532e0e69c4f6f6e 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index 5591d1c5a5732b7913827702520cd31637299c23..f9b01c99ad7e22c4c911babffc27d1c801b466c3 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_STROKE_H_
index 4bc76de01957d844141c7d5275491b6d19adc872..9e53cc76fc0a0c1986c16bdde2d05f2661d36d9d 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <sys/types.h>
index aaae031270b676139f1bfcebcc68a00c0fdca28b..d56b024218ad22953153345509abe69586a7115a 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STARTER_WHACK_H_
index a8b705697c4f22d965c4f0ee0a8f494cde4a8721..412efc26b1eb79b837ff0f4c16cf607e4b2a33b0 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdlib.h>
index 292589047108ae03f112da30ccabf6773b41838b..d50b1137461c172cc14afa195e35b606c73aed1f 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _STROKE_KEYWORDS_H_
index 64ee397b3ec4f88c1f5f6cd6dea481d977b2b423..3ce4211e0216372521c447ba9c681ebfc2409365 100644 (file)
@@ -12,8 +12,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <string.h>
index 42cbf97a1c8927276159381279fb5cd143b49f5b..37183094d3b10b6ba46ad06bf023b491a91d9284 100644 (file)
@@ -18,8 +18,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef STROKE_MSG_H_
index 5e99bc53f258ceea259a7daee7bc13a2355ea026..0d7a292b7a5e3e43a09502d6e8086d928e5075e4 100644 (file)
@@ -11,8 +11,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #include <stdio.h>
index 34e726d046dc0de157810ab72f3beeb4b0427801..79d115262955ea16d60370fa52c0d85a2fa2483f 100644 (file)
@@ -10,8 +10,6 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
- *
- * RCSID $Id$
  */
 
 #ifndef _WHACK_H
index a38dee899ee5dbdd4c6469afcba460b02c889cfb..151453d7c3d020e8dfde4892bf876086f8cba7dc 100644 (file)
@@ -143,5 +143,3 @@ README document.
 
 -----------------------------------------------------------------------------
 
-This file is RCSID $Id$
-
index a2a68ec31c816228ef1f42fa93ac16b19ddca8b9..097b4264dd2c34ba4518beb57916c3d5d6686cdf 100644 (file)
@@ -156,5 +156,3 @@ restored with the command
 
 -----------------------------------------------------------------------------
 
-This file is RCSID $Id$
-
index 2e1dc46495bd287cf54e8fcfa2b3efc2345c6fa3..3a66f4548a78c433d12fa0d0894631fbd923f180 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 6da2682b372aea16f6a4db32df93f0084c988a70..7f1a4d70bcdb0a92a8edba0ae29f76f14d608690 100644 (file)
@@ -1,7 +1,5 @@
 # openssl.cnf -  OpenSSL configuration file for the ZHW PKI
 # Mario Strasser <mario.strasser@zhwin.ch>
-#
-# $Id: openssl.cnf,v 1.2 2005/08/15 21:25:22 as Exp $
 #      
 
 # This definitions were set by the ca_init script DO NOT change
index 78e91bdd6d358878a76f7112d282d0d2a69ee911..7776876c1b0d5ee2dd5d4a36672c1874fa06d026 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id: generate-crl,v 1.2 2005/03/24 11:19:38 as Exp $
 
 export COMMON_NAME=strongSwan
 
index e5a716f288c3abc7f3480ba364fe25b5a2ff9434..12cc5d078511518f39d3fdecb8b4a524e2c69deb 100644 (file)
@@ -1,7 +1,5 @@
 # openssl.cnf -  OpenSSL configuration file for the ZHW PKI
 # Mario Strasser <mario.strasser@zhwin.ch>
-#
-# $Id: openssl.cnf,v 1.2 2005/08/15 21:25:22 as Exp $
 #      
 
 # This definitions were set by the ca_init script DO NOT change
index 56a9061f67d38dc8d29393fe1e28999f3eabae54..4a40270725d7373ddd33df95f1919093b3f34878 100644 (file)
@@ -1,7 +1,5 @@
 # openssl.cnf -  OpenSSL configuration file for the ZHW PKI
 # Mario Strasser <mario.strasser@zhwin.ch>
-#
-# $Id: openssl.cnf,v 1.2 2005/08/15 21:25:22 as Exp $
 #      
 
 # This definitions were set by the ca_init script DO NOT change
index 2d2765650845a6f25d2014877e6cd00ce0b815f1..693af7c28197716f9c2cf5c67815bc851885e7f7 100644 (file)
@@ -1,7 +1,5 @@
 # openssl.cnf -  OpenSSL configuration file for the ZHW PKI
 # Mario Strasser <mario.strasser@zhwin.ch>
-#
-# $Id: openssl.cnf,v 1.1 2005/03/24 11:24:07 as Exp $
 #      
 
 # This definitions were set by the ca_init script DO NOT change
index b9287377dc356315bf18ccc68d79624512dd5a34..75816c4321264d157a93a2b83529df06e4c7740a 100644 (file)
@@ -1,7 +1,5 @@
 # openssl.cnf -  OpenSSL configuration file for the ZHW PKI
 # Mario Strasser <mario.strasser@zhwin.ch>
-#
-# $Id: openssl.cnf,v 1.1 2005/03/24 11:24:07 as Exp $
 #      
 
 # This definitions were set by the ca_init script DO NOT change
index 151bf9533d8e4baf70f344ae0068a8284e251488..7cd3324e0a8daa841b0c2348091da17fd782190b 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 6376c36b7b3727aee192775986d32c18ba7a0a7b..0ebbc5264149d7bb61aa40792e5c9bf910da2414 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index a61abf72a314b619de5ba26e5806c70b24dd342e..799078557cdd127ba5d21f3d9a6e85cee10550b3 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index d61d5f47d65fef69c89fc8fa2344b1bb1deb1209..75feaa4edcd871ad739b23112210214e69e661a5 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 22a0ed5798c6ef9f8617e0b8a67ad8059b4ab373..7a98fc6c1997fe5166dae70e964022ca3e6e37b5 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 0bd131b12b248191c859cf4c31a521b5881931eb..06a67f90cc539ff9e0ad49aaeca5ccffd70f4845 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 917c972c7db8596d36166480919f8b223ef65195..e7ecbcf8301374c901ca1904b1cbfbdf15611f4c 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 
 ############################################
index dac31ab6741031a684d0674c5e3e32f93a102ec9..624db8d8ba5839665c18530fc026c5e9b9a15f67 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 3467c5d60d9f42695037c057cccbb5b0d0439a79..486955a6911caee034277291d59805b4200724bb 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 48f88c2821baa72ace1e01e5b9dfa970f85eca29..8dd3069f63263df53d85a5eadfe55bf876d5546f 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 06d1eeb67316cbc58b4e7801132909ca3b1fff65..b26be993692be0ecb8e24edf2ca0f4d72031cd34 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 676f809512db2cfd7fcdfc9febd10aaa75b40b13..1e09d6e7d79d1a23e19906a61940218c919ed639 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id: $
 
 DIR=`dirname $0`
 
index da6a99c229cab754efaf3d00f073b4a9afb25bc8..878494370cf1acad88e94428596dd6db2b53656a 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 9633bfa55963d0046a71da16096a7290961af23d..eb92bd0eb1de009b7b9a5fb543f03da16a8b6067 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id: $
 
 DIR=`dirname $0`
 
index 72228232a01d003287bb28eda9b924edbc01b875..7171996060625efddfbcf5d9dfebd3a94f6aa76f 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index fb60bcc5c4dff967895796594a67378128678969..278500e6f1df47519f66062f9b97cb5a36102cf1 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index e12e975b28d5fc6576abce26ab8a11cd454b00cf..023a5b39e99dafb5622665f12162aec84644d729 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 DIR=`dirname $0`
 
index 5714f0b535414f0a14a5cdb90739d2cb70458244..dbaa1ed6b5f31331f177b499c596daeea31d46f1 100755 (executable)
@@ -13,8 +13,6 @@
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-#
-# RCSID $Id$
 
 # Root directory of testing
 UMLTESTDIR=~/strongswan-testing