From: Russ Combs (rucombs) Date: Mon, 12 Feb 2018 20:55:08 +0000 (-0500) Subject: Merge pull request #1106 in SNORT/snort3 from 2018 to master X-Git-Tag: 3.0.0-243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=013e44b4636f02a484a41d8062aad889fc6f4cfe;p=thirdparty%2Fsnort3.git Merge pull request #1106 in SNORT/snort3 from 2018 to master Squashed commit of the following: commit fb589a8e3289fa64ee274234d0fd06b654c01940 Author: Russ Combs Date: Mon Feb 12 13:29:28 2018 -0500 build 243 commit 572c45a9ba8442686cccdc47dab4ba9593a180df Author: Russ Combs Date: Mon Feb 12 13:16:46 2018 -0500 rules: fix path variable expansion commit f5ed5b8dbd5d688490eb61420beb2d36dd860f6a Author: Russ Combs Date: Sun Feb 11 08:00:56 2018 -0500 doc: update default manuals commit 9b0a0d075018f1061302fc6bf7259c42ea60ade7 Author: Russ Combs Date: Sun Feb 11 07:56:40 2018 -0500 copyright: update year to 2018 commit e87ddd2df2b2a3e49e8d25aefb4fbe40eae19422 Author: Russ Combs Date: Sun Feb 11 07:49:24 2018 -0500 comments: fix 6isco typos --- diff --git a/ChangeLog b/ChangeLog index bec505305..c8a1b3d0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +18/02/12 - build 243 + +-- build: enable gdb debugging info by default +-- build: fix cppcheck warnings +-- build: fix static analysis issue +-- comments: fix 6isco typos +-- copyright: update year to 2018 +-- detection: use detection limit (alt_dsize) +-- detection: trace fast pattern searches with 0x20 +-- detection: do not change search_engine.inspect_stream_inserts configuration +-- doc: update default manuals +-- flow: support episodic detection +-- help: upper case proto acronyms etc. +-- http_inspect: apply request/response depth to packet data +-- http_inspect: suppress raw packet inspection beyond request/response depth +-- main: Export AnalyzerCommand and main_broadcast_command() +-- rules: fix path variable expansion +-- search_engine: rename inspect_stream_inserts to detect_raw_tcp for clarity + default to true for 2.X rule sets +-- rules: update fast pattern selection to exclude redundant port groups + when service groups are present +-- wizard: count user scans and hits separate from tcp + 18/01/29 - build 242 -- build: add STATIC to add_library call of port_scan to build it statically diff --git a/daqs/daq_file.c b/daqs/daq_file.c index 1592ef3b2..192236a6b 100644 --- a/daqs/daq_file.c +++ b/daqs/daq_file.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/daqs/daq_hext.c b/daqs/daq_hext.c index f6306bee9..39711c3e4 100644 --- a/daqs/daq_hext.c +++ b/daqs/daq_hext.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/daqs/daq_user.h b/daqs/daq_user.h index 4fdcf955d..3ba776761 100644 --- a/daqs/daq_user.h +++ b/daqs/daq_user.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/doc/snort_manual.html b/doc/snort_manual.html index 05785cf8d..e3a2b5a3d 100644 --- a/doc/snort_manual.html +++ b/doc/snort_manual.html @@ -779,7 +779,7 @@ asciidoc.install(2);
 ,,_     -*> Snort++ <*-
-o"  )~   Version 3.0.0 (Build 240) from 2.9.8-383
+o"  )~   Version 3.0.0 (Build 242) from 2.9.11
  ''''    By Martin Roesch & The Snort Team
          http://snort.org/contact#team
          Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved.
@@ -5825,7 +5825,7 @@ engine for your network(s).  Here are some tuning tips:

Use the watch_ip, ignore_scanners, and ignore_scanned options. It’s important to correctly set these options. The watch_ip option is easy to understand. The analyst should set this option to the -list of Cidr blocks and IPs that they want to watch. If no +list of CIDR blocks and IPs that they want to watch. If no watch_ip is defined, Portscan will watch all network traffic. The ignore_scanners and ignore_scanned options come into play in weeding out legitimate hosts that are very active on your network. @@ -6999,7 +6999,7 @@ int host_cache[].size: size of host cache

  • -addr host_tracker[].ip = 0.0.0.0/32: hosts address / cidr +addr host_tracker[].IP = 0.0.0.0/32: hosts address / cidr

  • @@ -7009,7 +7009,7 @@ enum host_tracker[].frag_policy: defragmentation policy { first
  • -enum host_tracker[].tcp_policy: tcp reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } +enum host_tracker[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy }

  • @@ -7019,7 +7019,7 @@ string host_tracker[].services[].name: service identifier
  • -enum host_tracker[].services[].proto = tcp: ip protocol { tcp | udp } +enum host_tracker[].services[].proto = tcp: IP protocol { tcp | udp }

  • @@ -7056,7 +7056,7 @@ port host_tracker[].services[].port: port number
    • -addr hosts[].ip = 0.0.0.0/32: hosts address / cidr +addr hosts[].ip = 0.0.0.0/32: hosts address / CIDR

    • @@ -7066,7 +7066,7 @@ enum hosts[].frag_policy: defragmentation policy { first | linu
    • -enum hosts[].tcp_policy: tcp reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } +enum hosts[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy }

    • @@ -7076,7 +7076,7 @@ string hosts[].services[].name: service identifier
    • -enum hosts[].services[].proto = tcp: ip protocol { tcp | udp } +enum hosts[].services[].proto = tcp: IP protocol { tcp | udp }

    • @@ -7315,7 +7315,7 @@ int network.id = 0: correlate unified2 events with configuratio
    • -int network.min_ttl = 1: alert / normalize packets with lower ttl / hop limit (you must enable rules and / or normalization also) { 1:255 } +int network.min_ttl = 1: alert / normalize packets with lower TTL / hop limit (you must enable rules and / or normalization also) { 1:255 }

    • @@ -7717,7 +7717,7 @@ int search_engine.max_queue_events = 5: maximum number of match
    • -bool search_engine.inspect_stream_inserts = false: inspect reassembled payload - disabling is good for performance, bad for detection +bool search_engine.detect_raw_tcp = true: detect on TCP payload before reassembly

    • @@ -7886,7 +7886,7 @@ string snort.-i: <iface>… list of interfaces
    • -port snort.-j: <port> to listen for telnet connections +port snort.-j: <port> to listen for Telnet connections

    • @@ -9815,12 +9815,12 @@ bool appid.dump_ports = false: enable dump of appid port inform
    • -addr appid.session_log_filter.src_ip = 0.0.0.0/32: source ip address in CIDR format +addr appid.session_log_filter.src_ip = 0.0.0.0/32: source IP address in CIDR format

    • -addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination ip address in CIDR format +addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination IP address in CIDR format

    • @@ -9835,7 +9835,7 @@ port appid.session_log_filter.dst_port: destination port { 1: }
    • -string appid.session_log_filter.protocol: ip protocol +string appid.session_log_filter.protocol: IP protocol

    • @@ -11459,7 +11459,7 @@ bool ftp_client.bounce = false: check for bounces
    • -addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed ip address in CIDR format +addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed IP address in CIDR format

    • @@ -11479,12 +11479,12 @@ bool ftp_client.ignore_telnet_erase_cmds = false: ignore erase
    • -int ftp_client.max_resp_len = -1: maximum ftp response accepted by client { -1: } +int ftp_client.max_resp_len = -1: maximum FTP response accepted by client { -1: }

    • -bool ftp_client.telnet_cmds = false: detect telnet escape sequences on ftp control channel +bool ftp_client.telnet_cmds = false: detect Telnet escape sequences on FTP control channel

    @@ -11587,7 +11587,7 @@ int ftp_server.def_max_param_len = 100: default maximum length
  • -bool ftp_server.encrypted_traffic = false: check for encrypted telnet and ftp +bool ftp_server.encrypted_traffic = false: check for encrypted Telnet and FTP

  • @@ -11597,7 +11597,7 @@ string ftp_server.ftp_cmds: specify additional commands support
  • -bool ftp_server.ignore_data_chan = false: do not inspect ftp data channels +bool ftp_server.ignore_data_chan = false: do not inspect FTP data channels

  • @@ -11612,7 +11612,7 @@ bool ftp_server.print_cmds = false: print command configuration
  • -bool ftp_server.telnet_cmds = false: detect telnet escape sequences of ftp control channel +bool ftp_server.telnet_cmds = false: detect Telnet escape sequences of FTP control channel

@@ -11673,12 +11673,12 @@ bool ftp_server.telnet_cmds = false: detect telnet escape seque
  • -ftp_server.concurrent_sessions: total concurrent ftp sessions (now) +ftp_server.concurrent_sessions: total concurrent FTP sessions (now)

  • -ftp_server.max_concurrent_sessions: maximum concurrent ftp sessions (max) +ftp_server.max_concurrent_sessions: maximum concurrent FTP sessions (max)

  • @@ -11692,7 +11692,7 @@ bool ftp_server.telnet_cmds = false: detect telnet escape seque
    • -int gtp_inspect[].version = 2: gtp version { 0:2 } +int gtp_inspect[].version = 2: GTP version { 0:2 }

    • @@ -13678,22 +13678,22 @@ int port_scan.icmp_sweep.ports = 25: number of times port (or p
    • -int port_scan.tcp_window = 0: detection interval for all tcp scans { 0: } +int port_scan.tcp_window = 0: detection interval for all TCP scans { 0: }

    • -int port_scan.udp_window = 0: detection interval for all udp scans { 0: } +int port_scan.udp_window = 0: detection interval for all UDP scans { 0: }

    • -int port_scan.ip_window = 0: detection interval for all ip scans { 0: } +int port_scan.ip_window = 0: detection interval for all IP scans { 0: }

    • -int port_scan.icmp_window = 0: detection interval for all icmp scans { 0: } +int port_scan.icmp_window = 0: detection interval for all ICMP scans { 0: }

    @@ -13885,7 +13885,7 @@ bool reg_test.test_daq_retry = true: test daq packet retry feat
    • -string reputation.blacklist: blacklist file name with ip lists +string reputation.blacklist: blacklist file name with IP lists

    • @@ -13895,7 +13895,7 @@ int reputation.memcap = 500: maximum total MB of memory allocat
    • -enum reputation.nested_ip = inner: ip to use when there is IP encapsulation { inner|outer|all } +enum reputation.nested_ip = inner: IP to use when there is IP encapsulation { inner|outer|all }

    • @@ -13915,7 +13915,7 @@ enum reputation.white = unblack: specify the meaning of whiteli
    • -string reputation.whitelist: whitelist file name with ip lists +string reputation.whitelist: whitelist file name with IP lists

    @@ -14077,7 +14077,7 @@ int sip.max_via_len = 1024: maximum via field size { 0:65535 }
  • -string sip.methods = invite cancel ack bye register options: list of methods to check in sip messages +string sip.methods = invite cancel ack bye register options: list of methods to check in SIP messages

  • @@ -14228,12 +14228,12 @@ string sip.methods = invite cancel ack bye register options: l
  • -sip.concurrent_sessions: total concurrent sip sessions (now) +sip.concurrent_sessions: total concurrent SIP sessions (now)

  • -sip.max_concurrent_sessions: maximum concurrent sip sessions (max) +sip.max_concurrent_sessions: maximum concurrent SIP sessions (max)

  • @@ -14877,7 +14877,7 @@ int ssl.max_heartbeat_length = 0: maximum length of heartbeat r
    • -int stream.footprint = 0: use zero for production, non-zero for testing at given size (for tcp and user) { 0: } +int stream.footprint = 0: use zero for production, non-zero for testing at given size (for TCP and user) { 0: }

    • @@ -15305,7 +15305,7 @@ int stream_ip.min_frag_length = 0: alert if fragment length is
    • -int stream_ip.min_ttl = 1: discard fragments with ttl below the minimum { 1:255 } +int stream_ip.min_ttl = 1: discard fragments with TTL below the minimum { 1:255 }

    • @@ -15525,12 +15525,12 @@ int stream_tcp.flush_factor = 0: flush upon seeing a drop in se
    • -bool stream_tcp.ignore_any_rules = false: process tcp content rules w/o ports only if rules with ports are present +bool stream_tcp.ignore_any_rules = false: process TCP content rules w/o ports only if rules with ports are present

    • -int stream_tcp.max_window = 0: maximum allowed tcp window { 0:1073725440 } +int stream_tcp.max_window = 0: maximum allowed TCP window { 0:1073725440 }

    • @@ -15895,7 +15895,7 @@ int stream_udp.session_timeout = 30: session tracking timeout {
    • -bool stream_udp.ignore_any_rules = false: process udp content rules w/o ports only if rules with ports are present +bool stream_udp.ignore_any_rules = false: process UDP content rules w/o ports only if rules with ports are present

    @@ -15966,7 +15966,7 @@ int stream_user.trace: mask for enabling debug traces in module
    • -int telnet.ayt_attack_thresh = -1: alert on this number of consecutive telnet AYT commands { -1: } +int telnet.ayt_attack_thresh = -1: alert on this number of consecutive Telnet AYT commands { -1: }

    • @@ -15976,7 +15976,7 @@ bool telnet.check_encrypted = false: check for end of encryptio
    • -bool telnet.encrypted_traffic = false: check for encrypted telnet and ftp +bool telnet.encrypted_traffic = false: check for encrypted Telnet and FTP

    • @@ -15989,17 +15989,17 @@ bool telnet.normalize = false: eliminate escape sequences
      • -126:1 (telnet) consecutive telnet AYT commands beyond threshold +126:1 (telnet) consecutive Telnet AYT commands beyond threshold

      • -126:2 (telnet) telnet traffic encrypted +126:2 (telnet) Telnet traffic encrypted

      • -126:3 (telnet) telnet subnegotiation begin command without subnegotiation end +126:3 (telnet) Telnet subnegotiation begin command without subnegotiation end

      @@ -16012,12 +16012,12 @@ bool telnet.normalize = false: eliminate escape sequences
    • -telnet.concurrent_sessions: total concurrent telnet sessions (now) +telnet.concurrent_sessions: total concurrent Telnet sessions (now)

    • -telnet.max_concurrent_sessions: maximum concurrent telnet sessions (max) +telnet.max_concurrent_sessions: maximum concurrent Telnet sessions (max)

    @@ -16158,12 +16158,12 @@ string react.page: file containing HTTP response (headers and b
    • -enum reject.reset: send tcp reset to one or both ends { source|dest|both } +enum reject.reset: send TCP reset to one or both ends { source|dest|both }

    • -enum reject.control: send icmp unreachable(s) { network|host|port|all } +enum reject.control: send ICMP unreachable(s) { network|host|port|all }

    @@ -16197,7 +16197,7 @@ bool rewrite.disable_replace = false: disable replace of packet
    • -interval ack.~range: check if tcp ack value is value | min<>max | <max | >min { 0: } +interval ack.~range: check if TCP ack value is value | min<>max | <max | >min { 0: }

    @@ -16752,47 +16752,47 @@ int detection_filter.seconds: length of interval to count hits

    dnp3_func

    -

    What: detection option to check dnp3 function code

    +

    What: detection option to check DNP3 function code

    Type: ips_option

    Usage: detect

    Configuration:

    • -string dnp3_func.~: match dnp3 function code or name +string dnp3_func.~: match DNP3 function code or name

    dnp3_ind

    -

    What: detection option to check dnp3 indicator flags

    +

    What: detection option to check DNP3 indicator flags

    Type: ips_option

    Usage: detect

    Configuration:

    • -string dnp3_ind.~: match given dnp3 indicator flags +string dnp3_ind.~: match given DNP3 indicator flags

    dnp3_obj

    -

    What: detection option to check dnp3 object headers

    +

    What: detection option to check DNP3 object headers

    Type: ips_option

    Usage: detect

    Configuration:

    • -int dnp3_obj.group = 0: match given dnp3 object header group { 0:255 } +int dnp3_obj.group = 0: match given DNP3 object header group { 0:255 }

    • -int dnp3_obj.var = 0: match given dnp3 object header var { 0:255 } +int dnp3_obj.var = 0: match given DNP3 object header var { 0:255 }

    @@ -17010,7 +17010,7 @@ string gtp_type.~: list of types to match

    gtp_version

    -

    What: rule option to check gtp version

    +

    What: rule option to check GTP version

    Type: ips_option

    Usage: detect

    Configuration:

    @@ -17433,7 +17433,7 @@ implied http_version.with_trailer: parts of this rule examine H
    • -interval icmp_id.~range: check if icmp id is in given range { 0:65535 } +interval icmp_id.~range: check if ICMP ID is in given range { 0:65535 }

    @@ -17447,7 +17447,7 @@ interval icmp_id.~range: check if icmp id is in given range { 0
    • -interval icmp_seq.~range: check if icmp sequence number is in given range { 0:65535 } +interval icmp_seq.~range: check if ICMP sequence number is in given range { 0:65535 }

    @@ -17461,7 +17461,7 @@ interval icmp_seq.~range: check if icmp sequence number is in g
    • -interval icode.~range: check if icmp code is in given range is { 0:255 } +interval icode.~range: check if ICMP code is in given range is { 0:255 }

    @@ -17475,7 +17475,7 @@ interval icode.~range: check if icmp code is in given range is
    • -interval id.~range: check if the ip id is in the given range { 0: } +interval id.~range: check if the IP ID is in the given range { 0: }

    @@ -17536,7 +17536,7 @@ implied isdataat.relative: offset from cursor instead of start
    • -interval itype.~range: check if icmp type is in given range { 0:255 } +interval itype.~range: check if ICMP type is in given range { 0:255 }

    @@ -17606,14 +17606,14 @@ string modbus_func.~: function code to match

    modbus_unit

    -

    What: rule option to check modbus unit ID

    +

    What: rule option to check Modbus unit ID

    Type: ips_option

    Usage: detect

    Configuration:

    • -int modbus_unit.~: modbus unit ID { 0:255 } +int modbus_unit.~: Modbus unit ID { 0:255 }

    @@ -17870,7 +17870,7 @@ int sd_pattern.threshold: number of matches before alerting { 1
    • -interval seq.~range: check if tcp sequence number is in given range { 0: } +interval seq.~range: check if TCP sequence number is in given range { 0: }

    @@ -18261,7 +18261,7 @@ enum target.~: indicate the target of the attack { src_ip | dst
    • -interval tos.~range: check if ip tos is in given range { 0:255 } +interval tos.~range: check if IP TOS is in given range { 0:255 }

    @@ -18275,7 +18275,7 @@ interval tos.~range: check if ip tos is in given range { 0:255
    • -interval ttl.~range: check if ip ttl is in the given range { 0:255 } +interval ttl.~range: check if IP TTL is in the given range { 0:255 }

    @@ -18303,7 +18303,7 @@ interval urg.~range: check if tcp urgent offset is in given ran
    • -interval window.~range: check if tcp window size is in given range { 0:65535 } +interval window.~range: check if TCP window size is in given range { 0:65535 }

    @@ -19842,14 +19842,14 @@ value over gid:138 rules and was difficult to interpret the result of.

    One of the major differences between Snort 2 and Snort 3 is the configuration. Snort 2 configuration files are written in Snort-specific -syntax while Snort 3 configuration files are written in Lua. Snort2Lua is -a program specifically designed to convert valid Snort 2 configuration files +syntax while Snort 3 configuration files are written in Lua. Snort2Lua is a +program specifically designed to convert valid Snort 2 configuration files into Lua files that Snort 3 can understand.

    Snort2Lua reads your legacy Snort conf file(s) and generates Snort 3 Lua -and rules files. When running this program, the only mandatory option is -to provide Snort2Lua with a Snort 2 configuration file. The default -output file file is snort.lua, the default error file will be snort.rej, -and the default rule file is the output file (default is snort.lua). When +and rules files. When running this program, the only mandatory option is to +provide Snort2Lua with a Snort 2 configuration file. The default output +file file is snort.lua, the default error file will be snort.rej, and the +default rule file is the output file (default is snort.lua). When Snort2Lua finishes running, the resulting configuration file can be successfully run as the Snort3.0 configuration file. The sole exception to this rule is when Snort2Lua cannot find an included file. If that occurs, @@ -19857,42 +19857,68 @@ the file will still be included in the output file and you will need to manually adjust or comment the file name. Additionally, if the exit code is not zero, some of the information may not be successfully converted. Check the error file for all of the conversion problems.

    -

    Those errors can occur for a multitude of reasons and are not -necessarily bad. Snort2Lua expects a valid Snort 2 configuration. -Therefore, if the configuration is invalid or has questionable syntax, -Snort2Lua may fail to parse the configuration file or create an invalid -Snort 3 configuration file.

    +

    Those errors can occur for a multitude of reasons and are not necessarily +bad. Snort2Lua expects a valid Snort 2 configuration. Therefore, if the +configuration is invalid or has questionable syntax, Snort2Lua may fail to +parse the configuration file or create an invalid Snort 3 configuration +file.

    There are a also few peculiarities of Snort2Lua that may be confusing to a -first time user. Specifically, aside from an initial configuration file -(which is specified from the command line or as the file in ‘config -binding’), every file that is included into Snort 3 must be either a Lua -file or a rule file; the file cannot contain both rules and Lua syntax. -Therefore, when parsing a file specified with the ‘include’ command, -Snort2Lua will output both a Lua file and a rule file. Additionally, any -line that is a comment in a configuration file will be added in to a -comments section at the bottom of the main configuration file. Finally, -rules that contain unsupported options will be converted to the best of -Snort2Lua’s capability and then printed as a comment in the rule file.

    +first time user:

    +
      +
    • +

      +Aside from an initial configuration file (which is specified from the + command line or as the file in ‘config binding’), every file that is + included into Snort 3 must be either a Lua file or a rule file; the file + cannot contain both rules and Lua syntax. Therefore, when parsing a file + specified with the ‘include’ command, Snort2Lua will output both a Lua + file and a rule file. +

      +
    • +
    • +

      +Any line that is a comment in a configuration file will be added in to a + comments section at the bottom of the main configuration file. +

      +
    • +
    • +

      +Rules that contain unsupported options will be converted to the best of + Snort2Lua’s capability and then printed as a comment in the rule file. +

      +
    • +
    • +

      +Files with a .rules suffix are assumed to be Talos 2.X rules files and + converted line-by-line. In this case, lines starting with alert are + converted as usual but lines starting with # alert are + assumed to be commented out rules which are converted to 3.0 format and + remain comments in the output file. All other comments are passed + through directly. There is no support for other commented rule actions + since these do not appear in Talos rules files. +

      +
    • +

    Snort2Lua Command Line

    By default, Snort2Lua will attempt to parse every ‘include’ file and every ‘binding’ file. There is an option to change this functionality.

    When specifying a rule file with one of the command line options, Snort2Lua -will output all of the converted rules to that specified rule file. -This is especially useful when you are only interesting in -converting rules since there is no Lua syntax in rule files. There is also -an option that tells Snort2Lua to output every rule for a given -configuration into a single rule file. Similarly, there is an option -pull all of the Lua syntax from every ‘include’ file into the output file.

    +will output all of the converted rules to that specified rule file. This +is especially useful when you are only interesting in converting rules +since there is no Lua syntax in rule files. There is also an option that +tells Snort2Lua to output every rule for a given configuration into a +single rule file. Similarly, there is an option pull all of the Lua syntax +from every ‘include’ file into the output file.

    There are currently three output modes: default, quiet, and differences. As expected, quiet mode produces a Snort configuration. All errors (aside from Fatal Snort2Lua errors), differences, and comments will omitted from the final output file. Default mode will print everything. That mean you -will be able to see exactly what changes have occurred between Snort 2 -and Snort 3 in addition to the new syntax, the original file’s comments, -and all errors that have occurred. Finally, differences mode will not -actually output a valid Snort 3 configuration. Instead, you can see the -exact options from the input configuration that have changed.

    +will be able to see exactly what changes have occurred between Snort 2 and +Snort 3 in addition to the new syntax, the original file’s comments, and +all errors that have occurred. Finally, differences mode will not actually +output a valid Snort 3 configuration. Instead, you can see the exact +options from the input configuration that have changed.

    Usage: snort2lua [OPTIONS]… -c <snort_conf> …

    Converts the Snort configuration file specified by the -c or --conf-file @@ -20118,52 +20144,53 @@ A Snort configuration file to convert. Set with either -c or --conf

    • -Any Snort 2 ‘string’ which is dependent on a variable will no longer have -that variable in the Lua string. +Any Snort 2 ‘string’ which is dependent on a variable will no longer + have that variable in the Lua string.

    • Snort2Lua currently does not handle variables well. First, that means -variables will not always be parsed correctly. Second, sometimes a -variables value will be output in the lua file rather than a variable -For instance, if Snort2Lua attempted to convert the line -include $RULE_PATH/example.rule, the output may output -include /etc/rules/example.rule instead. + variables will not always be parsed correctly. Second, sometimes a + variables value will be output in the lua file rather than a variable + For instance, if Snort2Lua attempted to convert the line include + $RULE_PATH/example.rule, the output may output include + /etc/rules/example.rule instead.

    • When Snort2Lua parses a ‘binding’ configuration file, the rules and -configuration will automatically be combined into the same file. Also, the -new files name will automatically become the old file’s name with a .lua -extension. There is currently no way to specify or change that files name. + configuration will automatically be combined into the same file. Also, + the new files name will automatically become the old file’s name with a + .lua extension. There is currently no way to specify or change that + files name.

    • -If a rule’s action is a custom ruletype, that rule action will be silently -converted to the rultype’s type. No warnings or errors are currently -emitted. Additionally, the custom ruletypes outputs will be silently -discarded. +If a rule’s action is a custom ruletype, that rule action will be + silently converted to the rultype’s type. No warnings or errors are + currently emitted. Additionally, the custom ruletypes outputs will be + silently discarded.

    • If the original configuration contains a binding that points to another -file and the binding file contains an error, Snort2Lua will output the -number of rejects for the binding file in addition to the number of -rejects in the main file. The two numbers will eventually be combined into -one output. + file and the binding file contains an error, Snort2Lua will output the + number of rejects for the binding file in addition to the number of + rejects in the main file. The two numbers will eventually be combined + into one output.

    Usage

    -

    Snort2Lua is included in the Snort 3 distribution. The Snort2Lua source code -is located in the tools/snort2lua directory. The program is automatically built -and installed.

    +

    Snort2Lua is included in the Snort 3 distribution. The Snort2Lua source +code is located in the tools/snort2lua directory. The program is +automatically built and installed.

    Translating your configuration

    To run Snort2Lua, the only requirement is a file containing Snort 2 syntax. Assuming your configuration file is named snort.conf, run the command

    @@ -20171,37 +20198,39 @@ Assuming your configuration file is named snort.conf, run the command

    snort2lua –c snort.conf
    -

    Snort2Lua will output a file named snort.lua. Assuming your snort.conf file is -a valid Snort 2 configuration file, than the resulting snort.lua file will -always be a valid Snort 3 configuration file; any errors that occur are -because Snort 3 currently does not support all of the Snort 2 options.

    -

    Every keyword from the Snort configuration can be found in the output file. If -the option or keyword has changed, then a comment containing both the option or -keyword’s old name and new name will be present in the output file.

    +

    Snort2Lua will output a file named snort.lua. Assuming your snort.conf file +is a valid Snort 2 configuration file, than the resulting snort.lua file +will always be a valid Snort 3 configuration file; any errors that occur +are because Snort 3 currently does not support all of the Snort 2 options.

    +

    Every keyword from the Snort configuration can be found in the output file. +If the option or keyword has changed, then a comment containing both the +option or keyword’s old name and new name will be present in the output +file.

    Translating a rule file

    -

    Snort2Lua can also accommodate translating individual rule files. Assuming the -Snort 2 rule file is named snort.rules and you want the new rule file to be -name updated.rules, run the command

    +

    Snort2Lua can also accommodate translating individual rule files. Assuming +the Snort 2 rule file is named snort.rules and you want the new rule file +to be name updated.rules, run the command

    snort2lua –c snort.rules -r updated.rules

    Snort2Lua will output a file named updated.rules. That file, updated.rules, -will always be a valid Snort 3 rule file. Any rule that contains unsupported -options will be a comment in the output file.

    +will always be a valid Snort 3 rule file. Any rule that contains +unsupported options will be a comment in the output file.

    Understanding the Output

    -

    Although Snort2Lua outputs very little to the console, there are several things -that occur when Snort2Lua runs. This is a list of Snort2Lua outputs.

    -

    The console. Every line that Snort2Lua is unable to translate from the Snort -2.X format to the Snort 3 format is considered an error. Upon exiting, -Snort2Lua will print the number of errors that occurred. Snort2Lua will also -print the name of the error file.

    -

    The output file. As previously mentioned, Snort2Lua will create a Lua file -with valid Snort 3 syntax. The default Lua file is named snort.lua. This -file is the equivalent of your main Snort 2 configuration file.

    +

    Although Snort2Lua outputs very little to the console, there are several +things that occur when Snort2Lua runs. This is a list of Snort2Lua +outputs.

    +

    The console. Every line that Snort2Lua is unable to translate from the +Snort 2.X format to the Snort 3 format is considered an error. Upon +exiting, Snort2Lua will print the number of errors that occurred. Snort2Lua +will also print the name of the error file.

    +

    The output file. As previously mentioned, Snort2Lua will create a Lua +file with valid Snort 3 syntax. The default Lua file is named snort.lua. +This file is the equivalent of your main Snort 2 configuration file.

    The rule file. By default, all rules will be printed to the Lua file. -However, if a rule file is specified on the command line, any rules found in -the Snort 2 configuration will be written to the rule file instead

    +However, if a rule file is specified on the command line, any rules found +in the Snort 2 configuration will be written to the rule file instead

    The error file. By default, the error file is snort.rej. It will only be created if errors exist. Every error referenced on the command line can be found in this file. There are two reasons an error can occur.

    @@ -20225,10 +20254,11 @@ The Snort 2 configuration file contains preprocessors and rule options

  • -

    Additional .lua and .rules files. Every time Snort2Lua parses the include or -binding keyword, the program will attempt to parse the file referenced by the -keyword. Snort2Lua will then create one or two new files. The new files will -have a .lua or .rules extension appended to the original filename.

    +

    Additional .lua and .rules files. Every time Snort2Lua parses the include +or binding keyword, the program will attempt to parse the file referenced +by the keyword. Snort2Lua will then create one or two new files. The new +files will have a .lua or .rules extension appended to the original +filename.

    @@ -22431,7 +22461,7 @@ these libraries see the Getting Started section of the manual.

  • --j <port> to listen for telnet connections +-j <port> to listen for Telnet connections

  • @@ -22821,7 +22851,7 @@ these libraries see the Getting Started section of the manual.

    • -interval ack.~range: check if tcp ack value is value | min<>max | <max | >min { 0: } +interval ack.~range: check if TCP ack value is value | min<>max | <max | >min { 0: }

    • @@ -23056,7 +23086,7 @@ string appids.~: comma separated list of application names
    • -addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination ip address in CIDR format +addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination IP address in CIDR format

    • @@ -23071,12 +23101,12 @@ bool appid.session_log_filter.log_all_sessions = false: enable
    • -string appid.session_log_filter.protocol: ip protocol +string appid.session_log_filter.protocol: IP protocol

    • -addr appid.session_log_filter.src_ip = 0.0.0.0/32: source ip address in CIDR format +addr appid.session_log_filter.src_ip = 0.0.0.0/32: source IP address in CIDR format

    • @@ -23826,22 +23856,22 @@ bool dnp3.check_crc = false: validate checksums in DNP3 link la
    • -string dnp3_func.~: match dnp3 function code or name +string dnp3_func.~: match DNP3 function code or name

    • -string dnp3_ind.~: match given dnp3 indicator flags +string dnp3_ind.~: match given DNP3 indicator flags

    • -int dnp3_obj.group = 0: match given dnp3 object header group { 0:255 } +int dnp3_obj.group = 0: match given DNP3 object header group { 0:255 }

    • -int dnp3_obj.var = 0: match given dnp3 object header var { 0:255 } +int dnp3_obj.var = 0: match given DNP3 object header var { 0:255 }

    • @@ -24216,7 +24246,7 @@ bool ftp_client.bounce = false: check for bounces
    • -addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed ip address in CIDR format +addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed IP address in CIDR format

    • @@ -24236,12 +24266,12 @@ bool ftp_client.ignore_telnet_erase_cmds = false: ignore erase
    • -int ftp_client.max_resp_len = -1: maximum ftp response accepted by client { -1: } +int ftp_client.max_resp_len = -1: maximum FTP response accepted by client { -1: }

    • -bool ftp_client.telnet_cmds = false: detect telnet escape sequences on ftp control channel +bool ftp_client.telnet_cmds = false: detect Telnet escape sequences on FTP control channel

    • @@ -24306,7 +24336,7 @@ string ftp_server.encr_cmds: check the formatting of the given
    • -bool ftp_server.encrypted_traffic = false: check for encrypted telnet and ftp +bool ftp_server.encrypted_traffic = false: check for encrypted Telnet and FTP

    • @@ -24326,7 +24356,7 @@ string ftp_server.ftp_cmds: specify additional commands support
    • -bool ftp_server.ignore_data_chan = false: do not inspect ftp data channels +bool ftp_server.ignore_data_chan = false: do not inspect FTP data channels

    • @@ -24346,7 +24376,7 @@ bool ftp_server.print_cmds = false: print command configuration
    • -bool ftp_server.telnet_cmds = false: detect telnet escape sequences of ftp control channel +bool ftp_server.telnet_cmds = false: detect Telnet escape sequences of FTP control channel

    • @@ -24386,7 +24416,7 @@ int gtp_inspect[].messages[].type = 0: message type code { 0:25
    • -int gtp_inspect[].version = 2: gtp version { 0:2 } +int gtp_inspect[].version = 2: GTP version { 0:2 }

    • @@ -24436,7 +24466,7 @@ enum hosts[].frag_policy: defragmentation policy { first | linu
    • -addr hosts[].ip = 0.0.0.0/32: hosts address / cidr +addr hosts[].ip = 0.0.0.0/32: hosts address / CIDR

    • @@ -24451,12 +24481,12 @@ port hosts[].services[].port: port number
    • -enum hosts[].services[].proto = tcp: ip protocol { tcp | udp } +enum hosts[].services[].proto = tcp: IP protocol { tcp | udp }

    • -enum hosts[].tcp_policy: tcp reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } +enum hosts[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy }

    • @@ -24466,7 +24496,7 @@ enum host_tracker[].frag_policy: defragmentation policy { first
    • -addr host_tracker[].ip = 0.0.0.0/32: hosts address / cidr +addr host_tracker[].IP = 0.0.0.0/32: hosts address / cidr

    • @@ -24481,12 +24511,12 @@ port host_tracker[].services[].port: port number
    • -enum host_tracker[].services[].proto = tcp: ip protocol { tcp | udp } +enum host_tracker[].services[].proto = tcp: IP protocol { tcp | udp }

    • -enum host_tracker[].tcp_policy: tcp reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } +enum host_tracker[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy }

    • @@ -24881,22 +24911,22 @@ implied http_version.with_trailer: parts of this rule examine H
    • -interval icmp_id.~range: check if icmp id is in given range { 0:65535 } +interval icmp_id.~range: check if ICMP ID is in given range { 0:65535 }

    • -interval icmp_seq.~range: check if icmp sequence number is in given range { 0:65535 } +interval icmp_seq.~range: check if ICMP sequence number is in given range { 0:65535 }

    • -interval icode.~range: check if icmp code is in given range is { 0:255 } +interval icode.~range: check if ICMP code is in given range is { 0:255 }

    • -interval id.~range: check if the ip id is in the given range { 0: } +interval id.~range: check if the IP ID is in the given range { 0: }

    • @@ -24986,7 +25016,7 @@ implied isdataat.relative: offset from cursor instead of start
    • -interval itype.~range: check if icmp type is in given range { 0:255 } +interval itype.~range: check if ICMP type is in given range { 0:255 }

    • @@ -25111,7 +25141,7 @@ string modbus_func.~: function code to match
    • -int modbus_unit.~: modbus unit ID { 0:255 } +int modbus_unit.~: Modbus unit ID { 0:255 }

    • @@ -25181,7 +25211,7 @@ int network.max_ip_layers = 0: the maximum number of IP layers
    • -int network.min_ttl = 1: alert / normalize packets with lower ttl / hop limit (you must enable rules and / or normalization also) { 1:255 } +int network.min_ttl = 1: alert / normalize packets with lower TTL / hop limit (you must enable rules and / or normalization also) { 1:255 }

    • @@ -25546,7 +25576,7 @@ int port_scan.icmp_sweep.scans = 100: scan attempts { 0: }
    • -int port_scan.icmp_window = 0: detection interval for all icmp scans { 0: } +int port_scan.icmp_window = 0: detection interval for all ICMP scans { 0: }

    • @@ -25646,7 +25676,7 @@ int port_scan.ip_sweep.scans = 100: scan attempts { 0: }
    • -int port_scan.ip_window = 0: detection interval for all ip scans { 0: } +int port_scan.ip_window = 0: detection interval for all IP scans { 0: }

    • @@ -25746,7 +25776,7 @@ int port_scan.tcp_sweep.scans = 100: scan attempts { 0: }
    • -int port_scan.tcp_window = 0: detection interval for all tcp scans { 0: } +int port_scan.tcp_window = 0: detection interval for all TCP scans { 0: }

    • @@ -25831,7 +25861,7 @@ int port_scan.udp_sweep.scans = 100: scan attempts { 0: }
    • -int port_scan.udp_window = 0: detection interval for all udp scans { 0: } +int port_scan.udp_window = 0: detection interval for all UDP scans { 0: }

    • @@ -26051,12 +26081,12 @@ bool reg_test.test_daq_retry = true: test daq packet retry feat
    • -enum reject.control: send icmp unreachable(s) { network|host|port|all } +enum reject.control: send ICMP unreachable(s) { network|host|port|all }

    • -enum reject.reset: send tcp reset to one or both ends { source|dest|both } +enum reject.reset: send TCP reset to one or both ends { source|dest|both }

    • @@ -26071,7 +26101,7 @@ string replace.~: byte code to replace with
    • -string reputation.blacklist: blacklist file name with ip lists +string reputation.blacklist: blacklist file name with IP lists

    • @@ -26081,7 +26111,7 @@ int reputation.memcap = 500: maximum total MB of memory allocat
    • -enum reputation.nested_ip = inner: ip to use when there is IP encapsulation { inner|outer|all } +enum reputation.nested_ip = inner: IP to use when there is IP encapsulation { inner|outer|all }

    • @@ -26096,7 +26126,7 @@ bool reputation.scan_local = false: inspect local address defin
    • -string reputation.whitelist: whitelist file name with ip lists +string reputation.whitelist: whitelist file name with IP lists

    • @@ -26191,12 +26221,12 @@ bool search_engine.debug_print_rule_groups_uncompiled = false:
    • -bool search_engine.enable_single_rule_group = false: put all rules into one group +bool search_engine.detect_raw_tcp = true: detect on TCP payload before reassembly

    • -bool search_engine.inspect_stream_inserts = false: inspect reassembled payload - disabling is good for performance, bad for detection +bool search_engine.enable_single_rule_group = false: put all rules into one group

    • @@ -26231,7 +26261,7 @@ bool search_engine.split_any_any = true: evaluate any-any rules
    • -interval seq.~range: check if tcp sequence number is in given range { 0: } +interval seq.~range: check if TCP sequence number is in given range { 0: }

    • @@ -26361,7 +26391,7 @@ string sip_method.*method: sip method
    • -string sip.methods = invite cancel ack bye register options: list of methods to check in sip messages +string sip.methods = invite cancel ack bye register options: list of methods to check in SIP messages

    • @@ -26701,7 +26731,7 @@ string snort.-i: <iface>… list of interfaces
    • -port snort.-j: <port> to listen for telnet connections +port snort.-j: <port> to listen for Telnet connections

    • @@ -27241,7 +27271,7 @@ bool stream_file.upload = false: indicate file transfer directi
    • -int stream.footprint = 0: use zero for production, non-zero for testing at given size (for tcp and user) { 0: } +int stream.footprint = 0: use zero for production, non-zero for testing at given size (for TCP and user) { 0: }

    • @@ -27301,7 +27331,7 @@ int stream_ip.min_frag_length = 0: alert if fragment length is
    • -int stream_ip.min_ttl = 1: discard fragments with ttl below the minimum { 1:255 } +int stream_ip.min_ttl = 1: discard fragments with TTL below the minimum { 1:255 }

    • @@ -27371,7 +27401,7 @@ int stream_tcp.flush_factor = 0: flush upon seeing a drop in se
    • -bool stream_tcp.ignore_any_rules = false: process tcp content rules w/o ports only if rules with ports are present +bool stream_tcp.ignore_any_rules = false: process TCP content rules w/o ports only if rules with ports are present

    • @@ -27381,7 +27411,7 @@ int stream_tcp.max_pdu = 16384: maximum reassembled PDU size {
    • -int stream_tcp.max_window = 0: maximum allowed tcp window { 0:1073725440 } +int stream_tcp.max_window = 0: maximum allowed TCP window { 0:1073725440 }

    • @@ -27451,7 +27481,7 @@ int stream.udp_cache.pruning_timeout = 30: minimum inactive tim
    • -bool stream_udp.ignore_any_rules = false: process udp content rules w/o ports only if rules with ports are present +bool stream_udp.ignore_any_rules = false: process UDP content rules w/o ports only if rules with ports are present

    • @@ -27551,7 +27581,7 @@ enum tcp_connector.setup: stream establishment { call | answer
    • -int telnet.ayt_attack_thresh = -1: alert on this number of consecutive telnet AYT commands { -1: } +int telnet.ayt_attack_thresh = -1: alert on this number of consecutive Telnet AYT commands { -1: }

    • @@ -27561,7 +27591,7 @@ bool telnet.check_encrypted = false: check for end of encryptio
    • -bool telnet.encrypted_traffic = false: check for encrypted telnet and ftp +bool telnet.encrypted_traffic = false: check for encrypted Telnet and FTP

    • @@ -27571,12 +27601,12 @@ bool telnet.normalize = false: eliminate escape sequences
    • -interval tos.~range: check if ip tos is in given range { 0:255 } +interval tos.~range: check if IP TOS is in given range { 0:255 }

    • -interval ttl.~range: check if ip ttl is in the given range { 0:255 } +interval ttl.~range: check if IP TTL is in the given range { 0:255 }

    • @@ -27616,7 +27646,7 @@ interval urg.~range: check if tcp urgent offset is in given ran
    • -interval window.~range: check if tcp window size is in given range { 0:65535 } +interval window.~range: check if TCP window size is in given range { 0:65535 }

    • @@ -28531,12 +28561,12 @@ interval wscale.~range: check if TCP window scale is in given r
    • -ftp_server.concurrent_sessions: total concurrent ftp sessions (now) +ftp_server.concurrent_sessions: total concurrent FTP sessions (now)

    • -ftp_server.max_concurrent_sessions: maximum concurrent ftp sessions (max) +ftp_server.max_concurrent_sessions: maximum concurrent FTP sessions (max)

    • @@ -29426,7 +29456,7 @@ interval wscale.~range: check if TCP window scale is in given r
    • -sip.concurrent_sessions: total concurrent sip sessions (now) +sip.concurrent_sessions: total concurrent SIP sessions (now)

    • @@ -29466,7 +29496,7 @@ interval wscale.~range: check if TCP window scale is in given r
    • -sip.max_concurrent_sessions: maximum concurrent sip sessions (max) +sip.max_concurrent_sessions: maximum concurrent SIP sessions (max)

    • @@ -30381,12 +30411,12 @@ interval wscale.~range: check if TCP window scale is in given r
    • -telnet.concurrent_sessions: total concurrent telnet sessions (now) +telnet.concurrent_sessions: total concurrent Telnet sessions (now)

    • -telnet.max_concurrent_sessions: maximum concurrent telnet sessions (max) +telnet.max_concurrent_sessions: maximum concurrent Telnet sessions (max)

    • @@ -32371,17 +32401,17 @@ interval wscale.~range: check if TCP window scale is in given r
    • -126:1 (telnet) consecutive telnet AYT commands beyond threshold +126:1 (telnet) consecutive Telnet AYT commands beyond threshold

    • -126:2 (telnet) telnet traffic encrypted +126:2 (telnet) Telnet traffic encrypted

    • -126:3 (telnet) telnet subnegotiation begin command without subnegotiation end +126:3 (telnet) Telnet subnegotiation begin command without subnegotiation end

    • @@ -33772,17 +33802,17 @@ deleted -> unified2: 'filename'
    • -dnp3_func (ips_option): detection option to check dnp3 function code +dnp3_func (ips_option): detection option to check DNP3 function code

    • -dnp3_ind (ips_option): detection option to check dnp3 indicator flags +dnp3_ind (ips_option): detection option to check DNP3 indicator flags

    • -dnp3_obj (ips_option): detection option to check dnp3 object headers +dnp3_obj (ips_option): detection option to check DNP3 object headers

    • @@ -33937,7 +33967,7 @@ deleted -> unified2: 'filename'
    • -gtp_version (ips_option): rule option to check gtp version +gtp_version (ips_option): rule option to check GTP version

    • @@ -34187,7 +34217,7 @@ deleted -> unified2: 'filename'
    • -modbus_unit (ips_option): rule option to check modbus unit ID +modbus_unit (ips_option): rule option to check Modbus unit ID

    • @@ -35182,17 +35212,17 @@ deleted -> unified2: 'filename'
    • -ips_option::dnp3_func: detection option to check dnp3 function code +ips_option::dnp3_func: detection option to check DNP3 function code

    • -ips_option::dnp3_ind: detection option to check dnp3 indicator flags +ips_option::dnp3_ind: detection option to check DNP3 indicator flags

    • -ips_option::dnp3_obj: detection option to check dnp3 object headers +ips_option::dnp3_obj: detection option to check DNP3 object headers

    • @@ -35252,7 +35282,7 @@ deleted -> unified2: 'filename'
    • -ips_option::gtp_version: rule option to check gtp version +ips_option::gtp_version: rule option to check GTP version

    • @@ -35402,7 +35432,7 @@ deleted -> unified2: 'filename'
    • -ips_option::modbus_unit: rule option to check modbus unit ID +ips_option::modbus_unit: rule option to check Modbus unit ID

    • @@ -36543,7 +36573,7 @@ Note that on OpenBSD, divert sockets don’t work with bridges!

      diff --git a/doc/snort_manual.pdf b/doc/snort_manual.pdf index fbc30d57c..414edaa35 100644 Binary files a/doc/snort_manual.pdf and b/doc/snort_manual.pdf differ diff --git a/doc/snort_manual.text b/doc/snort_manual.text index cae9c2574..76d1db41e 100644 --- a/doc/snort_manual.text +++ b/doc/snort_manual.text @@ -372,7 +372,7 @@ Table of Contents Snorty ,,_ -*> Snort++ <*- -o" )~ Version 3.0.0 (Build 240) from 2.9.8-383 +o" )~ Version 3.0.0 (Build 242) from 2.9.11 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. @@ -4273,7 +4273,7 @@ detection engine for your network(s). Here are some tuning tips: Use the watch_ip, ignore_scanners, and ignore_scanned options. It’s important to correctly set these options. The watch_ip option is easy -to understand. The analyst should set this option to the list of Cidr +to understand. The analyst should set this option to the list of CIDR blocks and IPs that they want to watch. If no watch_ip is defined, Portscan will watch all network traffic. The ignore_scanners and ignore_scanned options come into play in weeding out legitimate hosts @@ -5104,14 +5104,14 @@ Usage: global Configuration: - * addr host_tracker[].ip = 0.0.0.0/32: hosts address / cidr + * addr host_tracker[].IP = 0.0.0.0/32: hosts address / cidr * enum host_tracker[].frag_policy: defragmentation policy { first | linux | bsd | bsd_right | last | windows | solaris } - * enum host_tracker[].tcp_policy: tcp reassembly policy { first | + * enum host_tracker[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } * string host_tracker[].services[].name: service identifier - * enum host_tracker[].services[].proto = tcp: ip protocol { tcp | + * enum host_tracker[].services[].proto = tcp: IP protocol { tcp | udp } * port host_tracker[].services[].port: port number @@ -5134,14 +5134,14 @@ Usage: global Configuration: - * addr hosts[].ip = 0.0.0.0/32: hosts address / cidr + * addr hosts[].ip = 0.0.0.0/32: hosts address / CIDR * enum hosts[].frag_policy: defragmentation policy { first | linux | bsd | bsd_right | last | windows | solaris } - * enum hosts[].tcp_policy: tcp reassembly policy { first | last | + * enum hosts[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } * string hosts[].services[].name: service identifier - * enum hosts[].services[].proto = tcp: ip protocol { tcp | udp } + * enum hosts[].services[].proto = tcp: IP protocol { tcp | udp } * port hosts[].services[].port: port number @@ -5278,7 +5278,7 @@ Configuration: the decoder * int network.id = 0: correlate unified2 events with configuration { 0:65535 } - * int network.min_ttl = 1: alert / normalize packets with lower ttl + * int network.min_ttl = 1: alert / normalize packets with lower TTL / hop limit (you must enable rules and / or normalization also) { 1:255 } * int network.new_ttl = 1: use this value for responses and when @@ -5507,9 +5507,8 @@ Configuration: compiling into state machine (0 means no maximum) { 0: } * int search_engine.max_queue_events = 5: maximum number of matching fast pattern states to queue per packet { 2:100 } - * bool search_engine.inspect_stream_inserts = false: inspect - reassembled payload - disabling is good for performance, bad for - detection + * bool search_engine.detect_raw_tcp = true: detect on TCP payload + before reassembly * dynamic search_engine.search_method = ac_bnfa: set fast pattern algorithm - choose available search engine { ac_banded | ac_bnfa | ac_full | ac_sparse | ac_sparse_bands | ac_std | hyperscan } @@ -5585,7 +5584,7 @@ Configuration: after initialization * implied snort.-H: make hash tables deterministic * string snort.-i: … list of interfaces - * port snort.-j: to listen for telnet connections + * port snort.-j: to listen for Telnet connections * enum snort.-k = all: checksum mode; default is all { all| noip|notcp|noudp|noicmp|none } * string snort.-L: logging mode (none, dump, pcap, or log_*) @@ -6509,13 +6508,13 @@ Configuration: * bool appid.debug = false: enable appid debug logging * bool appid.dump_ports = false: enable dump of appid port information - * addr appid.session_log_filter.src_ip = 0.0.0.0/32: source ip + * addr appid.session_log_filter.src_ip = 0.0.0.0/32: source IP address in CIDR format - * addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination ip + * addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination IP address in CIDR format * port appid.session_log_filter.src_port: source port { 1: } * port appid.session_log_filter.dst_port: destination port { 1: } - * string appid.session_log_filter.protocol: ip protocol + * string appid.session_log_filter.protocol: IP protocol * bool appid.session_log_filter.log_all_sessions = false: enable logging for all appid sessions * bool appid.log_all_sessions = false: enable logging of all appid @@ -7207,17 +7206,17 @@ Usage: inspect Configuration: * bool ftp_client.bounce = false: check for bounces - * addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed ip + * addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed IP address in CIDR format * port ftp_client.bounce_to[].port = 20: allowed port { 1: } * port ftp_client.bounce_to[].last_port: optional allowed range from port to last_port inclusive { 0: } * bool ftp_client.ignore_telnet_erase_cmds = false: ignore erase character and erase line commands when normalizing - * int ftp_client.max_resp_len = -1: maximum ftp response accepted + * int ftp_client.max_resp_len = -1: maximum FTP response accepted by client { -1: } - * bool ftp_client.telnet_cmds = false: detect telnet escape - sequences on ftp control channel + * bool ftp_client.telnet_cmds = false: detect Telnet escape + sequences on FTP control channel 9.17. ftp_data @@ -7275,17 +7274,17 @@ Configuration: * int ftp_server.def_max_param_len = 100: default maximum length of commands handled by server; 0 is unlimited { 1: } * bool ftp_server.encrypted_traffic = false: check for encrypted - telnet and ftp + Telnet and FTP * string ftp_server.ftp_cmds: specify additional commands supported by server beyond RFC 959 - * bool ftp_server.ignore_data_chan = false: do not inspect ftp data + * bool ftp_server.ignore_data_chan = false: do not inspect FTP data channels * bool ftp_server.ignore_telnet_erase_cmds = false: ignore erase character and erase line commands when normalizing * bool ftp_server.print_cmds = false: print command configurations on start up - * bool ftp_server.telnet_cmds = false: detect telnet escape - sequences of ftp control channel + * bool ftp_server.telnet_cmds = false: detect Telnet escape + sequences of FTP control channel Rules: @@ -7304,9 +7303,9 @@ Rules: Peg counts: * ftp_server.total_packets: total packets (sum) - * ftp_server.concurrent_sessions: total concurrent ftp sessions + * ftp_server.concurrent_sessions: total concurrent FTP sessions (now) - * ftp_server.max_concurrent_sessions: maximum concurrent ftp + * ftp_server.max_concurrent_sessions: maximum concurrent FTP sessions (max) @@ -7322,7 +7321,7 @@ Usage: inspect Configuration: - * int gtp_inspect[].version = 2: gtp version { 0:2 } + * int gtp_inspect[].version = 2: GTP version { 0:2 } * int gtp_inspect[].messages[].type = 0: message type code { 0:255 } * string gtp_inspect[].messages[].name: message name @@ -8020,13 +8019,13 @@ Configuration: changed from prior attempt { 0: } * int port_scan.icmp_sweep.ports = 25: number of times port (or proto) changed from prior attempt { 0: } - * int port_scan.tcp_window = 0: detection interval for all tcp + * int port_scan.tcp_window = 0: detection interval for all TCP scans { 0: } - * int port_scan.udp_window = 0: detection interval for all udp + * int port_scan.udp_window = 0: detection interval for all UDP scans { 0: } - * int port_scan.ip_window = 0: detection interval for all ip scans + * int port_scan.ip_window = 0: detection interval for all IP scans { 0: } - * int port_scan.icmp_window = 0: detection interval for all icmp + * int port_scan.icmp_window = 0: detection interval for all ICMP scans { 0: } Rules: @@ -8099,10 +8098,10 @@ Usage: global Configuration: - * string reputation.blacklist: blacklist file name with ip lists + * string reputation.blacklist: blacklist file name with IP lists * int reputation.memcap = 500: maximum total MB of memory allocated { 1:4095 } - * enum reputation.nested_ip = inner: ip to use when there is IP + * enum reputation.nested_ip = inner: IP to use when there is IP encapsulation { inner|outer|all } * enum reputation.priority = whitelist: defines priority when there is a decision conflict during run-time { blacklist|whitelist } @@ -8110,7 +8109,7 @@ Configuration: in RFC 1918 * enum reputation.white = unblack: specify the meaning of whitelist { unblack|trust } - * string reputation.whitelist: whitelist file name with ip lists + * string reputation.whitelist: whitelist file name with IP lists Rules: @@ -8184,7 +8183,7 @@ Configuration: 0:65535 } * int sip.max_via_len = 1024: maximum via field size { 0:65535 } * string sip.methods = invite cancel ack bye register options: list - of methods to check in sip messages + of methods to check in SIP messages Rules: @@ -8219,8 +8218,8 @@ Peg counts: * sip.packets: total packets (sum) * sip.sessions: total sessions (sum) - * sip.concurrent_sessions: total concurrent sip sessions (now) - * sip.max_concurrent_sessions: maximum concurrent sip sessions + * sip.concurrent_sessions: total concurrent SIP sessions (now) + * sip.max_concurrent_sessions: maximum concurrent SIP sessions (max) * sip.events: events generated (sum) * sip.dialogs: total dialogs (sum) @@ -8447,7 +8446,7 @@ Usage: global Configuration: * int stream.footprint = 0: use zero for production, non-zero for - testing at given size (for tcp and user) { 0: } + testing at given size (for TCP and user) { 0: } * bool stream.ip_frags_only = false: don’t process non-frag flows * int stream.ip_cache.max_sessions = 16384: maximum simultaneous sessions tracked before pruning { 2: } @@ -8617,7 +8616,7 @@ Configuration: datagram; 0 is unlimited { 0: } * int stream_ip.min_frag_length = 0: alert if fragment length is below this limit before or after trimming { 0: } - * int stream_ip.min_ttl = 1: discard fragments with ttl below the + * int stream_ip.min_ttl = 1: discard fragments with TTL below the minimum { 1:255 } * enum stream_ip.policy = linux: fragment reassembly policy { first | linux | bsd | bsd_right | last | windows | solaris } @@ -8685,9 +8684,9 @@ Configuration: * int stream_tcp.flush_factor = 0: flush upon seeing a drop in segment size after given number of non-decreasing segments { 0: } - * bool stream_tcp.ignore_any_rules = false: process tcp content + * bool stream_tcp.ignore_any_rules = false: process TCP content rules w/o ports only if rules with ports are present - * int stream_tcp.max_window = 0: maximum allowed tcp window { + * int stream_tcp.max_window = 0: maximum allowed TCP window { 0:1073725440 } * int stream_tcp.overlap_limit = 0: maximum number of allowed overlapping segments per session { 0:255 } @@ -8809,7 +8808,7 @@ Configuration: * int stream_udp.session_timeout = 30: session tracking timeout { 1:86400 } - * bool stream_udp.ignore_any_rules = false: process udp content + * bool stream_udp.ignore_any_rules = false: process UDP content rules w/o ports only if rules with ports are present Peg counts: @@ -8853,25 +8852,25 @@ Usage: inspect Configuration: * int telnet.ayt_attack_thresh = -1: alert on this number of - consecutive telnet AYT commands { -1: } + consecutive Telnet AYT commands { -1: } * bool telnet.check_encrypted = false: check for end of encryption - * bool telnet.encrypted_traffic = false: check for encrypted telnet - and ftp + * bool telnet.encrypted_traffic = false: check for encrypted Telnet + and FTP * bool telnet.normalize = false: eliminate escape sequences Rules: - * 126:1 (telnet) consecutive telnet AYT commands beyond threshold - * 126:2 (telnet) telnet traffic encrypted - * 126:3 (telnet) telnet subnegotiation begin command without + * 126:1 (telnet) consecutive Telnet AYT commands beyond threshold + * 126:2 (telnet) Telnet traffic encrypted + * 126:3 (telnet) Telnet subnegotiation begin command without subnegotiation end Peg counts: * telnet.total_packets: total packets (sum) - * telnet.concurrent_sessions: total concurrent telnet sessions + * telnet.concurrent_sessions: total concurrent Telnet sessions (now) - * telnet.max_concurrent_sessions: maximum concurrent telnet + * telnet.max_concurrent_sessions: maximum concurrent Telnet sessions (max) @@ -8963,9 +8962,9 @@ Usage: detect Configuration: - * enum reject.reset: send tcp reset to one or both ends { source| + * enum reject.reset: send TCP reset to one or both ends { source| dest|both } - * enum reject.control: send icmp unreachable(s) { network|host|port + * enum reject.control: send ICMP unreachable(s) { network|host|port |all } @@ -9006,7 +9005,7 @@ Usage: detect Configuration: - * interval ack.~range: check if tcp ack value is value | min<>max | + * interval ack.~range: check if TCP ack value is value | min<>max | min { 0: } @@ -9365,7 +9364,7 @@ Usage: detect -------------- -What: detection option to check dnp3 function code +What: detection option to check DNP3 function code Type: ips_option @@ -9373,14 +9372,14 @@ Usage: detect Configuration: - * string dnp3_func.~: match dnp3 function code or name + * string dnp3_func.~: match DNP3 function code or name 11.19. dnp3_ind -------------- -What: detection option to check dnp3 indicator flags +What: detection option to check DNP3 indicator flags Type: ips_option @@ -9388,14 +9387,14 @@ Usage: detect Configuration: - * string dnp3_ind.~: match given dnp3 indicator flags + * string dnp3_ind.~: match given DNP3 indicator flags 11.20. dnp3_obj -------------- -What: detection option to check dnp3 object headers +What: detection option to check DNP3 object headers Type: ips_option @@ -9403,9 +9402,9 @@ Usage: detect Configuration: - * int dnp3_obj.group = 0: match given dnp3 object header group { + * int dnp3_obj.group = 0: match given DNP3 object header group { 0:255 } - * int dnp3_obj.var = 0: match given dnp3 object header var { 0:255 + * int dnp3_obj.var = 0: match given DNP3 object header var { 0:255 } @@ -9590,7 +9589,7 @@ Configuration: -------------- -What: rule option to check gtp version +What: rule option to check GTP version Type: ips_option @@ -9950,7 +9949,7 @@ Usage: detect Configuration: - * interval icmp_id.~range: check if icmp id is in given range { + * interval icmp_id.~range: check if ICMP ID is in given range { 0:65535 } @@ -9966,7 +9965,7 @@ Usage: detect Configuration: - * interval icmp_seq.~range: check if icmp sequence number is in + * interval icmp_seq.~range: check if ICMP sequence number is in given range { 0:65535 } @@ -9982,7 +9981,7 @@ Usage: detect Configuration: - * interval icode.~range: check if icmp code is in given range is { + * interval icode.~range: check if ICMP code is in given range is { 0:255 } @@ -9998,7 +9997,7 @@ Usage: detect Configuration: - * interval id.~range: check if the ip id is in the given range { 0: + * interval id.~range: check if the IP ID is in the given range { 0: } @@ -10062,7 +10061,7 @@ Usage: detect Configuration: - * interval itype.~range: check if icmp type is in given range { + * interval itype.~range: check if ICMP type is in given range { 0:255 } @@ -10133,7 +10132,7 @@ Configuration: -------------- -What: rule option to check modbus unit ID +What: rule option to check Modbus unit ID Type: ips_option @@ -10141,7 +10140,7 @@ Usage: detect Configuration: - * int modbus_unit.~: modbus unit ID { 0:255 } + * int modbus_unit.~: Modbus unit ID { 0:255 } 11.63. msg @@ -10381,7 +10380,7 @@ Usage: detect Configuration: - * interval seq.~range: check if tcp sequence number is in given + * interval seq.~range: check if TCP sequence number is in given range { 0: } @@ -10696,7 +10695,7 @@ Usage: detect Configuration: - * interval tos.~range: check if ip tos is in given range { 0:255 } + * interval tos.~range: check if IP TOS is in given range { 0:255 } 11.96. ttl @@ -10711,7 +10710,7 @@ Usage: detect Configuration: - * interval ttl.~range: check if ip ttl is in the given range { + * interval ttl.~range: check if IP TTL is in the given range { 0:255 } @@ -10743,7 +10742,7 @@ Usage: detect Configuration: - * interval window.~range: check if tcp window size is in given + * interval window.~range: check if TCP window size is in given range { 0:65535 } @@ -11701,17 +11700,28 @@ syntax, Snort2Lua may fail to parse the configuration file or create an invalid Snort 3 configuration file. There are a also few peculiarities of Snort2Lua that may be confusing -to a first time user. Specifically, aside from an initial -configuration file (which is specified from the command line or as -the file in ‘config binding’), every file that is included into Snort -3 must be either a Lua file or a rule file; the file cannot contain -both rules and Lua syntax. Therefore, when parsing a file specified -with the ‘include’ command, Snort2Lua will output both a Lua file and -a rule file. Additionally, any line that is a comment in a -configuration file will be added in to a comments section at the -bottom of the main configuration file. Finally, rules that contain -unsupported options will be converted to the best of Snort2Lua’s -capability and then printed as a comment in the rule file. +to a first time user: + + * Aside from an initial configuration file (which is specified from + the command line or as the file in ‘config binding’), every file + that is included into Snort 3 must be either a Lua file or a rule + file; the file cannot contain both rules and Lua syntax. + Therefore, when parsing a file specified with the ‘include’ + command, Snort2Lua will output both a Lua file and a rule file. + * Any line that is a comment in a configuration file will be added + in to a comments section at the bottom of the main configuration + file. + * Rules that contain unsupported options will be converted to the + best of Snort2Lua’s capability and then printed as a comment in + the rule file. + * Files with a .rules suffix are assumed to be Talos 2.X rules + files and converted line-by-line. In this case, lines starting + with alert are converted as usual but lines starting with # alert + are assumed to be commented out rules which are converted to 3.0 + format and remain comments in the output file. All other comments + are passed through directly. There is no support for other + commented rule actions since these do not appear in Talos rules + files. 17.1. Snort2Lua Command Line @@ -13050,7 +13060,7 @@ these libraries see the Getting Started section of the manual. * --id-zero use id prefix / subdirectory even with one packet thread * -i … list of interfaces - * -j to listen for telnet connections + * -j to listen for Telnet connections * -k checksum mode; default is all (all|noip|notcp|noudp| noicmp|none) * --list-buffers output available inspection buffers @@ -13160,7 +13170,7 @@ these libraries see the Getting Started section of the manual. -------------- - * interval ack.~range: check if tcp ack value is value | min<>max | + * interval ack.~range: check if TCP ack value is value | min<>max | min { 0: } * int active.attempts = 0: number of TCP packets sent per response (with varying sequence numbers) { 0:20 } @@ -13261,13 +13271,13 @@ these libraries see the Getting Started section of the manual. * bool appid.log_stats = false: enable logging of appid statistics * int appid.memcap = 0: disregard - not implemented { 0: } * string appids.~: comma separated list of application names - * addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination ip + * addr appid.session_log_filter.dst_ip = 0.0.0.0/32: destination IP address in CIDR format * port appid.session_log_filter.dst_port: destination port { 1: } * bool appid.session_log_filter.log_all_sessions = false: enable logging for all appid sessions - * string appid.session_log_filter.protocol: ip protocol - * addr appid.session_log_filter.src_ip = 0.0.0.0/32: source ip + * string appid.session_log_filter.protocol: IP protocol + * addr appid.session_log_filter.src_ip = 0.0.0.0/32: source IP address in CIDR format * port appid.session_log_filter.src_port: source port { 1: } * ip4 arp_spoof.hosts[].ip: host ip address @@ -13504,11 +13514,11 @@ these libraries see the Getting Started section of the manual. * int detection.trace: mask for enabling debug traces in module * bool dnp3.check_crc = false: validate checksums in DNP3 link layer frames - * string dnp3_func.~: match dnp3 function code or name - * string dnp3_ind.~: match given dnp3 indicator flags - * int dnp3_obj.group = 0: match given dnp3 object header group { + * string dnp3_func.~: match DNP3 function code or name + * string dnp3_ind.~: match given DNP3 indicator flags + * int dnp3_obj.group = 0: match given DNP3 object header group { 0:255 } - * int dnp3_obj.var = 0: match given dnp3 object header var { 0:255 + * int dnp3_obj.var = 0: match given DNP3 object header var { 0:255 } * int dpx.max = 0: maximum payload before alert { 0:65535 } * port dpx.port: port to check @@ -13617,17 +13627,17 @@ these libraries see the Getting Started section of the manual. * interval fragoffset.~range: check if ip fragment offset is in given range { 0:8192 } * bool ftp_client.bounce = false: check for bounces - * addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed ip + * addr ftp_client.bounce_to[].address = 1.0.0.0/32: allowed IP address in CIDR format * port ftp_client.bounce_to[].last_port: optional allowed range from port to last_port inclusive { 0: } * port ftp_client.bounce_to[].port = 20: allowed port { 1: } * bool ftp_client.ignore_telnet_erase_cmds = false: ignore erase character and erase line commands when normalizing - * int ftp_client.max_resp_len = -1: maximum ftp response accepted + * int ftp_client.max_resp_len = -1: maximum FTP response accepted by client { -1: } - * bool ftp_client.telnet_cmds = false: detect telnet escape - sequences on ftp control channel + * bool ftp_client.telnet_cmds = false: detect Telnet escape + sequences on FTP control channel * bool ftp_server.check_encrypted = false: check for end of encryption * string ftp_server.chk_str_fmt: check the formatting of the given @@ -13650,14 +13660,14 @@ these libraries see the Getting Started section of the manual. * string ftp_server.encr_cmds: check the formatting of the given commands * bool ftp_server.encrypted_traffic = false: check for encrypted - telnet and ftp + Telnet and FTP * string ftp_server.file_get_cmds: check the formatting of the given commands * string ftp_server.file_put_cmds: check the formatting of the given commands * string ftp_server.ftp_cmds: specify additional commands supported by server beyond RFC 959 - * bool ftp_server.ignore_data_chan = false: do not inspect ftp data + * bool ftp_server.ignore_data_chan = false: do not inspect FTP data channels * bool ftp_server.ignore_telnet_erase_cmds = false: ignore erase character and erase line commands when normalizing @@ -13665,8 +13675,8 @@ these libraries see the Getting Started section of the manual. commands * bool ftp_server.print_cmds = false: print command configurations on start up - * bool ftp_server.telnet_cmds = false: detect telnet escape - sequences of ftp control channel + * bool ftp_server.telnet_cmds = false: detect Telnet escape + sequences of FTP control channel * int gid.~: generator id { 1: } * string gtp_info.~: info element to match * int gtp_inspect[].infos[].length = 0: information element type @@ -13677,7 +13687,7 @@ these libraries see the Getting Started section of the manual. * string gtp_inspect[].messages[].name: message name * int gtp_inspect[].messages[].type = 0: message type code { 0:255 } - * int gtp_inspect[].version = 2: gtp version { 0:2 } + * int gtp_inspect[].version = 2: GTP version { 0:2 } * string gtp_type.~: list of types to match * int gtp_version.~: version to match { 0:2 } * bool high_availability.daq_channel = false: enable use of daq @@ -13692,21 +13702,21 @@ these libraries see the Getting Started section of the manual. * int host_cache[].size: size of host cache * enum hosts[].frag_policy: defragmentation policy { first | linux | bsd | bsd_right | last | windows | solaris } - * addr hosts[].ip = 0.0.0.0/32: hosts address / cidr + * addr hosts[].ip = 0.0.0.0/32: hosts address / CIDR * string hosts[].services[].name: service identifier * port hosts[].services[].port: port number - * enum hosts[].services[].proto = tcp: ip protocol { tcp | udp } - * enum hosts[].tcp_policy: tcp reassembly policy { first | last | + * enum hosts[].services[].proto = tcp: IP protocol { tcp | udp } + * enum hosts[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } * enum host_tracker[].frag_policy: defragmentation policy { first | linux | bsd | bsd_right | last | windows | solaris } - * addr host_tracker[].ip = 0.0.0.0/32: hosts address / cidr + * addr host_tracker[].IP = 0.0.0.0/32: hosts address / cidr * string host_tracker[].services[].name: service identifier * port host_tracker[].services[].port: port number - * enum host_tracker[].services[].proto = tcp: ip protocol { tcp | + * enum host_tracker[].services[].proto = tcp: IP protocol { tcp | udp } - * enum host_tracker[].tcp_policy: tcp reassembly policy { first | + * enum host_tracker[].tcp_policy: TCP reassembly policy { first | last | linux | old_linux | bsd | macos | solaris | irix | hpux11 | hpux10 | windows | win_2003 | vista | proxy } * implied http_cookie.request: match against the cookie from the @@ -13859,13 +13869,13 @@ these libraries see the Getting Started section of the manual. message body * implied http_version.with_trailer: parts of this rule examine HTTP message trailers - * interval icmp_id.~range: check if icmp id is in given range { + * interval icmp_id.~range: check if ICMP ID is in given range { 0:65535 } - * interval icmp_seq.~range: check if icmp sequence number is in + * interval icmp_seq.~range: check if ICMP sequence number is in given range { 0:65535 } - * interval icode.~range: check if icmp code is in given range is { + * interval icode.~range: check if ICMP code is in given range is { 0:255 } - * interval id.~range: check if the ip id is in the given range { 0: + * interval id.~range: check if the IP ID is in the given range { 0: } * int imap.b64_decode_depth = 1460: base64 decoding depth { -1:65535 } @@ -13895,7 +13905,7 @@ these libraries see the Getting Started section of the manual. * string isdataat.~length: num | !num * implied isdataat.relative: offset from cursor instead of start of buffer - * interval itype.~range: check if icmp type is in given range { + * interval itype.~range: check if ICMP type is in given range { 0:255 } * enum latency.packet.action = none: event action if packet times out and is fastpathed { none | alert | log | alert_and_log } @@ -13940,7 +13950,7 @@ these libraries see the Getting Started section of the manual. * string metadata.*: comma-separated list of arbitrary name value pairs * string modbus_func.~: function code to match - * int modbus_unit.~: modbus unit ID { 0:255 } + * int modbus_unit.~: Modbus unit ID { 0:255 } * bool mpls.enable_mpls_multicast = false: enables support for MPLS multicast * bool mpls.enable_mpls_overlapping_ip = false: enable if private @@ -13968,7 +13978,7 @@ these libraries see the Getting Started section of the manual. * int network.max_ip_layers = 0: the maximum number of IP layers Snort will process for a given packet before raising 116:293 (0 = unlimited) { 0:255 } - * int network.min_ttl = 1: alert / normalize packets with lower ttl + * int network.min_ttl = 1: alert / normalize packets with lower TTL / hop limit (you must enable rules and / or normalization also) { 1:255 } * int network.new_ttl = 1: use this value for responses and when @@ -14093,7 +14103,7 @@ these libraries see the Getting Started section of the manual. * int port_scan.icmp_sweep.rejects = 15: scan attempts with negative response { 0: } * int port_scan.icmp_sweep.scans = 100: scan attempts { 0: } - * int port_scan.icmp_window = 0: detection interval for all icmp + * int port_scan.icmp_window = 0: detection interval for all ICMP scans { 0: } * string port_scan.ignore_scanned: list of CIDRs with optional ports to ignore if the destination of scan alerts @@ -14129,7 +14139,7 @@ these libraries see the Getting Started section of the manual. * int port_scan.ip_sweep.rejects = 15: scan attempts with negative response { 0: } * int port_scan.ip_sweep.scans = 100: scan attempts { 0: } - * int port_scan.ip_window = 0: detection interval for all ip scans + * int port_scan.ip_window = 0: detection interval for all IP scans { 0: } * int port_scan.memcap = 1048576: maximum tracker memory in bytes { 1: } @@ -14166,7 +14176,7 @@ these libraries see the Getting Started section of the manual. * int port_scan.tcp_sweep.rejects = 15: scan attempts with negative response { 0: } * int port_scan.tcp_sweep.scans = 100: scan attempts { 0: } - * int port_scan.tcp_window = 0: detection interval for all tcp + * int port_scan.tcp_window = 0: detection interval for all TCP scans { 0: } * int port_scan.udp_decoy.nets = 25: number of times address changed from prior attempt { 0: } @@ -14196,7 +14206,7 @@ these libraries see the Getting Started section of the manual. * int port_scan.udp_sweep.rejects = 15: scan attempts with negative response { 0: } * int port_scan.udp_sweep.scans = 100: scan attempts { 0: } - * int port_scan.udp_window = 0: detection interval for all udp + * int port_scan.udp_window = 0: detection interval for all UDP scans { 0: } * string port_scan.watch_ip: list of CIDRs with optional ports to watch @@ -14266,22 +14276,22 @@ these libraries see the Getting Started section of the manual. instead of start of buffer * bool reg_test.test_daq_retry = true: test daq packet retry feature - * enum reject.control: send icmp unreachable(s) { network|host|port + * enum reject.control: send ICMP unreachable(s) { network|host|port |all } - * enum reject.reset: send tcp reset to one or both ends { source| + * enum reject.reset: send TCP reset to one or both ends { source| dest|both } * string rem.~: comment * string replace.~: byte code to replace with - * string reputation.blacklist: blacklist file name with ip lists + * string reputation.blacklist: blacklist file name with IP lists * int reputation.memcap = 500: maximum total MB of memory allocated { 1:4095 } - * enum reputation.nested_ip = inner: ip to use when there is IP + * enum reputation.nested_ip = inner: IP to use when there is IP encapsulation { inner|outer|all } * enum reputation.priority = whitelist: defines priority when there is a decision conflict during run-time { blacklist|whitelist } * bool reputation.scan_local = false: inspect local address defined in RFC 1918 - * string reputation.whitelist: whitelist file name with ip lists + * string reputation.whitelist: whitelist file name with IP lists * enum reputation.white = unblack: specify the meaning of whitelist { unblack|trust } * int rev.~: revision { 1: } @@ -14309,11 +14319,10 @@ these libraries see the Getting Started section of the manual. prints compiled rule group information * bool search_engine.debug_print_rule_groups_uncompiled = false: prints uncompiled rule group information + * bool search_engine.detect_raw_tcp = true: detect on TCP payload + before reassembly * bool search_engine.enable_single_rule_group = false: put all rules into one group - * bool search_engine.inspect_stream_inserts = false: inspect - reassembled payload - disabling is good for performance, bad for - detection * int search_engine.max_pattern_len = 0: truncate patterns when compiling into state machine (0 means no maximum) { 0: } * int search_engine.max_queue_events = 5: maximum number of @@ -14328,7 +14337,7 @@ these libraries see the Getting Started section of the manual. info for each rule * bool search_engine.split_any_any = true: evaluate any-any rules separately to save memory - * interval seq.~range: check if tcp sequence number is in given + * interval seq.~range: check if TCP sequence number is in given range { 0: } * string service.*: one or more comma-separated service names * enum session.~mode: output format { printable|binary|all } @@ -14368,7 +14377,7 @@ these libraries see the Getting Started section of the manual. * int sip.max_via_len = 1024: maximum via field size { 0:65535 } * string sip_method.*method: sip method * string sip.methods = invite cancel ack bye register options: list - of methods to check in sip messages + of methods to check in SIP messages * int sip_stat_code.*code: stat code { 1:999 } * string smtp.alt_max_command_line_len[].command: command string * int smtp.alt_max_command_line_len[].length = 0: specify @@ -14485,7 +14494,7 @@ these libraries see the Getting Started section of the manual. * implied snort.--id-zero: use id prefix / subdirectory even with one packet thread * string snort.-i: … list of interfaces - * port snort.-j: to listen for telnet connections + * port snort.-j: to listen for Telnet connections * enum snort.-k = all: checksum mode; default is all { all| noip|notcp|noudp|noicmp|none } * implied snort.--list-buffers: output available inspection buffers @@ -14659,7 +14668,7 @@ these libraries see the Getting Started section of the manual. before being eligible for pruning { 1: } * bool stream_file.upload = false: indicate file transfer direction * int stream.footprint = 0: use zero for production, non-zero for - testing at given size (for tcp and user) { 0: } + testing at given size (for TCP and user) { 0: } * int stream.icmp_cache.idle_timeout = 180: maximum inactive time before retiring session tracker { 1: } * int stream.icmp_cache.max_sessions = 65536: maximum simultaneous @@ -14681,7 +14690,7 @@ these libraries see the Getting Started section of the manual. datagram; 0 is unlimited { 0: } * int stream_ip.min_frag_length = 0: alert if fragment length is below this limit before or after trimming { 0: } - * int stream_ip.min_ttl = 1: discard fragments with ttl below the + * int stream_ip.min_ttl = 1: discard fragments with TTL below the minimum { 1:255 } * enum stream_ip.policy = linux: fragment reassembly policy { first | linux | bsd | bsd_right | last | windows | solaris } @@ -14707,11 +14716,11 @@ these libraries see the Getting Started section of the manual. before being eligible for pruning { 1: } * int stream_tcp.flush_factor = 0: flush upon seeing a drop in segment size after given number of non-decreasing segments { 0: } - * bool stream_tcp.ignore_any_rules = false: process tcp content + * bool stream_tcp.ignore_any_rules = false: process TCP content rules w/o ports only if rules with ports are present * int stream_tcp.max_pdu = 16384: maximum reassembled PDU size { 1460:32768 } - * int stream_tcp.max_window = 0: maximum allowed tcp window { + * int stream_tcp.max_window = 0: maximum allowed TCP window { 0:1073725440 } * int stream_tcp.overlap_limit = 0: maximum number of allowed overlapping segments per session { 0:255 } @@ -14741,7 +14750,7 @@ these libraries see the Getting Started section of the manual. sessions tracked before pruning { 2: } * int stream.udp_cache.pruning_timeout = 30: minimum inactive time before being eligible for pruning { 1: } - * bool stream_udp.ignore_any_rules = false: process udp content + * bool stream_udp.ignore_any_rules = false: process UDP content rules w/o ports only if rules with ports are present * int stream_udp.session_timeout = 30: session tracking timeout { 1:86400 } @@ -14772,13 +14781,13 @@ these libraries see the Getting Started section of the manual. * string tcp_connector.connector: connector name * enum tcp_connector.setup: stream establishment { call | answer } * int telnet.ayt_attack_thresh = -1: alert on this number of - consecutive telnet AYT commands { -1: } + consecutive Telnet AYT commands { -1: } * bool telnet.check_encrypted = false: check for end of encryption - * bool telnet.encrypted_traffic = false: check for encrypted telnet - and ftp + * bool telnet.encrypted_traffic = false: check for encrypted Telnet + and FTP * bool telnet.normalize = false: eliminate escape sequences - * interval tos.~range: check if ip tos is in given range { 0:255 } - * interval ttl.~range: check if ip ttl is in the given range { + * interval tos.~range: check if IP TOS is in given range { 0:255 } + * interval ttl.~range: check if IP TTL is in the given range { 0:255 } * bool udp.deep_teredo_inspection = false: look for Teredo on all UDP ports (default is only 3544) @@ -14792,7 +14801,7 @@ these libraries see the Getting Started section of the manual. (in Unix Epoch format) * interval urg.~range: check if tcp urgent offset is in given range { 0:65535 } - * interval window.~range: check if tcp window size is in given + * interval window.~range: check if TCP window size is in given range { 0:65535 } * multi wizard.curses: enable service identification based on internal algorithm { dce_smb | dce_udp | dce_tcp } @@ -15055,9 +15064,9 @@ these libraries see the Getting Started section of the manual. * file_id.total_files: number of files processed (sum) * file_log.total_events: total file events (sum) * ftp_data.packets: total packets (sum) - * ftp_server.concurrent_sessions: total concurrent ftp sessions + * ftp_server.concurrent_sessions: total concurrent FTP sessions (now) - * ftp_server.max_concurrent_sessions: maximum concurrent ftp + * ftp_server.max_concurrent_sessions: maximum concurrent FTP sessions (max) * ftp_server.total_packets: total packets (sum) * gtp_inspect.concurrent_sessions: total concurrent gtp sessions @@ -15287,7 +15296,7 @@ these libraries see the Getting Started section of the manual. * sip.code_7xx: 7xx (sum) * sip.code_8xx: 8xx (sum) * sip.code_9xx: 9xx (sum) - * sip.concurrent_sessions: total concurrent sip sessions (now) + * sip.concurrent_sessions: total concurrent SIP sessions (now) * sip.dialogs: total dialogs (sum) * sip.events: events generated (sum) * sip.ignored_channels: total channels ignored (sum) @@ -15295,7 +15304,7 @@ these libraries see the Getting Started section of the manual. * sip.info: info (sum) * sip.invite: invite (sum) * sip.join: join (sum) - * sip.max_concurrent_sessions: maximum concurrent sip sessions + * sip.max_concurrent_sessions: maximum concurrent SIP sessions (max) * sip.message: message (sum) * sip.notify: notify (sum) @@ -15522,9 +15531,9 @@ these libraries see the Getting Started section of the manual. * tcp.bad_tcp4_checksum: nonzero tcp over ip checksums (sum) * tcp.bad_tcp6_checksum: nonzero tcp over ipv6 checksums (sum) * tcp_connector.messages: total messages (sum) - * telnet.concurrent_sessions: total concurrent telnet sessions + * telnet.concurrent_sessions: total concurrent Telnet sessions (now) - * telnet.max_concurrent_sessions: maximum concurrent telnet + * telnet.max_concurrent_sessions: maximum concurrent Telnet sessions (max) * telnet.total_packets: total packets (sum) * udp.bad_udp4_checksum: nonzero udp over ipv4 checksums (sum) @@ -15980,9 +15989,9 @@ these libraries see the Getting Started section of the manual. * 125:8 (ftp_server) FTP bounce attempt * 125:9 (ftp_server) evasive (incomplete) TELNET cmd on FTP command channel - * 126:1 (telnet) consecutive telnet AYT commands beyond threshold - * 126:2 (telnet) telnet traffic encrypted - * 126:3 (telnet) telnet subnegotiation begin command without + * 126:1 (telnet) consecutive Telnet AYT commands beyond threshold + * 126:2 (telnet) Telnet traffic encrypted + * 126:3 (telnet) Telnet subnegotiation begin command without subnegotiation end * 128:1 (ssh) challenge-response overflow exploit * 128:2 (ssh) SSH1 CRC32 exploit @@ -16585,11 +16594,11 @@ deleted -> unified2: 'filename' hits before a rule generates an event * dnp3 (inspector): dnp3 inspection * dnp3_data (ips_option): sets the cursor to dnp3 data - * dnp3_func (ips_option): detection option to check dnp3 function + * dnp3_func (ips_option): detection option to check DNP3 function code - * dnp3_ind (ips_option): detection option to check dnp3 indicator + * dnp3_ind (ips_option): detection option to check DNP3 indicator flags - * dnp3_obj (ips_option): detection option to check dnp3 object + * dnp3_obj (ips_option): detection option to check DNP3 object headers * dns (inspector): dns inspection * dpx (inspector): dynamic inspector example @@ -16629,7 +16638,7 @@ deleted -> unified2: 'filename' * gtp_info (ips_option): rule option to check gtp info element * gtp_inspect (inspector): gtp control channel inspection * gtp_type (ips_option): rule option to check gtp types - * gtp_version (ips_option): rule option to check gtp version + * gtp_version (ips_option): rule option to check GTP version * high_availability (basic): implement flow tracking high availability * host_cache (basic): configure hosts @@ -16702,7 +16711,7 @@ deleted -> unified2: 'filename' data * modbus_func (ips_option): rule option to check modbus function code - * modbus_unit (ips_option): rule option to check modbus unit ID + * modbus_unit (ips_option): rule option to check Modbus unit ID * mpls (codec): support for multiprotocol label switching * msg (ips_option): rule option summarizing rule purpose output with events @@ -16963,11 +16972,11 @@ deleted -> unified2: 'filename' * ips_option::detection_filter: rule option to require multiple hits before a rule generates an event * ips_option::dnp3_data: sets the cursor to dnp3 data - * ips_option::dnp3_func: detection option to check dnp3 function + * ips_option::dnp3_func: detection option to check DNP3 function code - * ips_option::dnp3_ind: detection option to check dnp3 indicator + * ips_option::dnp3_ind: detection option to check DNP3 indicator flags - * ips_option::dnp3_obj: detection option to check dnp3 object + * ips_option::dnp3_obj: detection option to check DNP3 object headers * ips_option::dsize: rule option to test payload size * ips_option::file_data: rule option to set detection cursor to @@ -16982,7 +16991,7 @@ deleted -> unified2: 'filename' * ips_option::gid: rule option specifying rule generator * ips_option::gtp_info: rule option to check gtp info element * ips_option::gtp_type: rule option to check gtp types - * ips_option::gtp_version: rule option to check gtp version + * ips_option::gtp_version: rule option to check GTP version * ips_option::http_client_body: rule option to set the detection cursor to the request body * ips_option::http_cookie: rule option to set the detection cursor @@ -17032,7 +17041,7 @@ deleted -> unified2: 'filename' * ips_option::modbus_data: rule option to set cursor to modbus data * ips_option::modbus_func: rule option to check modbus function code - * ips_option::modbus_unit: rule option to check modbus unit ID + * ips_option::modbus_unit: rule option to check Modbus unit ID * ips_option::msg: rule option summarizing rule purpose output with events * ips_option::mss: detection for TCP maximum segment size diff --git a/extra/src/codecs/cd_eapol/cd_eapol.cc b/extra/src/codecs/cd_eapol/cd_eapol.cc index 6541252e0..7cca1b7f0 100644 --- a/extra/src/codecs/cd_eapol/cd_eapol.cc +++ b/extra/src/codecs/cd_eapol/cd_eapol.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_linux_sll/cd_linux_sll.cc b/extra/src/codecs/cd_linux_sll/cd_linux_sll.cc index ac91172e6..acc717aa3 100644 --- a/extra/src/codecs/cd_linux_sll/cd_linux_sll.cc +++ b/extra/src/codecs/cd_linux_sll/cd_linux_sll.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_null/cd_null.cc b/extra/src/codecs/cd_null/cd_null.cc index 4e0e7881e..8ffc4349e 100644 --- a/extra/src/codecs/cd_null/cd_null.cc +++ b/extra/src/codecs/cd_null/cd_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_pbb/cd_pbb.cc b/extra/src/codecs/cd_pbb/cd_pbb.cc index 93a360326..7412325e4 100644 --- a/extra/src/codecs/cd_pbb/cd_pbb.cc +++ b/extra/src/codecs/cd_pbb/cd_pbb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_pflog/cd_pflog.cc b/extra/src/codecs/cd_pflog/cd_pflog.cc index f3366d4ff..1cae4319f 100644 --- a/extra/src/codecs/cd_pflog/cd_pflog.cc +++ b/extra/src/codecs/cd_pflog/cd_pflog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/codecs/cd_ppp/cd_ppp.cc b/extra/src/codecs/cd_ppp/cd_ppp.cc index 09b2d7481..c253b39ed 100644 --- a/extra/src/codecs/cd_ppp/cd_ppp.cc +++ b/extra/src/codecs/cd_ppp/cd_ppp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_raw4/cd_raw4.cc b/extra/src/codecs/cd_raw4/cd_raw4.cc index 322e64792..050c447af 100644 --- a/extra/src/codecs/cd_raw4/cd_raw4.cc +++ b/extra/src/codecs/cd_raw4/cd_raw4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_raw6/cd_raw6.cc b/extra/src/codecs/cd_raw6/cd_raw6.cc index 4e6c9e822..7157896e5 100644 --- a/extra/src/codecs/cd_raw6/cd_raw6.cc +++ b/extra/src/codecs/cd_raw6/cd_raw6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_slip/cd_slip.cc b/extra/src/codecs/cd_slip/cd_slip.cc index 5e547bc14..69956a436 100644 --- a/extra/src/codecs/cd_slip/cd_slip.cc +++ b/extra/src/codecs/cd_slip/cd_slip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/codecs/cd_token_ring/cd_token_ring.cc b/extra/src/codecs/cd_token_ring/cd_token_ring.cc index 6775d35da..5b7048386 100644 --- a/extra/src/codecs/cd_token_ring/cd_token_ring.cc +++ b/extra/src/codecs/cd_token_ring/cd_token_ring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/extra/src/codecs/cd_wlan/cd_wlan.cc b/extra/src/codecs/cd_wlan/cd_wlan.cc index 6b564774b..3a7879d30 100644 --- a/extra/src/codecs/cd_wlan/cd_wlan.cc +++ b/extra/src/codecs/cd_wlan/cd_wlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/daqs/daq_regtest/daq_regtest.c b/extra/src/daqs/daq_regtest/daq_regtest.c index 3f8f58824..8c337694f 100644 --- a/extra/src/daqs/daq_regtest/daq_regtest.c +++ b/extra/src/daqs/daq_regtest/daq_regtest.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/daqs/daq_socket/daq_socket.c b/extra/src/daqs/daq_socket/daq_socket.c index b754800e4..b6a429e2c 100644 --- a/extra/src/daqs/daq_socket/daq_socket.c +++ b/extra/src/daqs/daq_socket/daq_socket.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/inspectors/data_log/data_log.cc b/extra/src/inspectors/data_log/data_log.cc index 34daced2b..caf6a39b2 100644 --- a/extra/src/inspectors/data_log/data_log.cc +++ b/extra/src/inspectors/data_log/data_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/inspectors/dpx/dpx.cc b/extra/src/inspectors/dpx/dpx.cc index 80a517cf7..ca82b1f10 100644 --- a/extra/src/inspectors/dpx/dpx.cc +++ b/extra/src/inspectors/dpx/dpx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/inspectors/reg_test/reg_test.cc b/extra/src/inspectors/reg_test/reg_test.cc index 9a7d80123..bda027c5a 100644 --- a/extra/src/inspectors/reg_test/reg_test.cc +++ b/extra/src/inspectors/reg_test/reg_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/ips_options/ips_mss/ips_mss.cc b/extra/src/ips_options/ips_mss/ips_mss.cc index 8a4934028..10558327c 100644 --- a/extra/src/ips_options/ips_mss/ips_mss.cc +++ b/extra/src/ips_options/ips_mss/ips_mss.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/ips_options/ips_pkt_num/ips_pkt_num.cc b/extra/src/ips_options/ips_pkt_num/ips_pkt_num.cc index e5f58a66a..3074ba279 100644 --- a/extra/src/ips_options/ips_pkt_num/ips_pkt_num.cc +++ b/extra/src/ips_options/ips_pkt_num/ips_pkt_num.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/ips_options/ips_urg/ips_urg.cc b/extra/src/ips_options/ips_urg/ips_urg.cc index c59e35348..8108c7ba2 100644 --- a/extra/src/ips_options/ips_urg/ips_urg.cc +++ b/extra/src/ips_options/ips_urg/ips_urg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/ips_options/ips_wscale/ips_wscale.cc b/extra/src/ips_options/ips_wscale/ips_wscale.cc index 39414b17f..1fba264f4 100644 --- a/extra/src/ips_options/ips_wscale/ips_wscale.cc +++ b/extra/src/ips_options/ips_wscale/ips_wscale.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/loggers/alert_ex/alert_ex.cc b/extra/src/loggers/alert_ex/alert_ex.cc index ca61ffbcb..10a855ee7 100644 --- a/extra/src/loggers/alert_ex/alert_ex.cc +++ b/extra/src/loggers/alert_ex/alert_ex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/loggers/alert_json/alert_json.cc b/extra/src/loggers/alert_json/alert_json.cc index c319d7d94..9ac714977 100644 --- a/extra/src/loggers/alert_json/alert_json.cc +++ b/extra/src/loggers/alert_json/alert_json.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/extra/src/loggers/alert_unixsock/alert_unixsock.cc b/extra/src/loggers/alert_unixsock/alert_unixsock.cc index db6000b85..461d9bc05 100644 --- a/extra/src/loggers/alert_unixsock/alert_unixsock.cc +++ b/extra/src/loggers/alert_unixsock/alert_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/extra/src/loggers/log_null/log_null.cc b/extra/src/loggers/log_null/log_null.cc index 8fcde5fa7..066cd9889 100644 --- a/extra/src/loggers/log_null/log_null.cc +++ b/extra/src/loggers/log_null/log_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/extra/src/search_engines/lowmem/lowmem.cc b/extra/src/search_engines/lowmem/lowmem.cc index c583f36f9..bf29646fc 100644 --- a/extra/src/search_engines/lowmem/lowmem.cc +++ b/extra/src/search_engines/lowmem/lowmem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/search_engines/lowmem/sfksearch.cc b/extra/src/search_engines/lowmem/sfksearch.cc index 3b8a7009c..219aee336 100644 --- a/extra/src/search_engines/lowmem/sfksearch.cc +++ b/extra/src/search_engines/lowmem/sfksearch.cc @@ -1,6 +1,6 @@ //-------------------------------------------------------------------------- // Copyright (C) 2001 Marc Norton -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/search_engines/lowmem/sfksearch.h b/extra/src/search_engines/lowmem/sfksearch.h index 9ae361278..617030fff 100644 --- a/extra/src/search_engines/lowmem/sfksearch.h +++ b/extra/src/search_engines/lowmem/sfksearch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // Copyright (C) 2001 Marc Norton // diff --git a/extra/src/search_engines/lowmem/trie_api.cc b/extra/src/search_engines/lowmem/trie_api.cc index aa025bf5c..ed7b44aea 100644 --- a/extra/src/search_engines/lowmem/trie_api.cc +++ b/extra/src/search_engines/lowmem/trie_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/extra/src/so_rules/sid_18758/sid_18758.cc b/extra/src/so_rules/sid_18758/sid_18758.cc index 9271dd82e..962e848e4 100644 --- a/extra/src/so_rules/sid_18758/sid_18758.cc +++ b/extra/src/so_rules/sid_18758/sid_18758.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_react.cc b/src/actions/act_react.cc index 1400a450a..5c4001528 100644 --- a/src/actions/act_react.cc +++ b/src/actions/act_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/actions/act_reject.cc b/src/actions/act_reject.cc index 051d8ae3c..40dcf0f0e 100644 --- a/src/actions/act_reject.cc +++ b/src/actions/act_reject.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/actions/act_replace.cc b/src/actions/act_replace.cc index 198a18a88..a5e080fe8 100644 --- a/src/actions/act_replace.cc +++ b/src/actions/act_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_replace.h b/src/actions/act_replace.h index 73458a100..f57d428b6 100644 --- a/src/actions/act_replace.h +++ b/src/actions/act_replace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/actions.cc b/src/actions/actions.cc index 697773130..d83bb81ac 100644 --- a/src/actions/actions.cc +++ b/src/actions/actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/actions.h b/src/actions/actions.h index 31c44afa1..48e9f8e88 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/ips_actions.cc b/src/actions/ips_actions.cc index 7975c5bdc..209e06750 100644 --- a/src/actions/ips_actions.cc +++ b/src/actions/ips_actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/ips_actions.h b/src/actions/ips_actions.h index 6112f02c4..385e31196 100644 --- a/src/actions/ips_actions.h +++ b/src/actions/ips_actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/unit_test.cc b/src/catch/unit_test.cc index 2db19f29f..861a796b7 100644 --- a/src/catch/unit_test.cc +++ b/src/catch/unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/unit_test.h b/src/catch/unit_test.h index 10d71cdf3..c73c5645d 100644 --- a/src/catch/unit_test.h +++ b/src/catch/unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/unit_test_main.h b/src/catch/unit_test_main.h index edf986373..03942ff7d 100644 --- a/src/catch/unit_test_main.h +++ b/src/catch/unit_test_main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_api.cc b/src/codecs/codec_api.cc index f09e68d22..f6b15059b 100644 --- a/src/codecs/codec_api.cc +++ b/src/codecs/codec_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_api.h b/src/codecs/codec_api.h index 9ca1e14d6..c39ab068d 100644 --- a/src/codecs/codec_api.h +++ b/src/codecs/codec_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_module.cc b/src/codecs/codec_module.cc index fe4ddbc63..65cb94e68 100644 --- a/src/codecs/codec_module.cc +++ b/src/codecs/codec_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_module.h b/src/codecs/codec_module.h index 594c94394..9313df8fa 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_auth.cc b/src/codecs/ip/cd_auth.cc index 68906a563..82aefaf00 100644 --- a/src/codecs/ip/cd_auth.cc +++ b/src/codecs/ip/cd_auth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_bad_proto.cc b/src/codecs/ip/cd_bad_proto.cc index 3109dcf68..21e6d265d 100644 --- a/src/codecs/ip/cd_bad_proto.cc +++ b/src/codecs/ip/cd_bad_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_dst_opts.cc b/src/codecs/ip/cd_dst_opts.cc index e7e9c8f34..f1958e787 100644 --- a/src/codecs/ip/cd_dst_opts.cc +++ b/src/codecs/ip/cd_dst_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_esp.cc b/src/codecs/ip/cd_esp.cc index 850520d8f..6e30cd89d 100644 --- a/src/codecs/ip/cd_esp.cc +++ b/src/codecs/ip/cd_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_frag.cc b/src/codecs/ip/cd_frag.cc index 3d1f0824a..340f115c0 100644 --- a/src/codecs/ip/cd_frag.cc +++ b/src/codecs/ip/cd_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_gre.cc b/src/codecs/ip/cd_gre.cc index ee81ff5c4..a2a768d4c 100644 --- a/src/codecs/ip/cd_gre.cc +++ b/src/codecs/ip/cd_gre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_hop_opts.cc b/src/codecs/ip/cd_hop_opts.cc index 0eff1c437..04dae8369 100644 --- a/src/codecs/ip/cd_hop_opts.cc +++ b/src/codecs/ip/cd_hop_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_icmp4.cc b/src/codecs/ip/cd_icmp4.cc index 6b367e01d..fe75caf63 100644 --- a/src/codecs/ip/cd_icmp4.cc +++ b/src/codecs/ip/cd_icmp4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_icmp6.cc b/src/codecs/ip/cd_icmp6.cc index 3f7cb91ee..4cc7abbe7 100644 --- a/src/codecs/ip/cd_icmp6.cc +++ b/src/codecs/ip/cd_icmp6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_igmp.cc b/src/codecs/ip/cd_igmp.cc index 16ccfbeed..b8aae2ee2 100644 --- a/src/codecs/ip/cd_igmp.cc +++ b/src/codecs/ip/cd_igmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_ipv4.cc b/src/codecs/ip/cd_ipv4.cc index 4c752b18c..4f435db5a 100644 --- a/src/codecs/ip/cd_ipv4.cc +++ b/src/codecs/ip/cd_ipv4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_ipv6.cc b/src/codecs/ip/cd_ipv6.cc index 188f753c4..63518144b 100644 --- a/src/codecs/ip/cd_ipv6.cc +++ b/src/codecs/ip/cd_ipv6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_mobility.cc b/src/codecs/ip/cd_mobility.cc index a028a8f99..20f9a5ab7 100644 --- a/src/codecs/ip/cd_mobility.cc +++ b/src/codecs/ip/cd_mobility.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_no_next.cc b/src/codecs/ip/cd_no_next.cc index 78a3a8dd8..34106fd5c 100644 --- a/src/codecs/ip/cd_no_next.cc +++ b/src/codecs/ip/cd_no_next.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_pgm.cc b/src/codecs/ip/cd_pgm.cc index 0558a5c4c..29844a188 100644 --- a/src/codecs/ip/cd_pgm.cc +++ b/src/codecs/ip/cd_pgm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_routing.cc b/src/codecs/ip/cd_routing.cc index 420d6b23e..66779c937 100644 --- a/src/codecs/ip/cd_routing.cc +++ b/src/codecs/ip/cd_routing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_tcp.cc b/src/codecs/ip/cd_tcp.cc index ac939a0e7..5d834f925 100644 --- a/src/codecs/ip/cd_tcp.cc +++ b/src/codecs/ip/cd_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_udp.cc b/src/codecs/ip/cd_udp.cc index c074bf106..383ed926e 100644 --- a/src/codecs/ip/cd_udp.cc +++ b/src/codecs/ip/cd_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/checksum.h b/src/codecs/ip/checksum.h index 45385b1d1..90b0fb64f 100644 --- a/src/codecs/ip/checksum.h +++ b/src/codecs/ip/checksum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_arp.cc b/src/codecs/link/cd_arp.cc index 8d2755f9e..7a404c61c 100644 --- a/src/codecs/link/cd_arp.cc +++ b/src/codecs/link/cd_arp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_ciscometadata.cc b/src/codecs/link/cd_ciscometadata.cc index 72ee6baef..9b6686375 100644 --- a/src/codecs/link/cd_ciscometadata.cc +++ b/src/codecs/link/cd_ciscometadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_erspan2.cc b/src/codecs/link/cd_erspan2.cc index f74476f75..ce7ce4a88 100644 --- a/src/codecs/link/cd_erspan2.cc +++ b/src/codecs/link/cd_erspan2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_erspan3.cc b/src/codecs/link/cd_erspan3.cc index 1a6143d89..a0106228b 100644 --- a/src/codecs/link/cd_erspan3.cc +++ b/src/codecs/link/cd_erspan3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_fabricpath.cc b/src/codecs/link/cd_fabricpath.cc index fa92d280d..016f8a288 100644 --- a/src/codecs/link/cd_fabricpath.cc +++ b/src/codecs/link/cd_fabricpath.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_mpls.cc b/src/codecs/link/cd_mpls.cc index 2105a086a..2135df7da 100644 --- a/src/codecs/link/cd_mpls.cc +++ b/src/codecs/link/cd_mpls.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_ppp_encap.cc b/src/codecs/link/cd_ppp_encap.cc index e54d087d4..1ba68aca1 100644 --- a/src/codecs/link/cd_ppp_encap.cc +++ b/src/codecs/link/cd_ppp_encap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_pppoe.cc b/src/codecs/link/cd_pppoe.cc index a4245b59c..b99686691 100644 --- a/src/codecs/link/cd_pppoe.cc +++ b/src/codecs/link/cd_pppoe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_trans_bridge.cc b/src/codecs/link/cd_trans_bridge.cc index 93e083a4d..23b536b54 100644 --- a/src/codecs/link/cd_trans_bridge.cc +++ b/src/codecs/link/cd_trans_bridge.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_vlan.cc b/src/codecs/link/cd_vlan.cc index dae335569..362929aa7 100644 --- a/src/codecs/link/cd_vlan.cc +++ b/src/codecs/link/cd_vlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_default.cc b/src/codecs/misc/cd_default.cc index b5ca865e8..9fcb22820 100644 --- a/src/codecs/misc/cd_default.cc +++ b/src/codecs/misc/cd_default.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_gtp.cc b/src/codecs/misc/cd_gtp.cc index 3b6e1601d..f9eeccc76 100644 --- a/src/codecs/misc/cd_gtp.cc +++ b/src/codecs/misc/cd_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/misc/cd_icmp4_ip.cc b/src/codecs/misc/cd_icmp4_ip.cc index 68397fe64..4c5a311d8 100644 --- a/src/codecs/misc/cd_icmp4_ip.cc +++ b/src/codecs/misc/cd_icmp4_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_icmp6_ip.cc b/src/codecs/misc/cd_icmp6_ip.cc index a556e557d..81d287024 100644 --- a/src/codecs/misc/cd_icmp6_ip.cc +++ b/src/codecs/misc/cd_icmp6_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_llc.cc b/src/codecs/misc/cd_llc.cc index 17ad7a330..8cd69b071 100644 --- a/src/codecs/misc/cd_llc.cc +++ b/src/codecs/misc/cd_llc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_teredo.cc b/src/codecs/misc/cd_teredo.cc index e597f8db0..b3b087411 100644 --- a/src/codecs/misc/cd_teredo.cc +++ b/src/codecs/misc/cd_teredo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/misc/cd_user.cc b/src/codecs/misc/cd_user.cc index 02753925c..19fa0648b 100644 --- a/src/codecs/misc/cd_user.cc +++ b/src/codecs/misc/cd_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/root/cd_eth.cc b/src/codecs/root/cd_eth.cc index c04d2c7d8..d596c1e07 100644 --- a/src/codecs/root/cd_eth.cc +++ b/src/codecs/root/cd_eth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/connectors/connectors.cc b/src/connectors/connectors.cc index 863b852ab..4aceb1b87 100644 --- a/src/connectors/connectors.cc +++ b/src/connectors/connectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/connectors.h b/src/connectors/connectors.h index f2bcd227f..eb7b53d48 100644 --- a/src/connectors/connectors.h +++ b/src/connectors/connectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector.cc b/src/connectors/file_connector/file_connector.cc index 3e36a4c2e..2329ddeac 100644 --- a/src/connectors/file_connector/file_connector.cc +++ b/src/connectors/file_connector/file_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector.h b/src/connectors/file_connector/file_connector.h index d65c831d3..6a1a11546 100644 --- a/src/connectors/file_connector/file_connector.h +++ b/src/connectors/file_connector/file_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_config.h b/src/connectors/file_connector/file_connector_config.h index d08808295..c3d1219da 100644 --- a/src/connectors/file_connector/file_connector_config.h +++ b/src/connectors/file_connector/file_connector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_module.cc b/src/connectors/file_connector/file_connector_module.cc index 076bed110..0d68d1460 100644 --- a/src/connectors/file_connector/file_connector_module.cc +++ b/src/connectors/file_connector/file_connector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_module.h b/src/connectors/file_connector/file_connector_module.h index 248db199a..597c4b825 100644 --- a/src/connectors/file_connector/file_connector_module.h +++ b/src/connectors/file_connector/file_connector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/test/file_connector_module_test.cc b/src/connectors/file_connector/test/file_connector_module_test.cc index efbb65dde..d9498b049 100644 --- a/src/connectors/file_connector/test/file_connector_module_test.cc +++ b/src/connectors/file_connector/test/file_connector_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/test/file_connector_test.cc b/src/connectors/file_connector/test/file_connector_test.cc index c5b5758a9..4acb7bfa9 100644 --- a/src/connectors/file_connector/test/file_connector_test.cc +++ b/src/connectors/file_connector/test/file_connector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector.cc b/src/connectors/tcp_connector/tcp_connector.cc index 777911d99..d190ad456 100644 --- a/src/connectors/tcp_connector/tcp_connector.cc +++ b/src/connectors/tcp_connector/tcp_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector.h b/src/connectors/tcp_connector/tcp_connector.h index 387023061..a7bd720a8 100644 --- a/src/connectors/tcp_connector/tcp_connector.h +++ b/src/connectors/tcp_connector/tcp_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_config.h b/src/connectors/tcp_connector/tcp_connector_config.h index eb6ca1b91..4eb211cfb 100644 --- a/src/connectors/tcp_connector/tcp_connector_config.h +++ b/src/connectors/tcp_connector/tcp_connector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_module.cc b/src/connectors/tcp_connector/tcp_connector_module.cc index e7e126a0f..cf0f83054 100644 --- a/src/connectors/tcp_connector/tcp_connector_module.cc +++ b/src/connectors/tcp_connector/tcp_connector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_module.h b/src/connectors/tcp_connector/tcp_connector_module.h index a3f88fd1a..3f225ca9e 100644 --- a/src/connectors/tcp_connector/tcp_connector_module.h +++ b/src/connectors/tcp_connector/tcp_connector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/test/tcp_connector_module_test.cc b/src/connectors/tcp_connector/test/tcp_connector_module_test.cc index 479e70d0d..e170157e2 100644 --- a/src/connectors/tcp_connector/test/tcp_connector_module_test.cc +++ b/src/connectors/tcp_connector/test/tcp_connector_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/test/tcp_connector_test.cc b/src/connectors/tcp_connector/test/tcp_connector_test.cc index 9e6307e22..0d66b602a 100644 --- a/src/connectors/tcp_connector/test/tcp_connector_test.cc +++ b/src/connectors/tcp_connector/test/tcp_connector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/idle_processing.cc b/src/control/idle_processing.cc index 056373fea..f872a5555 100644 --- a/src/control/idle_processing.cc +++ b/src/control/idle_processing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/control/idle_processing.h b/src/control/idle_processing.h index 37273d519..27f1f1e85 100644 --- a/src/control/idle_processing.h +++ b/src/control/idle_processing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/decompress/file_decomp.cc b/src/decompress/file_decomp.cc index 6df221e9a..c127dd27d 100644 --- a/src/decompress/file_decomp.cc +++ b/src/decompress/file_decomp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp.h b/src/decompress/file_decomp.h index 1808c274f..a186fb2c0 100644 --- a/src/decompress/file_decomp.h +++ b/src/decompress/file_decomp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_pdf.cc b/src/decompress/file_decomp_pdf.cc index de30c9482..241d985ac 100644 --- a/src/decompress/file_decomp_pdf.cc +++ b/src/decompress/file_decomp_pdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_pdf.h b/src/decompress/file_decomp_pdf.h index e1a235267..3f5c7cfaf 100644 --- a/src/decompress/file_decomp_pdf.h +++ b/src/decompress/file_decomp_pdf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/decompress/file_decomp_swf.cc b/src/decompress/file_decomp_swf.cc index 7e7075b23..99f9b3d1d 100644 --- a/src/decompress/file_decomp_swf.cc +++ b/src/decompress/file_decomp_swf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_swf.h b/src/decompress/file_decomp_swf.h index 7546020d3..c0fb8e8df 100644 --- a/src/decompress/file_decomp_swf.h +++ b/src/decompress/file_decomp_swf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/context_switcher.cc b/src/detection/context_switcher.cc index 0ec885738..bf66f115b 100644 --- a/src/detection/context_switcher.cc +++ b/src/detection/context_switcher.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/context_switcher.h b/src/detection/context_switcher.h index 11ccc665f..16983b351 100644 --- a/src/detection/context_switcher.h +++ b/src/detection/context_switcher.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detect.cc b/src/detection/detect.cc index af763b4e7..41862a702 100644 --- a/src/detection/detect.cc +++ b/src/detection/detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detect.h b/src/detection/detect.h index 471970a00..f754832ba 100644 --- a/src/detection/detect.h +++ b/src/detection/detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detect_trace.cc b/src/detection/detect_trace.cc index 91e709827..540e873a3 100644 --- a/src/detection/detect_trace.cc +++ b/src/detection/detect_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detect_trace.h b/src/detection/detect_trace.h index 9039e1a61..4cc9b60c8 100644 --- a/src/detection/detect_trace.h +++ b/src/detection/detect_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_engine.cc b/src/detection/detection_engine.cc index 08b1bc43e..9a9abd711 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_engine.h b/src/detection/detection_engine.h index 3627a139c..50edbfd08 100644 --- a/src/detection/detection_engine.h +++ b/src/detection/detection_engine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_options.cc b/src/detection/detection_options.cc index 49a444565..0078c8765 100644 --- a/src/detection/detection_options.cc +++ b/src/detection/detection_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/detection_options.h b/src/detection/detection_options.h index 0d6d6ae8c..1f5aca061 100644 --- a/src/detection/detection_options.h +++ b/src/detection/detection_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/detection_util.cc b/src/detection/detection_util.cc index 2b4759375..9f854c00c 100644 --- a/src/detection/detection_util.cc +++ b/src/detection/detection_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detection_util.h b/src/detection/detection_util.h index 33c78c931..f75edf62a 100644 --- a/src/detection/detection_util.h +++ b/src/detection/detection_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/fp_config.cc b/src/detection/fp_config.cc index 5c0615224..0e22999a1 100644 --- a/src/detection/fp_config.cc +++ b/src/detection/fp_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_config.h b/src/detection/fp_config.h index 1fd47eec5..a0d72935a 100644 --- a/src/detection/fp_config.h +++ b/src/detection/fp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_create.cc b/src/detection/fp_create.cc index 85dc53e78..6b7652ac2 100644 --- a/src/detection/fp_create.cc +++ b/src/detection/fp_create.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_create.h b/src/detection/fp_create.h index c8f7ec777..e6dd9dafb 100644 --- a/src/detection/fp_create.h +++ b/src/detection/fp_create.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_detect.cc b/src/detection/fp_detect.cc index d6b002b25..6fb439c6a 100644 --- a/src/detection/fp_detect.cc +++ b/src/detection/fp_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_detect.h b/src/detection/fp_detect.h index 534be3747..893092abc 100644 --- a/src/detection/fp_detect.h +++ b/src/detection/fp_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_utils.cc b/src/detection/fp_utils.cc index db05595ee..932b3aab5 100644 --- a/src/detection/fp_utils.cc +++ b/src/detection/fp_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/fp_utils.h b/src/detection/fp_utils.h index 70a96c9ec..2df9ae60a 100644 --- a/src/detection/fp_utils.h +++ b/src/detection/fp_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/ips_context.cc b/src/detection/ips_context.cc index 612099f3a..d65471370 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context.h b/src/detection/ips_context.h index 4019deaff..267d1c97b 100644 --- a/src/detection/ips_context.h +++ b/src/detection/ips_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/pattern_match_data.h b/src/detection/pattern_match_data.h index e0e995463..c4e301bac 100644 --- a/src/detection/pattern_match_data.h +++ b/src/detection/pattern_match_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/pcrm.cc b/src/detection/pcrm.cc index e4da1f139..d8a795a00 100644 --- a/src/detection/pcrm.cc +++ b/src/detection/pcrm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/pcrm.h b/src/detection/pcrm.h index c2fa51cb2..2d6b53168 100644 --- a/src/detection/pcrm.h +++ b/src/detection/pcrm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/regex_offload.cc b/src/detection/regex_offload.cc index 2fec335cd..61b439784 100644 --- a/src/detection/regex_offload.cc +++ b/src/detection/regex_offload.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/regex_offload.h b/src/detection/regex_offload.h index 98e28ff78..c0f311ee7 100644 --- a/src/detection/regex_offload.h +++ b/src/detection/regex_offload.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/rtn_checks.cc b/src/detection/rtn_checks.cc index 26ccdaf05..9c6940f79 100644 --- a/src/detection/rtn_checks.cc +++ b/src/detection/rtn_checks.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/rtn_checks.h b/src/detection/rtn_checks.h index 1b7ac7c05..f01a7a563 100644 --- a/src/detection/rtn_checks.h +++ b/src/detection/rtn_checks.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/rule_option_types.h b/src/detection/rule_option_types.h index 30666c3bd..21a8ac8b2 100644 --- a/src/detection/rule_option_types.h +++ b/src/detection/rule_option_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/rules.h b/src/detection/rules.h index d2a0c2fe1..735867e32 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/service_map.cc b/src/detection/service_map.cc index 00b1f68f3..9e82048f6 100644 --- a/src/detection/service_map.cc +++ b/src/detection/service_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/service_map.h b/src/detection/service_map.h index 26511bc7f..a4f43048a 100644 --- a/src/detection/service_map.h +++ b/src/detection/service_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/sfrim.cc b/src/detection/sfrim.cc index bfe6450f2..111d0d1be 100644 --- a/src/detection/sfrim.cc +++ b/src/detection/sfrim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/sfrim.h b/src/detection/sfrim.h index 099986586..a564d54cc 100644 --- a/src/detection/sfrim.h +++ b/src/detection/sfrim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/signature.cc b/src/detection/signature.cc index b691e488a..947a4b17b 100644 --- a/src/detection/signature.cc +++ b/src/detection/signature.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/signature.h b/src/detection/signature.h index ec472c83e..028a4fbc5 100644 --- a/src/detection/signature.h +++ b/src/detection/signature.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/tag.cc b/src/detection/tag.cc index 16caf9af1..a01f28e6a 100644 --- a/src/detection/tag.cc +++ b/src/detection/tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/tag.h b/src/detection/tag.h index 40037cc55..68ace3394 100644 --- a/src/detection/tag.h +++ b/src/detection/tag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/treenodes.cc b/src/detection/treenodes.cc index fbe0cddc5..46ad5a31c 100644 --- a/src/detection/treenodes.cc +++ b/src/detection/treenodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/treenodes.h b/src/detection/treenodes.h index 54846668f..7e8e0c0d0 100644 --- a/src/detection/treenodes.h +++ b/src/detection/treenodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/event.cc b/src/events/event.cc index 73b382409..717211725 100644 --- a/src/events/event.cc +++ b/src/events/event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/event.h b/src/events/event.h index 6d5dd25c6..94aa7c54f 100644 --- a/src/events/event.h +++ b/src/events/event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/events/event_queue.cc b/src/events/event_queue.cc index 2bdde00de..bad3bb166 100644 --- a/src/events/event_queue.cc +++ b/src/events/event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/event_queue.h b/src/events/event_queue.h index dc0f1ffea..33cdcfd47 100644 --- a/src/events/event_queue.h +++ b/src/events/event_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/sfeventq.cc b/src/events/sfeventq.cc index bf56762d3..3f76c2314 100644 --- a/src/events/sfeventq.cc +++ b/src/events/sfeventq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/sfeventq.h b/src/events/sfeventq.h index b8b9925da..5413e11e8 100644 --- a/src/events/sfeventq.h +++ b/src/events/sfeventq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/circular_buffer.cc b/src/file_api/circular_buffer.cc index 81e4c2a77..1452082ce 100644 --- a/src/file_api/circular_buffer.cc +++ b/src/file_api/circular_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/circular_buffer.h b/src/file_api/circular_buffer.h index 140c7ac19..452da6d37 100644 --- a/src/file_api/circular_buffer.h +++ b/src/file_api/circular_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_api.h b/src/file_api/file_api.h index 4f16f8dab..07bb046ef 100644 --- a/src/file_api/file_api.h +++ b/src/file_api/file_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_cache.cc b/src/file_api/file_cache.cc index 6ccf3f672..e2abe5343 100644 --- a/src/file_api/file_cache.cc +++ b/src/file_api/file_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_cache.h b/src/file_api/file_cache.h index b57ced606..fd210bd5f 100644 --- a/src/file_api/file_cache.h +++ b/src/file_api/file_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_capture.cc b/src/file_api/file_capture.cc index 4b2d6cb85..fa1e6b999 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_capture.h b/src/file_api/file_capture.h index 07b381b13..86c8b4e5a 100644 --- a/src/file_api/file_capture.h +++ b/src/file_api/file_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_config.cc b/src/file_api/file_config.cc index 4f0cd201d..1ee169a15 100644 --- a/src/file_api/file_config.cc +++ b/src/file_api/file_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_config.h b/src/file_api/file_config.h index 5d18c0b31..3976acf2c 100644 --- a/src/file_api/file_config.h +++ b/src/file_api/file_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_enforcer.cc b/src/file_api/file_enforcer.cc index aae7048d3..c0f1e8845 100644 --- a/src/file_api/file_enforcer.cc +++ b/src/file_api/file_enforcer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_enforcer.h b/src/file_api/file_enforcer.h index 14700ac60..7e8d55ac0 100644 --- a/src/file_api/file_enforcer.h +++ b/src/file_api/file_enforcer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_flows.cc b/src/file_api/file_flows.cc index 2def67174..f8e6d351a 100644 --- a/src/file_api/file_flows.cc +++ b/src/file_api/file_flows.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_flows.h b/src/file_api/file_flows.h index c1720a74e..f4c7cc5cb 100644 --- a/src/file_api/file_flows.h +++ b/src/file_api/file_flows.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_identifier.cc b/src/file_api/file_identifier.cc index 6ffc2fa23..4f149f798 100644 --- a/src/file_api/file_identifier.cc +++ b/src/file_api/file_identifier.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_identifier.h b/src/file_api/file_identifier.h index 78fdd1e13..a583c4290 100644 --- a/src/file_api/file_identifier.h +++ b/src/file_api/file_identifier.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_lib.cc b/src/file_api/file_lib.cc index ca1e463f9..d41b3d221 100644 --- a/src/file_api/file_lib.cc +++ b/src/file_api/file_lib.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_lib.h b/src/file_api/file_lib.h index 8f05361b8..817221b1b 100644 --- a/src/file_api/file_lib.h +++ b/src/file_api/file_lib.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_log.cc b/src/file_api/file_log.cc index 687d32b16..136debe82 100644 --- a/src/file_api/file_log.cc +++ b/src/file_api/file_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_mempool.cc b/src/file_api/file_mempool.cc index e9a523e32..4707c1ecd 100644 --- a/src/file_api/file_mempool.cc +++ b/src/file_api/file_mempool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_mempool.h b/src/file_api/file_mempool.h index f6f850737..5555700bb 100644 --- a/src/file_api/file_mempool.h +++ b/src/file_api/file_mempool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_module.cc b/src/file_api/file_module.cc index 5678a2244..f2a465297 100644 --- a/src/file_api/file_module.cc +++ b/src/file_api/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_module.h b/src/file_api/file_module.h index ec89f3e79..499a5b54e 100644 --- a/src/file_api/file_module.h +++ b/src/file_api/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_policy.cc b/src/file_api/file_policy.cc index ff4c8f919..ea4ef1ce3 100644 --- a/src/file_api/file_policy.cc +++ b/src/file_api/file_policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_policy.h b/src/file_api/file_policy.h index c25399bc1..46684424b 100644 --- a/src/file_api/file_policy.h +++ b/src/file_api/file_policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_segment.cc b/src/file_api/file_segment.cc index 041815c29..1293cf4b3 100644 --- a/src/file_api/file_segment.cc +++ b/src/file_api/file_segment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_segment.h b/src/file_api/file_segment.h index 64b632976..317eefe63 100644 --- a/src/file_api/file_segment.h +++ b/src/file_api/file_segment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_service.cc b/src/file_api/file_service.cc index 9189364d5..ac11d43fe 100644 --- a/src/file_api/file_service.cc +++ b/src/file_api/file_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_service.h b/src/file_api/file_service.h index 8ad1ed1b4..973ad0b80 100644 --- a/src/file_api/file_service.h +++ b/src/file_api/file_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_stats.cc b/src/file_api/file_stats.cc index b8893b7d0..6552b9e86 100644 --- a/src/file_api/file_stats.cc +++ b/src/file_api/file_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_stats.h b/src/file_api/file_stats.h index 206be7682..4981cd6a7 100644 --- a/src/file_api/file_stats.h +++ b/src/file_api/file_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/detection_filter.cc b/src/filters/detection_filter.cc index f8e2af776..ddf3558b8 100644 --- a/src/filters/detection_filter.cc +++ b/src/filters/detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/detection_filter.h b/src/filters/detection_filter.h index 0407e5094..207930b84 100644 --- a/src/filters/detection_filter.h +++ b/src/filters/detection_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/rate_filter.cc b/src/filters/rate_filter.cc index d7bfe4168..9ab9e6f17 100644 --- a/src/filters/rate_filter.cc +++ b/src/filters/rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/rate_filter.h b/src/filters/rate_filter.h index 821ac6327..ce20fe50e 100644 --- a/src/filters/rate_filter.h +++ b/src/filters/rate_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf.cc b/src/filters/sfrf.cc index 2da3a6c06..491c16413 100644 --- a/src/filters/sfrf.cc +++ b/src/filters/sfrf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf.h b/src/filters/sfrf.h index 48364144f..8eda15f25 100644 --- a/src/filters/sfrf.h +++ b/src/filters/sfrf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf_test.cc b/src/filters/sfrf_test.cc index e86cd1f16..9e0e570f4 100644 --- a/src/filters/sfrf_test.cc +++ b/src/filters/sfrf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd.cc b/src/filters/sfthd.cc index 6baab23ff..e2249e57a 100644 --- a/src/filters/sfthd.cc +++ b/src/filters/sfthd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd.h b/src/filters/sfthd.h index 2bda91dc1..0c9455ac0 100644 --- a/src/filters/sfthd.h +++ b/src/filters/sfthd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd_test.cc b/src/filters/sfthd_test.cc index 23b26899a..d99230812 100644 --- a/src/filters/sfthd_test.cc +++ b/src/filters/sfthd_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthreshold.cc b/src/filters/sfthreshold.cc index e6026a439..d9e2ec441 100644 --- a/src/filters/sfthreshold.cc +++ b/src/filters/sfthreshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthreshold.h b/src/filters/sfthreshold.h index 061a101bc..504a8edfd 100644 --- a/src/filters/sfthreshold.h +++ b/src/filters/sfthreshold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/expect_cache.cc b/src/flow/expect_cache.cc index 85788ef54..648f86a68 100644 --- a/src/flow/expect_cache.cc +++ b/src/flow/expect_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/expect_cache.h b/src/flow/expect_cache.h index 952ab2724..76b9da8de 100644 --- a/src/flow/expect_cache.h +++ b/src/flow/expect_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow.cc b/src/flow/flow.cc index 9ef0f0a1e..9b5e0d4d7 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow.h b/src/flow/flow.h index da719ff82..a33ca5cff 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_cache.cc b/src/flow/flow_cache.cc index bdf143df4..36d483998 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_cache.h b/src/flow/flow_cache.h index e72b403a5..4a8b5275c 100644 --- a/src/flow/flow_cache.h +++ b/src/flow/flow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_config.h b/src/flow/flow_config.h index bfc8fc917..95ba3efa6 100644 --- a/src/flow/flow_config.h +++ b/src/flow/flow_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_control.cc b/src/flow/flow_control.cc index 0fe7dd130..0881a1b0a 100644 --- a/src/flow/flow_control.cc +++ b/src/flow/flow_control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_control.h b/src/flow/flow_control.h index f2a6e1bbd..be4df6981 100644 --- a/src/flow/flow_control.h +++ b/src/flow/flow_control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_key.cc b/src/flow/flow_key.cc index 43345e48d..8c7aced3a 100644 --- a/src/flow/flow_key.cc +++ b/src/flow/flow_key.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_key.h b/src/flow/flow_key.h index 55729d01e..ed139d427 100644 --- a/src/flow/flow_key.h +++ b/src/flow/flow_key.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/ha.cc b/src/flow/ha.cc index c5aa0dab1..21f0027b8 100644 --- a/src/flow/ha.cc +++ b/src/flow/ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha.h b/src/flow/ha.h index b1c1e742a..2a9f488d0 100644 --- a/src/flow/ha.h +++ b/src/flow/ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha_module.cc b/src/flow/ha_module.cc index 41da535f2..b727762ab 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha_module.h b/src/flow/ha_module.h index 634e19382..20e9a7122 100644 --- a/src/flow/ha_module.h +++ b/src/flow/ha_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/prune_stats.h b/src/flow/prune_stats.h index fad33a6f5..fe7d41788 100644 --- a/src/flow/prune_stats.h +++ b/src/flow/prune_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/session.h b/src/flow/session.h index d0191c702..f8f82c654 100644 --- a/src/flow/session.h +++ b/src/flow/session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/test/ha_module_test.cc b/src/flow/test/ha_module_test.cc index c48fa3de1..4ec53256a 100644 --- a/src/flow/test/ha_module_test.cc +++ b/src/flow/test/ha_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/ha_test.cc b/src/flow/test/ha_test.cc index 793aa2ecf..1f9486cd7 100644 --- a/src/flow/test/ha_test.cc +++ b/src/flow/test/ha_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/base_api.h b/src/framework/base_api.h index 9778629ef..7bfd71f25 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/bits.h b/src/framework/bits.h index 5fc0097d9..d78e75549 100644 --- a/src/framework/bits.h +++ b/src/framework/bits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/codec.cc b/src/framework/codec.cc index 66e557142..09f3ca922 100644 --- a/src/framework/codec.cc +++ b/src/framework/codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/codec.h b/src/framework/codec.h index 8c9dc033b..3bceadf43 100644 --- a/src/framework/codec.h +++ b/src/framework/codec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/connector.h b/src/framework/connector.h index 5a9941106..ba5d0b1ec 100644 --- a/src/framework/connector.h +++ b/src/framework/connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/counts.h b/src/framework/counts.h index a66a6a0e5..fc109f326 100644 --- a/src/framework/counts.h +++ b/src/framework/counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/cursor.cc b/src/framework/cursor.cc index 2288afcf5..7473acfcd 100644 --- a/src/framework/cursor.cc +++ b/src/framework/cursor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/cursor.h b/src/framework/cursor.h index 2e95d85f3..301b4ddee 100644 --- a/src/framework/cursor.h +++ b/src/framework/cursor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/framework/data_bus.cc b/src/framework/data_bus.cc index 171de1181..6eb1a01d8 100644 --- a/src/framework/data_bus.cc +++ b/src/framework/data_bus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/data_bus.h b/src/framework/data_bus.h index 77c7ec429..805976259 100644 --- a/src/framework/data_bus.h +++ b/src/framework/data_bus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/decode_data.h b/src/framework/decode_data.h index f29f7bcd3..fa39e423e 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/endianness.h b/src/framework/endianness.h index cbd2ed3c8..72c9a6b38 100644 --- a/src/framework/endianness.h +++ b/src/framework/endianness.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/inspector.cc b/src/framework/inspector.cc index 7822d91dc..0a2ac324e 100644 --- a/src/framework/inspector.cc +++ b/src/framework/inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/inspector.h b/src/framework/inspector.h index cddeb3dfb..e428d9073 100644 --- a/src/framework/inspector.h +++ b/src/framework/inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_action.h b/src/framework/ips_action.h index 9d29f534b..f4680308c 100644 --- a/src/framework/ips_action.h +++ b/src/framework/ips_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_option.cc b/src/framework/ips_option.cc index 43afc92f6..cf970fea9 100644 --- a/src/framework/ips_option.cc +++ b/src/framework/ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_option.h b/src/framework/ips_option.h index 362e116a2..480ff18a9 100644 --- a/src/framework/ips_option.h +++ b/src/framework/ips_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/logger.h b/src/framework/logger.h index b7770d3ec..c895dbf55 100644 --- a/src/framework/logger.h +++ b/src/framework/logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/lua_api.h b/src/framework/lua_api.h index ac62a3682..77853bb08 100644 --- a/src/framework/lua_api.h +++ b/src/framework/lua_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/module.cc b/src/framework/module.cc index 267cb4b66..8825ad486 100644 --- a/src/framework/module.cc +++ b/src/framework/module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/module.h b/src/framework/module.h index 0a11a62dd..1a8fefbe3 100644 --- a/src/framework/module.h +++ b/src/framework/module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse.cc b/src/framework/mpse.cc index d2de65911..d7b88d61a 100644 --- a/src/framework/mpse.cc +++ b/src/framework/mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse.h b/src/framework/mpse.h index 548379382..58e3da38a 100644 --- a/src/framework/mpse.h +++ b/src/framework/mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/parameter.cc b/src/framework/parameter.cc index c1cdf3fb0..dcc75f9d4 100644 --- a/src/framework/parameter.cc +++ b/src/framework/parameter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/parameter.h b/src/framework/parameter.h index 01387ca85..72c8545d2 100644 --- a/src/framework/parameter.h +++ b/src/framework/parameter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/range.cc b/src/framework/range.cc index af7eb6c21..a47696b4c 100644 --- a/src/framework/range.cc +++ b/src/framework/range.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/range.h b/src/framework/range.h index f42857eb1..01b9d23a9 100644 --- a/src/framework/range.h +++ b/src/framework/range.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/so_rule.h b/src/framework/so_rule.h index 7a9a297f1..7c3ce4f86 100644 --- a/src/framework/so_rule.h +++ b/src/framework/so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/value.cc b/src/framework/value.cc index 4da20d7c2..abc3fd0ea 100644 --- a/src/framework/value.cc +++ b/src/framework/value.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/value.h b/src/framework/value.h index 2d8cc3371..5ec9ab1d1 100644 --- a/src/framework/value.h +++ b/src/framework/value.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/ghash.cc b/src/hash/ghash.cc index f48bc15bf..be3b7aa41 100644 --- a/src/hash/ghash.cc +++ b/src/hash/ghash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/ghash.h b/src/hash/ghash.h index 709b6717e..e85a2ec75 100644 --- a/src/hash/ghash.h +++ b/src/hash/ghash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/hashes.cc b/src/hash/hashes.cc index a085fbad7..9910f1522 100644 --- a/src/hash/hashes.cc +++ b/src/hash/hashes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hashes.h b/src/hash/hashes.h index 4d8dbb201..cbabf3054 100644 --- a/src/hash/hashes.h +++ b/src/hash/hashes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hashfcn.cc b/src/hash/hashfcn.cc index 70f83180e..d49005354 100644 --- a/src/hash/hashfcn.cc +++ b/src/hash/hashfcn.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/hashfcn.h b/src/hash/hashfcn.h index 4a7c70a63..6c2729a91 100644 --- a/src/hash/hashfcn.h +++ b/src/hash/hashfcn.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/lru_cache_shared.cc b/src/hash/lru_cache_shared.cc index 51353ceff..65e7da985 100644 --- a/src/hash/lru_cache_shared.cc +++ b/src/hash/lru_cache_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/lru_cache_shared.h b/src/hash/lru_cache_shared.h index 81c4d65bf..3d5131368 100644 --- a/src/hash/lru_cache_shared.h +++ b/src/hash/lru_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/primetable.cc b/src/hash/primetable.cc index 5462f4faf..c1ae0fa29 100644 --- a/src/hash/primetable.cc +++ b/src/hash/primetable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/primetable.h b/src/hash/primetable.h index 1455ec0ee..bf08e02fe 100644 --- a/src/hash/primetable.h +++ b/src/hash/primetable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/test/ghash_test.cc b/src/hash/test/ghash_test.cc index 2c20c6096..fe20afee4 100644 --- a/src/hash/test/ghash_test.cc +++ b/src/hash/test/ghash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/test/lru_cache_shared_test.cc b/src/hash/test/lru_cache_shared_test.cc index 2a638469b..ee71ad42f 100644 --- a/src/hash/test/lru_cache_shared_test.cc +++ b/src/hash/test/lru_cache_shared_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/xhash.cc b/src/hash/xhash.cc index 0aa192107..cad27dd87 100644 --- a/src/hash/xhash.cc +++ b/src/hash/xhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/xhash.h b/src/hash/xhash.h index 50668dc07..67c1d8c1f 100644 --- a/src/hash/xhash.h +++ b/src/hash/xhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/zhash.cc b/src/hash/zhash.cc index f3d7c6502..00054dc4e 100644 --- a/src/hash/zhash.cc +++ b/src/hash/zhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/zhash.h b/src/hash/zhash.h index 9c4051f27..711f353cd 100644 --- a/src/hash/zhash.h +++ b/src/hash/zhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/helpers/base64_encoder.cc b/src/helpers/base64_encoder.cc index 0df0a276d..cb2390623 100644 --- a/src/helpers/base64_encoder.cc +++ b/src/helpers/base64_encoder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/base64_encoder.h b/src/helpers/base64_encoder.h index eab6e390d..78a414f07 100644 --- a/src/helpers/base64_encoder.h +++ b/src/helpers/base64_encoder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/chunk.cc b/src/helpers/chunk.cc index 08c2a16e0..dced8fb61 100644 --- a/src/helpers/chunk.cc +++ b/src/helpers/chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/chunk.h b/src/helpers/chunk.h index d629c132b..0582cda01 100644 --- a/src/helpers/chunk.h +++ b/src/helpers/chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/directory.cc b/src/helpers/directory.cc index 7facb1c4d..8e9021ae9 100644 --- a/src/helpers/directory.cc +++ b/src/helpers/directory.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/directory.h b/src/helpers/directory.h index 4e573d88a..b166ba05d 100644 --- a/src/helpers/directory.h +++ b/src/helpers/directory.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/flag_context.h b/src/helpers/flag_context.h index ac4963686..ee83dbec9 100644 --- a/src/helpers/flag_context.h +++ b/src/helpers/flag_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/markup.cc b/src/helpers/markup.cc index bdcad4d5b..70f547bc8 100644 --- a/src/helpers/markup.cc +++ b/src/helpers/markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/markup.h b/src/helpers/markup.h index aa8d375b9..a488b2d7a 100644 --- a/src/helpers/markup.h +++ b/src/helpers/markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/process.cc b/src/helpers/process.cc index 092ff678f..e9fdca9bf 100644 --- a/src/helpers/process.cc +++ b/src/helpers/process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/process.h b/src/helpers/process.h index 809edd1ea..8e0c94531 100644 --- a/src/helpers/process.h +++ b/src/helpers/process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/ring.h b/src/helpers/ring.h index 143108013..3604da2b4 100644 --- a/src/helpers/ring.h +++ b/src/helpers/ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/ring_logic.h b/src/helpers/ring_logic.h index df5b563f3..ce5f1d611 100644 --- a/src/helpers/ring_logic.h +++ b/src/helpers/ring_logic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache.cc b/src/host_tracker/host_cache.cc index 271474afb..5f98c22c7 100644 --- a/src/host_tracker/host_cache.cc +++ b/src/host_tracker/host_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache.h b/src/host_tracker/host_cache.h index c4ba5db8b..0f64aabc8 100644 --- a/src/host_tracker/host_cache.h +++ b/src/host_tracker/host_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_module.cc b/src/host_tracker/host_cache_module.cc index 3b5fbf964..4e6dac7b0 100644 --- a/src/host_tracker/host_cache_module.cc +++ b/src/host_tracker/host_cache_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_module.h b/src/host_tracker/host_cache_module.h index 4f9e271bb..d59bcdd9e 100644 --- a/src/host_tracker/host_cache_module.h +++ b/src/host_tracker/host_cache_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker.cc b/src/host_tracker/host_tracker.cc index 1730c16bb..b4c2cb937 100644 --- a/src/host_tracker/host_tracker.cc +++ b/src/host_tracker/host_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker.h b/src/host_tracker/host_tracker.h index a18e2ba92..49760898e 100644 --- a/src/host_tracker/host_tracker.h +++ b/src/host_tracker/host_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker_module.cc b/src/host_tracker/host_tracker_module.cc index ad500f2b1..e838c0e26 100644 --- a/src/host_tracker/host_tracker_module.cc +++ b/src/host_tracker/host_tracker_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker_module.h b/src/host_tracker/host_tracker_module.h index 7dbcecb6d..ed0bfd1b5 100644 --- a/src/host_tracker/host_tracker_module.h +++ b/src/host_tracker/host_tracker_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_module_test.cc b/src/host_tracker/test/host_cache_module_test.cc index f881e41cc..2f8c78880 100644 --- a/src/host_tracker/test/host_cache_module_test.cc +++ b/src/host_tracker/test/host_cache_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_test.cc b/src/host_tracker/test/host_cache_test.cc index 91760146d..4e1740224 100644 --- a/src/host_tracker/test/host_cache_test.cc +++ b/src/host_tracker/test/host_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_tracker_module_test.cc b/src/host_tracker/test/host_tracker_module_test.cc index 8d275c40d..d7af809cf 100644 --- a/src/host_tracker/test/host_tracker_module_test.cc +++ b/src/host_tracker/test/host_tracker_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_tracker_test.cc b/src/host_tracker/test/host_tracker_test.cc index c19e9ce3f..173051814 100644 --- a/src/host_tracker/test/host_tracker_test.cc +++ b/src/host_tracker/test/host_tracker_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/asn1_detect.cc b/src/ips_options/asn1_detect.cc index 8987aa59d..f9ad1dc37 100644 --- a/src/ips_options/asn1_detect.cc +++ b/src/ips_options/asn1_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_detect.h b/src/ips_options/asn1_detect.h index 57d6b603b..3ac80687e 100644 --- a/src/ips_options/asn1_detect.h +++ b/src/ips_options/asn1_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_util.cc b/src/ips_options/asn1_util.cc index 83de5377a..7a8faa306 100644 --- a/src/ips_options/asn1_util.cc +++ b/src/ips_options/asn1_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_util.h b/src/ips_options/asn1_util.h index 6bdcb5892..e17e307c7 100644 --- a/src/ips_options/asn1_util.h +++ b/src/ips_options/asn1_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/extract.cc b/src/ips_options/extract.cc index 688f0191f..541cad150 100644 --- a/src/ips_options/extract.cc +++ b/src/ips_options/extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/extract.h b/src/ips_options/extract.h index c0929f3e4..a20064229 100644 --- a/src/ips_options/extract.h +++ b/src/ips_options/extract.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_ack.cc b/src/ips_options/ips_ack.cc index 773a09910..7f9c9f283 100644 --- a/src/ips_options/ips_ack.cc +++ b/src/ips_options/ips_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_asn1.cc b/src/ips_options/ips_asn1.cc index fba768d79..e6005c823 100644 --- a/src/ips_options/ips_asn1.cc +++ b/src/ips_options/ips_asn1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_base64.cc b/src/ips_options/ips_base64.cc index 812dac4c5..acab9afb5 100644 --- a/src/ips_options/ips_base64.cc +++ b/src/ips_options/ips_base64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_bufferlen.cc b/src/ips_options/ips_bufferlen.cc index 42983759a..e527f916c 100644 --- a/src/ips_options/ips_bufferlen.cc +++ b/src/ips_options/ips_bufferlen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_byte_extract.cc b/src/ips_options/ips_byte_extract.cc index bcbd670da..032f1718f 100644 --- a/src/ips_options/ips_byte_extract.cc +++ b/src/ips_options/ips_byte_extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_byte_jump.cc b/src/ips_options/ips_byte_jump.cc index 7fd58d144..fa71aac21 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_byte_math.cc b/src/ips_options/ips_byte_math.cc index 97f19d91d..b5bb000c8 100644 --- a/src/ips_options/ips_byte_math.cc +++ b/src/ips_options/ips_byte_math.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_byte_test.cc b/src/ips_options/ips_byte_test.cc index 30035735c..cac584da0 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_classtype.cc b/src/ips_options/ips_classtype.cc index 214dc84a1..f2696b3a2 100644 --- a/src/ips_options/ips_classtype.cc +++ b/src/ips_options/ips_classtype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_content.cc b/src/ips_options/ips_content.cc index 4afee895c..514be2146 100644 --- a/src/ips_options/ips_content.cc +++ b/src/ips_options/ips_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_cvs.cc b/src/ips_options/ips_cvs.cc index 0aed7b5fd..062afdc43 100644 --- a/src/ips_options/ips_cvs.cc +++ b/src/ips_options/ips_cvs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_detection_filter.cc b/src/ips_options/ips_detection_filter.cc index 9f1ca2841..970390a61 100644 --- a/src/ips_options/ips_detection_filter.cc +++ b/src/ips_options/ips_detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_dsize.cc b/src/ips_options/ips_dsize.cc index aa2aad237..1efcfbf6a 100644 --- a/src/ips_options/ips_dsize.cc +++ b/src/ips_options/ips_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_file_data.cc b/src/ips_options/ips_file_data.cc index 0be9176e8..8d1637d84 100644 --- a/src/ips_options/ips_file_data.cc +++ b/src/ips_options/ips_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_file_type.cc b/src/ips_options/ips_file_type.cc index d9b2c4641..237bd8619 100644 --- a/src/ips_options/ips_file_type.cc +++ b/src/ips_options/ips_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_flags.cc b/src/ips_options/ips_flags.cc index f23e4e96f..7534ac9c8 100644 --- a/src/ips_options/ips_flags.cc +++ b/src/ips_options/ips_flags.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_flow.cc b/src/ips_options/ips_flow.cc index e0d207ea7..7cb17c760 100644 --- a/src/ips_options/ips_flow.cc +++ b/src/ips_options/ips_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_flow.h b/src/ips_options/ips_flow.h index e52cca1c1..61edc94ce 100644 --- a/src/ips_options/ips_flow.h +++ b/src/ips_options/ips_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_flowbits.cc b/src/ips_options/ips_flowbits.cc index 8eccfffa8..fa8e4aa08 100644 --- a/src/ips_options/ips_flowbits.cc +++ b/src/ips_options/ips_flowbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_flowbits.h b/src/ips_options/ips_flowbits.h index 095d12abc..986b79415 100644 --- a/src/ips_options/ips_flowbits.h +++ b/src/ips_options/ips_flowbits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_fragbits.cc b/src/ips_options/ips_fragbits.cc index 693d6a752..1bed319bc 100644 --- a/src/ips_options/ips_fragbits.cc +++ b/src/ips_options/ips_fragbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_fragoffset.cc b/src/ips_options/ips_fragoffset.cc index a155a2809..6a26b15e2 100644 --- a/src/ips_options/ips_fragoffset.cc +++ b/src/ips_options/ips_fragoffset.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_gid.cc b/src/ips_options/ips_gid.cc index 07e651434..6337c27ba 100644 --- a/src/ips_options/ips_gid.cc +++ b/src/ips_options/ips_gid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_hash.cc b/src/ips_options/ips_hash.cc index acde30949..7d3632633 100644 --- a/src/ips_options/ips_hash.cc +++ b/src/ips_options/ips_hash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icmp_id.cc b/src/ips_options/ips_icmp_id.cc index fac6b465b..51661d0ed 100644 --- a/src/ips_options/ips_icmp_id.cc +++ b/src/ips_options/ips_icmp_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icmp_seq.cc b/src/ips_options/ips_icmp_seq.cc index e150edeee..034997eea 100644 --- a/src/ips_options/ips_icmp_seq.cc +++ b/src/ips_options/ips_icmp_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icode.cc b/src/ips_options/ips_icode.cc index 4b05f5a06..3279cd6a1 100644 --- a/src/ips_options/ips_icode.cc +++ b/src/ips_options/ips_icode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_id.cc b/src/ips_options/ips_id.cc index 55c241f03..6c9442ff8 100644 --- a/src/ips_options/ips_id.cc +++ b/src/ips_options/ips_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_ip_proto.cc b/src/ips_options/ips_ip_proto.cc index f25fc1a3d..3259cd9f8 100644 --- a/src/ips_options/ips_ip_proto.cc +++ b/src/ips_options/ips_ip_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_ipopts.cc b/src/ips_options/ips_ipopts.cc index bb7089788..119bc31d2 100644 --- a/src/ips_options/ips_ipopts.cc +++ b/src/ips_options/ips_ipopts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_isdataat.cc b/src/ips_options/ips_isdataat.cc index 9278924e5..6824ad30a 100644 --- a/src/ips_options/ips_isdataat.cc +++ b/src/ips_options/ips_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_itype.cc b/src/ips_options/ips_itype.cc index bceb7b7a7..3a50d253d 100644 --- a/src/ips_options/ips_itype.cc +++ b/src/ips_options/ips_itype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_luajit.cc b/src/ips_options/ips_luajit.cc index 43d0da7f4..a7dad63ae 100644 --- a/src/ips_options/ips_luajit.cc +++ b/src/ips_options/ips_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_metadata.cc b/src/ips_options/ips_metadata.cc index a0bf553c9..c0862ad65 100644 --- a/src/ips_options/ips_metadata.cc +++ b/src/ips_options/ips_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_msg.cc b/src/ips_options/ips_msg.cc index 56aad6a0d..412160c5b 100644 --- a/src/ips_options/ips_msg.cc +++ b/src/ips_options/ips_msg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_options.cc b/src/ips_options/ips_options.cc index 85a01121b..91881f3b8 100644 --- a/src/ips_options/ips_options.cc +++ b/src/ips_options/ips_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_options.h b/src/ips_options/ips_options.h index 082d894ba..a0008c9d3 100644 --- a/src/ips_options/ips_options.h +++ b/src/ips_options/ips_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_pcre.cc b/src/ips_options/ips_pcre.cc index 3da14ec04..3a863e72c 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // Copyright (C) 2003 Brian Caswell // Copyright (C) 2003 Michael J. Pomraning diff --git a/src/ips_options/ips_pcre.h b/src/ips_options/ips_pcre.h index 8741bcdd7..982121667 100644 --- a/src/ips_options/ips_pcre.h +++ b/src/ips_options/ips_pcre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_pkt_data.cc b/src/ips_options/ips_pkt_data.cc index b9012eb3a..0f691a217 100644 --- a/src/ips_options/ips_pkt_data.cc +++ b/src/ips_options/ips_pkt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_priority.cc b/src/ips_options/ips_priority.cc index a22e0e0b5..02acb7536 100644 --- a/src/ips_options/ips_priority.cc +++ b/src/ips_options/ips_priority.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_raw_data.cc b/src/ips_options/ips_raw_data.cc index 94e28d220..e5d8ff597 100644 --- a/src/ips_options/ips_raw_data.cc +++ b/src/ips_options/ips_raw_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_reference.cc b/src/ips_options/ips_reference.cc index 3e7f220bc..021b97347 100644 --- a/src/ips_options/ips_reference.cc +++ b/src/ips_options/ips_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_regex.cc b/src/ips_options/ips_regex.cc index 91519d834..07973f9f6 100644 --- a/src/ips_options/ips_regex.cc +++ b/src/ips_options/ips_regex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_regex.h b/src/ips_options/ips_regex.h index 6c2329235..19538864d 100644 --- a/src/ips_options/ips_regex.h +++ b/src/ips_options/ips_regex.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_rem.cc b/src/ips_options/ips_rem.cc index 2bf9a2cfb..32a989954 100644 --- a/src/ips_options/ips_rem.cc +++ b/src/ips_options/ips_rem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_replace.cc b/src/ips_options/ips_replace.cc index 70b96d3e7..f2a96bf3b 100644 --- a/src/ips_options/ips_replace.cc +++ b/src/ips_options/ips_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_rev.cc b/src/ips_options/ips_rev.cc index a3647ec82..75eec4e09 100644 --- a/src/ips_options/ips_rev.cc +++ b/src/ips_options/ips_rev.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_rpc.cc b/src/ips_options/ips_rpc.cc index 728232817..5b6435a32 100644 --- a/src/ips_options/ips_rpc.cc +++ b/src/ips_options/ips_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_sd_pattern.cc b/src/ips_options/ips_sd_pattern.cc index 41e5de65b..d3b239e8e 100644 --- a/src/ips_options/ips_sd_pattern.cc +++ b/src/ips_options/ips_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_sd_pattern.h b/src/ips_options/ips_sd_pattern.h index 7a21d726e..8292835ac 100644 --- a/src/ips_options/ips_sd_pattern.h +++ b/src/ips_options/ips_sd_pattern.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_seq.cc b/src/ips_options/ips_seq.cc index 6a0e43b99..82eace200 100644 --- a/src/ips_options/ips_seq.cc +++ b/src/ips_options/ips_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_service.cc b/src/ips_options/ips_service.cc index 8ea81a702..7228dc814 100644 --- a/src/ips_options/ips_service.cc +++ b/src/ips_options/ips_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_session.cc b/src/ips_options/ips_session.cc index 4f36da70e..ef7c1fef3 100644 --- a/src/ips_options/ips_session.cc +++ b/src/ips_options/ips_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_sid.cc b/src/ips_options/ips_sid.cc index 9a8a92e73..266c1c74a 100644 --- a/src/ips_options/ips_sid.cc +++ b/src/ips_options/ips_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_so.cc b/src/ips_options/ips_so.cc index 9cb3347d4..3a55ccddd 100644 --- a/src/ips_options/ips_so.cc +++ b/src/ips_options/ips_so.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_soid.cc b/src/ips_options/ips_soid.cc index 500885ecd..21b95062e 100644 --- a/src/ips_options/ips_soid.cc +++ b/src/ips_options/ips_soid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_tag.cc b/src/ips_options/ips_tag.cc index ca7babf0f..e73f7d03a 100644 --- a/src/ips_options/ips_tag.cc +++ b/src/ips_options/ips_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_target.cc b/src/ips_options/ips_target.cc index fbe3de48d..95d460b90 100644 --- a/src/ips_options/ips_target.cc +++ b/src/ips_options/ips_target.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_tos.cc b/src/ips_options/ips_tos.cc index 9ac03001d..57dfe56e8 100644 --- a/src/ips_options/ips_tos.cc +++ b/src/ips_options/ips_tos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_ttl.cc b/src/ips_options/ips_ttl.cc index ca5c875ae..6e3359733 100644 --- a/src/ips_options/ips_ttl.cc +++ b/src/ips_options/ips_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_window.cc b/src/ips_options/ips_window.cc index 7481a283e..cae4f0471 100644 --- a/src/ips_options/ips_window.cc +++ b/src/ips_options/ips_window.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/sd_credit_card.cc b/src/ips_options/sd_credit_card.cc index 07a05688e..998a309d1 100644 --- a/src/ips_options/sd_credit_card.cc +++ b/src/ips_options/sd_credit_card.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/sd_credit_card.h b/src/ips_options/sd_credit_card.h index 82363f45a..2d286c1c7 100644 --- a/src/ips_options/sd_credit_card.h +++ b/src/ips_options/sd_credit_card.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/test/ips_regex_test.cc b/src/ips_options/test/ips_regex_test.cc index 57fccc5d9..57bc6afbb 100644 --- a/src/ips_options/test/ips_regex_test.cc +++ b/src/ips_options/test/ips_regex_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_config.h b/src/latency/latency_config.h index a5d852a42..49c83796e 100644 --- a/src/latency/latency_config.h +++ b/src/latency/latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_module.cc b/src/latency/latency_module.cc index 61e75c638..55d2c55b4 100644 --- a/src/latency/latency_module.cc +++ b/src/latency/latency_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_module.h b/src/latency/latency_module.h index 43f2d950e..e25a05ef3 100644 --- a/src/latency/latency_module.h +++ b/src/latency/latency_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_rules.h b/src/latency/latency_rules.h index 5dba12e9d..e1c2629da 100644 --- a/src/latency/latency_rules.h +++ b/src/latency/latency_rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_stats.h b/src/latency/latency_stats.h index a6337003a..5e518c22b 100644 --- a/src/latency/latency_stats.h +++ b/src/latency/latency_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_timer.h b/src/latency/latency_timer.h index 11e68edfd..2e62c9ed9 100644 --- a/src/latency/latency_timer.h +++ b/src/latency/latency_timer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_util.h b/src/latency/latency_util.h index ca59f3b0a..7bbaa2a31 100644 --- a/src/latency/latency_util.h +++ b/src/latency/latency_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency.cc b/src/latency/packet_latency.cc index 75943a3e7..5ae5d51ce 100644 --- a/src/latency/packet_latency.cc +++ b/src/latency/packet_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency.h b/src/latency/packet_latency.h index 0910a68b4..787630b48 100644 --- a/src/latency/packet_latency.h +++ b/src/latency/packet_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency_config.h b/src/latency/packet_latency_config.h index 9fb7366ae..1373bf755 100644 --- a/src/latency/packet_latency_config.h +++ b/src/latency/packet_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency.cc b/src/latency/rule_latency.cc index 35d38db79..479216e7e 100644 --- a/src/latency/rule_latency.cc +++ b/src/latency/rule_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency.h b/src/latency/rule_latency.h index 9f94740f8..c8383c3d9 100644 --- a/src/latency/rule_latency.h +++ b/src/latency/rule_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency_config.h b/src/latency/rule_latency_config.h index 387ba5a99..9827b3d9a 100644 --- a/src/latency/rule_latency_config.h +++ b/src/latency/rule_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency_state.h b/src/latency/rule_latency_state.h index 2aceebd75..14bdfd0c7 100644 --- a/src/latency/rule_latency_state.h +++ b/src/latency/rule_latency_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/log.cc b/src/log/log.cc index 06b60d531..6ea4608a8 100644 --- a/src/log/log.cc +++ b/src/log/log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/log/log.h b/src/log/log.h index 1b5172446..56de594eb 100644 --- a/src/log/log.h +++ b/src/log/log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/log/log_text.cc b/src/log/log_text.cc index c1f91ebd1..87c5a1b9f 100644 --- a/src/log/log_text.cc +++ b/src/log/log_text.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/log_text.h b/src/log/log_text.h index b6eddd391..974fd6fda 100644 --- a/src/log/log_text.h +++ b/src/log/log_text.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/messages.cc b/src/log/messages.cc index 282a0bdec..aa73a8e31 100644 --- a/src/log/messages.cc +++ b/src/log/messages.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/messages.h b/src/log/messages.h index 16c654bf4..6b304cdee 100644 --- a/src/log/messages.h +++ b/src/log/messages.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/log/obfuscator.cc b/src/log/obfuscator.cc index 788dc653c..1f62a922b 100644 --- a/src/log/obfuscator.cc +++ b/src/log/obfuscator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/obfuscator.h b/src/log/obfuscator.h index da1be241c..f93e2e9ef 100644 --- a/src/log/obfuscator.h +++ b/src/log/obfuscator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/packet_tracer.cc b/src/log/packet_tracer.cc index f579ccae7..7c6423165 100644 --- a/src/log/packet_tracer.cc +++ b/src/log/packet_tracer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/packet_tracer.h b/src/log/packet_tracer.h index 1a5921865..ae91cc6c8 100644 --- a/src/log/packet_tracer.h +++ b/src/log/packet_tracer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/test/obfuscator_test.cc b/src/log/test/obfuscator_test.cc index f3c186ba6..4cf7fa5ba 100644 --- a/src/log/test/obfuscator_test.cc +++ b/src/log/test/obfuscator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/text_log.cc b/src/log/text_log.cc index dc0e256f6..1fcccb8df 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/text_log.h b/src/log/text_log.h index 2e2b608eb..76ab7a5e7 100644 --- a/src/log/text_log.h +++ b/src/log/text_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/u2_packet.cc b/src/log/u2_packet.cc index 6185f74d4..4c4746dd6 100644 --- a/src/log/u2_packet.cc +++ b/src/log/u2_packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/u2_packet.h b/src/log/u2_packet.h index a0a1b1217..5bb2020e0 100644 --- a/src/log/u2_packet.h +++ b/src/log/u2_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/unified2.h b/src/log/unified2.h index 3f10009f2..cf2ac60e1 100644 --- a/src/log/unified2.h +++ b/src/log/unified2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/alert_csv.cc b/src/loggers/alert_csv.cc index 34d42633e..d693949b5 100644 --- a/src/loggers/alert_csv.cc +++ b/src/loggers/alert_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_fast.cc b/src/loggers/alert_fast.cc index d9974ba6a..eec28222a 100644 --- a/src/loggers/alert_fast.cc +++ b/src/loggers/alert_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/loggers/alert_full.cc b/src/loggers/alert_full.cc index 93b983abc..9948d8aae 100644 --- a/src/loggers/alert_full.cc +++ b/src/loggers/alert_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/loggers/alert_luajit.cc b/src/loggers/alert_luajit.cc index 760368f9e..b7e409db6 100644 --- a/src/loggers/alert_luajit.cc +++ b/src/loggers/alert_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_sf_socket.cc b/src/loggers/alert_sf_socket.cc index baa6c3625..015c60e0e 100644 --- a/src/loggers/alert_sf_socket.cc +++ b/src/loggers/alert_sf_socket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/alert_syslog.cc b/src/loggers/alert_syslog.cc index f6c152a4e..5e7876eba 100644 --- a/src/loggers/alert_syslog.cc +++ b/src/loggers/alert_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/log_codecs.cc b/src/loggers/log_codecs.cc index 6d82ef50a..b85e8c2f4 100644 --- a/src/loggers/log_codecs.cc +++ b/src/loggers/log_codecs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/log_hext.cc b/src/loggers/log_hext.cc index 639365692..550890344 100644 --- a/src/loggers/log_hext.cc +++ b/src/loggers/log_hext.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/log_pcap.cc b/src/loggers/log_pcap.cc index 72a0adcb4..af1236eea 100644 --- a/src/loggers/log_pcap.cc +++ b/src/loggers/log_pcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/loggers.cc b/src/loggers/loggers.cc index 0424f2227..4b4201989 100644 --- a/src/loggers/loggers.cc +++ b/src/loggers/loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/loggers.h b/src/loggers/loggers.h index b0ef3d90f..b4e1bb084 100644 --- a/src/loggers/loggers.h +++ b/src/loggers/loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/unified2.cc b/src/loggers/unified2.cc index 949651341..a1ee826f0 100644 --- a/src/loggers/unified2.cc +++ b/src/loggers/unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/lua/lua.cc b/src/lua/lua.cc index f49c28e9a..682536776 100644 --- a/src/lua/lua.cc +++ b/src/lua/lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua.h b/src/lua/lua.h index 3829c10e8..89b517ae2 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_arg.h b/src/lua/lua_arg.h index 96e3776ab..789311284 100644 --- a/src/lua/lua_arg.h +++ b/src/lua/lua_arg.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_iface.h b/src/lua/lua_iface.h index ec04c7e22..f29ddb710 100644 --- a/src/lua/lua_iface.h +++ b/src/lua/lua_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_ref.cc b/src/lua/lua_ref.cc index 6a1b38a40..696e7e561 100644 --- a/src/lua/lua_ref.cc +++ b/src/lua/lua_ref.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_ref.h b/src/lua/lua_ref.h index c73297071..a88204c9a 100644 --- a/src/lua/lua_ref.h +++ b/src/lua/lua_ref.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_stack.h b/src/lua/lua_stack.h index 473cd8892..42e945f13 100644 --- a/src/lua/lua_stack.h +++ b/src/lua/lua_stack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_stack_test.cc b/src/lua/lua_stack_test.cc index 19d055b44..18c43120a 100644 --- a/src/lua/lua_stack_test.cc +++ b/src/lua/lua_stack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_table.h b/src/lua/lua_table.h index 99b475dd6..ccb0ed1be 100644 --- a/src/lua/lua_table.h +++ b/src/lua/lua_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_test_common.h b/src/lua/lua_test_common.h index dec26ccb0..137f3ec9c 100644 --- a/src/lua/lua_test_common.h +++ b/src/lua/lua_test_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_util.cc b/src/lua/lua_util.cc index 65a07661c..bb00d27e4 100644 --- a/src/lua/lua_util.cc +++ b/src/lua/lua_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_util.h b/src/lua/lua_util.h index 63c9a8b61..1326cbdeb 100644 --- a/src/lua/lua_util.h +++ b/src/lua/lua_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main.cc b/src/main.cc index 66f799778..5634cc599 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main.h b/src/main.h index 006b7a917..cc4041eb0 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer.cc b/src/main/analyzer.cc index 38df21177..d9687f4ba 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/analyzer.h b/src/main/analyzer.h index 5e43fb4bf..48a904d5c 100644 --- a/src/main/analyzer.h +++ b/src/main/analyzer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer_command.cc b/src/main/analyzer_command.cc index 366fd9647..674212704 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer_command.h b/src/main/analyzer_command.h index c03487540..a484c44e2 100644 --- a/src/main/analyzer_command.h +++ b/src/main/analyzer_command.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/build.h b/src/main/build.h index 62d074d85..97f24aecf 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -12,7 +12,7 @@ // // //-----------------------------------------------// -#define BUILD_NUMBER 242 +#define BUILD_NUMBER 243 #ifndef EXTRABUILD #define BUILD STRINGIFY_MX(BUILD_NUMBER) diff --git a/src/main/control.cc b/src/main/control.cc index 5547586d3..3810b719f 100644 --- a/src/main/control.cc +++ b/src/main/control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/control.h b/src/main/control.h index 3d469644d..eb450ba5d 100644 --- a/src/main/control.h +++ b/src/main/control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/control_mgmt.cc b/src/main/control_mgmt.cc index 129be1baa..849becb31 100644 --- a/src/main/control_mgmt.cc +++ b/src/main/control_mgmt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/control_mgmt.h b/src/main/control_mgmt.h index d42d3e97f..70f822978 100644 --- a/src/main/control_mgmt.h +++ b/src/main/control_mgmt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/help.cc b/src/main/help.cc index 191a6a77a..1e7817286 100644 --- a/src/main/help.cc +++ b/src/main/help.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/help.h b/src/main/help.h index f2242b9e7..fd6567387 100644 --- a/src/main/help.h +++ b/src/main/help.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/inclusion.h b/src/main/inclusion.h index 06cd90f2c..3c592380e 100644 --- a/src/main/inclusion.h +++ b/src/main/inclusion.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/modules.cc b/src/main/modules.cc index f2f791186..1b16d52c8 100644 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/modules.h b/src/main/modules.h index 2c009d19d..7bdc6f9b4 100644 --- a/src/main/modules.h +++ b/src/main/modules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/policy.cc b/src/main/policy.cc index cd239e17c..73c2354b7 100644 --- a/src/main/policy.cc +++ b/src/main/policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/policy.h b/src/main/policy.h index 48f6e3010..3e8bad9bd 100644 --- a/src/main/policy.h +++ b/src/main/policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/request.cc b/src/main/request.cc index 9c6e6c972..887c09564 100644 --- a/src/main/request.cc +++ b/src/main/request.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/request.h b/src/main/request.h index f2630875d..eb8fa9539 100644 --- a/src/main/request.h +++ b/src/main/request.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/shell.cc b/src/main/shell.cc index f477bcfed..1f203e468 100644 --- a/src/main/shell.cc +++ b/src/main/shell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/shell.h b/src/main/shell.h index 0c2d199e2..14b8f190e 100644 --- a/src/main/shell.h +++ b/src/main/shell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort.cc b/src/main/snort.cc index 07f9cde15..148343314 100644 --- a/src/main/snort.cc +++ b/src/main/snort.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort.h b/src/main/snort.h index 69822e6ac..6d4cb1425 100644 --- a/src/main/snort.h +++ b/src/main/snort.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // Copyright (C) 1998-2005 Martin Roesch // diff --git a/src/main/snort_config.cc b/src/main/snort_config.cc index 1a561ae9e..eec6c2d23 100644 --- a/src/main/snort_config.cc +++ b/src/main/snort_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort_config.h b/src/main/snort_config.h index 6f51e1c2e..c040f1213 100644 --- a/src/main/snort_config.h +++ b/src/main/snort_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort_debug.cc b/src/main/snort_debug.cc index d1769384e..027e42f02 100644 --- a/src/main/snort_debug.cc +++ b/src/main/snort_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/main/snort_debug.h b/src/main/snort_debug.h index e49c6017d..a3f529d6d 100644 --- a/src/main/snort_debug.h +++ b/src/main/snort_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/main/snort_module.cc b/src/main/snort_module.cc index 37e29bacf..bbe3508ba 100644 --- a/src/main/snort_module.cc +++ b/src/main/snort_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort_module.h b/src/main/snort_module.h index 59df14964..90acbd7ae 100644 --- a/src/main/snort_module.h +++ b/src/main/snort_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort_types.h b/src/main/snort_types.h index 4876581dd..bd42d18fd 100644 --- a/src/main/snort_types.h +++ b/src/main/snort_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/swapper.cc b/src/main/swapper.cc index 461da443c..e17f6dd9e 100644 --- a/src/main/swapper.cc +++ b/src/main/swapper.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/swapper.h b/src/main/swapper.h index 2aa6b701f..e33f02b40 100644 --- a/src/main/swapper.h +++ b/src/main/swapper.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread.cc b/src/main/thread.cc index 0ec491639..7e04ef861 100644 --- a/src/main/thread.cc +++ b/src/main/thread.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread.h b/src/main/thread.h index cce876e64..539b2e2f0 100644 --- a/src/main/thread.h +++ b/src/main/thread.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/thread_config.cc b/src/main/thread_config.cc index 172005f19..7e8d13523 100644 --- a/src/main/thread_config.cc +++ b/src/main/thread_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread_config.h b/src/main/thread_config.h index 5c9b2fc3d..5709e6a81 100644 --- a/src/main/thread_config.h +++ b/src/main/thread_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/action_manager.cc b/src/managers/action_manager.cc index 240786fc1..9a9ffa470 100644 --- a/src/managers/action_manager.cc +++ b/src/managers/action_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/action_manager.h b/src/managers/action_manager.h index 48ad68a8e..14378b201 100644 --- a/src/managers/action_manager.h +++ b/src/managers/action_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/codec_manager.cc b/src/managers/codec_manager.cc index be2524db2..73c6a4d41 100644 --- a/src/managers/codec_manager.cc +++ b/src/managers/codec_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/codec_manager.h b/src/managers/codec_manager.h index 03329c288..0c06b3522 100644 --- a/src/managers/codec_manager.h +++ b/src/managers/codec_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/connector_manager.cc b/src/managers/connector_manager.cc index 8e9f5cb48..2353548de 100644 --- a/src/managers/connector_manager.cc +++ b/src/managers/connector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/connector_manager.h b/src/managers/connector_manager.h index 6924d3c55..d4d5b09c3 100644 --- a/src/managers/connector_manager.h +++ b/src/managers/connector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/event_manager.cc b/src/managers/event_manager.cc index efbd49ba5..70380d0f2 100644 --- a/src/managers/event_manager.cc +++ b/src/managers/event_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/event_manager.h b/src/managers/event_manager.h index 1c585a163..678010148 100644 --- a/src/managers/event_manager.h +++ b/src/managers/event_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/inspector_manager.cc b/src/managers/inspector_manager.cc index 0d706c4a2..becdbf99b 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/inspector_manager.h b/src/managers/inspector_manager.h index 374fd16f1..6360688dc 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/ips_manager.cc b/src/managers/ips_manager.cc index 257cec8f0..97d62fcfd 100644 --- a/src/managers/ips_manager.cc +++ b/src/managers/ips_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/ips_manager.h b/src/managers/ips_manager.h index dda8f0a84..14f6093ba 100644 --- a/src/managers/ips_manager.h +++ b/src/managers/ips_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/lua_plugin_defs.h b/src/managers/lua_plugin_defs.h index e8efb46cf..9619af31c 100644 --- a/src/managers/lua_plugin_defs.h +++ b/src/managers/lua_plugin_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/module_manager.cc b/src/managers/module_manager.cc index 373a65aaa..ee809c979 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/module_manager.h b/src/managers/module_manager.h index ba0d6cae2..8474ef303 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/mpse_manager.cc b/src/managers/mpse_manager.cc index 60e06be6b..0a9aad5b3 100644 --- a/src/managers/mpse_manager.cc +++ b/src/managers/mpse_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/mpse_manager.h b/src/managers/mpse_manager.h index c998154a1..c3f58b17b 100644 --- a/src/managers/mpse_manager.h +++ b/src/managers/mpse_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/plugin_manager.cc b/src/managers/plugin_manager.cc index 0004b7c79..e15c47621 100644 --- a/src/managers/plugin_manager.cc +++ b/src/managers/plugin_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/plugin_manager.h b/src/managers/plugin_manager.h index 4495ced25..eaaa20d54 100644 --- a/src/managers/plugin_manager.h +++ b/src/managers/plugin_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/script_manager.cc b/src/managers/script_manager.cc index 6a192b59a..6bd5622fb 100644 --- a/src/managers/script_manager.cc +++ b/src/managers/script_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/script_manager.h b/src/managers/script_manager.h index 570ac5ca0..dceb12ad1 100644 --- a/src/managers/script_manager.h +++ b/src/managers/script_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/so_manager.cc b/src/managers/so_manager.cc index d09efad73..a4485d55c 100644 --- a/src/managers/so_manager.cc +++ b/src/managers/so_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/so_manager.h b/src/managers/so_manager.h index 5c0246720..ad631bcdf 100644 --- a/src/managers/so_manager.h +++ b/src/managers/so_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.cc b/src/memory/memory_allocator.cc index 13265b03e..6c87ed96e 100644 --- a/src/memory/memory_allocator.cc +++ b/src/memory/memory_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.h b/src/memory/memory_allocator.h index 84b4c29bf..74eca3d34 100644 --- a/src/memory/memory_allocator.h +++ b/src/memory/memory_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_cap.cc b/src/memory/memory_cap.cc index e38252743..7cf4c886b 100644 --- a/src/memory/memory_cap.cc +++ b/src/memory/memory_cap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_cap.h b/src/memory/memory_cap.h index 2f74ab135..5ae14e572 100644 --- a/src/memory/memory_cap.h +++ b/src/memory/memory_cap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_config.h b/src/memory/memory_config.h index 0494152c0..ea752ff75 100644 --- a/src/memory/memory_config.h +++ b/src/memory/memory_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_manager.cc b/src/memory/memory_manager.cc index d02b579b1..b6555882c 100644 --- a/src/memory/memory_manager.cc +++ b/src/memory/memory_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_module.cc b/src/memory/memory_module.cc index 938845852..64afa6246 100644 --- a/src/memory/memory_module.cc +++ b/src/memory/memory_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_module.h b/src/memory/memory_module.h index 9adcee8cc..03eff82bc 100644 --- a/src/memory/memory_module.h +++ b/src/memory/memory_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/prune_handler.cc b/src/memory/prune_handler.cc index f066e7df9..d0bcfe119 100644 --- a/src/memory/prune_handler.cc +++ b/src/memory/prune_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/prune_handler.h b/src/memory/prune_handler.h index 99efaabcf..35a3d00fd 100644 --- a/src/memory/prune_handler.h +++ b/src/memory/prune_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_b64.cc b/src/mime/decode_b64.cc index 9cf9f5025..51b1ed825 100644 --- a/src/mime/decode_b64.cc +++ b/src/mime/decode_b64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_b64.h b/src/mime/decode_b64.h index 6b6a3ee80..d0802f9c3 100644 --- a/src/mime/decode_b64.h +++ b/src/mime/decode_b64.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_base.cc b/src/mime/decode_base.cc index e36acfe25..938f0775a 100644 --- a/src/mime/decode_base.cc +++ b/src/mime/decode_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_base.h b/src/mime/decode_base.h index a5276b27d..d3149ff8c 100644 --- a/src/mime/decode_base.h +++ b/src/mime/decode_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_bit.cc b/src/mime/decode_bit.cc index 3b45392b9..18f68ce38 100644 --- a/src/mime/decode_bit.cc +++ b/src/mime/decode_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_bit.h b/src/mime/decode_bit.h index a4395d0ff..b5bb05415 100644 --- a/src/mime/decode_bit.h +++ b/src/mime/decode_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_buffer.cc b/src/mime/decode_buffer.cc index 4c9fcb60f..c644dab9a 100644 --- a/src/mime/decode_buffer.cc +++ b/src/mime/decode_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_buffer.h b/src/mime/decode_buffer.h index 4d541da8d..4bf936c59 100644 --- a/src/mime/decode_buffer.h +++ b/src/mime/decode_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_qp.cc b/src/mime/decode_qp.cc index c04bf4901..7e261c765 100644 --- a/src/mime/decode_qp.cc +++ b/src/mime/decode_qp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_qp.h b/src/mime/decode_qp.h index 856436b5b..0a4713746 100644 --- a/src/mime/decode_qp.h +++ b/src/mime/decode_qp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_uu.cc b/src/mime/decode_uu.cc index f3921af71..2f89fe063 100644 --- a/src/mime/decode_uu.cc +++ b/src/mime/decode_uu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_uu.h b/src/mime/decode_uu.h index 14952d510..857542bd2 100644 --- a/src/mime/decode_uu.h +++ b/src/mime/decode_uu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_config.cc b/src/mime/file_mime_config.cc index d123bdfe4..3af428912 100644 --- a/src/mime/file_mime_config.cc +++ b/src/mime/file_mime_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_config.h b/src/mime/file_mime_config.h index 903196c4c..d103559c3 100644 --- a/src/mime/file_mime_config.h +++ b/src/mime/file_mime_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_decode.cc b/src/mime/file_mime_decode.cc index 784ebc4e8..6f3f87283 100644 --- a/src/mime/file_mime_decode.cc +++ b/src/mime/file_mime_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_decode.h b/src/mime/file_mime_decode.h index 13d7667fa..dcb4725df 100644 --- a/src/mime/file_mime_decode.h +++ b/src/mime/file_mime_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_log.cc b/src/mime/file_mime_log.cc index 9f52c4307..2ec9c5295 100644 --- a/src/mime/file_mime_log.cc +++ b/src/mime/file_mime_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_log.h b/src/mime/file_mime_log.h index 6149a025c..c9820e5ad 100644 --- a/src/mime/file_mime_log.h +++ b/src/mime/file_mime_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_paf.cc b/src/mime/file_mime_paf.cc index 152cd31b1..df9639119 100644 --- a/src/mime/file_mime_paf.cc +++ b/src/mime/file_mime_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_paf.h b/src/mime/file_mime_paf.h index 0e8dfa603..6a007f2ff 100644 --- a/src/mime/file_mime_paf.h +++ b/src/mime/file_mime_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_process.cc b/src/mime/file_mime_process.cc index bee13b0db..cb4f74d7c 100644 --- a/src/mime/file_mime_process.cc +++ b/src/mime/file_mime_process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_process.h b/src/mime/file_mime_process.h index 5d84842a8..30c3a9177 100644 --- a/src/mime/file_mime_process.h +++ b/src/mime/file_mime_process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/app_forecast.cc b/src/network_inspectors/appid/app_forecast.cc index de65d62ac..fedda664e 100644 --- a/src/network_inspectors/appid/app_forecast.cc +++ b/src/network_inspectors/appid/app_forecast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/app_forecast.h b/src/network_inspectors/appid/app_forecast.h index 280e3090a..e613cbb84 100644 --- a/src/network_inspectors/appid/app_forecast.h +++ b/src/network_inspectors/appid/app_forecast.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/app_info_table.cc b/src/network_inspectors/appid/app_info_table.cc index c0c5a8305..abcd64cb1 100644 --- a/src/network_inspectors/appid/app_info_table.cc +++ b/src/network_inspectors/appid/app_info_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/app_info_table.h b/src/network_inspectors/appid/app_info_table.h index b152ab4a5..1a7855a0d 100644 --- a/src/network_inspectors/appid/app_info_table.h +++ b/src/network_inspectors/appid/app_info_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_api.cc b/src/network_inspectors/appid/appid_api.cc index c293a84b2..5fe17626f 100644 --- a/src/network_inspectors/appid/appid_api.cc +++ b/src/network_inspectors/appid/appid_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_api.h b/src/network_inspectors/appid/appid_api.h index 25f2b8f89..cb50a545b 100644 --- a/src/network_inspectors/appid/appid_api.h +++ b/src/network_inspectors/appid/appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_app_descriptor.h b/src/network_inspectors/appid/appid_app_descriptor.h index 92dd09080..46daf0470 100644 --- a/src/network_inspectors/appid/appid_app_descriptor.h +++ b/src/network_inspectors/appid/appid_app_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_config.cc b/src/network_inspectors/appid/appid_config.cc index debf0a38d..e19075bbf 100644 --- a/src/network_inspectors/appid/appid_config.cc +++ b/src/network_inspectors/appid/appid_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_config.h b/src/network_inspectors/appid/appid_config.h index 38bfe2af7..8f4ec280f 100644 --- a/src/network_inspectors/appid/appid_config.h +++ b/src/network_inspectors/appid/appid_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_detector.cc b/src/network_inspectors/appid/appid_detector.cc index f050e3b54..4054dea8a 100644 --- a/src/network_inspectors/appid/appid_detector.cc +++ b/src/network_inspectors/appid/appid_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_detector.h b/src/network_inspectors/appid/appid_detector.h index 3cb05a4d2..0e679cb47 100644 --- a/src/network_inspectors/appid/appid_detector.h +++ b/src/network_inspectors/appid/appid_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_discovery.cc b/src/network_inspectors/appid/appid_discovery.cc index 47949f480..f7d9eb0f1 100644 --- a/src/network_inspectors/appid/appid_discovery.cc +++ b/src/network_inspectors/appid/appid_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_discovery.h b/src/network_inspectors/appid/appid_discovery.h index 559859b7e..fc09d960e 100644 --- a/src/network_inspectors/appid/appid_discovery.h +++ b/src/network_inspectors/appid/appid_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_http_event_handler.cc b/src/network_inspectors/appid/appid_http_event_handler.cc index fe7453562..1c8a8adb0 100644 --- a/src/network_inspectors/appid/appid_http_event_handler.cc +++ b/src/network_inspectors/appid/appid_http_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_event_handler.h b/src/network_inspectors/appid/appid_http_event_handler.h index 598b096e6..35e4cc5f8 100644 --- a/src/network_inspectors/appid/appid_http_event_handler.h +++ b/src/network_inspectors/appid/appid_http_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_session.cc b/src/network_inspectors/appid/appid_http_session.cc index 97c5f6527..133efdde6 100644 --- a/src/network_inspectors/appid/appid_http_session.cc +++ b/src/network_inspectors/appid/appid_http_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_session.h b/src/network_inspectors/appid/appid_http_session.h index c5c66758e..50d9db13f 100644 --- a/src/network_inspectors/appid/appid_http_session.h +++ b/src/network_inspectors/appid/appid_http_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_inspector.cc b/src/network_inspectors/appid/appid_inspector.cc index 9abf4a0b3..1384021e9 100644 --- a/src/network_inspectors/appid/appid_inspector.cc +++ b/src/network_inspectors/appid/appid_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_inspector.h b/src/network_inspectors/appid/appid_inspector.h index 97d8d5d7d..ef825e751 100644 --- a/src/network_inspectors/appid/appid_inspector.h +++ b/src/network_inspectors/appid/appid_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_module.cc b/src/network_inspectors/appid/appid_module.cc index 7c31c77bc..8b81bb275 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_module.h b/src/network_inspectors/appid/appid_module.h index 890dac531..b4521d939 100644 --- a/src/network_inspectors/appid/appid_module.h +++ b/src/network_inspectors/appid/appid_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_peg_counts.cc b/src/network_inspectors/appid/appid_peg_counts.cc index bba3f6e16..c30d126d4 100644 --- a/src/network_inspectors/appid/appid_peg_counts.cc +++ b/src/network_inspectors/appid/appid_peg_counts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_peg_counts.h b/src/network_inspectors/appid/appid_peg_counts.h index de6e283dc..02eba8dc5 100644 --- a/src/network_inspectors/appid/appid_peg_counts.h +++ b/src/network_inspectors/appid/appid_peg_counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_session.cc b/src/network_inspectors/appid/appid_session.cc index 29fc424f4..63ba22db3 100644 --- a/src/network_inspectors/appid/appid_session.cc +++ b/src/network_inspectors/appid/appid_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_session.h b/src/network_inspectors/appid/appid_session.h index eae6a1764..b108c4ce5 100644 --- a/src/network_inspectors/appid/appid_session.h +++ b/src/network_inspectors/appid/appid_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_stats.cc b/src/network_inspectors/appid/appid_stats.cc index 17c6ec2bd..847d2ac44 100644 --- a/src/network_inspectors/appid/appid_stats.cc +++ b/src/network_inspectors/appid/appid_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_stats.h b/src/network_inspectors/appid/appid_stats.h index 5f83fa30d..f1f1b6f6d 100644 --- a/src/network_inspectors/appid/appid_stats.h +++ b/src/network_inspectors/appid/appid_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/fw_avltree.cc b/src/network_inspectors/appid/appid_utils/fw_avltree.cc index 9694df0e3..784da6ef4 100644 --- a/src/network_inspectors/appid/appid_utils/fw_avltree.cc +++ b/src/network_inspectors/appid/appid_utils/fw_avltree.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/fw_avltree.h b/src/network_inspectors/appid/appid_utils/fw_avltree.h index 336368ece..563c3e82c 100644 --- a/src/network_inspectors/appid/appid_utils/fw_avltree.h +++ b/src/network_inspectors/appid/appid_utils/fw_avltree.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/ip_funcs.cc b/src/network_inspectors/appid/appid_utils/ip_funcs.cc index 0b6a1d315..11e388b72 100644 --- a/src/network_inspectors/appid/appid_utils/ip_funcs.cc +++ b/src/network_inspectors/appid/appid_utils/ip_funcs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/ip_funcs.h b/src/network_inspectors/appid/appid_utils/ip_funcs.h index 29ec853bb..89100373d 100644 --- a/src/network_inspectors/appid/appid_utils/ip_funcs.h +++ b/src/network_inspectors/appid/appid_utils/ip_funcs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/network_set.cc b/src/network_inspectors/appid/appid_utils/network_set.cc index 69ad00ff7..0cd3321d0 100644 --- a/src/network_inspectors/appid/appid_utils/network_set.cc +++ b/src/network_inspectors/appid/appid_utils/network_set.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/network_set.h b/src/network_inspectors/appid/appid_utils/network_set.h index f5861a42b..e032fc28c 100644 --- a/src/network_inspectors/appid/appid_utils/network_set.h +++ b/src/network_inspectors/appid/appid_utils/network_set.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_mlmp.cc b/src/network_inspectors/appid/appid_utils/sf_mlmp.cc index af0a619a2..96792c2d6 100644 --- a/src/network_inspectors/appid/appid_utils/sf_mlmp.cc +++ b/src/network_inspectors/appid/appid_utils/sf_mlmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_mlmp.h b/src/network_inspectors/appid/appid_utils/sf_mlmp.h index 39cc39088..b19365ff1 100644 --- a/src/network_inspectors/appid/appid_utils/sf_mlmp.h +++ b/src/network_inspectors/appid/appid_utils/sf_mlmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_multi_mpse.cc b/src/network_inspectors/appid/appid_utils/sf_multi_mpse.cc index 9cec65f48..b64bbade0 100644 --- a/src/network_inspectors/appid/appid_utils/sf_multi_mpse.cc +++ b/src/network_inspectors/appid/appid_utils/sf_multi_mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_multi_mpse.h b/src/network_inspectors/appid/appid_utils/sf_multi_mpse.h index 783bb59db..ca0a404f8 100644 --- a/src/network_inspectors/appid/appid_utils/sf_multi_mpse.h +++ b/src/network_inspectors/appid/appid_utils/sf_multi_mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/application_ids.h b/src/network_inspectors/appid/application_ids.h index 27d2d8e85..49e6d6416 100644 --- a/src/network_inspectors/appid/application_ids.h +++ b/src/network_inspectors/appid/application_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_aim.cc b/src/network_inspectors/appid/client_plugins/client_app_aim.cc index bcf21fcd7..c7f0408ef 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_aim.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_aim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_aim.h b/src/network_inspectors/appid/client_plugins/client_app_aim.h index 1a5fc7175..299e1a2ec 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_aim.h +++ b/src/network_inspectors/appid/client_plugins/client_app_aim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit.cc b/src/network_inspectors/appid/client_plugins/client_app_bit.cc index b60c66242..52aaee676 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit.h b/src/network_inspectors/appid/client_plugins/client_app_bit.h index 5addac1d0..c6ac7a210 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit.h +++ b/src/network_inspectors/appid/client_plugins/client_app_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc index 347bf5c9c..69952654b 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h index 52037e8fb..be6b02703 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h +++ b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_msn.cc b/src/network_inspectors/appid/client_plugins/client_app_msn.cc index b99fa4721..409ba608e 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_msn.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_msn.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_msn.h b/src/network_inspectors/appid/client_plugins/client_app_msn.h index 7068d08f3..00584b327 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_msn.h +++ b/src/network_inspectors/appid/client_plugins/client_app_msn.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_rtp.cc b/src/network_inspectors/appid/client_plugins/client_app_rtp.cc index 42373d5a3..9da4e463d 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_rtp.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_rtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_rtp.h b/src/network_inspectors/appid/client_plugins/client_app_rtp.h index 868735977..888267a5d 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_rtp.h +++ b/src/network_inspectors/appid/client_plugins/client_app_rtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_ssh.cc b/src/network_inspectors/appid/client_plugins/client_app_ssh.cc index 424a1d453..d26539f93 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ssh.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_ssh.h b/src/network_inspectors/appid/client_plugins/client_app_ssh.h index 31079b565..4757baeb6 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ssh.h +++ b/src/network_inspectors/appid/client_plugins/client_app_ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc index b246d1024..deb340644 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h index 112489eb9..01c19dd3f 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h +++ b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_tns.cc b/src/network_inspectors/appid/client_plugins/client_app_tns.cc index 2d5c1d345..d40d18c42 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_tns.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_tns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_tns.h b/src/network_inspectors/appid/client_plugins/client_app_tns.h index 3aa48d161..6125e0a89 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_tns.h +++ b/src/network_inspectors/appid/client_plugins/client_app_tns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_vnc.cc b/src/network_inspectors/appid/client_plugins/client_app_vnc.cc index 12e7cc2e4..3798eecee 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_vnc.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_vnc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_vnc.h b/src/network_inspectors/appid/client_plugins/client_app_vnc.h index 115279970..a44acc54a 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_vnc.h +++ b/src/network_inspectors/appid/client_plugins/client_app_vnc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_ym.cc b/src/network_inspectors/appid/client_plugins/client_app_ym.cc index 59d477b4c..d55b54542 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ym.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_ym.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_ym.h b/src/network_inspectors/appid/client_plugins/client_app_ym.h index 9bd0435df..ac369db8d 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ym.h +++ b/src/network_inspectors/appid/client_plugins/client_app_ym.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_detector.cc b/src/network_inspectors/appid/client_plugins/client_detector.cc index aded0b3ec..66d368e37 100644 --- a/src/network_inspectors/appid/client_plugins/client_detector.cc +++ b/src/network_inspectors/appid/client_plugins/client_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_detector.h b/src/network_inspectors/appid/client_plugins/client_detector.h index 0287b1689..007bcd797 100644 --- a/src/network_inspectors/appid/client_plugins/client_detector.h +++ b/src/network_inspectors/appid/client_plugins/client_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_discovery.cc b/src/network_inspectors/appid/client_plugins/client_discovery.cc index df3446c80..d88108e07 100644 --- a/src/network_inspectors/appid/client_plugins/client_discovery.cc +++ b/src/network_inspectors/appid/client_plugins/client_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_discovery.h b/src/network_inspectors/appid/client_plugins/client_discovery.h index 23d31cbae..e6dc628ee 100644 --- a/src/network_inspectors/appid/client_plugins/client_discovery.h +++ b/src/network_inspectors/appid/client_plugins/client_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_dns.cc b/src/network_inspectors/appid/detector_plugins/detector_dns.cc index ef18273c4..1853c1276 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_dns.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_dns.h b/src/network_inspectors/appid/detector_plugins/detector_dns.h index 44be597ab..6faa332fb 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_dns.h +++ b/src/network_inspectors/appid/detector_plugins/detector_dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_http.cc b/src/network_inspectors/appid/detector_plugins/detector_http.cc index 23dd97954..e39195448 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_http.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_http.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_http.h b/src/network_inspectors/appid/detector_plugins/detector_http.h index b5f10d286..bdb90179d 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_http.h +++ b/src/network_inspectors/appid/detector_plugins/detector_http.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_imap.cc b/src/network_inspectors/appid/detector_plugins/detector_imap.cc index 91aa4faa0..52a1b3c7a 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_imap.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_imap.h b/src/network_inspectors/appid/detector_plugins/detector_imap.h index 85139e88b..eba2705b1 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_imap.h +++ b/src/network_inspectors/appid/detector_plugins/detector_imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc b/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc index 83b3e7196..fad180b09 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_kerberos.h b/src/network_inspectors/appid/detector_plugins/detector_kerberos.h index 17045f5ba..de2f247e3 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_kerberos.h +++ b/src/network_inspectors/appid/detector_plugins/detector_kerberos.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pattern.cc b/src/network_inspectors/appid/detector_plugins/detector_pattern.cc index bedf7a9ab..31bfb4966 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pattern.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pattern.h b/src/network_inspectors/appid/detector_plugins/detector_pattern.h index b06385a23..706e08124 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pattern.h +++ b/src/network_inspectors/appid/detector_plugins/detector_pattern.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pop3.cc b/src/network_inspectors/appid/detector_plugins/detector_pop3.cc index 049f0bc4e..bcfdc56dd 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pop3.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_pop3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pop3.h b/src/network_inspectors/appid/detector_plugins/detector_pop3.h index ddd3fd807..7dade9d83 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pop3.h +++ b/src/network_inspectors/appid/detector_plugins/detector_pop3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_sip.cc b/src/network_inspectors/appid/detector_plugins/detector_sip.cc index ad17e9130..fcdffbff5 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_sip.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_sip.h b/src/network_inspectors/appid/detector_plugins/detector_sip.h index a338eea2d..a0d326fe1 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_sip.h +++ b/src/network_inspectors/appid/detector_plugins/detector_sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_smtp.cc b/src/network_inspectors/appid/detector_plugins/detector_smtp.cc index 8fae5494d..e0f1e89a9 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_smtp.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_smtp.h b/src/network_inspectors/appid/detector_plugins/detector_smtp.h index 3508a9f67..a0b1800e0 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_smtp.h +++ b/src/network_inspectors/appid/detector_plugins/detector_smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc b/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc index 4822e697d..483e97bf9 100644 --- a/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/http_url_patterns.h b/src/network_inspectors/appid/detector_plugins/http_url_patterns.h index 12318406e..ed1d5ffff 100644 --- a/src/network_inspectors/appid/detector_plugins/http_url_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/http_url_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc b/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc index 16a229cac..40c78aa69 100644 --- a/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc +++ b/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/host_port_app_cache.cc b/src/network_inspectors/appid/host_port_app_cache.cc index c27543afe..921a3171d 100644 --- a/src/network_inspectors/appid/host_port_app_cache.cc +++ b/src/network_inspectors/appid/host_port_app_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/host_port_app_cache.h b/src/network_inspectors/appid/host_port_app_cache.h index f2378af87..e3ddd83d9 100644 --- a/src/network_inspectors/appid/host_port_app_cache.h +++ b/src/network_inspectors/appid/host_port_app_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/ips_appid_option.cc b/src/network_inspectors/appid/ips_appid_option.cc index 6edc0027e..a58d064e9 100644 --- a/src/network_inspectors/appid/ips_appid_option.cc +++ b/src/network_inspectors/appid/ips_appid_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/length_app_cache.cc b/src/network_inspectors/appid/length_app_cache.cc index 831f7bf45..b67aa9c8e 100644 --- a/src/network_inspectors/appid/length_app_cache.cc +++ b/src/network_inspectors/appid/length_app_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/length_app_cache.h b/src/network_inspectors/appid/length_app_cache.h index d04202572..0e5df2f7d 100644 --- a/src/network_inspectors/appid/length_app_cache.h +++ b/src/network_inspectors/appid/length_app_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_api.cc b/src/network_inspectors/appid/lua_detector_api.cc index a0d150c5d..5eef68338 100644 --- a/src/network_inspectors/appid/lua_detector_api.cc +++ b/src/network_inspectors/appid/lua_detector_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_api.h b/src/network_inspectors/appid/lua_detector_api.h index 32bbcd651..fc2fb76d2 100644 --- a/src/network_inspectors/appid/lua_detector_api.h +++ b/src/network_inspectors/appid/lua_detector_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_flow_api.cc b/src/network_inspectors/appid/lua_detector_flow_api.cc index e549370f5..18baae924 100644 --- a/src/network_inspectors/appid/lua_detector_flow_api.cc +++ b/src/network_inspectors/appid/lua_detector_flow_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_flow_api.h b/src/network_inspectors/appid/lua_detector_flow_api.h index 68bc8af5c..d543c06d1 100644 --- a/src/network_inspectors/appid/lua_detector_flow_api.h +++ b/src/network_inspectors/appid/lua_detector_flow_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_module.cc b/src/network_inspectors/appid/lua_detector_module.cc index 585001e3a..5a98718b9 100644 --- a/src/network_inspectors/appid/lua_detector_module.cc +++ b/src/network_inspectors/appid/lua_detector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_module.h b/src/network_inspectors/appid/lua_detector_module.h index 481ba984f..0fb6d9b30 100644 --- a/src/network_inspectors/appid/lua_detector_module.h +++ b/src/network_inspectors/appid/lua_detector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_util.h b/src/network_inspectors/appid/lua_detector_util.h index bd399d886..946212313 100644 --- a/src/network_inspectors/appid/lua_detector_util.h +++ b/src/network_inspectors/appid/lua_detector_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/dcerpc.cc b/src/network_inspectors/appid/service_plugins/dcerpc.cc index ee8c918d1..8c0db7746 100644 --- a/src/network_inspectors/appid/service_plugins/dcerpc.cc +++ b/src/network_inspectors/appid/service_plugins/dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/dcerpc.h b/src/network_inspectors/appid/service_plugins/dcerpc.h index 9e04bb6ab..5b60d3eab 100644 --- a/src/network_inspectors/appid/service_plugins/dcerpc.h +++ b/src/network_inspectors/appid/service_plugins/dcerpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_battle_field.cc b/src/network_inspectors/appid/service_plugins/service_battle_field.cc index cfcf84628..9720ac272 100644 --- a/src/network_inspectors/appid/service_plugins/service_battle_field.cc +++ b/src/network_inspectors/appid/service_plugins/service_battle_field.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_battle_field.h b/src/network_inspectors/appid/service_plugins/service_battle_field.h index ae9a0abfe..18559dafc 100644 --- a/src/network_inspectors/appid/service_plugins/service_battle_field.h +++ b/src/network_inspectors/appid/service_plugins/service_battle_field.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bgp.cc b/src/network_inspectors/appid/service_plugins/service_bgp.cc index 8e6123efc..d3ce8d9e4 100644 --- a/src/network_inspectors/appid/service_plugins/service_bgp.cc +++ b/src/network_inspectors/appid/service_plugins/service_bgp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bgp.h b/src/network_inspectors/appid/service_plugins/service_bgp.h index e2a506682..3a8a0d17e 100644 --- a/src/network_inspectors/appid/service_plugins/service_bgp.h +++ b/src/network_inspectors/appid/service_plugins/service_bgp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bit.cc b/src/network_inspectors/appid/service_plugins/service_bit.cc index 6f0b5839d..e89eeecdd 100644 --- a/src/network_inspectors/appid/service_plugins/service_bit.cc +++ b/src/network_inspectors/appid/service_plugins/service_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bit.h b/src/network_inspectors/appid/service_plugins/service_bit.h index ea7c68052..4d4fd688f 100644 --- a/src/network_inspectors/appid/service_plugins/service_bit.h +++ b/src/network_inspectors/appid/service_plugins/service_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bootp.cc b/src/network_inspectors/appid/service_plugins/service_bootp.cc index ad21aa630..f757e4a3c 100644 --- a/src/network_inspectors/appid/service_plugins/service_bootp.cc +++ b/src/network_inspectors/appid/service_plugins/service_bootp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bootp.h b/src/network_inspectors/appid/service_plugins/service_bootp.h index 0be966305..07d8725e1 100644 --- a/src/network_inspectors/appid/service_plugins/service_bootp.h +++ b/src/network_inspectors/appid/service_plugins/service_bootp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_dcerpc.cc b/src/network_inspectors/appid/service_plugins/service_dcerpc.cc index bdd1ff341..66f4f1672 100644 --- a/src/network_inspectors/appid/service_plugins/service_dcerpc.cc +++ b/src/network_inspectors/appid/service_plugins/service_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_dcerpc.h b/src/network_inspectors/appid/service_plugins/service_dcerpc.h index 4654aa8bd..f4157e91e 100644 --- a/src/network_inspectors/appid/service_plugins/service_dcerpc.h +++ b/src/network_inspectors/appid/service_plugins/service_dcerpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_detector.cc b/src/network_inspectors/appid/service_plugins/service_detector.cc index 8f9c15f5e..0e41152e0 100644 --- a/src/network_inspectors/appid/service_plugins/service_detector.cc +++ b/src/network_inspectors/appid/service_plugins/service_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_detector.h b/src/network_inspectors/appid/service_plugins/service_detector.h index 3190271de..145d6c432 100644 --- a/src/network_inspectors/appid/service_plugins/service_detector.h +++ b/src/network_inspectors/appid/service_plugins/service_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_direct_connect.cc b/src/network_inspectors/appid/service_plugins/service_direct_connect.cc index 8c13e3f54..48efdc1f3 100644 --- a/src/network_inspectors/appid/service_plugins/service_direct_connect.cc +++ b/src/network_inspectors/appid/service_plugins/service_direct_connect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_direct_connect.h b/src/network_inspectors/appid/service_plugins/service_direct_connect.h index d211f23e5..9f0248a0e 100644 --- a/src/network_inspectors/appid/service_plugins/service_direct_connect.h +++ b/src/network_inspectors/appid/service_plugins/service_direct_connect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_discovery.cc b/src/network_inspectors/appid/service_plugins/service_discovery.cc index aa888adfd..2de6f696b 100644 --- a/src/network_inspectors/appid/service_plugins/service_discovery.cc +++ b/src/network_inspectors/appid/service_plugins/service_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_discovery.h b/src/network_inspectors/appid/service_plugins/service_discovery.h index dad60c9a2..4b3941785 100644 --- a/src/network_inspectors/appid/service_plugins/service_discovery.h +++ b/src/network_inspectors/appid/service_plugins/service_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_flap.cc b/src/network_inspectors/appid/service_plugins/service_flap.cc index 42d6b43c1..0db0c2b9b 100644 --- a/src/network_inspectors/appid/service_plugins/service_flap.cc +++ b/src/network_inspectors/appid/service_plugins/service_flap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_flap.h b/src/network_inspectors/appid/service_plugins/service_flap.h index d91c53c5b..8dd7ba35d 100644 --- a/src/network_inspectors/appid/service_plugins/service_flap.h +++ b/src/network_inspectors/appid/service_plugins/service_flap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ftp.cc b/src/network_inspectors/appid/service_plugins/service_ftp.cc index 20c51a14e..3a9ce7e70 100644 --- a/src/network_inspectors/appid/service_plugins/service_ftp.cc +++ b/src/network_inspectors/appid/service_plugins/service_ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ftp.h b/src/network_inspectors/appid/service_plugins/service_ftp.h index f7c873b5b..e454d6010 100644 --- a/src/network_inspectors/appid/service_plugins/service_ftp.h +++ b/src/network_inspectors/appid/service_plugins/service_ftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_irc.cc b/src/network_inspectors/appid/service_plugins/service_irc.cc index 4241ab0ea..dca29a8ce 100644 --- a/src/network_inspectors/appid/service_plugins/service_irc.cc +++ b/src/network_inspectors/appid/service_plugins/service_irc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_irc.h b/src/network_inspectors/appid/service_plugins/service_irc.h index f978d73b2..aff04039b 100644 --- a/src/network_inspectors/appid/service_plugins/service_irc.h +++ b/src/network_inspectors/appid/service_plugins/service_irc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_lpr.cc b/src/network_inspectors/appid/service_plugins/service_lpr.cc index d6eb350ed..b6e4e6736 100644 --- a/src/network_inspectors/appid/service_plugins/service_lpr.cc +++ b/src/network_inspectors/appid/service_plugins/service_lpr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_lpr.h b/src/network_inspectors/appid/service_plugins/service_lpr.h index 7492ae8bb..02552a814 100644 --- a/src/network_inspectors/appid/service_plugins/service_lpr.h +++ b/src/network_inspectors/appid/service_plugins/service_lpr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mdns.cc b/src/network_inspectors/appid/service_plugins/service_mdns.cc index cb689e1b5..f94edf1d5 100644 --- a/src/network_inspectors/appid/service_plugins/service_mdns.cc +++ b/src/network_inspectors/appid/service_plugins/service_mdns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mdns.h b/src/network_inspectors/appid/service_plugins/service_mdns.h index f99de42b5..bd5f6a8be 100644 --- a/src/network_inspectors/appid/service_plugins/service_mdns.h +++ b/src/network_inspectors/appid/service_plugins/service_mdns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mysql.cc b/src/network_inspectors/appid/service_plugins/service_mysql.cc index de6385205..867f75878 100644 --- a/src/network_inspectors/appid/service_plugins/service_mysql.cc +++ b/src/network_inspectors/appid/service_plugins/service_mysql.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mysql.h b/src/network_inspectors/appid/service_plugins/service_mysql.h index a15a8399c..20de0c023 100644 --- a/src/network_inspectors/appid/service_plugins/service_mysql.h +++ b/src/network_inspectors/appid/service_plugins/service_mysql.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_netbios.cc b/src/network_inspectors/appid/service_plugins/service_netbios.cc index fdaba58ed..060e09746 100644 --- a/src/network_inspectors/appid/service_plugins/service_netbios.cc +++ b/src/network_inspectors/appid/service_plugins/service_netbios.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_netbios.h b/src/network_inspectors/appid/service_plugins/service_netbios.h index dfdae3a45..487a234c2 100644 --- a/src/network_inspectors/appid/service_plugins/service_netbios.h +++ b/src/network_inspectors/appid/service_plugins/service_netbios.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_nntp.cc b/src/network_inspectors/appid/service_plugins/service_nntp.cc index 47daf4c3f..958238339 100644 --- a/src/network_inspectors/appid/service_plugins/service_nntp.cc +++ b/src/network_inspectors/appid/service_plugins/service_nntp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_nntp.h b/src/network_inspectors/appid/service_plugins/service_nntp.h index b43fb12b2..fe64d0330 100644 --- a/src/network_inspectors/appid/service_plugins/service_nntp.h +++ b/src/network_inspectors/appid/service_plugins/service_nntp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ntp.cc b/src/network_inspectors/appid/service_plugins/service_ntp.cc index 37f9ec509..e489da3d8 100644 --- a/src/network_inspectors/appid/service_plugins/service_ntp.cc +++ b/src/network_inspectors/appid/service_plugins/service_ntp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ntp.h b/src/network_inspectors/appid/service_plugins/service_ntp.h index 08a7eee69..17cb148a9 100644 --- a/src/network_inspectors/appid/service_plugins/service_ntp.h +++ b/src/network_inspectors/appid/service_plugins/service_ntp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_radius.cc b/src/network_inspectors/appid/service_plugins/service_radius.cc index e975de006..940003b35 100644 --- a/src/network_inspectors/appid/service_plugins/service_radius.cc +++ b/src/network_inspectors/appid/service_plugins/service_radius.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_radius.h b/src/network_inspectors/appid/service_plugins/service_radius.h index a3dd5300a..2919bdae5 100644 --- a/src/network_inspectors/appid/service_plugins/service_radius.h +++ b/src/network_inspectors/appid/service_plugins/service_radius.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_regtest.cc b/src/network_inspectors/appid/service_plugins/service_regtest.cc index dc41ff756..7fe1720bb 100644 --- a/src/network_inspectors/appid/service_plugins/service_regtest.cc +++ b/src/network_inspectors/appid/service_plugins/service_regtest.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/service_regtest.h b/src/network_inspectors/appid/service_plugins/service_regtest.h index 2d243c525..4d82601e7 100644 --- a/src/network_inspectors/appid/service_plugins/service_regtest.h +++ b/src/network_inspectors/appid/service_plugins/service_regtest.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/service_rexec.cc b/src/network_inspectors/appid/service_plugins/service_rexec.cc index aa93c443c..2b0139f3b 100644 --- a/src/network_inspectors/appid/service_plugins/service_rexec.cc +++ b/src/network_inspectors/appid/service_plugins/service_rexec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rexec.h b/src/network_inspectors/appid/service_plugins/service_rexec.h index d94ebb648..b05df552f 100644 --- a/src/network_inspectors/appid/service_plugins/service_rexec.h +++ b/src/network_inspectors/appid/service_plugins/service_rexec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rfb.cc b/src/network_inspectors/appid/service_plugins/service_rfb.cc index f7399b518..c0b76ce53 100644 --- a/src/network_inspectors/appid/service_plugins/service_rfb.cc +++ b/src/network_inspectors/appid/service_plugins/service_rfb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rfb.h b/src/network_inspectors/appid/service_plugins/service_rfb.h index 65a42dfbb..dca3ec038 100644 --- a/src/network_inspectors/appid/service_plugins/service_rfb.h +++ b/src/network_inspectors/appid/service_plugins/service_rfb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rlogin.cc b/src/network_inspectors/appid/service_plugins/service_rlogin.cc index 56a8fcc20..b71e888e1 100644 --- a/src/network_inspectors/appid/service_plugins/service_rlogin.cc +++ b/src/network_inspectors/appid/service_plugins/service_rlogin.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rlogin.h b/src/network_inspectors/appid/service_plugins/service_rlogin.h index 893ff167a..0ab66770e 100644 --- a/src/network_inspectors/appid/service_plugins/service_rlogin.h +++ b/src/network_inspectors/appid/service_plugins/service_rlogin.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rpc.cc b/src/network_inspectors/appid/service_plugins/service_rpc.cc index 82237bd70..fd70a5c33 100644 --- a/src/network_inspectors/appid/service_plugins/service_rpc.cc +++ b/src/network_inspectors/appid/service_plugins/service_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rpc.h b/src/network_inspectors/appid/service_plugins/service_rpc.h index 9ccbd0212..908e28040 100644 --- a/src/network_inspectors/appid/service_plugins/service_rpc.h +++ b/src/network_inspectors/appid/service_plugins/service_rpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rshell.cc b/src/network_inspectors/appid/service_plugins/service_rshell.cc index 213c56d9f..f41464b25 100644 --- a/src/network_inspectors/appid/service_plugins/service_rshell.cc +++ b/src/network_inspectors/appid/service_plugins/service_rshell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rshell.h b/src/network_inspectors/appid/service_plugins/service_rshell.h index b75b73688..1e22e2188 100644 --- a/src/network_inspectors/appid/service_plugins/service_rshell.h +++ b/src/network_inspectors/appid/service_plugins/service_rshell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rsync.cc b/src/network_inspectors/appid/service_plugins/service_rsync.cc index 2bca509c3..f9bef43cd 100644 --- a/src/network_inspectors/appid/service_plugins/service_rsync.cc +++ b/src/network_inspectors/appid/service_plugins/service_rsync.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rsync.h b/src/network_inspectors/appid/service_plugins/service_rsync.h index 18eae3a73..5bf428d0a 100644 --- a/src/network_inspectors/appid/service_plugins/service_rsync.h +++ b/src/network_inspectors/appid/service_plugins/service_rsync.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rtmp.cc b/src/network_inspectors/appid/service_plugins/service_rtmp.cc index bc90dd38d..2ea613bee 100644 --- a/src/network_inspectors/appid/service_plugins/service_rtmp.cc +++ b/src/network_inspectors/appid/service_plugins/service_rtmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rtmp.h b/src/network_inspectors/appid/service_plugins/service_rtmp.h index 0071a61d0..583cb6e3d 100644 --- a/src/network_inspectors/appid/service_plugins/service_rtmp.h +++ b/src/network_inspectors/appid/service_plugins/service_rtmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_snmp.cc b/src/network_inspectors/appid/service_plugins/service_snmp.cc index 51b9434e3..0b71cd43d 100644 --- a/src/network_inspectors/appid/service_plugins/service_snmp.cc +++ b/src/network_inspectors/appid/service_plugins/service_snmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_snmp.h b/src/network_inspectors/appid/service_plugins/service_snmp.h index 09b098c7d..54774b0bf 100644 --- a/src/network_inspectors/appid/service_plugins/service_snmp.h +++ b/src/network_inspectors/appid/service_plugins/service_snmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssh.cc b/src/network_inspectors/appid/service_plugins/service_ssh.cc index fed8c3a89..5614a1c80 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssh.cc +++ b/src/network_inspectors/appid/service_plugins/service_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssh.h b/src/network_inspectors/appid/service_plugins/service_ssh.h index 3eefd6ada..a2f3ff91c 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssh.h +++ b/src/network_inspectors/appid/service_plugins/service_ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssl.cc b/src/network_inspectors/appid/service_plugins/service_ssl.cc index 692d7284b..51281f4e7 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssl.cc +++ b/src/network_inspectors/appid/service_plugins/service_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssl.h b/src/network_inspectors/appid/service_plugins/service_ssl.h index 7d7800610..a73352500 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssl.h +++ b/src/network_inspectors/appid/service_plugins/service_ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_telnet.cc b/src/network_inspectors/appid/service_plugins/service_telnet.cc index 359dcb4e2..b077f59e6 100644 --- a/src/network_inspectors/appid/service_plugins/service_telnet.cc +++ b/src/network_inspectors/appid/service_plugins/service_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_telnet.h b/src/network_inspectors/appid/service_plugins/service_telnet.h index 8be71eb65..539c4a9d8 100644 --- a/src/network_inspectors/appid/service_plugins/service_telnet.h +++ b/src/network_inspectors/appid/service_plugins/service_telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tftp.cc b/src/network_inspectors/appid/service_plugins/service_tftp.cc index 92143dacf..4e889e44a 100644 --- a/src/network_inspectors/appid/service_plugins/service_tftp.cc +++ b/src/network_inspectors/appid/service_plugins/service_tftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tftp.h b/src/network_inspectors/appid/service_plugins/service_tftp.h index 0f3a5a71e..da712e68f 100644 --- a/src/network_inspectors/appid/service_plugins/service_tftp.h +++ b/src/network_inspectors/appid/service_plugins/service_tftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_timbuktu.cc b/src/network_inspectors/appid/service_plugins/service_timbuktu.cc index 7a34810da..5e10ef605 100644 --- a/src/network_inspectors/appid/service_plugins/service_timbuktu.cc +++ b/src/network_inspectors/appid/service_plugins/service_timbuktu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_timbuktu.h b/src/network_inspectors/appid/service_plugins/service_timbuktu.h index 72498140d..1749a78ae 100644 --- a/src/network_inspectors/appid/service_plugins/service_timbuktu.h +++ b/src/network_inspectors/appid/service_plugins/service_timbuktu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tns.cc b/src/network_inspectors/appid/service_plugins/service_tns.cc index 8a8803a2e..c75ef83dc 100644 --- a/src/network_inspectors/appid/service_plugins/service_tns.cc +++ b/src/network_inspectors/appid/service_plugins/service_tns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tns.h b/src/network_inspectors/appid/service_plugins/service_tns.h index 9e0cfc924..36f1932f1 100644 --- a/src/network_inspectors/appid/service_plugins/service_tns.h +++ b/src/network_inspectors/appid/service_plugins/service_tns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc b/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc index 95398a1ba..80772d240 100644 --- a/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc +++ b/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_state.cc b/src/network_inspectors/appid/service_state.cc index 8bb1810b0..c5045001e 100644 --- a/src/network_inspectors/appid/service_state.cc +++ b/src/network_inspectors/appid/service_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_state.h b/src/network_inspectors/appid/service_state.h index cd7711032..d1dc145ce 100644 --- a/src/network_inspectors/appid/service_state.h +++ b/src/network_inspectors/appid/service_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/test/app_info_table_test.cc b/src/network_inspectors/appid/test/app_info_table_test.cc index 0e926bb60..4e11ff94b 100644 --- a/src/network_inspectors/appid/test/app_info_table_test.cc +++ b/src/network_inspectors/appid/test/app_info_table_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_api_test.cc b/src/network_inspectors/appid/test/appid_api_test.cc index 9565e61d1..90b2cbc69 100644 --- a/src/network_inspectors/appid/test/appid_api_test.cc +++ b/src/network_inspectors/appid/test/appid_api_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_detector_test.cc b/src/network_inspectors/appid/test/appid_detector_test.cc index 4d6b10d5a..5008c9844 100644 --- a/src/network_inspectors/appid/test/appid_detector_test.cc +++ b/src/network_inspectors/appid/test/appid_detector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_expected_flags_test.cc b/src/network_inspectors/appid/test/appid_expected_flags_test.cc index 63eac125d..530474dc1 100644 --- a/src/network_inspectors/appid/test/appid_expected_flags_test.cc +++ b/src/network_inspectors/appid/test/appid_expected_flags_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_http_event_test.cc b/src/network_inspectors/appid/test/appid_http_event_test.cc index f623334c9..0f20b9b1c 100644 --- a/src/network_inspectors/appid/test/appid_http_event_test.cc +++ b/src/network_inspectors/appid/test/appid_http_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_definitions.h b/src/network_inspectors/appid/test/appid_mock_definitions.h index 9c784534b..bb7ea254d 100644 --- a/src/network_inspectors/appid/test/appid_mock_definitions.h +++ b/src/network_inspectors/appid/test/appid_mock_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_flow.h b/src/network_inspectors/appid/test/appid_mock_flow.h index b88ce5cf1..e789fde5f 100644 --- a/src/network_inspectors/appid/test/appid_mock_flow.h +++ b/src/network_inspectors/appid/test/appid_mock_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_http_session.h b/src/network_inspectors/appid/test/appid_mock_http_session.h index 5530c9345..6b12ab6bd 100644 --- a/src/network_inspectors/appid/test/appid_mock_http_session.h +++ b/src/network_inspectors/appid/test/appid_mock_http_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_inspector.h b/src/network_inspectors/appid/test/appid_mock_inspector.h index e58f41759..01bb93978 100644 --- a/src/network_inspectors/appid/test/appid_mock_inspector.h +++ b/src/network_inspectors/appid/test/appid_mock_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_session.h b/src/network_inspectors/appid/test/appid_mock_session.h index c15ab91a2..becfd3152 100644 --- a/src/network_inspectors/appid/test/appid_mock_session.h +++ b/src/network_inspectors/appid/test/appid_mock_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/thirdparty_appid_api.h b/src/network_inspectors/appid/thirdparty_appid_api.h index 412c26e5b..d43f79981 100644 --- a/src/network_inspectors/appid/thirdparty_appid_api.h +++ b/src/network_inspectors/appid/thirdparty_appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/thirdparty_appid_types.h b/src/network_inspectors/appid/thirdparty_appid_types.h index 35c9e200c..e19bd5a62 100644 --- a/src/network_inspectors/appid/thirdparty_appid_types.h +++ b/src/network_inspectors/appid/thirdparty_appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/thirdparty_appid_utils.cc b/src/network_inspectors/appid/thirdparty_appid_utils.cc index 9213e4b6b..833ee3983 100644 --- a/src/network_inspectors/appid/thirdparty_appid_utils.cc +++ b/src/network_inspectors/appid/thirdparty_appid_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/thirdparty_appid_utils.h b/src/network_inspectors/appid/thirdparty_appid_utils.h index 7d04ebf8d..8b2cc4738 100644 --- a/src/network_inspectors/appid/thirdparty_appid_utils.h +++ b/src/network_inspectors/appid/thirdparty_appid_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/arp_spoof/arp_module.cc b/src/network_inspectors/arp_spoof/arp_module.cc index 47c932b57..f3d940c21 100644 --- a/src/network_inspectors/arp_spoof/arp_module.cc +++ b/src/network_inspectors/arp_spoof/arp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/arp_spoof/arp_module.h b/src/network_inspectors/arp_spoof/arp_module.h index 79b37ea81..4ab6272db 100644 --- a/src/network_inspectors/arp_spoof/arp_module.h +++ b/src/network_inspectors/arp_spoof/arp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/arp_spoof/arp_spoof.cc b/src/network_inspectors/arp_spoof/arp_spoof.cc index 973767cf2..bfe57d983 100644 --- a/src/network_inspectors/arp_spoof/arp_spoof.cc +++ b/src/network_inspectors/arp_spoof/arp_spoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // Copyright (C) 2001-2004 Jeff Nathan // diff --git a/src/network_inspectors/binder/bind_module.cc b/src/network_inspectors/binder/bind_module.cc index 83bf7fa5e..89bb6a182 100644 --- a/src/network_inspectors/binder/bind_module.cc +++ b/src/network_inspectors/binder/bind_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/bind_module.h b/src/network_inspectors/binder/bind_module.h index 972954e58..ea17a36f4 100644 --- a/src/network_inspectors/binder/bind_module.h +++ b/src/network_inspectors/binder/bind_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binder.cc b/src/network_inspectors/binder/binder.cc index a08adb032..0984d74c3 100644 --- a/src/network_inspectors/binder/binder.cc +++ b/src/network_inspectors/binder/binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binder.h b/src/network_inspectors/binder/binder.h index 07a5a23d8..1a01ccfe6 100644 --- a/src/network_inspectors/binder/binder.h +++ b/src/network_inspectors/binder/binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binding.h b/src/network_inspectors/binder/binding.h index 289ec15aa..c1cb76998 100644 --- a/src/network_inspectors/binder/binding.h +++ b/src/network_inspectors/binder/binding.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/network_inspectors.cc b/src/network_inspectors/network_inspectors.cc index aa4ffe99c..9460c83f8 100644 --- a/src/network_inspectors/network_inspectors.cc +++ b/src/network_inspectors/network_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/network_inspectors.h b/src/network_inspectors/network_inspectors.h index 9766867b3..6b8091ef3 100644 --- a/src/network_inspectors/network_inspectors.h +++ b/src/network_inspectors/network_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm.cc b/src/network_inspectors/normalize/norm.cc index f78700268..f27d78430 100644 --- a/src/network_inspectors/normalize/norm.cc +++ b/src/network_inspectors/normalize/norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm.h b/src/network_inspectors/normalize/norm.h index 3aff44aff..36e67d7d3 100644 --- a/src/network_inspectors/normalize/norm.h +++ b/src/network_inspectors/normalize/norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm_module.cc b/src/network_inspectors/normalize/norm_module.cc index 910f08852..3e9683e4c 100644 --- a/src/network_inspectors/normalize/norm_module.cc +++ b/src/network_inspectors/normalize/norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm_module.h b/src/network_inspectors/normalize/norm_module.h index c5da2834c..5d84e96e0 100644 --- a/src/network_inspectors/normalize/norm_module.h +++ b/src/network_inspectors/normalize/norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/normalize.cc b/src/network_inspectors/normalize/normalize.cc index 1c9b0c5b2..4a550c87e 100644 --- a/src/network_inspectors/normalize/normalize.cc +++ b/src/network_inspectors/normalize/normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/normalize.h b/src/network_inspectors/normalize/normalize.h index 7afe5fd67..9b88ce585 100644 --- a/src/network_inspectors/normalize/normalize.h +++ b/src/network_inspectors/normalize/normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/packet_capture/capture_module.cc b/src/network_inspectors/packet_capture/capture_module.cc index 6be2aaa93..c71c8fb68 100644 --- a/src/network_inspectors/packet_capture/capture_module.cc +++ b/src/network_inspectors/packet_capture/capture_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/capture_module.h b/src/network_inspectors/packet_capture/capture_module.h index da648c346..783702db9 100644 --- a/src/network_inspectors/packet_capture/capture_module.h +++ b/src/network_inspectors/packet_capture/capture_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/packet_capture.cc b/src/network_inspectors/packet_capture/packet_capture.cc index 71eb9dea7..9e395c1b3 100644 --- a/src/network_inspectors/packet_capture/packet_capture.cc +++ b/src/network_inspectors/packet_capture/packet_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/packet_capture.h b/src/network_inspectors/packet_capture/packet_capture.h index 272d67c9f..d29bd63e0 100644 --- a/src/network_inspectors/packet_capture/packet_capture.h +++ b/src/network_inspectors/packet_capture/packet_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/base_tracker.cc b/src/network_inspectors/perf_monitor/base_tracker.cc index 5a5bb884e..83d57a867 100644 --- a/src/network_inspectors/perf_monitor/base_tracker.cc +++ b/src/network_inspectors/perf_monitor/base_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/base_tracker.h b/src/network_inspectors/perf_monitor/base_tracker.h index 3573d489f..3a0735bfd 100644 --- a/src/network_inspectors/perf_monitor/base_tracker.h +++ b/src/network_inspectors/perf_monitor/base_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/cpu_tracker.cc b/src/network_inspectors/perf_monitor/cpu_tracker.cc index 3dd4af201..40751f94e 100644 --- a/src/network_inspectors/perf_monitor/cpu_tracker.cc +++ b/src/network_inspectors/perf_monitor/cpu_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/cpu_tracker.h b/src/network_inspectors/perf_monitor/cpu_tracker.h index 3b50ab2ad..e8eb01936 100644 --- a/src/network_inspectors/perf_monitor/cpu_tracker.h +++ b/src/network_inspectors/perf_monitor/cpu_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/csv_formatter.cc b/src/network_inspectors/perf_monitor/csv_formatter.cc index bebd7664e..0072cb573 100644 --- a/src/network_inspectors/perf_monitor/csv_formatter.cc +++ b/src/network_inspectors/perf_monitor/csv_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/csv_formatter.h b/src/network_inspectors/perf_monitor/csv_formatter.h index 913c875c9..c95780fcf 100644 --- a/src/network_inspectors/perf_monitor/csv_formatter.h +++ b/src/network_inspectors/perf_monitor/csv_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/fbs_formatter.cc b/src/network_inspectors/perf_monitor/fbs_formatter.cc index 75dd7a41b..6da259918 100644 --- a/src/network_inspectors/perf_monitor/fbs_formatter.cc +++ b/src/network_inspectors/perf_monitor/fbs_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/fbs_formatter.h b/src/network_inspectors/perf_monitor/fbs_formatter.h index 04727402c..38d31fe54 100644 --- a/src/network_inspectors/perf_monitor/fbs_formatter.h +++ b/src/network_inspectors/perf_monitor/fbs_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_ip_tracker.cc b/src/network_inspectors/perf_monitor/flow_ip_tracker.cc index 4faa61a80..6e0a12421 100644 --- a/src/network_inspectors/perf_monitor/flow_ip_tracker.cc +++ b/src/network_inspectors/perf_monitor/flow_ip_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_ip_tracker.h b/src/network_inspectors/perf_monitor/flow_ip_tracker.h index bcbb8f258..4766734d5 100644 --- a/src/network_inspectors/perf_monitor/flow_ip_tracker.h +++ b/src/network_inspectors/perf_monitor/flow_ip_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_tracker.cc b/src/network_inspectors/perf_monitor/flow_tracker.cc index eb4c75725..6726d6639 100644 --- a/src/network_inspectors/perf_monitor/flow_tracker.cc +++ b/src/network_inspectors/perf_monitor/flow_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_tracker.h b/src/network_inspectors/perf_monitor/flow_tracker.h index 3b513ddc6..0e270d0ad 100644 --- a/src/network_inspectors/perf_monitor/flow_tracker.h +++ b/src/network_inspectors/perf_monitor/flow_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_formatter.cc b/src/network_inspectors/perf_monitor/perf_formatter.cc index d967ca548..0f5a43c78 100644 --- a/src/network_inspectors/perf_monitor/perf_formatter.cc +++ b/src/network_inspectors/perf_monitor/perf_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_formatter.h b/src/network_inspectors/perf_monitor/perf_formatter.h index da74636a8..21bb1c606 100644 --- a/src/network_inspectors/perf_monitor/perf_formatter.h +++ b/src/network_inspectors/perf_monitor/perf_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_module.cc b/src/network_inspectors/perf_monitor/perf_module.cc index de8ad794f..f8365b2b9 100644 --- a/src/network_inspectors/perf_monitor/perf_module.cc +++ b/src/network_inspectors/perf_monitor/perf_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_module.h b/src/network_inspectors/perf_monitor/perf_module.h index c7c1600d2..4595c1ee8 100644 --- a/src/network_inspectors/perf_monitor/perf_module.h +++ b/src/network_inspectors/perf_monitor/perf_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_monitor.cc b/src/network_inspectors/perf_monitor/perf_monitor.cc index a1487c416..171423e15 100644 --- a/src/network_inspectors/perf_monitor/perf_monitor.cc +++ b/src/network_inspectors/perf_monitor/perf_monitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/perf_monitor/perf_monitor.h b/src/network_inspectors/perf_monitor/perf_monitor.h index 3ee6127fd..4588a1406 100644 --- a/src/network_inspectors/perf_monitor/perf_monitor.h +++ b/src/network_inspectors/perf_monitor/perf_monitor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/perf_monitor/perf_tracker.cc b/src/network_inspectors/perf_monitor/perf_tracker.cc index 180ba5195..056d0c2d1 100644 --- a/src/network_inspectors/perf_monitor/perf_tracker.cc +++ b/src/network_inspectors/perf_monitor/perf_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_tracker.h b/src/network_inspectors/perf_monitor/perf_tracker.h index f68b6ad03..6e7ad8ec5 100644 --- a/src/network_inspectors/perf_monitor/perf_tracker.h +++ b/src/network_inspectors/perf_monitor/perf_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/text_formatter.cc b/src/network_inspectors/perf_monitor/text_formatter.cc index d89295d26..0328528c1 100644 --- a/src/network_inspectors/perf_monitor/text_formatter.cc +++ b/src/network_inspectors/perf_monitor/text_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/text_formatter.h b/src/network_inspectors/perf_monitor/text_formatter.h index 7a8127088..861265fa8 100644 --- a/src/network_inspectors/perf_monitor/text_formatter.h +++ b/src/network_inspectors/perf_monitor/text_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ipobj.cc b/src/network_inspectors/port_scan/ipobj.cc index e92b96a03..d06fa285c 100644 --- a/src/network_inspectors/port_scan/ipobj.cc +++ b/src/network_inspectors/port_scan/ipobj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ipobj.h b/src/network_inspectors/port_scan/ipobj.h index 84b7cf48f..9198b98d7 100644 --- a/src/network_inspectors/port_scan/ipobj.h +++ b/src/network_inspectors/port_scan/ipobj.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/port_scan.cc b/src/network_inspectors/port_scan/port_scan.cc index 18c1ee563..bd9a4d26c 100644 --- a/src/network_inspectors/port_scan/port_scan.cc +++ b/src/network_inspectors/port_scan/port_scan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_detect.cc b/src/network_inspectors/port_scan/ps_detect.cc index aae1d9333..43891e8e7 100644 --- a/src/network_inspectors/port_scan/ps_detect.cc +++ b/src/network_inspectors/port_scan/ps_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_detect.h b/src/network_inspectors/port_scan/ps_detect.h index 4356634cc..97e896119 100644 --- a/src/network_inspectors/port_scan/ps_detect.h +++ b/src/network_inspectors/port_scan/ps_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_inspect.h b/src/network_inspectors/port_scan/ps_inspect.h index 4dcf7756a..edb6873e4 100644 --- a/src/network_inspectors/port_scan/ps_inspect.h +++ b/src/network_inspectors/port_scan/ps_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ps_module.cc b/src/network_inspectors/port_scan/ps_module.cc index cf9afcc5d..3a55cd07b 100644 --- a/src/network_inspectors/port_scan/ps_module.cc +++ b/src/network_inspectors/port_scan/ps_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ps_module.h b/src/network_inspectors/port_scan/ps_module.h index 41eae3990..bf1198dd5 100644 --- a/src/network_inspectors/port_scan/ps_module.h +++ b/src/network_inspectors/port_scan/ps_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_config.h b/src/network_inspectors/reputation/reputation_config.h index 98cc5d315..f2d75b99d 100644 --- a/src/network_inspectors/reputation/reputation_config.h +++ b/src/network_inspectors/reputation/reputation_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/reputation/reputation_inspect.cc b/src/network_inspectors/reputation/reputation_inspect.cc index 7cc15f7e0..d853e369a 100644 --- a/src/network_inspectors/reputation/reputation_inspect.cc +++ b/src/network_inspectors/reputation/reputation_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/reputation/reputation_inspect.h b/src/network_inspectors/reputation/reputation_inspect.h index 92cf9b61e..6dcffc4b1 100644 --- a/src/network_inspectors/reputation/reputation_inspect.h +++ b/src/network_inspectors/reputation/reputation_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_module.cc b/src/network_inspectors/reputation/reputation_module.cc index ff0bdb086..5b61d5f4d 100644 --- a/src/network_inspectors/reputation/reputation_module.cc +++ b/src/network_inspectors/reputation/reputation_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_module.h b/src/network_inspectors/reputation/reputation_module.h index 843f86359..6ed1f9b63 100644 --- a/src/network_inspectors/reputation/reputation_module.h +++ b/src/network_inspectors/reputation/reputation_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_parse.cc b/src/network_inspectors/reputation/reputation_parse.cc index 5f18db97a..d57e8b22a 100644 --- a/src/network_inspectors/reputation/reputation_parse.cc +++ b/src/network_inspectors/reputation/reputation_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_parse.h b/src/network_inspectors/reputation/reputation_parse.h index b1a3efbd5..42d669cdc 100644 --- a/src/network_inspectors/reputation/reputation_parse.h +++ b/src/network_inspectors/reputation/reputation_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/active.cc b/src/packet_io/active.cc index 6a955f188..9a05710c5 100644 --- a/src/packet_io/active.cc +++ b/src/packet_io/active.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/active.h b/src/packet_io/active.h index bbc548fba..f33b4e5ea 100644 --- a/src/packet_io/active.h +++ b/src/packet_io/active.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/intf.cc b/src/packet_io/intf.cc index 3efa98b07..46edc910a 100644 --- a/src/packet_io/intf.cc +++ b/src/packet_io/intf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/intf.h b/src/packet_io/intf.h index eb921827c..ac49513df 100644 --- a/src/packet_io/intf.h +++ b/src/packet_io/intf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq.cc b/src/packet_io/sfdaq.cc index bef7023f6..eef52ad9a 100644 --- a/src/packet_io/sfdaq.cc +++ b/src/packet_io/sfdaq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq.h b/src/packet_io/sfdaq.h index 5e31b23ce..46f92bc28 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq_config.cc b/src/packet_io/sfdaq_config.cc index 1565bf3d9..2232dd3e0 100644 --- a/src/packet_io/sfdaq_config.cc +++ b/src/packet_io/sfdaq_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_config.h b/src/packet_io/sfdaq_config.h index dada4c9ba..212c0567d 100644 --- a/src/packet_io/sfdaq_config.h +++ b/src/packet_io/sfdaq_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_module.cc b/src/packet_io/sfdaq_module.cc index e99343cdb..9ee6ca33d 100644 --- a/src/packet_io/sfdaq_module.cc +++ b/src/packet_io/sfdaq_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_module.h b/src/packet_io/sfdaq_module.h index 1434a6201..5f708ae77 100644 --- a/src/packet_io/sfdaq_module.h +++ b/src/packet_io/sfdaq_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/test/sfdaq_module_test.cc b/src/packet_io/test/sfdaq_module_test.cc index aba256f0e..ac13cd007 100644 --- a/src/packet_io/test/sfdaq_module_test.cc +++ b/src/packet_io/test/sfdaq_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/trough.cc b/src/packet_io/trough.cc index b7da86831..b5d6fbc13 100644 --- a/src/packet_io/trough.cc +++ b/src/packet_io/trough.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/trough.h b/src/packet_io/trough.h index 93757fdaf..c3931f537 100644 --- a/src/packet_io/trough.h +++ b/src/packet_io/trough.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/arg_list.cc b/src/parser/arg_list.cc index 5cd805f82..dd8fec843 100644 --- a/src/parser/arg_list.cc +++ b/src/parser/arg_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/arg_list.h b/src/parser/arg_list.h index 7aad724a1..910de5d00 100644 --- a/src/parser/arg_list.h +++ b/src/parser/arg_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/cmd_line.cc b/src/parser/cmd_line.cc index 9d3d05de1..4f03aab2f 100644 --- a/src/parser/cmd_line.cc +++ b/src/parser/cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/cmd_line.h b/src/parser/cmd_line.h index a47799173..15a8081ee 100644 --- a/src/parser/cmd_line.h +++ b/src/parser/cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/config_file.cc b/src/parser/config_file.cc index e64c3f231..037ebb0f4 100644 --- a/src/parser/config_file.cc +++ b/src/parser/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/config_file.h b/src/parser/config_file.h index 1913cb278..18e2ebc8b 100644 --- a/src/parser/config_file.h +++ b/src/parser/config_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/mstring.cc b/src/parser/mstring.cc index 8ff68b772..e5976724d 100644 --- a/src/parser/mstring.cc +++ b/src/parser/mstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/parser/mstring.h b/src/parser/mstring.h index 4d0a8f8ea..fd6c86d16 100644 --- a/src/parser/mstring.h +++ b/src/parser/mstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/parser/parse_conf.cc b/src/parser/parse_conf.cc index 6267a162a..0be44f434 100644 --- a/src/parser/parse_conf.cc +++ b/src/parser/parse_conf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker @@ -95,6 +95,7 @@ void inc_parse_position() void parse_include(SnortConfig* sc, const char* arg) { struct stat file_stat; /* for include path testing */ + arg = ExpandVars(sc, arg); char* fname = snort_strdup(arg); /* Stat the file. If that fails, make it relative to the directory diff --git a/src/parser/parse_conf.h b/src/parser/parse_conf.h index 838d8ee49..fbcfb4a23 100644 --- a/src/parser/parse_conf.h +++ b/src/parser/parse_conf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ip.cc b/src/parser/parse_ip.cc index daf964c7d..622caf3d5 100644 --- a/src/parser/parse_ip.cc +++ b/src/parser/parse_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_ip.h b/src/parser/parse_ip.h index 8460cb285..687db47fc 100644 --- a/src/parser/parse_ip.h +++ b/src/parser/parse_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ports.cc b/src/parser/parse_ports.cc index 7c084a915..24615a003 100644 --- a/src/parser/parse_ports.cc +++ b/src/parser/parse_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ports.h b/src/parser/parse_ports.h index 7c301db5e..bb7b62037 100644 --- a/src/parser/parse_ports.h +++ b/src/parser/parse_ports.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_rule.cc b/src/parser/parse_rule.cc index 47b08f9ea..a677961f5 100644 --- a/src/parser/parse_rule.cc +++ b/src/parser/parse_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_rule.h b/src/parser/parse_rule.h index 790daa248..faed0b3f6 100644 --- a/src/parser/parse_rule.h +++ b/src/parser/parse_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_stream.cc b/src/parser/parse_stream.cc index 3b5444730..621c73b62 100644 --- a/src/parser/parse_stream.cc +++ b/src/parser/parse_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_stream.h b/src/parser/parse_stream.h index bc73eee77..64c320fe3 100644 --- a/src/parser/parse_stream.h +++ b/src/parser/parse_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_utils.cc b/src/parser/parse_utils.cc index 139528d9f..227417911 100644 --- a/src/parser/parse_utils.cc +++ b/src/parser/parse_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_utils.h b/src/parser/parse_utils.h index 12d091720..948b5cf0f 100644 --- a/src/parser/parse_utils.h +++ b/src/parser/parse_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parser.cc b/src/parser/parser.cc index 51058c389..cd2dba01a 100644 --- a/src/parser/parser.cc +++ b/src/parser/parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parser.h b/src/parser/parser.h index 3760b3592..6462e3cdc 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/vars.cc b/src/parser/vars.cc index 5f5108ec6..67c30430f 100644 --- a/src/parser/vars.cc +++ b/src/parser/vars.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/vars.h b/src/parser/vars.h index bd8b15b1f..3edda1c21 100644 --- a/src/parser/vars.h +++ b/src/parser/vars.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/piglet/piglet.cc b/src/piglet/piglet.cc index 5d4f25dd7..1c4cec09a 100644 --- a/src/piglet/piglet.cc +++ b/src/piglet/piglet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet.h b/src/piglet/piglet.h index c9c7c1fc9..ed94a05dc 100644 --- a/src/piglet/piglet.h +++ b/src/piglet/piglet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_api.h b/src/piglet/piglet_api.h index 06d3939e3..5d19ef7ef 100644 --- a/src/piglet/piglet_api.h +++ b/src/piglet/piglet_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_manager.cc b/src/piglet/piglet_manager.cc index cdba8aebc..6720228b0 100644 --- a/src/piglet/piglet_manager.cc +++ b/src/piglet/piglet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_manager.h b/src/piglet/piglet_manager.h index dcdab6be0..d46598e83 100644 --- a/src/piglet/piglet_manager.h +++ b/src/piglet/piglet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_output.cc b/src/piglet/piglet_output.cc index 3f69641fe..3a2133e16 100644 --- a/src/piglet/piglet_output.cc +++ b/src/piglet/piglet_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_output.h b/src/piglet/piglet_output.h index 6a4398622..779adbb29 100644 --- a/src/piglet/piglet_output.h +++ b/src/piglet/piglet_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_runner.cc b/src/piglet/piglet_runner.cc index 346db7556..ec06ba9a3 100644 --- a/src/piglet/piglet_runner.cc +++ b/src/piglet/piglet_runner.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_runner.h b/src/piglet/piglet_runner.h index 4d481a51c..b14887945 100644 --- a/src/piglet/piglet_runner.h +++ b/src/piglet/piglet_runner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_utils.cc b/src/piglet/piglet_utils.cc index b41472061..f1d3da00e 100644 --- a/src/piglet/piglet_utils.cc +++ b/src/piglet/piglet_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_utils.h b/src/piglet/piglet_utils.h index 50e0dd330..1e1f53f62 100644 --- a/src/piglet/piglet_utils.h +++ b/src/piglet/piglet_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/piglet_plugins.cc b/src/piglet_plugins/piglet_plugins.cc index 85b285962..060c58d91 100644 --- a/src/piglet_plugins/piglet_plugins.cc +++ b/src/piglet_plugins/piglet_plugins.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/piglet_plugins.h b/src/piglet_plugins/piglet_plugins.h index 82333c4ae..5007ee0ff 100644 --- a/src/piglet_plugins/piglet_plugins.h +++ b/src/piglet_plugins/piglet_plugins.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_buffer_iface.cc b/src/piglet_plugins/pp_buffer_iface.cc index 7abf4a44e..e660bb09d 100644 --- a/src/piglet_plugins/pp_buffer_iface.cc +++ b/src/piglet_plugins/pp_buffer_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_buffer_iface.h b/src/piglet_plugins/pp_buffer_iface.h index 644a7d3a0..32b63783e 100644 --- a/src/piglet_plugins/pp_buffer_iface.h +++ b/src/piglet_plugins/pp_buffer_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec.cc b/src/piglet_plugins/pp_codec.cc index 00b5a556a..fe76d5229 100644 --- a/src/piglet_plugins/pp_codec.cc +++ b/src/piglet_plugins/pp_codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_data_iface.cc b/src/piglet_plugins/pp_codec_data_iface.cc index c75f30eba..005ec154f 100644 --- a/src/piglet_plugins/pp_codec_data_iface.cc +++ b/src/piglet_plugins/pp_codec_data_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_data_iface.h b/src/piglet_plugins/pp_codec_data_iface.h index c04faa05b..55a3a07c2 100644 --- a/src/piglet_plugins/pp_codec_data_iface.h +++ b/src/piglet_plugins/pp_codec_data_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_iface.cc b/src/piglet_plugins/pp_codec_iface.cc index ecda07925..4e994c8ed 100644 --- a/src/piglet_plugins/pp_codec_iface.cc +++ b/src/piglet_plugins/pp_codec_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_iface.h b/src/piglet_plugins/pp_codec_iface.h index f4c0a051d..6cf198599 100644 --- a/src/piglet_plugins/pp_codec_iface.h +++ b/src/piglet_plugins/pp_codec_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_cursor_iface.cc b/src/piglet_plugins/pp_cursor_iface.cc index 58590df48..c7c6f6818 100644 --- a/src/piglet_plugins/pp_cursor_iface.cc +++ b/src/piglet_plugins/pp_cursor_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_cursor_iface.h b/src/piglet_plugins/pp_cursor_iface.h index fd4103458..1519a6f3a 100644 --- a/src/piglet_plugins/pp_cursor_iface.h +++ b/src/piglet_plugins/pp_cursor_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_daq_pkthdr_iface.cc b/src/piglet_plugins/pp_daq_pkthdr_iface.cc index c9af3be9e..d1628734b 100644 --- a/src/piglet_plugins/pp_daq_pkthdr_iface.cc +++ b/src/piglet_plugins/pp_daq_pkthdr_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_daq_pkthdr_iface.h b/src/piglet_plugins/pp_daq_pkthdr_iface.h index 20f72657f..91b93399a 100644 --- a/src/piglet_plugins/pp_daq_pkthdr_iface.h +++ b/src/piglet_plugins/pp_daq_pkthdr_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_decode_data_iface.cc b/src/piglet_plugins/pp_decode_data_iface.cc index 4e7db86d2..7b0a5bfc3 100644 --- a/src/piglet_plugins/pp_decode_data_iface.cc +++ b/src/piglet_plugins/pp_decode_data_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_decode_data_iface.h b/src/piglet_plugins/pp_decode_data_iface.h index a3a92b4fb..1e38af0b1 100644 --- a/src/piglet_plugins/pp_decode_data_iface.h +++ b/src/piglet_plugins/pp_decode_data_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_enc_state_iface.cc b/src/piglet_plugins/pp_enc_state_iface.cc index 475079886..d7afa9f54 100644 --- a/src/piglet_plugins/pp_enc_state_iface.cc +++ b/src/piglet_plugins/pp_enc_state_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_enc_state_iface.h b/src/piglet_plugins/pp_enc_state_iface.h index 8b85106db..c13d9b5ce 100644 --- a/src/piglet_plugins/pp_enc_state_iface.h +++ b/src/piglet_plugins/pp_enc_state_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_event_iface.cc b/src/piglet_plugins/pp_event_iface.cc index 6c395dcad..eebbc94ae 100644 --- a/src/piglet_plugins/pp_event_iface.cc +++ b/src/piglet_plugins/pp_event_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_event_iface.h b/src/piglet_plugins/pp_event_iface.h index a93cb66f7..5198d1a61 100644 --- a/src/piglet_plugins/pp_event_iface.h +++ b/src/piglet_plugins/pp_event_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_flow_iface.cc b/src/piglet_plugins/pp_flow_iface.cc index 97092d439..b4cead7f3 100644 --- a/src/piglet_plugins/pp_flow_iface.cc +++ b/src/piglet_plugins/pp_flow_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_flow_iface.h b/src/piglet_plugins/pp_flow_iface.h index 7e753376d..39546936b 100644 --- a/src/piglet_plugins/pp_flow_iface.h +++ b/src/piglet_plugins/pp_flow_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector.cc b/src/piglet_plugins/pp_inspector.cc index ab055dae2..66b2c4f5f 100644 --- a/src/piglet_plugins/pp_inspector.cc +++ b/src/piglet_plugins/pp_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector_iface.cc b/src/piglet_plugins/pp_inspector_iface.cc index 30d630e4b..76928d3ef 100644 --- a/src/piglet_plugins/pp_inspector_iface.cc +++ b/src/piglet_plugins/pp_inspector_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector_iface.h b/src/piglet_plugins/pp_inspector_iface.h index ce05ef78a..be0225aa7 100644 --- a/src/piglet_plugins/pp_inspector_iface.h +++ b/src/piglet_plugins/pp_inspector_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ip_api_iface.cc b/src/piglet_plugins/pp_ip_api_iface.cc index 7fceb8562..4b0d391ba 100644 --- a/src/piglet_plugins/pp_ip_api_iface.cc +++ b/src/piglet_plugins/pp_ip_api_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ip_api_iface.h b/src/piglet_plugins/pp_ip_api_iface.h index 47be97ffe..fbda48bdc 100644 --- a/src/piglet_plugins/pp_ip_api_iface.h +++ b/src/piglet_plugins/pp_ip_api_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action.cc b/src/piglet_plugins/pp_ips_action.cc index 300bac993..4cefac7c8 100644 --- a/src/piglet_plugins/pp_ips_action.cc +++ b/src/piglet_plugins/pp_ips_action.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action_iface.cc b/src/piglet_plugins/pp_ips_action_iface.cc index 041f2c39f..55409feca 100644 --- a/src/piglet_plugins/pp_ips_action_iface.cc +++ b/src/piglet_plugins/pp_ips_action_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action_iface.h b/src/piglet_plugins/pp_ips_action_iface.h index 671123e08..ab4574f8f 100644 --- a/src/piglet_plugins/pp_ips_action_iface.h +++ b/src/piglet_plugins/pp_ips_action_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option.cc b/src/piglet_plugins/pp_ips_option.cc index a9f49bffd..c8ab07ee1 100644 --- a/src/piglet_plugins/pp_ips_option.cc +++ b/src/piglet_plugins/pp_ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option_iface.cc b/src/piglet_plugins/pp_ips_option_iface.cc index 64a6eba67..0ea0aa731 100644 --- a/src/piglet_plugins/pp_ips_option_iface.cc +++ b/src/piglet_plugins/pp_ips_option_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option_iface.h b/src/piglet_plugins/pp_ips_option_iface.h index 6f6e1e98a..61026382f 100644 --- a/src/piglet_plugins/pp_ips_option_iface.h +++ b/src/piglet_plugins/pp_ips_option_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger.cc b/src/piglet_plugins/pp_logger.cc index 15df616ea..61093696f 100644 --- a/src/piglet_plugins/pp_logger.cc +++ b/src/piglet_plugins/pp_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger_iface.cc b/src/piglet_plugins/pp_logger_iface.cc index ef2e189cb..f46c2cb98 100644 --- a/src/piglet_plugins/pp_logger_iface.cc +++ b/src/piglet_plugins/pp_logger_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger_iface.h b/src/piglet_plugins/pp_logger_iface.h index 8a1b47173..a1d5c8c2d 100644 --- a/src/piglet_plugins/pp_logger_iface.h +++ b/src/piglet_plugins/pp_logger_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_packet_iface.cc b/src/piglet_plugins/pp_packet_iface.cc index e431f53dd..645fc2f7b 100644 --- a/src/piglet_plugins/pp_packet_iface.cc +++ b/src/piglet_plugins/pp_packet_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_packet_iface.h b/src/piglet_plugins/pp_packet_iface.h index 7ebdb131a..47bf496a9 100644 --- a/src/piglet_plugins/pp_packet_iface.h +++ b/src/piglet_plugins/pp_packet_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_raw_buffer_iface.cc b/src/piglet_plugins/pp_raw_buffer_iface.cc index 84539c2ce..ed68644a5 100644 --- a/src/piglet_plugins/pp_raw_buffer_iface.cc +++ b/src/piglet_plugins/pp_raw_buffer_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_raw_buffer_iface.h b/src/piglet_plugins/pp_raw_buffer_iface.h index f29709ffb..db5db5042 100644 --- a/src/piglet_plugins/pp_raw_buffer_iface.h +++ b/src/piglet_plugins/pp_raw_buffer_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine.cc b/src/piglet_plugins/pp_search_engine.cc index 8486f82c3..5f79a45ae 100644 --- a/src/piglet_plugins/pp_search_engine.cc +++ b/src/piglet_plugins/pp_search_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine_iface.cc b/src/piglet_plugins/pp_search_engine_iface.cc index 87367b210..246bd37f9 100644 --- a/src/piglet_plugins/pp_search_engine_iface.cc +++ b/src/piglet_plugins/pp_search_engine_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine_iface.h b/src/piglet_plugins/pp_search_engine_iface.h index dba46128b..de88957d9 100644 --- a/src/piglet_plugins/pp_search_engine_iface.h +++ b/src/piglet_plugins/pp_search_engine_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule.cc b/src/piglet_plugins/pp_so_rule.cc index 49a68c34e..95e0b32fd 100644 --- a/src/piglet_plugins/pp_so_rule.cc +++ b/src/piglet_plugins/pp_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule_iface.cc b/src/piglet_plugins/pp_so_rule_iface.cc index 11150d1f2..1907421ee 100644 --- a/src/piglet_plugins/pp_so_rule_iface.cc +++ b/src/piglet_plugins/pp_so_rule_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule_iface.h b/src/piglet_plugins/pp_so_rule_iface.h index c020a8e8a..bb8277ad9 100644 --- a/src/piglet_plugins/pp_so_rule_iface.h +++ b/src/piglet_plugins/pp_so_rule_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_stream_splitter_iface.cc b/src/piglet_plugins/pp_stream_splitter_iface.cc index 1e917ae8c..782ecf6f8 100644 --- a/src/piglet_plugins/pp_stream_splitter_iface.cc +++ b/src/piglet_plugins/pp_stream_splitter_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_stream_splitter_iface.h b/src/piglet_plugins/pp_stream_splitter_iface.h index e4041ef38..68f31c57d 100644 --- a/src/piglet_plugins/pp_stream_splitter_iface.h +++ b/src/piglet_plugins/pp_stream_splitter_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_test.cc b/src/piglet_plugins/pp_test.cc index 480706dac..6e5aaba5d 100644 --- a/src/piglet_plugins/pp_test.cc +++ b/src/piglet_plugins/pp_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ports/port_group.cc b/src/ports/port_group.cc index da7290142..97e25aafd 100644 --- a/src/ports/port_group.cc +++ b/src/ports/port_group.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_group.h b/src/ports/port_group.h index e8eb87d13..7143283b0 100644 --- a/src/ports/port_group.h +++ b/src/ports/port_group.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_item.cc b/src/ports/port_item.cc index eb9f548d4..caa2a390d 100644 --- a/src/ports/port_item.cc +++ b/src/ports/port_item.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_item.h b/src/ports/port_item.h index 5f71602f4..e198064e7 100644 --- a/src/ports/port_item.h +++ b/src/ports/port_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object.cc b/src/ports/port_object.cc index 34312bdf5..881b61ccd 100644 --- a/src/ports/port_object.cc +++ b/src/ports/port_object.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object.h b/src/ports/port_object.h index 2af69dd57..55118a760 100644 --- a/src/ports/port_object.h +++ b/src/ports/port_object.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object2.cc b/src/ports/port_object2.cc index 6f3167602..cb4200b7b 100644 --- a/src/ports/port_object2.cc +++ b/src/ports/port_object2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object2.h b/src/ports/port_object2.h index b4645a37b..a83558f77 100644 --- a/src/ports/port_object2.h +++ b/src/ports/port_object2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_table.cc b/src/ports/port_table.cc index 915dbd576..616c928b7 100644 --- a/src/ports/port_table.cc +++ b/src/ports/port_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_table.h b/src/ports/port_table.h index aefd2dd3c..89600ae4d 100644 --- a/src/ports/port_table.h +++ b/src/ports/port_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_utils.cc b/src/ports/port_utils.cc index c4a51ac42..6940c571c 100644 --- a/src/ports/port_utils.cc +++ b/src/ports/port_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_utils.h b/src/ports/port_utils.h index 44bd08f09..5c9c5c59a 100644 --- a/src/ports/port_utils.h +++ b/src/ports/port_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_var_table.cc b/src/ports/port_var_table.cc index 3594f274d..f123b0563 100644 --- a/src/ports/port_var_table.cc +++ b/src/ports/port_var_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_var_table.h b/src/ports/port_var_table.h index 84d8eb8a4..d5b7f3a43 100644 --- a/src/ports/port_var_table.h +++ b/src/ports/port_var_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/rule_port_tables.cc b/src/ports/rule_port_tables.cc index 2ea376229..fed8034ff 100644 --- a/src/ports/rule_port_tables.cc +++ b/src/ports/rule_port_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/rule_port_tables.h b/src/ports/rule_port_tables.h index 077341317..4f142d6a0 100644 --- a/src/ports/rule_port_tables.h +++ b/src/ports/rule_port_tables.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/profiler/active_context.h b/src/profiler/active_context.h index 503bb3f9f..89a9091a1 100644 --- a/src/profiler/active_context.h +++ b/src/profiler/active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_context.cc b/src/profiler/memory_context.cc index 8ccee8fa4..3bec0d34e 100644 --- a/src/profiler/memory_context.cc +++ b/src/profiler/memory_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_context.h b/src/profiler/memory_context.h index e68beb440..905bc8ea8 100644 --- a/src/profiler/memory_context.h +++ b/src/profiler/memory_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_defs.h b/src/profiler/memory_defs.h index 8ca8194d2..34c7f2854 100644 --- a/src/profiler/memory_defs.h +++ b/src/profiler/memory_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler.cc b/src/profiler/memory_profiler.cc index bb7768889..063aa358c 100644 --- a/src/profiler/memory_profiler.cc +++ b/src/profiler/memory_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler.h b/src/profiler/memory_profiler.h index a741134b1..a7e043fe0 100644 --- a/src/profiler/memory_profiler.h +++ b/src/profiler/memory_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler_active_context.h b/src/profiler/memory_profiler_active_context.h index dd821cd54..0e979ed15 100644 --- a/src/profiler/memory_profiler_active_context.h +++ b/src/profiler/memory_profiler_active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler_defs.h b/src/profiler/memory_profiler_defs.h index dd2b8bcf1..9530d2436 100644 --- a/src/profiler/memory_profiler_defs.h +++ b/src/profiler/memory_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler.cc b/src/profiler/profiler.cc index 1bea0d25d..e3ba724af 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler.h b/src/profiler/profiler.h index b4e9c70e0..783e61509 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_defs.h b/src/profiler/profiler_defs.h index 7446ee817..dfe90e7c7 100644 --- a/src/profiler/profiler_defs.h +++ b/src/profiler/profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_nodes.cc b/src/profiler/profiler_nodes.cc index 42fbf9510..4e58f46cb 100644 --- a/src/profiler/profiler_nodes.cc +++ b/src/profiler/profiler_nodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_nodes.h b/src/profiler/profiler_nodes.h index 3f915735f..bdc6aad70 100644 --- a/src/profiler/profiler_nodes.h +++ b/src/profiler/profiler_nodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_printer.h b/src/profiler/profiler_printer.h index c004d9722..c5ce3cfb4 100644 --- a/src/profiler/profiler_printer.h +++ b/src/profiler/profiler_printer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_stats_table.cc b/src/profiler/profiler_stats_table.cc index 6d7882341..c6a05c2b6 100644 --- a/src/profiler/profiler_stats_table.cc +++ b/src/profiler/profiler_stats_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_stats_table.h b/src/profiler/profiler_stats_table.h index afd9c75fc..e36d37761 100644 --- a/src/profiler/profiler_stats_table.h +++ b/src/profiler/profiler_stats_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_tree_builder.h b/src/profiler/profiler_tree_builder.h index 75c3bfe0a..17f302b4e 100644 --- a/src/profiler/profiler_tree_builder.h +++ b/src/profiler/profiler_tree_builder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler.cc b/src/profiler/rule_profiler.cc index 82fa3255d..b78e8ab6d 100644 --- a/src/profiler/rule_profiler.cc +++ b/src/profiler/rule_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler.h b/src/profiler/rule_profiler.h index 60dd27271..2800a62ee 100644 --- a/src/profiler/rule_profiler.h +++ b/src/profiler/rule_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler_defs.h b/src/profiler/rule_profiler_defs.h index 5007eaf7e..8f869770d 100644 --- a/src/profiler/rule_profiler_defs.h +++ b/src/profiler/rule_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler.cc b/src/profiler/time_profiler.cc index 7f2e29f8b..60950599e 100644 --- a/src/profiler/time_profiler.cc +++ b/src/profiler/time_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler.h b/src/profiler/time_profiler.h index af2d08b0e..da0e342cc 100644 --- a/src/profiler/time_profiler.h +++ b/src/profiler/time_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler_defs.h b/src/profiler/time_profiler_defs.h index 4f3ce61a3..d51da3b68 100644 --- a/src/profiler/time_profiler_defs.h +++ b/src/profiler/time_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/arp.h b/src/protocols/arp.h index 2018b6116..6d60ef5a0 100644 --- a/src/protocols/arp.h +++ b/src/protocols/arp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/eapol.h b/src/protocols/eapol.h index 160abe238..aa0c8bfd9 100644 --- a/src/protocols/eapol.h +++ b/src/protocols/eapol.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/eth.h b/src/protocols/eth.h index 404cd962a..0b15447c1 100644 --- a/src/protocols/eth.h +++ b/src/protocols/eth.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/gre.h b/src/protocols/gre.h index b8ead99db..dc35b7ba5 100644 --- a/src/protocols/gre.h +++ b/src/protocols/gre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/icmp4.h b/src/protocols/icmp4.h index ce89e7cc8..2fd2f2b41 100644 --- a/src/protocols/icmp4.h +++ b/src/protocols/icmp4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/icmp6.h b/src/protocols/icmp6.h index 7857601ca..af7a77532 100644 --- a/src/protocols/icmp6.h +++ b/src/protocols/icmp6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ip.cc b/src/protocols/ip.cc index ce38433fd..71b5ed046 100644 --- a/src/protocols/ip.cc +++ b/src/protocols/ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ip.h b/src/protocols/ip.h index faa6b0660..d03216c98 100644 --- a/src/protocols/ip.h +++ b/src/protocols/ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4.h b/src/protocols/ipv4.h index 03e6d9031..975c88acc 100644 --- a/src/protocols/ipv4.h +++ b/src/protocols/ipv4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4_options.cc b/src/protocols/ipv4_options.cc index 08dd1a6b2..7eaa23627 100644 --- a/src/protocols/ipv4_options.cc +++ b/src/protocols/ipv4_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4_options.h b/src/protocols/ipv4_options.h index 6f24e25f6..2fb206515 100644 --- a/src/protocols/ipv4_options.h +++ b/src/protocols/ipv4_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv6.h b/src/protocols/ipv6.h index bb3aa8925..b8fe62181 100644 --- a/src/protocols/ipv6.h +++ b/src/protocols/ipv6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/layer.cc b/src/protocols/layer.cc index 61c1ba58d..2ee2f7749 100644 --- a/src/protocols/layer.cc +++ b/src/protocols/layer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/layer.h b/src/protocols/layer.h index f8f25f89d..3e54acbba 100644 --- a/src/protocols/layer.h +++ b/src/protocols/layer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/linux_sll.h b/src/protocols/linux_sll.h index 4982bd628..f4eff00ea 100644 --- a/src/protocols/linux_sll.h +++ b/src/protocols/linux_sll.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/mpls.h b/src/protocols/mpls.h index 09dd801c5..393a6f9c6 100644 --- a/src/protocols/mpls.h +++ b/src/protocols/mpls.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet.cc b/src/protocols/packet.cc index 10ac6cb09..92a9653fd 100644 --- a/src/protocols/packet.cc +++ b/src/protocols/packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet.h b/src/protocols/packet.h index abebc7ace..14f12cf1e 100644 --- a/src/protocols/packet.h +++ b/src/protocols/packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet_manager.cc b/src/protocols/packet_manager.cc index 6c1fe80e0..180e772ac 100644 --- a/src/protocols/packet_manager.cc +++ b/src/protocols/packet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet_manager.h b/src/protocols/packet_manager.h index 4e62e7376..e9d72f5e0 100644 --- a/src/protocols/packet_manager.h +++ b/src/protocols/packet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/protocol_ids.h b/src/protocols/protocol_ids.h index 140d21413..b0887ab44 100644 --- a/src/protocols/protocol_ids.h +++ b/src/protocols/protocol_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ssl.cc b/src/protocols/ssl.cc index 00dc1eea7..bd1904a1e 100644 --- a/src/protocols/ssl.cc +++ b/src/protocols/ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/protocols/ssl.h b/src/protocols/ssl.h index 7ced1152d..5bb29c3c1 100644 --- a/src/protocols/ssl.h +++ b/src/protocols/ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/protocols/tcp.h b/src/protocols/tcp.h index 04fdf86dd..bccc68529 100644 --- a/src/protocols/tcp.h +++ b/src/protocols/tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/tcp_options.cc b/src/protocols/tcp_options.cc index f9b14b5b2..ce45ff36b 100644 --- a/src/protocols/tcp_options.cc +++ b/src/protocols/tcp_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/tcp_options.h b/src/protocols/tcp_options.h index bfc57f0fb..f08e97fc6 100644 --- a/src/protocols/tcp_options.h +++ b/src/protocols/tcp_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/teredo.h b/src/protocols/teredo.h index ed940f677..0e9136099 100644 --- a/src/protocols/teredo.h +++ b/src/protocols/teredo.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/token_ring.h b/src/protocols/token_ring.h index ee0e29fc7..71660e20c 100644 --- a/src/protocols/token_ring.h +++ b/src/protocols/token_ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/udp.h b/src/protocols/udp.h index 659c2c439..c71355b65 100644 --- a/src/protocols/udp.h +++ b/src/protocols/udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/vlan.h b/src/protocols/vlan.h index 622e3745d..cc9d8a760 100644 --- a/src/protocols/vlan.h +++ b/src/protocols/vlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/wlan.h b/src/protocols/wlan.h index 6b879d6c3..8d8d5ebbd 100644 --- a/src/protocols/wlan.h +++ b/src/protocols/wlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/expect_events.h b/src/pub_sub/expect_events.h index a558614cf..18ce1e624 100644 --- a/src/pub_sub/expect_events.h +++ b/src/pub_sub/expect_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_events.cc b/src/pub_sub/http_events.cc index 82d4b7686..4c6daefa6 100644 --- a/src/pub_sub/http_events.cc +++ b/src/pub_sub/http_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_events.h b/src/pub_sub/http_events.h index 727f05fc5..0c5a3a970 100644 --- a/src/pub_sub/http_events.h +++ b/src/pub_sub/http_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/sip_events.cc b/src/pub_sub/sip_events.cc index 9df7f1972..ce0ed60aa 100644 --- a/src/pub_sub/sip_events.cc +++ b/src/pub_sub/sip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/sip_events.h b/src/pub_sub/sip_events.h index 27fad3a75..a6defc90a 100644 --- a/src/pub_sub/sip_events.h +++ b/src/pub_sub/sip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/ac_banded.cc b/src/search_engines/ac_banded.cc index 6db4ec577..9048e0c67 100644 --- a/src/search_engines/ac_banded.cc +++ b/src/search_engines/ac_banded.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_bnfa.cc b/src/search_engines/ac_bnfa.cc index 5b23dd49d..9e4f73ca0 100644 --- a/src/search_engines/ac_bnfa.cc +++ b/src/search_engines/ac_bnfa.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_full.cc b/src/search_engines/ac_full.cc index 12e3852f9..b31bcbd96 100644 --- a/src/search_engines/ac_full.cc +++ b/src/search_engines/ac_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_sparse.cc b/src/search_engines/ac_sparse.cc index a7636416d..1b658a72a 100644 --- a/src/search_engines/ac_sparse.cc +++ b/src/search_engines/ac_sparse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_sparse_bands.cc b/src/search_engines/ac_sparse_bands.cc index 3c570699f..9788368fb 100644 --- a/src/search_engines/ac_sparse_bands.cc +++ b/src/search_engines/ac_sparse_bands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_std.cc b/src/search_engines/ac_std.cc index 095541819..80e5d11c9 100644 --- a/src/search_engines/ac_std.cc +++ b/src/search_engines/ac_std.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx.cc b/src/search_engines/acsmx.cc index 87dd10af1..b0b578660 100644 --- a/src/search_engines/acsmx.cc +++ b/src/search_engines/acsmx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx.h b/src/search_engines/acsmx.h index c0f1fd1a7..1e7001467 100644 --- a/src/search_engines/acsmx.h +++ b/src/search_engines/acsmx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/search_engines/acsmx2.cc b/src/search_engines/acsmx2.cc index d13af4ed9..80d38b62c 100644 --- a/src/search_engines/acsmx2.cc +++ b/src/search_engines/acsmx2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2003-2004 Daniel Roelker // Copyright (C) 2002-2004 Marc Norton diff --git a/src/search_engines/acsmx2.h b/src/search_engines/acsmx2.h index db97049c5..a5247ac20 100644 --- a/src/search_engines/acsmx2.h +++ b/src/search_engines/acsmx2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx2_api.cc b/src/search_engines/acsmx2_api.cc index 8017b7030..548fed4a8 100644 --- a/src/search_engines/acsmx2_api.cc +++ b/src/search_engines/acsmx2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/bnfa_search.cc b/src/search_engines/bnfa_search.cc index 24527f8fc..9870f1edb 100644 --- a/src/search_engines/bnfa_search.cc +++ b/src/search_engines/bnfa_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/bnfa_search.h b/src/search_engines/bnfa_search.h index 0f5443e86..29489c487 100644 --- a/src/search_engines/bnfa_search.h +++ b/src/search_engines/bnfa_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/hyperscan.cc b/src/search_engines/hyperscan.cc index 9d9450afa..f7e242b05 100644 --- a/src/search_engines/hyperscan.cc +++ b/src/search_engines/hyperscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/hyperscan.h b/src/search_engines/hyperscan.h index 69bf2e7db..3b867e450 100644 --- a/src/search_engines/hyperscan.h +++ b/src/search_engines/hyperscan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/pat_stats.h b/src/search_engines/pat_stats.h index b13e992cf..84209bc0e 100644 --- a/src/search_engines/pat_stats.h +++ b/src/search_engines/pat_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/search_common.h b/src/search_engines/search_common.h index ebd2aec10..11d3b32b3 100644 --- a/src/search_engines/search_common.h +++ b/src/search_engines/search_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_engines.cc b/src/search_engines/search_engines.cc index 92eb39ef1..dab793bd1 100644 --- a/src/search_engines/search_engines.cc +++ b/src/search_engines/search_engines.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_engines.h b/src/search_engines/search_engines.h index 34afa9c56..34c4f11dc 100644 --- a/src/search_engines/search_engines.h +++ b/src/search_engines/search_engines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_tool.cc b/src/search_engines/search_tool.cc index 4e67c2681..bad6adb9d 100644 --- a/src/search_engines/search_tool.cc +++ b/src/search_engines/search_tool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_tool.h b/src/search_engines/search_tool.h index a1f56b456..e4261c510 100644 --- a/src/search_engines/search_tool.h +++ b/src/search_engines/search_tool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/test/hyperscan_test.cc b/src/search_engines/test/hyperscan_test.cc index d8ccacc88..cf714f0ab 100644 --- a/src/search_engines/test/hyperscan_test.cc +++ b/src/search_engines/test/hyperscan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/test/search_tool_test.cc b/src/search_engines/test/search_tool_test.cc index d6be37554..729c6176b 100644 --- a/src/search_engines/test/search_tool_test.cc +++ b/src/search_engines/test/search_tool_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/back_orifice/back_orifice.cc b/src/service_inspectors/back_orifice/back_orifice.cc index 93ee0cf11..ae34ba9ab 100644 --- a/src/service_inspectors/back_orifice/back_orifice.cc +++ b/src/service_inspectors/back_orifice/back_orifice.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // Copyright (C) 1998-2005 Martin Roesch // diff --git a/src/service_inspectors/dce_rpc/dce_co.cc b/src/service_inspectors/dce_rpc/dce_co.cc index 8288ebc7c..e55ef770d 100644 --- a/src/service_inspectors/dce_rpc/dce_co.cc +++ b/src/service_inspectors/dce_rpc/dce_co.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_co.h b/src/service_inspectors/dce_rpc/dce_co.h index 6dbb00e49..e035a4cf7 100644 --- a/src/service_inspectors/dce_rpc/dce_co.h +++ b/src/service_inspectors/dce_rpc/dce_co.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_common.cc b/src/service_inspectors/dce_rpc/dce_common.cc index 01a2f9a1b..e2693885b 100644 --- a/src/service_inspectors/dce_rpc/dce_common.cc +++ b/src/service_inspectors/dce_rpc/dce_common.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_common.h b/src/service_inspectors/dce_rpc/dce_common.h index 6a830f98f..19abdae06 100644 --- a/src/service_inspectors/dce_rpc/dce_common.h +++ b/src/service_inspectors/dce_rpc/dce_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_common.cc b/src/service_inspectors/dce_rpc/dce_http_common.cc index f4ada65c2..7ccbf5623 100644 --- a/src/service_inspectors/dce_rpc/dce_http_common.cc +++ b/src/service_inspectors/dce_rpc/dce_http_common.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_common.h b/src/service_inspectors/dce_rpc/dce_http_common.h index 6cfdaa1f3..d0a3fc316 100644 --- a/src/service_inspectors/dce_rpc/dce_http_common.h +++ b/src/service_inspectors/dce_rpc/dce_http_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy.cc b/src/service_inspectors/dce_rpc/dce_http_proxy.cc index 16ecae57a..1cbe175ff 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc b/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc index 586f0c1c4..f18d2fb8e 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_module.h b/src/service_inspectors/dce_rpc/dce_http_proxy_module.h index 4369b7aba..48ecb9d00 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_module.h +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 6isco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc index c57972f37..639aa4909 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h index 879569a7c..2de3013f1 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server.cc b/src/service_inspectors/dce_rpc/dce_http_server.cc index f95f138e5..5541ff66b 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_module.cc b/src/service_inspectors/dce_rpc/dce_http_server_module.cc index 7c8e59c16..cb747dde6 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_module.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_module.h b/src/service_inspectors/dce_rpc/dce_http_server_module.h index 3ff8fccb1..9314cb5aa 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_module.h +++ b/src/service_inspectors/dce_rpc/dce_http_server_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 6isco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc b/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc index 5d3ff0b3b..03ef351ac 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_splitter.h b/src/service_inspectors/dce_rpc/dce_http_server_splitter.h index c1b225696..78b593cc5 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_splitter.h +++ b/src/service_inspectors/dce_rpc/dce_http_server_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_list.cc b/src/service_inspectors/dce_rpc/dce_list.cc index 0f9e4dd02..40b5b638a 100644 --- a/src/service_inspectors/dce_rpc/dce_list.cc +++ b/src/service_inspectors/dce_rpc/dce_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_list.h b/src/service_inspectors/dce_rpc/dce_list.h index a4a471a8b..7f08ec6db 100644 --- a/src/service_inspectors/dce_rpc/dce_list.h +++ b/src/service_inspectors/dce_rpc/dce_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_smb.cc b/src/service_inspectors/dce_rpc/dce_smb.cc index 651bb795a..5e7bb3ab4 100644 --- a/src/service_inspectors/dce_rpc/dce_smb.cc +++ b/src/service_inspectors/dce_rpc/dce_smb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb.h b/src/service_inspectors/dce_rpc/dce_smb.h index 24fb6e7fa..88ba9a13f 100644 --- a/src/service_inspectors/dce_rpc/dce_smb.h +++ b/src/service_inspectors/dce_rpc/dce_smb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.cc b/src/service_inspectors/dce_rpc/dce_smb2.cc index 596610bdd..18e5eaa13 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.h b/src/service_inspectors/dce_rpc/dce_smb2.h index dc30eb214..f3b7c76e4 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2.h +++ b/src/service_inspectors/dce_rpc/dce_smb2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_commands.cc b/src/service_inspectors/dce_rpc/dce_smb_commands.cc index 35a196d29..488a7107d 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_commands.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_commands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_commands.h b/src/service_inspectors/dce_rpc/dce_smb_commands.h index 37caa82bb..aefe1670d 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_commands.h +++ b/src/service_inspectors/dce_rpc/dce_smb_commands.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_module.cc b/src/service_inspectors/dce_rpc/dce_smb_module.cc index 7ba6fd6ba..9d1f66572 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_module.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_module.h b/src/service_inspectors/dce_rpc/dce_smb_module.h index dd36e8df2..286a75a82 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_module.h +++ b/src/service_inspectors/dce_rpc/dce_smb_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_paf.cc b/src/service_inspectors/dce_rpc/dce_smb_paf.cc index 5557921dd..e47c06a41 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_paf.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_paf.h b/src/service_inspectors/dce_rpc/dce_smb_paf.h index 707c83152..24eb21755 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_paf.h +++ b/src/service_inspectors/dce_rpc/dce_smb_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction.cc b/src/service_inspectors/dce_rpc/dce_smb_transaction.cc index 3c8c8f478..7d364c4f7 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction.h b/src/service_inspectors/dce_rpc/dce_smb_transaction.h index de5f38c96..87f71410f 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction.h +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc index f663ee2e9..cb800a097 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h index ce452a265..ba2173a00 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_utils.cc b/src/service_inspectors/dce_rpc/dce_smb_utils.cc index b1e2f3fb7..e867947e8 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_utils.h b/src/service_inspectors/dce_rpc/dce_smb_utils.h index 4a3b328ed..d98eb7783 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_utils.h +++ b/src/service_inspectors/dce_rpc/dce_smb_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp.cc b/src/service_inspectors/dce_rpc/dce_tcp.cc index 605eb3b87..6983a815d 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp.h b/src/service_inspectors/dce_rpc/dce_tcp.h index a44124642..3b3960e8a 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp.h +++ b/src/service_inspectors/dce_rpc/dce_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_module.cc b/src/service_inspectors/dce_rpc/dce_tcp_module.cc index 2587c1b7c..2f159ee0e 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_module.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_module.h b/src/service_inspectors/dce_rpc/dce_tcp_module.h index 79ede66e8..140880727 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_module.h +++ b/src/service_inspectors/dce_rpc/dce_tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 6isco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_paf.cc b/src/service_inspectors/dce_rpc/dce_tcp_paf.cc index 6a0f1d347..5fdcd5527 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_paf.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_paf.h b/src/service_inspectors/dce_rpc/dce_tcp_paf.h index 372162ce1..d7fca60ec 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_paf.h +++ b/src/service_inspectors/dce_rpc/dce_tcp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp.cc b/src/service_inspectors/dce_rpc/dce_udp.cc index 9348e4b2d..7106b63cb 100644 --- a/src/service_inspectors/dce_rpc/dce_udp.cc +++ b/src/service_inspectors/dce_rpc/dce_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp.h b/src/service_inspectors/dce_rpc/dce_udp.h index 51d386e81..1edef0404 100644 --- a/src/service_inspectors/dce_rpc/dce_udp.h +++ b/src/service_inspectors/dce_rpc/dce_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_module.cc b/src/service_inspectors/dce_rpc/dce_udp_module.cc index 0dbf31bde..25f06313e 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_module.cc +++ b/src/service_inspectors/dce_rpc/dce_udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_module.h b/src/service_inspectors/dce_rpc/dce_udp_module.h index eedb8986b..ff0677cd8 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_module.h +++ b/src/service_inspectors/dce_rpc/dce_udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_processing.cc b/src/service_inspectors/dce_rpc/dce_udp_processing.cc index 2a398be7f..8b2e232ff 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_processing.cc +++ b/src/service_inspectors/dce_rpc/dce_udp_processing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_utils.cc b/src/service_inspectors/dce_rpc/dce_utils.cc index 8e69a4035..fc59fedc6 100644 --- a/src/service_inspectors/dce_rpc/dce_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_utils.h b/src/service_inspectors/dce_rpc/dce_utils.h index b31959d42..bd92c25cc 100644 --- a/src/service_inspectors/dce_rpc/dce_utils.h +++ b/src/service_inspectors/dce_rpc/dce_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/ips_dce_iface.cc b/src/service_inspectors/dce_rpc/ips_dce_iface.cc index 02436127b..b44c2756b 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_iface.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/ips_dce_opnum.cc b/src/service_inspectors/dce_rpc/ips_dce_opnum.cc index 17a0063bc..d0f307cdc 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_opnum.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_opnum.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc b/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc index 907d03096..2a1832759 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_common.h b/src/service_inspectors/dce_rpc/smb_common.h index 71ce5aaa8..6a3327584 100644 --- a/src/service_inspectors/dce_rpc/smb_common.h +++ b/src/service_inspectors/dce_rpc/smb_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_message.cc b/src/service_inspectors/dce_rpc/smb_message.cc index 704662309..e9a5758bf 100644 --- a/src/service_inspectors/dce_rpc/smb_message.cc +++ b/src/service_inspectors/dce_rpc/smb_message.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_message.h b/src/service_inspectors/dce_rpc/smb_message.h index 3d90c2a0c..1fc128509 100644 --- a/src/service_inspectors/dce_rpc/smb_message.h +++ b/src/service_inspectors/dce_rpc/smb_message.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3.cc b/src/service_inspectors/dnp3/dnp3.cc index 4a39dd12f..022cb8429 100644 --- a/src/service_inspectors/dnp3/dnp3.cc +++ b/src/service_inspectors/dnp3/dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3.h b/src/service_inspectors/dnp3/dnp3.h index 1e372be34..5869a2578 100644 --- a/src/service_inspectors/dnp3/dnp3.h +++ b/src/service_inspectors/dnp3/dnp3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_map.cc b/src/service_inspectors/dnp3/dnp3_map.cc index 6fd68cbb6..0e3391325 100644 --- a/src/service_inspectors/dnp3/dnp3_map.cc +++ b/src/service_inspectors/dnp3/dnp3_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_map.h b/src/service_inspectors/dnp3/dnp3_map.h index 5caf055f3..5cc84c730 100644 --- a/src/service_inspectors/dnp3/dnp3_map.h +++ b/src/service_inspectors/dnp3/dnp3_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_module.cc b/src/service_inspectors/dnp3/dnp3_module.cc index 0cf1c04fa..6181d534b 100644 --- a/src/service_inspectors/dnp3/dnp3_module.cc +++ b/src/service_inspectors/dnp3/dnp3_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_module.h b/src/service_inspectors/dnp3/dnp3_module.h index bee14cdb0..cf1925f0e 100644 --- a/src/service_inspectors/dnp3/dnp3_module.h +++ b/src/service_inspectors/dnp3/dnp3_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_paf.cc b/src/service_inspectors/dnp3/dnp3_paf.cc index fc5079bee..0c03a3659 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.cc +++ b/src/service_inspectors/dnp3/dnp3_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_paf.h b/src/service_inspectors/dnp3/dnp3_paf.h index f8c262443..6f698a5c4 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.h +++ b/src/service_inspectors/dnp3/dnp3_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_reassembly.cc b/src/service_inspectors/dnp3/dnp3_reassembly.cc index 0b9d3928b..77a76676c 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.cc +++ b/src/service_inspectors/dnp3/dnp3_reassembly.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_reassembly.h b/src/service_inspectors/dnp3/dnp3_reassembly.h index 5865cee6c..2571a7cb1 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.h +++ b/src/service_inspectors/dnp3/dnp3_reassembly.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_data.cc b/src/service_inspectors/dnp3/ips_dnp3_data.cc index 2d8fb8a87..3425c826b 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_data.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_func.cc b/src/service_inspectors/dnp3/ips_dnp3_func.cc index 74cd1054e..c0b72e9a3 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_func.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_ind.cc b/src/service_inspectors/dnp3/ips_dnp3_ind.cc index 9c6c843ee..76cc84dff 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_ind.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_ind.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_obj.cc b/src/service_inspectors/dnp3/ips_dnp3_obj.cc index 50d12c760..25c13bda3 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_obj.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_obj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns.cc b/src/service_inspectors/dns/dns.cc index 2608db8aa..bfb48f622 100644 --- a/src/service_inspectors/dns/dns.cc +++ b/src/service_inspectors/dns/dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dns/dns.h b/src/service_inspectors/dns/dns.h index fe16cbeb2..eb45058f4 100644 --- a/src/service_inspectors/dns/dns.h +++ b/src/service_inspectors/dns/dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dns/dns_module.cc b/src/service_inspectors/dns/dns_module.cc index 15d4325c5..a50633719 100644 --- a/src/service_inspectors/dns/dns_module.cc +++ b/src/service_inspectors/dns/dns_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_module.h b/src/service_inspectors/dns/dns_module.h index 19b72cfae..242c18fe5 100644 --- a/src/service_inspectors/dns/dns_module.h +++ b/src/service_inspectors/dns/dns_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ft_main.cc b/src/service_inspectors/ftp_telnet/ft_main.cc index 9dd21b16d..de662e254 100644 --- a/src/service_inspectors/ftp_telnet/ft_main.cc +++ b/src/service_inspectors/ftp_telnet/ft_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ft_main.h b/src/service_inspectors/ftp_telnet/ft_main.h index 93429d1de..cc80d3b5c 100644 --- a/src/service_inspectors/ftp_telnet/ft_main.h +++ b/src/service_inspectors/ftp_telnet/ft_main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp.cc b/src/service_inspectors/ftp_telnet/ftp.cc index 6fdfb9f4a..5f9d71123 100644 --- a/src/service_inspectors/ftp_telnet/ftp.cc +++ b/src/service_inspectors/ftp_telnet/ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc index dd8d66e5a..1ddd6a5fc 100644 --- a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc +++ b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h index 33ead6013..2f6f1e5b1 100644 --- a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h +++ b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_client.h b/src/service_inspectors/ftp_telnet/ftp_client.h index 4b402d94f..e1d3a7aec 100644 --- a/src/service_inspectors/ftp_telnet/ftp_client.h +++ b/src/service_inspectors/ftp_telnet/ftp_client.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc index 8564f6095..8589a59f7 100644 --- a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc +++ b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h index 7cdfbe4e6..37f0c1c0d 100644 --- a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h +++ b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_data.cc b/src/service_inspectors/ftp_telnet/ftp_data.cc index 9697be3ee..130b5a1fa 100644 --- a/src/service_inspectors/ftp_telnet/ftp_data.cc +++ b/src/service_inspectors/ftp_telnet/ftp_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_data.h b/src/service_inspectors/ftp_telnet/ftp_data.h index f1b899b87..e080e8199 100644 --- a/src/service_inspectors/ftp_telnet/ftp_data.h +++ b/src/service_inspectors/ftp_telnet/ftp_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_module.cc b/src/service_inspectors/ftp_telnet/ftp_module.cc index 03dab70a3..4b85a3334 100644 --- a/src/service_inspectors/ftp_telnet/ftp_module.cc +++ b/src/service_inspectors/ftp_telnet/ftp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_module.h b/src/service_inspectors/ftp_telnet/ftp_module.h index 9722abc3b..5725595a6 100644 --- a/src/service_inspectors/ftp_telnet/ftp_module.h +++ b/src/service_inspectors/ftp_telnet/ftp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_parse.cc b/src/service_inspectors/ftp_telnet/ftp_parse.cc index 2f6332d66..83d7e50e2 100644 --- a/src/service_inspectors/ftp_telnet/ftp_parse.cc +++ b/src/service_inspectors/ftp_telnet/ftp_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_parse.h b/src/service_inspectors/ftp_telnet/ftp_parse.h index 658ac5a43..3c9831826 100644 --- a/src/service_inspectors/ftp_telnet/ftp_parse.h +++ b/src/service_inspectors/ftp_telnet/ftp_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_print.cc b/src/service_inspectors/ftp_telnet/ftp_print.cc index a92228b1d..fe1b7c28f 100644 --- a/src/service_inspectors/ftp_telnet/ftp_print.cc +++ b/src/service_inspectors/ftp_telnet/ftp_print.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_print.h b/src/service_inspectors/ftp_telnet/ftp_print.h index f60fa309d..d3a178d31 100644 --- a/src/service_inspectors/ftp_telnet/ftp_print.h +++ b/src/service_inspectors/ftp_telnet/ftp_print.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_server.h b/src/service_inspectors/ftp_telnet/ftp_server.h index cb11a1556..fe1e12fff 100644 --- a/src/service_inspectors/ftp_telnet/ftp_server.h +++ b/src/service_inspectors/ftp_telnet/ftp_server.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_splitter.cc b/src/service_inspectors/ftp_telnet/ftp_splitter.cc index ef0e8e576..6b05a4f2a 100644 --- a/src/service_inspectors/ftp_telnet/ftp_splitter.cc +++ b/src/service_inspectors/ftp_telnet/ftp_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_splitter.h b/src/service_inspectors/ftp_telnet/ftp_splitter.h index 008ee4900..f5934b909 100644 --- a/src/service_inspectors/ftp_telnet/ftp_splitter.h +++ b/src/service_inspectors/ftp_telnet/ftp_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc b/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc index 90dedba4c..b1f6aace0 100644 --- a/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc +++ b/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpdata_splitter.h b/src/service_inspectors/ftp_telnet/ftpdata_splitter.h index 70d5ecd15..e918f5880 100644 --- a/src/service_inspectors/ftp_telnet/ftpdata_splitter.h +++ b/src/service_inspectors/ftp_telnet/ftpdata_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpp_return_codes.h b/src/service_inspectors/ftp_telnet/ftpp_return_codes.h index 1e6c8a85c..db57b14cc 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_return_codes.h +++ b/src/service_inspectors/ftp_telnet/ftpp_return_codes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_si.cc b/src/service_inspectors/ftp_telnet/ftpp_si.cc index 5e0e07a39..6eafc8027 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_si.cc +++ b/src/service_inspectors/ftp_telnet/ftpp_si.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_si.h b/src/service_inspectors/ftp_telnet/ftpp_si.h index 0af1a631b..88078a3bd 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_si.h +++ b/src/service_inspectors/ftp_telnet/ftpp_si.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc b/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc index 18f5b339c..81389b5ea 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc +++ b/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_ui_config.h b/src/service_inspectors/ftp_telnet/ftpp_ui_config.h index 67543f29f..41b5d9c90 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_ui_config.h +++ b/src/service_inspectors/ftp_telnet/ftpp_ui_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_ftp.cc b/src/service_inspectors/ftp_telnet/pp_ftp.cc index 8bd19cf4d..31d5df1b8 100644 --- a/src/service_inspectors/ftp_telnet/pp_ftp.cc +++ b/src/service_inspectors/ftp_telnet/pp_ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_ftp.h b/src/service_inspectors/ftp_telnet/pp_ftp.h index df25d1d6a..dca93383a 100644 --- a/src/service_inspectors/ftp_telnet/pp_ftp.h +++ b/src/service_inspectors/ftp_telnet/pp_ftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_telnet.cc b/src/service_inspectors/ftp_telnet/pp_telnet.cc index 76fda0e20..d2c8e4ddd 100644 --- a/src/service_inspectors/ftp_telnet/pp_telnet.cc +++ b/src/service_inspectors/ftp_telnet/pp_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/service_inspectors/ftp_telnet/pp_telnet.h b/src/service_inspectors/ftp_telnet/pp_telnet.h index 14151d68d..88460fa4d 100644 --- a/src/service_inspectors/ftp_telnet/pp_telnet.h +++ b/src/service_inspectors/ftp_telnet/pp_telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/telnet.cc b/src/service_inspectors/ftp_telnet/telnet.cc index f85b45187..4ed5d7114 100644 --- a/src/service_inspectors/ftp_telnet/telnet.cc +++ b/src/service_inspectors/ftp_telnet/telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/telnet.h b/src/service_inspectors/ftp_telnet/telnet.h index 20f67f5bf..73d85572a 100644 --- a/src/service_inspectors/ftp_telnet/telnet.h +++ b/src/service_inspectors/ftp_telnet/telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/telnet_module.cc b/src/service_inspectors/ftp_telnet/telnet_module.cc index 8a58107ba..54dc563d5 100644 --- a/src/service_inspectors/ftp_telnet/telnet_module.cc +++ b/src/service_inspectors/ftp_telnet/telnet_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/telnet_module.h b/src/service_inspectors/ftp_telnet/telnet_module.h index 4b3917040..9b319fa49 100644 --- a/src/service_inspectors/ftp_telnet/telnet_module.h +++ b/src/service_inspectors/ftp_telnet/telnet_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp.cc b/src/service_inspectors/gtp/gtp.cc index ce748fae1..8edb2d339 100644 --- a/src/service_inspectors/gtp/gtp.cc +++ b/src/service_inspectors/gtp/gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp.h b/src/service_inspectors/gtp/gtp.h index 8d92a4af3..9f90c93d8 100644 --- a/src/service_inspectors/gtp/gtp.h +++ b/src/service_inspectors/gtp/gtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp_inspect.cc b/src/service_inspectors/gtp/gtp_inspect.cc index 3f3f9e96c..6b9a2bf3b 100644 --- a/src/service_inspectors/gtp/gtp_inspect.cc +++ b/src/service_inspectors/gtp/gtp_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_inspect.h b/src/service_inspectors/gtp/gtp_inspect.h index 709fdd05a..422d1c4ea 100644 --- a/src/service_inspectors/gtp/gtp_inspect.h +++ b/src/service_inspectors/gtp/gtp_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_module.cc b/src/service_inspectors/gtp/gtp_module.cc index efed8943d..62f4d949f 100644 --- a/src/service_inspectors/gtp/gtp_module.cc +++ b/src/service_inspectors/gtp/gtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_module.h b/src/service_inspectors/gtp/gtp_module.h index daa7089ed..0f7110ccf 100644 --- a/src/service_inspectors/gtp/gtp_module.h +++ b/src/service_inspectors/gtp/gtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_parser.cc b/src/service_inspectors/gtp/gtp_parser.cc index 4ea1b0699..982341c3f 100644 --- a/src/service_inspectors/gtp/gtp_parser.cc +++ b/src/service_inspectors/gtp/gtp_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp_parser.h b/src/service_inspectors/gtp/gtp_parser.h index 7c5d5660e..db4b180ec 100644 --- a/src/service_inspectors/gtp/gtp_parser.h +++ b/src/service_inspectors/gtp/gtp_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/ips_gtp_info.cc b/src/service_inspectors/gtp/ips_gtp_info.cc index 5dec271cf..9429086cd 100644 --- a/src/service_inspectors/gtp/ips_gtp_info.cc +++ b/src/service_inspectors/gtp/ips_gtp_info.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/ips_gtp_type.cc b/src/service_inspectors/gtp/ips_gtp_type.cc index 3ed1b397e..1dda614ec 100644 --- a/src/service_inspectors/gtp/ips_gtp_type.cc +++ b/src/service_inspectors/gtp/ips_gtp_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/ips_gtp_version.cc b/src/service_inspectors/gtp/ips_gtp_version.cc index 51577dcfb..f9424a322 100644 --- a/src/service_inspectors/gtp/ips_gtp_version.cc +++ b/src/service_inspectors/gtp/ips_gtp_version.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_api.cc b/src/service_inspectors/http_inspect/http_api.cc index 0b18d384d..ef746a9a1 100644 --- a/src/service_inspectors/http_inspect/http_api.cc +++ b/src/service_inspectors/http_inspect/http_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_api.h b/src/service_inspectors/http_inspect/http_api.h index e35a0a46b..ad41465ac 100644 --- a/src/service_inspectors/http_inspect/http_api.h +++ b/src/service_inspectors/http_inspect/http_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_cutter.cc b/src/service_inspectors/http_inspect/http_cutter.cc index 9ce877d89..d8c81730e 100644 --- a/src/service_inspectors/http_inspect/http_cutter.cc +++ b/src/service_inspectors/http_inspect/http_cutter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_cutter.h b/src/service_inspectors/http_inspect/http_cutter.h index b38850c2c..656cf0302 100644 --- a/src/service_inspectors/http_inspect/http_cutter.h +++ b/src/service_inspectors/http_inspect/http_cutter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_enum.h b/src/service_inspectors/http_inspect/http_enum.h index afb2f20eb..562178abc 100644 --- a/src/service_inspectors/http_inspect/http_enum.h +++ b/src/service_inspectors/http_inspect/http_enum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_event_gen.h b/src/service_inspectors/http_inspect/http_event_gen.h index 944b364be..9c1e6b024 100644 --- a/src/service_inspectors/http_inspect/http_event_gen.h +++ b/src/service_inspectors/http_inspect/http_event_gen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_field.cc b/src/service_inspectors/http_inspect/http_field.cc index dcf231a59..fc0a1913e 100644 --- a/src/service_inspectors/http_inspect/http_field.cc +++ b/src/service_inspectors/http_inspect/http_field.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_field.h b/src/service_inspectors/http_inspect/http_field.h index 7d769cc8b..6e4a2ece1 100644 --- a/src/service_inspectors/http_inspect/http_field.h +++ b/src/service_inspectors/http_inspect/http_field.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_flow_data.cc b/src/service_inspectors/http_inspect/http_flow_data.cc index 08fd261c1..6da55d977 100644 --- a/src/service_inspectors/http_inspect/http_flow_data.cc +++ b/src/service_inspectors/http_inspect/http_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_flow_data.h b/src/service_inspectors/http_inspect/http_flow_data.h index 0586889cd..f9126cda3 100644 --- a/src/service_inspectors/http_inspect/http_flow_data.h +++ b/src/service_inspectors/http_inspect/http_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_header_normalizer.cc b/src/service_inspectors/http_inspect/http_header_normalizer.cc index abc02c009..e4e1f9a56 100644 --- a/src/service_inspectors/http_inspect/http_header_normalizer.cc +++ b/src/service_inspectors/http_inspect/http_header_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_header_normalizer.h b/src/service_inspectors/http_inspect/http_header_normalizer.h index fad6a9182..4ef3c2d91 100644 --- a/src/service_inspectors/http_inspect/http_header_normalizer.h +++ b/src/service_inspectors/http_inspect/http_header_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_infractions.h b/src/service_inspectors/http_inspect/http_infractions.h index f417a8d01..bc2aad43a 100644 --- a/src/service_inspectors/http_inspect/http_infractions.h +++ b/src/service_inspectors/http_inspect/http_infractions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_inspect.cc b/src/service_inspectors/http_inspect/http_inspect.cc index f0128648a..cd1c553c4 100644 --- a/src/service_inspectors/http_inspect/http_inspect.cc +++ b/src/service_inspectors/http_inspect/http_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_inspect.h b/src/service_inspectors/http_inspect/http_inspect.h index d2ec452cb..b5f4fdfc3 100644 --- a/src/service_inspectors/http_inspect/http_inspect.h +++ b/src/service_inspectors/http_inspect/http_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_js_norm.cc b/src/service_inspectors/http_inspect/http_js_norm.cc index c3d948cca..e22191192 100644 --- a/src/service_inspectors/http_inspect/http_js_norm.cc +++ b/src/service_inspectors/http_inspect/http_js_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_js_norm.h b/src/service_inspectors/http_inspect/http_js_norm.h index 785564701..b91ece7ec 100644 --- a/src/service_inspectors/http_inspect/http_js_norm.h +++ b/src/service_inspectors/http_inspect/http_js_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_module.cc b/src/service_inspectors/http_inspect/http_module.cc index 84a164794..ba21848b2 100644 --- a/src/service_inspectors/http_inspect/http_module.cc +++ b/src/service_inspectors/http_inspect/http_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_module.h b/src/service_inspectors/http_inspect/http_module.h index 7e0bf3333..440342d06 100644 --- a/src/service_inspectors/http_inspect/http_module.h +++ b/src/service_inspectors/http_inspect/http_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body.cc b/src/service_inspectors/http_inspect/http_msg_body.cc index 4af3b81a6..15d56d10f 100644 --- a/src/service_inspectors/http_inspect/http_msg_body.cc +++ b/src/service_inspectors/http_inspect/http_msg_body.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body.h b/src/service_inspectors/http_inspect/http_msg_body.h index b09d3508c..6fbb62fe4 100644 --- a/src/service_inspectors/http_inspect/http_msg_body.h +++ b/src/service_inspectors/http_inspect/http_msg_body.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_chunk.cc b/src/service_inspectors/http_inspect/http_msg_body_chunk.cc index 980181a6d..80669069d 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_chunk.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_chunk.h b/src/service_inspectors/http_inspect/http_msg_body_chunk.h index 987bdfc65..6ca4ecd2f 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_chunk.h +++ b/src/service_inspectors/http_inspect/http_msg_body_chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_cl.cc b/src/service_inspectors/http_inspect/http_msg_body_cl.cc index cb6f06b39..6bed3d60d 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_cl.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_cl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_cl.h b/src/service_inspectors/http_inspect/http_msg_body_cl.h index 34f69c897..dbe20623d 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_cl.h +++ b/src/service_inspectors/http_inspect/http_msg_body_cl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_old.cc b/src/service_inspectors/http_inspect/http_msg_body_old.cc index 41104ac3c..68e430ce0 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_old.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_old.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_old.h b/src/service_inspectors/http_inspect/http_msg_body_old.h index a5074a57b..a1fa16ee8 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_old.h +++ b/src/service_inspectors/http_inspect/http_msg_body_old.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared.cc b/src/service_inspectors/http_inspect/http_msg_head_shared.cc index 8fa2f5187..a439c4f31 100644 --- a/src/service_inspectors/http_inspect/http_msg_head_shared.cc +++ b/src/service_inspectors/http_inspect/http_msg_head_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared.h b/src/service_inspectors/http_inspect/http_msg_head_shared.h index 1f49a8689..285166d46 100644 --- a/src/service_inspectors/http_inspect/http_msg_head_shared.h +++ b/src/service_inspectors/http_inspect/http_msg_head_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc b/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc index cc8911bdc..7eb7b5276 100644 --- a/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc +++ b/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_header.cc b/src/service_inspectors/http_inspect/http_msg_header.cc index 885954625..59e9b2a8f 100644 --- a/src/service_inspectors/http_inspect/http_msg_header.cc +++ b/src/service_inspectors/http_inspect/http_msg_header.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_header.h b/src/service_inspectors/http_inspect/http_msg_header.h index f1fbdecfc..08de3654a 100644 --- a/src/service_inspectors/http_inspect/http_msg_header.h +++ b/src/service_inspectors/http_inspect/http_msg_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_request.cc b/src/service_inspectors/http_inspect/http_msg_request.cc index 93221a662..2787acf46 100644 --- a/src/service_inspectors/http_inspect/http_msg_request.cc +++ b/src/service_inspectors/http_inspect/http_msg_request.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_request.h b/src/service_inspectors/http_inspect/http_msg_request.h index 7a487dc6e..f8df900a4 100644 --- a/src/service_inspectors/http_inspect/http_msg_request.h +++ b/src/service_inspectors/http_inspect/http_msg_request.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_section.cc b/src/service_inspectors/http_inspect/http_msg_section.cc index 5eb8b6861..d328c9c6e 100644 --- a/src/service_inspectors/http_inspect/http_msg_section.cc +++ b/src/service_inspectors/http_inspect/http_msg_section.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_section.h b/src/service_inspectors/http_inspect/http_msg_section.h index 194a225fa..a3dcefe67 100644 --- a/src/service_inspectors/http_inspect/http_msg_section.h +++ b/src/service_inspectors/http_inspect/http_msg_section.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_start.cc b/src/service_inspectors/http_inspect/http_msg_start.cc index 283e8cba9..b45eb062e 100644 --- a/src/service_inspectors/http_inspect/http_msg_start.cc +++ b/src/service_inspectors/http_inspect/http_msg_start.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_start.h b/src/service_inspectors/http_inspect/http_msg_start.h index 08ec2e749..543d2efba 100644 --- a/src/service_inspectors/http_inspect/http_msg_start.h +++ b/src/service_inspectors/http_inspect/http_msg_start.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_status.cc b/src/service_inspectors/http_inspect/http_msg_status.cc index d5680b75f..5bbbed274 100644 --- a/src/service_inspectors/http_inspect/http_msg_status.cc +++ b/src/service_inspectors/http_inspect/http_msg_status.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_status.h b/src/service_inspectors/http_inspect/http_msg_status.h index e2a985801..4577e4a8b 100644 --- a/src/service_inspectors/http_inspect/http_msg_status.h +++ b/src/service_inspectors/http_inspect/http_msg_status.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_trailer.cc b/src/service_inspectors/http_inspect/http_msg_trailer.cc index 80d49dac2..accf808dd 100644 --- a/src/service_inspectors/http_inspect/http_msg_trailer.cc +++ b/src/service_inspectors/http_inspect/http_msg_trailer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_trailer.h b/src/service_inspectors/http_inspect/http_msg_trailer.h index b88adae6b..8602892b7 100644 --- a/src/service_inspectors/http_inspect/http_msg_trailer.h +++ b/src/service_inspectors/http_inspect/http_msg_trailer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalizers.cc b/src/service_inspectors/http_inspect/http_normalizers.cc index ec162cd28..e32b10f33 100644 --- a/src/service_inspectors/http_inspect/http_normalizers.cc +++ b/src/service_inspectors/http_inspect/http_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalizers.h b/src/service_inspectors/http_inspect/http_normalizers.h index f3bfa9fde..70582f92e 100644 --- a/src/service_inspectors/http_inspect/http_normalizers.h +++ b/src/service_inspectors/http_inspect/http_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_str_to_code.cc b/src/service_inspectors/http_inspect/http_str_to_code.cc index d41afd33b..a4d2ebf31 100644 --- a/src/service_inspectors/http_inspect/http_str_to_code.cc +++ b/src/service_inspectors/http_inspect/http_str_to_code.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_str_to_code.h b/src/service_inspectors/http_inspect/http_str_to_code.h index 58749006e..f8a6f15f9 100644 --- a/src/service_inspectors/http_inspect/http_str_to_code.h +++ b/src/service_inspectors/http_inspect/http_str_to_code.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter.h b/src/service_inspectors/http_inspect/http_stream_splitter.h index f808a2645..3f23eea91 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter.h +++ b/src/service_inspectors/http_inspect/http_stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc b/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc index 005175fb9..a31b1aaef 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc b/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc index 6bff5f796..3df342e0f 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc b/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc index e33c75378..4862ba8d4 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_tables.cc b/src/service_inspectors/http_inspect/http_tables.cc index 1c91f068a..b9ca31649 100644 --- a/src/service_inspectors/http_inspect/http_tables.cc +++ b/src/service_inspectors/http_inspect/http_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_input.cc b/src/service_inspectors/http_inspect/http_test_input.cc index 7f6204ac0..9fdab1bc6 100644 --- a/src/service_inspectors/http_inspect/http_test_input.cc +++ b/src/service_inspectors/http_inspect/http_test_input.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_input.h b/src/service_inspectors/http_inspect/http_test_input.h index 346379948..0fdfb5127 100644 --- a/src/service_inspectors/http_inspect/http_test_input.h +++ b/src/service_inspectors/http_inspect/http_test_input.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_manager.cc b/src/service_inspectors/http_inspect/http_test_manager.cc index 0d0e82928..f5b39e6b0 100644 --- a/src/service_inspectors/http_inspect/http_test_manager.cc +++ b/src/service_inspectors/http_inspect/http_test_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_manager.h b/src/service_inspectors/http_inspect/http_test_manager.h index 505b5b5a0..909c77222 100644 --- a/src/service_inspectors/http_inspect/http_test_manager.h +++ b/src/service_inspectors/http_inspect/http_test_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_transaction.cc b/src/service_inspectors/http_inspect/http_transaction.cc index afc309dd7..905a78fee 100644 --- a/src/service_inspectors/http_inspect/http_transaction.cc +++ b/src/service_inspectors/http_inspect/http_transaction.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_transaction.h b/src/service_inspectors/http_inspect/http_transaction.h index 9d7946d67..c092267ff 100644 --- a/src/service_inspectors/http_inspect/http_transaction.h +++ b/src/service_inspectors/http_inspect/http_transaction.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri.cc b/src/service_inspectors/http_inspect/http_uri.cc index 23c77704a..6bc2e91f9 100644 --- a/src/service_inspectors/http_inspect/http_uri.cc +++ b/src/service_inspectors/http_inspect/http_uri.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri.h b/src/service_inspectors/http_inspect/http_uri.h index d61421e65..89eb9d1e4 100644 --- a/src/service_inspectors/http_inspect/http_uri.h +++ b/src/service_inspectors/http_inspect/http_uri.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri_norm.cc b/src/service_inspectors/http_inspect/http_uri_norm.cc index 797f06c98..d3f72baf3 100644 --- a/src/service_inspectors/http_inspect/http_uri_norm.cc +++ b/src/service_inspectors/http_inspect/http_uri_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri_norm.h b/src/service_inspectors/http_inspect/http_uri_norm.h index fc76d5eea..5ef157d3e 100644 --- a/src/service_inspectors/http_inspect/http_uri_norm.h +++ b/src/service_inspectors/http_inspect/http_uri_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/ips_http.cc b/src/service_inspectors/http_inspect/ips_http.cc index bcd8ee921..ec169881c 100644 --- a/src/service_inspectors/http_inspect/ips_http.cc +++ b/src/service_inspectors/http_inspect/ips_http.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/ips_http.h b/src/service_inspectors/http_inspect/ips_http.h index e33bdfd39..e4d488575 100644 --- a/src/service_inspectors/http_inspect/ips_http.h +++ b/src/service_inspectors/http_inspect/ips_http.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_module_test.cc b/src/service_inspectors/http_inspect/test/http_module_test.cc index 011678652..86dff7a33 100644 --- a/src/service_inspectors/http_inspect/test/http_module_test.cc +++ b/src/service_inspectors/http_inspect/test/http_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc b/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc index 842c03557..17f44c28a 100644 --- a/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc +++ b/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_normalizers_test.cc b/src/service_inspectors/http_inspect/test/http_normalizers_test.cc index e0910ce14..07b157e9d 100644 --- a/src/service_inspectors/http_inspect/test/http_normalizers_test.cc +++ b/src/service_inspectors/http_inspect/test/http_normalizers_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_transaction_test.cc b/src/service_inspectors/http_inspect/test/http_transaction_test.cc index 15e3980bf..c65bd3bc1 100644 --- a/src/service_inspectors/http_inspect/test/http_transaction_test.cc +++ b/src/service_inspectors/http_inspect/test/http_transaction_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc b/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc index 986e1d0ac..64815e5b4 100644 --- a/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc +++ b/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap.cc b/src/service_inspectors/imap/imap.cc index 05a73cc10..20f085f8b 100644 --- a/src/service_inspectors/imap/imap.cc +++ b/src/service_inspectors/imap/imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap.h b/src/service_inspectors/imap/imap.h index 78201eeb3..9f38c5597 100644 --- a/src/service_inspectors/imap/imap.h +++ b/src/service_inspectors/imap/imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_config.h b/src/service_inspectors/imap/imap_config.h index 29d080470..0a00fecb8 100644 --- a/src/service_inspectors/imap/imap_config.h +++ b/src/service_inspectors/imap/imap_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_module.cc b/src/service_inspectors/imap/imap_module.cc index a2de1422e..26ef44c8f 100644 --- a/src/service_inspectors/imap/imap_module.cc +++ b/src/service_inspectors/imap/imap_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_module.h b/src/service_inspectors/imap/imap_module.h index 614d5a1e6..89f1b96ed 100644 --- a/src/service_inspectors/imap/imap_module.h +++ b/src/service_inspectors/imap/imap_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_paf.cc b/src/service_inspectors/imap/imap_paf.cc index 0cd6b5d66..fe0e79b91 100644 --- a/src/service_inspectors/imap/imap_paf.cc +++ b/src/service_inspectors/imap/imap_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_paf.h b/src/service_inspectors/imap/imap_paf.h index 6572846b7..dea429531 100644 --- a/src/service_inspectors/imap/imap_paf.h +++ b/src/service_inspectors/imap/imap_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_data.cc b/src/service_inspectors/modbus/ips_modbus_data.cc index 9f7884696..3c81c1288 100644 --- a/src/service_inspectors/modbus/ips_modbus_data.cc +++ b/src/service_inspectors/modbus/ips_modbus_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_func.cc b/src/service_inspectors/modbus/ips_modbus_func.cc index 64d7acd91..bc9f8b198 100644 --- a/src/service_inspectors/modbus/ips_modbus_func.cc +++ b/src/service_inspectors/modbus/ips_modbus_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_unit.cc b/src/service_inspectors/modbus/ips_modbus_unit.cc index 15ed164fb..8b2cc8414 100644 --- a/src/service_inspectors/modbus/ips_modbus_unit.cc +++ b/src/service_inspectors/modbus/ips_modbus_unit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus.cc b/src/service_inspectors/modbus/modbus.cc index d7b0866fc..fe47897f7 100644 --- a/src/service_inspectors/modbus/modbus.cc +++ b/src/service_inspectors/modbus/modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus.h b/src/service_inspectors/modbus/modbus.h index 32924b706..336c5f7f6 100644 --- a/src/service_inspectors/modbus/modbus.h +++ b/src/service_inspectors/modbus/modbus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_decode.cc b/src/service_inspectors/modbus/modbus_decode.cc index f549a13b4..73b4e2bcb 100644 --- a/src/service_inspectors/modbus/modbus_decode.cc +++ b/src/service_inspectors/modbus/modbus_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_decode.h b/src/service_inspectors/modbus/modbus_decode.h index 84fcfd005..c3c3de723 100644 --- a/src/service_inspectors/modbus/modbus_decode.h +++ b/src/service_inspectors/modbus/modbus_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_module.cc b/src/service_inspectors/modbus/modbus_module.cc index 0f4124cf7..8216ebe34 100644 --- a/src/service_inspectors/modbus/modbus_module.cc +++ b/src/service_inspectors/modbus/modbus_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus_module.h b/src/service_inspectors/modbus/modbus_module.h index c9c43cf9f..05cbd109e 100644 --- a/src/service_inspectors/modbus/modbus_module.h +++ b/src/service_inspectors/modbus/modbus_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus_paf.cc b/src/service_inspectors/modbus/modbus_paf.cc index a13fda7ea..ce6663032 100644 --- a/src/service_inspectors/modbus/modbus_paf.cc +++ b/src/service_inspectors/modbus/modbus_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_paf.h b/src/service_inspectors/modbus/modbus_paf.h index 1925f300d..3c19795bc 100644 --- a/src/service_inspectors/modbus/modbus_paf.h +++ b/src/service_inspectors/modbus/modbus_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/pop/pop.cc b/src/service_inspectors/pop/pop.cc index d4dd94692..0a37673d8 100644 --- a/src/service_inspectors/pop/pop.cc +++ b/src/service_inspectors/pop/pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop.h b/src/service_inspectors/pop/pop.h index 6e8da6b88..9ab76ccd9 100644 --- a/src/service_inspectors/pop/pop.h +++ b/src/service_inspectors/pop/pop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_config.h b/src/service_inspectors/pop/pop_config.h index adbd5946d..042c00e36 100644 --- a/src/service_inspectors/pop/pop_config.h +++ b/src/service_inspectors/pop/pop_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_module.cc b/src/service_inspectors/pop/pop_module.cc index 949a6e7db..0f8fa73da 100644 --- a/src/service_inspectors/pop/pop_module.cc +++ b/src/service_inspectors/pop/pop_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_module.h b/src/service_inspectors/pop/pop_module.h index 10d7eb74e..cd06b91cd 100644 --- a/src/service_inspectors/pop/pop_module.h +++ b/src/service_inspectors/pop/pop_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_paf.cc b/src/service_inspectors/pop/pop_paf.cc index 1f8b3d3ac..422699ea4 100644 --- a/src/service_inspectors/pop/pop_paf.cc +++ b/src/service_inspectors/pop/pop_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_paf.h b/src/service_inspectors/pop/pop_paf.h index 17386e28a..b262b2a3e 100644 --- a/src/service_inspectors/pop/pop_paf.h +++ b/src/service_inspectors/pop/pop_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/rpc_decode/rpc_decode.cc b/src/service_inspectors/rpc_decode/rpc_decode.cc index 360cf021e..122bc9b15 100644 --- a/src/service_inspectors/rpc_decode/rpc_decode.cc +++ b/src/service_inspectors/rpc_decode/rpc_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/service_inspectors/rpc_decode/rpc_module.cc b/src/service_inspectors/rpc_decode/rpc_module.cc index e667d14d2..c817ea03d 100644 --- a/src/service_inspectors/rpc_decode/rpc_module.cc +++ b/src/service_inspectors/rpc_decode/rpc_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/rpc_decode/rpc_module.h b/src/service_inspectors/rpc_decode/rpc_module.h index 1ef808f1a..adadec817 100644 --- a/src/service_inspectors/rpc_decode/rpc_module.h +++ b/src/service_inspectors/rpc_decode/rpc_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/service_inspectors.cc b/src/service_inspectors/service_inspectors.cc index 8c8debd06..a02013a5f 100644 --- a/src/service_inspectors/service_inspectors.cc +++ b/src/service_inspectors/service_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/service_inspectors.h b/src/service_inspectors/service_inspectors.h index 1b4f43ad7..14e31e226 100644 --- a/src/service_inspectors/service_inspectors.h +++ b/src/service_inspectors/service_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip.cc b/src/service_inspectors/sip/ips_sip.cc index 6c8b20c9b..892003491 100644 --- a/src/service_inspectors/sip/ips_sip.cc +++ b/src/service_inspectors/sip/ips_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip_method.cc b/src/service_inspectors/sip/ips_sip_method.cc index 909c70cd7..097b0b65c 100644 --- a/src/service_inspectors/sip/ips_sip_method.cc +++ b/src/service_inspectors/sip/ips_sip_method.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip_stat_code.cc b/src/service_inspectors/sip/ips_sip_stat_code.cc index cb9f09bee..899156514 100644 --- a/src/service_inspectors/sip/ips_sip_stat_code.cc +++ b/src/service_inspectors/sip/ips_sip_stat_code.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip.cc b/src/service_inspectors/sip/sip.cc index bec5453b4..c48179815 100644 --- a/src/service_inspectors/sip/sip.cc +++ b/src/service_inspectors/sip/sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip.h b/src/service_inspectors/sip/sip.h index fff9f16a7..edcf5f9b7 100644 --- a/src/service_inspectors/sip/sip.h +++ b/src/service_inspectors/sip/sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_common.h b/src/service_inspectors/sip/sip_common.h index 2719de8d1..80c2739e8 100644 --- a/src/service_inspectors/sip/sip_common.h +++ b/src/service_inspectors/sip/sip_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_config.cc b/src/service_inspectors/sip/sip_config.cc index 7cff30b40..631897079 100644 --- a/src/service_inspectors/sip/sip_config.cc +++ b/src/service_inspectors/sip/sip_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_config.h b/src/service_inspectors/sip/sip_config.h index e6d3a1073..9b044332d 100644 --- a/src/service_inspectors/sip/sip_config.h +++ b/src/service_inspectors/sip/sip_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_dialog.cc b/src/service_inspectors/sip/sip_dialog.cc index c673e2faa..d2d66f79b 100644 --- a/src/service_inspectors/sip/sip_dialog.cc +++ b/src/service_inspectors/sip/sip_dialog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_dialog.h b/src/service_inspectors/sip/sip_dialog.h index 261eb5ba1..6b05b04f9 100644 --- a/src/service_inspectors/sip/sip_dialog.h +++ b/src/service_inspectors/sip/sip_dialog.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_module.cc b/src/service_inspectors/sip/sip_module.cc index 6867abed9..f49aa8e02 100644 --- a/src/service_inspectors/sip/sip_module.cc +++ b/src/service_inspectors/sip/sip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_module.h b/src/service_inspectors/sip/sip_module.h index 0a289e251..63dac7452 100644 --- a/src/service_inspectors/sip/sip_module.h +++ b/src/service_inspectors/sip/sip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_parser.cc b/src/service_inspectors/sip/sip_parser.cc index 21dfdb46f..c23912f90 100644 --- a/src/service_inspectors/sip/sip_parser.cc +++ b/src/service_inspectors/sip/sip_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_parser.h b/src/service_inspectors/sip/sip_parser.h index 30a5f94fd..9a2d8977d 100644 --- a/src/service_inspectors/sip/sip_parser.h +++ b/src/service_inspectors/sip/sip_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_roptions.h b/src/service_inspectors/sip/sip_roptions.h index a5800a493..1566d5a4f 100644 --- a/src/service_inspectors/sip/sip_roptions.h +++ b/src/service_inspectors/sip/sip_roptions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_utils.cc b/src/service_inspectors/sip/sip_utils.cc index 7bce98b5d..1e5dbf9e5 100644 --- a/src/service_inspectors/sip/sip_utils.cc +++ b/src/service_inspectors/sip/sip_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_utils.h b/src/service_inspectors/sip/sip_utils.h index 70e049db2..074f0a405 100644 --- a/src/service_inspectors/sip/sip_utils.h +++ b/src/service_inspectors/sip/sip_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp.cc b/src/service_inspectors/smtp/smtp.cc index 9311e6b8c..760315e39 100644 --- a/src/service_inspectors/smtp/smtp.cc +++ b/src/service_inspectors/smtp/smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp.h b/src/service_inspectors/smtp/smtp.h index df049456e..2bb252a62 100644 --- a/src/service_inspectors/smtp/smtp.h +++ b/src/service_inspectors/smtp/smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_config.h b/src/service_inspectors/smtp/smtp_config.h index eca746446..38ae1bfdd 100644 --- a/src/service_inspectors/smtp/smtp_config.h +++ b/src/service_inspectors/smtp/smtp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_module.cc b/src/service_inspectors/smtp/smtp_module.cc index 21d116804..d2869ae93 100644 --- a/src/service_inspectors/smtp/smtp_module.cc +++ b/src/service_inspectors/smtp/smtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_module.h b/src/service_inspectors/smtp/smtp_module.h index 6f2821e45..03f7ba7e4 100644 --- a/src/service_inspectors/smtp/smtp_module.h +++ b/src/service_inspectors/smtp/smtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_normalize.cc b/src/service_inspectors/smtp/smtp_normalize.cc index f78633367..3987634fb 100644 --- a/src/service_inspectors/smtp/smtp_normalize.cc +++ b/src/service_inspectors/smtp/smtp_normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_normalize.h b/src/service_inspectors/smtp/smtp_normalize.h index 88bf7b615..e2a467a00 100644 --- a/src/service_inspectors/smtp/smtp_normalize.h +++ b/src/service_inspectors/smtp/smtp_normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_paf.cc b/src/service_inspectors/smtp/smtp_paf.cc index 24243ff0f..014d33297 100644 --- a/src/service_inspectors/smtp/smtp_paf.cc +++ b/src/service_inspectors/smtp/smtp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_paf.h b/src/service_inspectors/smtp/smtp_paf.h index 2ae0117e7..940bceefd 100644 --- a/src/service_inspectors/smtp/smtp_paf.h +++ b/src/service_inspectors/smtp/smtp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_util.cc b/src/service_inspectors/smtp/smtp_util.cc index 873fa6d2d..ddb745b5f 100644 --- a/src/service_inspectors/smtp/smtp_util.cc +++ b/src/service_inspectors/smtp/smtp_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_util.h b/src/service_inspectors/smtp/smtp_util.h index 2bb41a05c..24dd55b08 100644 --- a/src/service_inspectors/smtp/smtp_util.h +++ b/src/service_inspectors/smtp/smtp_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_xlink2state.cc b/src/service_inspectors/smtp/smtp_xlink2state.cc index 35fe4ae51..98c90f948 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.cc +++ b/src/service_inspectors/smtp/smtp_xlink2state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_xlink2state.h b/src/service_inspectors/smtp/smtp_xlink2state.h index 5e370e1be..87414ca2c 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.h +++ b/src/service_inspectors/smtp/smtp_xlink2state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh.cc b/src/service_inspectors/ssh/ssh.cc index 554f53fab..c42561708 100644 --- a/src/service_inspectors/ssh/ssh.cc +++ b/src/service_inspectors/ssh/ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh.h b/src/service_inspectors/ssh/ssh.h index 2728693fe..e1d887496 100644 --- a/src/service_inspectors/ssh/ssh.h +++ b/src/service_inspectors/ssh/ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh_config.h b/src/service_inspectors/ssh/ssh_config.h index 8584b4edd..a2bc9d9fd 100644 --- a/src/service_inspectors/ssh/ssh_config.h +++ b/src/service_inspectors/ssh/ssh_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh_module.cc b/src/service_inspectors/ssh/ssh_module.cc index 7effa5b90..651af0ed4 100644 --- a/src/service_inspectors/ssh/ssh_module.cc +++ b/src/service_inspectors/ssh/ssh_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssh/ssh_module.h b/src/service_inspectors/ssh/ssh_module.h index 6b537017e..2beca0266 100644 --- a/src/service_inspectors/ssh/ssh_module.h +++ b/src/service_inspectors/ssh/ssh_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ips_ssl_state.cc b/src/service_inspectors/ssl/ips_ssl_state.cc index 8894e1ab0..b10757cf3 100644 --- a/src/service_inspectors/ssl/ips_ssl_state.cc +++ b/src/service_inspectors/ssl/ips_ssl_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ips_ssl_version.cc b/src/service_inspectors/ssl/ips_ssl_version.cc index b2faefe09..6f9af1611 100644 --- a/src/service_inspectors/ssl/ips_ssl_version.cc +++ b/src/service_inspectors/ssl/ips_ssl_version.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_config.h b/src/service_inspectors/ssl/ssl_config.h index 14ddcee84..19bd4bc84 100644 --- a/src/service_inspectors/ssl/ssl_config.h +++ b/src/service_inspectors/ssl/ssl_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_inspector.cc b/src/service_inspectors/ssl/ssl_inspector.cc index e883996f5..3a90b71e3 100644 --- a/src/service_inspectors/ssl/ssl_inspector.cc +++ b/src/service_inspectors/ssl/ssl_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_inspector.h b/src/service_inspectors/ssl/ssl_inspector.h index f38648ad8..b4694c241 100644 --- a/src/service_inspectors/ssl/ssl_inspector.h +++ b/src/service_inspectors/ssl/ssl_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_module.cc b/src/service_inspectors/ssl/ssl_module.cc index d31869285..c8c028e8f 100644 --- a/src/service_inspectors/ssl/ssl_module.cc +++ b/src/service_inspectors/ssl/ssl_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_module.h b/src/service_inspectors/ssl/ssl_module.h index 8e9eea789..ca1d4f46b 100644 --- a/src/service_inspectors/ssl/ssl_module.h +++ b/src/service_inspectors/ssl/ssl_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_splitter.cc b/src/service_inspectors/ssl/ssl_splitter.cc index 0da15dcab..868aa97dc 100644 --- a/src/service_inspectors/ssl/ssl_splitter.cc +++ b/src/service_inspectors/ssl/ssl_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_splitter.h b/src/service_inspectors/ssl/ssl_splitter.h index 0ceaaf9d9..f286bf4d7 100644 --- a/src/service_inspectors/ssl/ssl_splitter.h +++ b/src/service_inspectors/ssl/ssl_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/curses.cc b/src/service_inspectors/wizard/curses.cc index b1a889614..2d82fe1c6 100644 --- a/src/service_inspectors/wizard/curses.cc +++ b/src/service_inspectors/wizard/curses.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/curses.h b/src/service_inspectors/wizard/curses.h index 366471083..a3fadbeb8 100644 --- a/src/service_inspectors/wizard/curses.h +++ b/src/service_inspectors/wizard/curses.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/hexes.cc b/src/service_inspectors/wizard/hexes.cc index 8b590a5a3..949a4c7dd 100644 --- a/src/service_inspectors/wizard/hexes.cc +++ b/src/service_inspectors/wizard/hexes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/magic.cc b/src/service_inspectors/wizard/magic.cc index 60d86495d..ca9509fb5 100644 --- a/src/service_inspectors/wizard/magic.cc +++ b/src/service_inspectors/wizard/magic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/magic.h b/src/service_inspectors/wizard/magic.h index d6eab024f..d6d678042 100644 --- a/src/service_inspectors/wizard/magic.h +++ b/src/service_inspectors/wizard/magic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/spells.cc b/src/service_inspectors/wizard/spells.cc index b715bbbe1..001fc6e81 100644 --- a/src/service_inspectors/wizard/spells.cc +++ b/src/service_inspectors/wizard/spells.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wiz_module.cc b/src/service_inspectors/wizard/wiz_module.cc index 5dd0bc7c4..9a17186b9 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wiz_module.h b/src/service_inspectors/wizard/wiz_module.h index 1bd46f12d..257aef5b6 100644 --- a/src/service_inspectors/wizard/wiz_module.h +++ b/src/service_inspectors/wizard/wiz_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wizard.cc b/src/service_inspectors/wizard/wizard.cc index 886876e10..81d05481d 100644 --- a/src/service_inspectors/wizard/wizard.cc +++ b/src/service_inspectors/wizard/wizard.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/sfip/sf_cidr.cc b/src/sfip/sf_cidr.cc index 2150b47f2..062b34cd9 100644 --- a/src/sfip/sf_cidr.cc +++ b/src/sfip/sf_cidr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_cidr.h b/src/sfip/sf_cidr.h index 0e4b9c28d..ce138e8ac 100644 --- a/src/sfip/sf_cidr.h +++ b/src/sfip/sf_cidr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ip.cc b/src/sfip/sf_ip.cc index e76b27652..2ae1832e7 100644 --- a/src/sfip/sf_ip.cc +++ b/src/sfip/sf_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ip.h b/src/sfip/sf_ip.h index 54d538710..3d57c5c60 100644 --- a/src/sfip/sf_ip.h +++ b/src/sfip/sf_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ipvar.cc b/src/sfip/sf_ipvar.cc index ef6533ddb..79ac4550d 100644 --- a/src/sfip/sf_ipvar.cc +++ b/src/sfip/sf_ipvar.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ipvar.h b/src/sfip/sf_ipvar.h index ec0c76c6e..b63e23a03 100644 --- a/src/sfip/sf_ipvar.h +++ b/src/sfip/sf_ipvar.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_returns.h b/src/sfip/sf_returns.h index 85009a551..3549b1ce3 100644 --- a/src/sfip/sf_returns.h +++ b/src/sfip/sf_returns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_vartable.cc b/src/sfip/sf_vartable.cc index 9090f6ee0..110832290 100644 --- a/src/sfip/sf_vartable.cc +++ b/src/sfip/sf_vartable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_vartable.h b/src/sfip/sf_vartable.h index 62a1b0a54..5886f8343 100644 --- a/src/sfip/sf_vartable.h +++ b/src/sfip/sf_vartable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sfip_test.cc b/src/sfip/sfip_test.cc index 3aaa622d7..381a53279 100644 --- a/src/sfip/sfip_test.cc +++ b/src/sfip/sfip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt.cc b/src/sfrt/sfrt.cc index 6cda21aef..fd27ac805 100644 --- a/src/sfrt/sfrt.cc +++ b/src/sfrt/sfrt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt.h b/src/sfrt/sfrt.h index 333fed15a..934d9cec7 100644 --- a/src/sfrt/sfrt.h +++ b/src/sfrt/sfrt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_dir.cc b/src/sfrt/sfrt_dir.cc index 7f26d3f41..c206a64d0 100644 --- a/src/sfrt/sfrt_dir.cc +++ b/src/sfrt/sfrt_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_dir.h b/src/sfrt/sfrt_dir.h index a362f40c5..a683c1442 100644 --- a/src/sfrt/sfrt_dir.h +++ b/src/sfrt/sfrt_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat.cc b/src/sfrt/sfrt_flat.cc index 3c99485a1..72c1c7ce7 100644 --- a/src/sfrt/sfrt_flat.cc +++ b/src/sfrt/sfrt_flat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat.h b/src/sfrt/sfrt_flat.h index 9076a2fbf..61383968f 100644 --- a/src/sfrt/sfrt_flat.h +++ b/src/sfrt/sfrt_flat.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat_dir.cc b/src/sfrt/sfrt_flat_dir.cc index a98490319..c42916f9d 100644 --- a/src/sfrt/sfrt_flat_dir.cc +++ b/src/sfrt/sfrt_flat_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat_dir.h b/src/sfrt/sfrt_flat_dir.h index 3992ff685..78ab6d956 100644 --- a/src/sfrt/sfrt_flat_dir.h +++ b/src/sfrt/sfrt_flat_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_test.cc b/src/sfrt/sfrt_test.cc index 8b0c951d2..c7524be20 100644 --- a/src/sfrt/sfrt_test.cc +++ b/src/sfrt/sfrt_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/side_channel/side_channel.cc b/src/side_channel/side_channel.cc index 624c4c8b9..b83d8cd64 100644 --- a/src/side_channel/side_channel.cc +++ b/src/side_channel/side_channel.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel.h b/src/side_channel/side_channel.h index 3fe2f87d3..87fdb19bb 100644 --- a/src/side_channel/side_channel.h +++ b/src/side_channel/side_channel.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel_module.cc b/src/side_channel/side_channel_module.cc index 6d65e768d..e76e21ab9 100644 --- a/src/side_channel/side_channel_module.cc +++ b/src/side_channel/side_channel_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel_module.h b/src/side_channel/side_channel_module.h index 57a7c6705..b9bc9ebfa 100644 --- a/src/side_channel/side_channel_module.h +++ b/src/side_channel/side_channel_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/test/side_channel_module_test.cc b/src/side_channel/test/side_channel_module_test.cc index d9e6a96ca..e5860b180 100644 --- a/src/side_channel/test/side_channel_module_test.cc +++ b/src/side_channel/test/side_channel_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/test/side_channel_test.cc b/src/side_channel/test/side_channel_test.cc index 94a267c41..f6dccb1f3 100644 --- a/src/side_channel/test/side_channel_test.cc +++ b/src/side_channel/test/side_channel_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_base.cc b/src/stream/base/stream_base.cc index 65f37ff5c..f20c93298 100644 --- a/src/stream/base/stream_base.cc +++ b/src/stream/base/stream_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_ha.cc b/src/stream/base/stream_ha.cc index 3c3a6c675..ab4ec44bb 100644 --- a/src/stream/base/stream_ha.cc +++ b/src/stream/base/stream_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_ha.h b/src/stream/base/stream_ha.h index a437f8ab2..6feaeb246 100644 --- a/src/stream/base/stream_ha.h +++ b/src/stream/base/stream_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_module.cc b/src/stream/base/stream_module.cc index f1909e42c..4ae1d126c 100644 --- a/src/stream/base/stream_module.cc +++ b/src/stream/base/stream_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_module.h b/src/stream/base/stream_module.h index 080a6c8d4..bf7795b5a 100644 --- a/src/stream/base/stream_module.h +++ b/src/stream/base/stream_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_module.cc b/src/stream/file/file_module.cc index b239f1cd4..3699c4a8f 100644 --- a/src/stream/file/file_module.cc +++ b/src/stream/file/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_module.h b/src/stream/file/file_module.h index 68cd338fb..69cf4cc02 100644 --- a/src/stream/file/file_module.h +++ b/src/stream/file/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_session.cc b/src/stream/file/file_session.cc index b6eb48b9f..24ebba7ee 100644 --- a/src/stream/file/file_session.cc +++ b/src/stream/file/file_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_session.h b/src/stream/file/file_session.h index 8cb11fd23..e8e747a8a 100644 --- a/src/stream/file/file_session.h +++ b/src/stream/file/file_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/stream_file.cc b/src/stream/file/stream_file.cc index 9fcec9501..7d5c34144 100644 --- a/src/stream/file/stream_file.cc +++ b/src/stream/file/stream_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/stream_file.h b/src/stream/file/stream_file.h index 21715eba6..25da65a0c 100644 --- a/src/stream/file/stream_file.h +++ b/src/stream/file/stream_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/flush_bucket.cc b/src/stream/flush_bucket.cc index 67ec97265..ec98e6222 100644 --- a/src/stream/flush_bucket.cc +++ b/src/stream/flush_bucket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/flush_bucket.h b/src/stream/flush_bucket.h index 6ce002211..1cee3c91b 100644 --- a/src/stream/flush_bucket.h +++ b/src/stream/flush_bucket.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_ha.cc b/src/stream/icmp/icmp_ha.cc index 9f463d231..332f78a9d 100644 --- a/src/stream/icmp/icmp_ha.cc +++ b/src/stream/icmp/icmp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_ha.h b/src/stream/icmp/icmp_ha.h index 50a0f2dc9..9cf742ef5 100644 --- a/src/stream/icmp/icmp_ha.h +++ b/src/stream/icmp/icmp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_module.cc b/src/stream/icmp/icmp_module.cc index 5a90b0f76..9a1dda824 100644 --- a/src/stream/icmp/icmp_module.cc +++ b/src/stream/icmp/icmp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_module.h b/src/stream/icmp/icmp_module.h index 5ab99f956..d738c6e82 100644 --- a/src/stream/icmp/icmp_module.h +++ b/src/stream/icmp/icmp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_session.cc b/src/stream/icmp/icmp_session.cc index 4bf907f5d..a1f507756 100644 --- a/src/stream/icmp/icmp_session.cc +++ b/src/stream/icmp/icmp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/icmp/icmp_session.h b/src/stream/icmp/icmp_session.h index ff5286bb1..07fa13f10 100644 --- a/src/stream/icmp/icmp_session.h +++ b/src/stream/icmp/icmp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/stream_icmp.cc b/src/stream/icmp/stream_icmp.cc index 83023423c..39884a271 100644 --- a/src/stream/icmp/stream_icmp.cc +++ b/src/stream/icmp/stream_icmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/stream_icmp.h b/src/stream/icmp/stream_icmp.h index f990035ea..6c5a033a4 100644 --- a/src/stream/icmp/stream_icmp.h +++ b/src/stream/icmp/stream_icmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_defrag.cc b/src/stream/ip/ip_defrag.cc index 708d8fac3..827cde4de 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_defrag.h b/src/stream/ip/ip_defrag.h index 1c953847d..4e3f0fd05 100644 --- a/src/stream/ip/ip_defrag.h +++ b/src/stream/ip/ip_defrag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // Copyright (C) 1998-2004 Martin Roesch // diff --git a/src/stream/ip/ip_ha.cc b/src/stream/ip/ip_ha.cc index 5822fe198..fdd1c2435 100644 --- a/src/stream/ip/ip_ha.cc +++ b/src/stream/ip/ip_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_ha.h b/src/stream/ip/ip_ha.h index 7582e25c0..633bce519 100644 --- a/src/stream/ip/ip_ha.h +++ b/src/stream/ip/ip_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_module.cc b/src/stream/ip/ip_module.cc index e240ca807..67ec74b9f 100644 --- a/src/stream/ip/ip_module.cc +++ b/src/stream/ip/ip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_module.h b/src/stream/ip/ip_module.h index 6cb329408..2b964868e 100644 --- a/src/stream/ip/ip_module.h +++ b/src/stream/ip/ip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_session.cc b/src/stream/ip/ip_session.cc index e68a7f590..ff4fddd30 100644 --- a/src/stream/ip/ip_session.cc +++ b/src/stream/ip/ip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_session.h b/src/stream/ip/ip_session.h index c175bedc9..9d2865bfd 100644 --- a/src/stream/ip/ip_session.h +++ b/src/stream/ip/ip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/stream_ip.cc b/src/stream/ip/stream_ip.cc index f30337c0a..24caa04b8 100644 --- a/src/stream/ip/stream_ip.cc +++ b/src/stream/ip/stream_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/stream_ip.h b/src/stream/ip/stream_ip.h index fb8472b90..53ad79906 100644 --- a/src/stream/ip/stream_ip.h +++ b/src/stream/ip/stream_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/libtcp/stream_tcp_unit_test.cc b/src/stream/libtcp/stream_tcp_unit_test.cc index b36b18800..0ff3a3ecc 100644 --- a/src/stream/libtcp/stream_tcp_unit_test.cc +++ b/src/stream/libtcp/stream_tcp_unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/stream_tcp_unit_test.h b/src/stream/libtcp/stream_tcp_unit_test.h index af61ffde0..6e74ba84d 100644 --- a/src/stream/libtcp/stream_tcp_unit_test.h +++ b/src/stream/libtcp/stream_tcp_unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_segment_descriptor.cc b/src/stream/libtcp/tcp_segment_descriptor.cc index e5d69807a..648a21501 100644 --- a/src/stream/libtcp/tcp_segment_descriptor.cc +++ b/src/stream/libtcp/tcp_segment_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_segment_descriptor.h b/src/stream/libtcp/tcp_segment_descriptor.h index 7365fc98b..451bb6109 100644 --- a/src/stream/libtcp/tcp_segment_descriptor.h +++ b/src/stream/libtcp/tcp_segment_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_state_handler.cc b/src/stream/libtcp/tcp_state_handler.cc index bb6efba9a..7392b88a7 100644 --- a/src/stream/libtcp/tcp_state_handler.cc +++ b/src/stream/libtcp/tcp_state_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_state_handler.h b/src/stream/libtcp/tcp_state_handler.h index 1788e4175..fe5380243 100644 --- a/src/stream/libtcp/tcp_state_handler.h +++ b/src/stream/libtcp/tcp_state_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_state_machine.cc b/src/stream/libtcp/tcp_state_machine.cc index 79a68b993..67b7affa9 100644 --- a/src/stream/libtcp/tcp_state_machine.cc +++ b/src/stream/libtcp/tcp_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_state_machine.h b/src/stream/libtcp/tcp_state_machine.h index 4da1947cc..22bca1668 100644 --- a/src/stream/libtcp/tcp_state_machine.h +++ b/src/stream/libtcp/tcp_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_stream_session.cc b/src/stream/libtcp/tcp_stream_session.cc index 4818eec1b..ebde2085b 100644 --- a/src/stream/libtcp/tcp_stream_session.cc +++ b/src/stream/libtcp/tcp_stream_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_stream_session.h b/src/stream/libtcp/tcp_stream_session.h index 1b31cac57..125881619 100644 --- a/src/stream/libtcp/tcp_stream_session.h +++ b/src/stream/libtcp/tcp_stream_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_stream_tracker.cc b/src/stream/libtcp/tcp_stream_tracker.cc index 938274b46..71b2055dd 100644 --- a/src/stream/libtcp/tcp_stream_tracker.cc +++ b/src/stream/libtcp/tcp_stream_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/libtcp/tcp_stream_tracker.h b/src/stream/libtcp/tcp_stream_tracker.h index d021ee5b0..6538d8f7e 100644 --- a/src/stream/libtcp/tcp_stream_tracker.h +++ b/src/stream/libtcp/tcp_stream_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/paf.cc b/src/stream/paf.cc index 2eeb047be..c161c1c1c 100644 --- a/src/stream/paf.cc +++ b/src/stream/paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/paf.h b/src/stream/paf.h index bc5f38491..6cea244f0 100644 --- a/src/stream/paf.h +++ b/src/stream/paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream.cc b/src/stream/stream.cc index 067a01068..dd1f3bad0 100644 --- a/src/stream/stream.cc +++ b/src/stream/stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream.h b/src/stream/stream.h index d66045690..f54121871 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_inspectors.cc b/src/stream/stream_inspectors.cc index 801e72a2f..a06bdfbed 100644 --- a/src/stream/stream_inspectors.cc +++ b/src/stream/stream_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_inspectors.h b/src/stream/stream_inspectors.h index 07a0bb629..db7d70b52 100644 --- a/src/stream/stream_inspectors.h +++ b/src/stream/stream_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_splitter.cc b/src/stream/stream_splitter.cc index c0300d06a..3e719424f 100644 --- a/src/stream/stream_splitter.cc +++ b/src/stream/stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/stream_splitter.h b/src/stream/stream_splitter.h index 60ef562b4..4f4e7d33a 100644 --- a/src/stream/stream_splitter.h +++ b/src/stream/stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/ips_stream_reassemble.cc b/src/stream/tcp/ips_stream_reassemble.cc index e045679b2..73b546c66 100644 --- a/src/stream/tcp/ips_stream_reassemble.cc +++ b/src/stream/tcp/ips_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/ips_stream_size.cc b/src/stream/tcp/ips_stream_size.cc index ce430a389..2ce00bc4a 100644 --- a/src/stream/tcp/ips_stream_size.cc +++ b/src/stream/tcp/ips_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/segment_overlap_editor.cc b/src/stream/tcp/segment_overlap_editor.cc index d44186d9f..d4b9b0bbd 100644 --- a/src/stream/tcp/segment_overlap_editor.cc +++ b/src/stream/tcp/segment_overlap_editor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/segment_overlap_editor.h b/src/stream/tcp/segment_overlap_editor.h index 9826e41dc..71ab5fe95 100644 --- a/src/stream/tcp/segment_overlap_editor.h +++ b/src/stream/tcp/segment_overlap_editor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/stream_tcp.cc b/src/stream/tcp/stream_tcp.cc index d4843293f..c8dbe34bb 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/stream_tcp.h b/src/stream/tcp/stream_tcp.h index 9bcb7c54e..f1bd56401 100644 --- a/src/stream/tcp/stream_tcp.h +++ b/src/stream/tcp/stream_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_debug_trace.h b/src/stream/tcp/tcp_debug_trace.h index 7d2ff3216..c30fd0c4b 100644 --- a/src/stream/tcp/tcp_debug_trace.h +++ b/src/stream/tcp/tcp_debug_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_defs.h b/src/stream/tcp/tcp_defs.h index f82995191..c379acc69 100644 --- a/src/stream/tcp/tcp_defs.h +++ b/src/stream/tcp/tcp_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_event_logger.cc b/src/stream/tcp/tcp_event_logger.cc index 45dc390ef..cdacb2ec2 100644 --- a/src/stream/tcp/tcp_event_logger.cc +++ b/src/stream/tcp/tcp_event_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_event_logger.h b/src/stream/tcp/tcp_event_logger.h index bd134d9ec..a3b957a1f 100644 --- a/src/stream/tcp/tcp_event_logger.h +++ b/src/stream/tcp/tcp_event_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_ha.cc b/src/stream/tcp/tcp_ha.cc index 0d390155f..619c7ac46 100644 --- a/src/stream/tcp/tcp_ha.cc +++ b/src/stream/tcp/tcp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_ha.h b/src/stream/tcp/tcp_ha.h index cb3202dcb..73f96debd 100644 --- a/src/stream/tcp/tcp_ha.h +++ b/src/stream/tcp/tcp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_module.cc b/src/stream/tcp/tcp_module.cc index dbbf5f534..fb1bb9369 100644 --- a/src/stream/tcp/tcp_module.cc +++ b/src/stream/tcp/tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_module.h b/src/stream/tcp/tcp_module.h index d5be1de83..f517aec64 100644 --- a/src/stream/tcp/tcp_module.h +++ b/src/stream/tcp/tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizer.cc b/src/stream/tcp/tcp_normalizer.cc index cf7cd18c2..407570353 100644 --- a/src/stream/tcp/tcp_normalizer.cc +++ b/src/stream/tcp/tcp_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizer.h b/src/stream/tcp/tcp_normalizer.h index 54fa38810..391e6abc9 100644 --- a/src/stream/tcp/tcp_normalizer.h +++ b/src/stream/tcp/tcp_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizers.cc b/src/stream/tcp/tcp_normalizers.cc index b54450faa..7a44a47af 100644 --- a/src/stream/tcp/tcp_normalizers.cc +++ b/src/stream/tcp/tcp_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizers.h b/src/stream/tcp/tcp_normalizers.h index 0878f19c9..23c51849e 100644 --- a/src/stream/tcp/tcp_normalizers.h +++ b/src/stream/tcp/tcp_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassembler.cc b/src/stream/tcp/tcp_reassembler.cc index 261d45eec..d0c5172fe 100644 --- a/src/stream/tcp/tcp_reassembler.cc +++ b/src/stream/tcp/tcp_reassembler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassembler.h b/src/stream/tcp/tcp_reassembler.h index 0c81aca16..46f1ff961 100644 --- a/src/stream/tcp/tcp_reassembler.h +++ b/src/stream/tcp/tcp_reassembler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassemblers.cc b/src/stream/tcp/tcp_reassemblers.cc index 27575e03b..e54761e84 100644 --- a/src/stream/tcp/tcp_reassemblers.cc +++ b/src/stream/tcp/tcp_reassemblers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassemblers.h b/src/stream/tcp/tcp_reassemblers.h index 765ea809b..e9b1674ac 100644 --- a/src/stream/tcp/tcp_reassemblers.h +++ b/src/stream/tcp/tcp_reassemblers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_node.cc b/src/stream/tcp/tcp_segment_node.cc index bdd82c290..d8649f690 100644 --- a/src/stream/tcp/tcp_segment_node.cc +++ b/src/stream/tcp/tcp_segment_node.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_node.h b/src/stream/tcp/tcp_segment_node.h index 34c0afe29..157581751 100644 --- a/src/stream/tcp/tcp_segment_node.h +++ b/src/stream/tcp/tcp_segment_node.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_session.cc b/src/stream/tcp/tcp_session.cc index 0e8d48757..48d8d7ed2 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/tcp/tcp_session.h b/src/stream/tcp/tcp_session.h index 5bf8c7d65..ecffc0702 100644 --- a/src/stream/tcp/tcp_session.h +++ b/src/stream/tcp/tcp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/tcp/tcp_state_close_wait.cc b/src/stream/tcp/tcp_state_close_wait.cc index f37f98a8f..09229ff60 100644 --- a/src/stream/tcp/tcp_state_close_wait.cc +++ b/src/stream/tcp/tcp_state_close_wait.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_close_wait.h b/src/stream/tcp/tcp_state_close_wait.h index a33b167fa..9f657ff60 100644 --- a/src/stream/tcp/tcp_state_close_wait.h +++ b/src/stream/tcp/tcp_state_close_wait.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closed.cc b/src/stream/tcp/tcp_state_closed.cc index 148421dc7..e657f4439 100644 --- a/src/stream/tcp/tcp_state_closed.cc +++ b/src/stream/tcp/tcp_state_closed.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closed.h b/src/stream/tcp/tcp_state_closed.h index a964c6265..671b4379d 100644 --- a/src/stream/tcp/tcp_state_closed.h +++ b/src/stream/tcp/tcp_state_closed.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closing.cc b/src/stream/tcp/tcp_state_closing.cc index 11da0eabe..106ab92ce 100644 --- a/src/stream/tcp/tcp_state_closing.cc +++ b/src/stream/tcp/tcp_state_closing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closing.h b/src/stream/tcp/tcp_state_closing.h index d254cf571..f5dc650f2 100644 --- a/src/stream/tcp/tcp_state_closing.h +++ b/src/stream/tcp/tcp_state_closing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_established.cc b/src/stream/tcp/tcp_state_established.cc index f7507cb7a..2898155b6 100644 --- a/src/stream/tcp/tcp_state_established.cc +++ b/src/stream/tcp/tcp_state_established.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_established.h b/src/stream/tcp/tcp_state_established.h index 720b2032d..95d13b557 100644 --- a/src/stream/tcp/tcp_state_established.h +++ b/src/stream/tcp/tcp_state_established.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait1.cc b/src/stream/tcp/tcp_state_fin_wait1.cc index 6a40bc020..28b0067b6 100644 --- a/src/stream/tcp/tcp_state_fin_wait1.cc +++ b/src/stream/tcp/tcp_state_fin_wait1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait1.h b/src/stream/tcp/tcp_state_fin_wait1.h index 648b3644e..157d0992d 100644 --- a/src/stream/tcp/tcp_state_fin_wait1.h +++ b/src/stream/tcp/tcp_state_fin_wait1.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait2.cc b/src/stream/tcp/tcp_state_fin_wait2.cc index 094af65f9..796e7e601 100644 --- a/src/stream/tcp/tcp_state_fin_wait2.cc +++ b/src/stream/tcp/tcp_state_fin_wait2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait2.h b/src/stream/tcp/tcp_state_fin_wait2.h index a7426106e..33b61205c 100644 --- a/src/stream/tcp/tcp_state_fin_wait2.h +++ b/src/stream/tcp/tcp_state_fin_wait2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_last_ack.cc b/src/stream/tcp/tcp_state_last_ack.cc index d29e7770d..baa73b4a8 100644 --- a/src/stream/tcp/tcp_state_last_ack.cc +++ b/src/stream/tcp/tcp_state_last_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_last_ack.h b/src/stream/tcp/tcp_state_last_ack.h index 1477a3261..1afb00b16 100644 --- a/src/stream/tcp/tcp_state_last_ack.h +++ b/src/stream/tcp/tcp_state_last_ack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_listen.cc b/src/stream/tcp/tcp_state_listen.cc index 8361a70a1..657064261 100644 --- a/src/stream/tcp/tcp_state_listen.cc +++ b/src/stream/tcp/tcp_state_listen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_listen.h b/src/stream/tcp/tcp_state_listen.h index 3230a81fd..6f17b7fc8 100644 --- a/src/stream/tcp/tcp_state_listen.h +++ b/src/stream/tcp/tcp_state_listen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_none.cc b/src/stream/tcp/tcp_state_none.cc index b90fc11f1..33c142431 100644 --- a/src/stream/tcp/tcp_state_none.cc +++ b/src/stream/tcp/tcp_state_none.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_none.h b/src/stream/tcp/tcp_state_none.h index d237c968f..7b9bb21fe 100644 --- a/src/stream/tcp/tcp_state_none.h +++ b/src/stream/tcp/tcp_state_none.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_recv.cc b/src/stream/tcp/tcp_state_syn_recv.cc index 04870e976..9dc5892cc 100644 --- a/src/stream/tcp/tcp_state_syn_recv.cc +++ b/src/stream/tcp/tcp_state_syn_recv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_recv.h b/src/stream/tcp/tcp_state_syn_recv.h index 82cf27d2a..ceb714d7a 100644 --- a/src/stream/tcp/tcp_state_syn_recv.h +++ b/src/stream/tcp/tcp_state_syn_recv.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_sent.cc b/src/stream/tcp/tcp_state_syn_sent.cc index 1b722998e..f4b4659bf 100644 --- a/src/stream/tcp/tcp_state_syn_sent.cc +++ b/src/stream/tcp/tcp_state_syn_sent.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_sent.h b/src/stream/tcp/tcp_state_syn_sent.h index b087a9108..f70bf0939 100644 --- a/src/stream/tcp/tcp_state_syn_sent.h +++ b/src/stream/tcp/tcp_state_syn_sent.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_time_wait.cc b/src/stream/tcp/tcp_state_time_wait.cc index 18c6d8969..4107b6b06 100644 --- a/src/stream/tcp/tcp_state_time_wait.cc +++ b/src/stream/tcp/tcp_state_time_wait.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_time_wait.h b/src/stream/tcp/tcp_state_time_wait.h index 193f067e6..e35aee7d6 100644 --- a/src/stream/tcp/tcp_state_time_wait.h +++ b/src/stream/tcp/tcp_state_time_wait.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_config.cc b/src/stream/tcp/tcp_stream_config.cc index 3150a20e3..00a8e69b3 100644 --- a/src/stream/tcp/tcp_stream_config.cc +++ b/src/stream/tcp/tcp_stream_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_config.h b/src/stream/tcp/tcp_stream_config.h index 9f0d4809b..ea334099e 100644 --- a/src/stream/tcp/tcp_stream_config.h +++ b/src/stream/tcp/tcp_stream_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_state_machine.cc b/src/stream/tcp/tcp_stream_state_machine.cc index 271cb34ce..4992c9fb4 100644 --- a/src/stream/tcp/tcp_stream_state_machine.cc +++ b/src/stream/tcp/tcp_stream_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_state_machine.h b/src/stream/tcp/tcp_stream_state_machine.h index 2ad62c010..45752852f 100644 --- a/src/stream/tcp/tcp_stream_state_machine.h +++ b/src/stream/tcp/tcp_stream_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_tracker.cc b/src/stream/tcp/tcp_tracker.cc index f00d59c08..a256f3bac 100644 --- a/src/stream/tcp/tcp_tracker.cc +++ b/src/stream/tcp/tcp_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_tracker.h b/src/stream/tcp/tcp_tracker.h index 83d995622..b023f4fbc 100644 --- a/src/stream/tcp/tcp_tracker.h +++ b/src/stream/tcp/tcp_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/test/tcp_normalizer_test.cc b/src/stream/tcp/test/tcp_normalizer_test.cc index 3d57a8fa2..bdbf6e061 100644 --- a/src/stream/tcp/test/tcp_normalizer_test.cc +++ b/src/stream/tcp/test/tcp_normalizer_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/test/stream_splitter_test.cc b/src/stream/test/stream_splitter_test.cc index ad75a4b3d..337ffbfe6 100644 --- a/src/stream/test/stream_splitter_test.cc +++ b/src/stream/test/stream_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/stream_udp.cc b/src/stream/udp/stream_udp.cc index 44edac3b9..57667e89a 100644 --- a/src/stream/udp/stream_udp.cc +++ b/src/stream/udp/stream_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/stream_udp.h b/src/stream/udp/stream_udp.h index 9ed94fc70..c24824fca 100644 --- a/src/stream/udp/stream_udp.h +++ b/src/stream/udp/stream_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_ha.cc b/src/stream/udp/udp_ha.cc index 0645de3eb..a7e748d2d 100644 --- a/src/stream/udp/udp_ha.cc +++ b/src/stream/udp/udp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_ha.h b/src/stream/udp/udp_ha.h index 04dce682b..9cc76c975 100644 --- a/src/stream/udp/udp_ha.h +++ b/src/stream/udp/udp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_module.cc b/src/stream/udp/udp_module.cc index 366ba9cf6..69ee1af40 100644 --- a/src/stream/udp/udp_module.cc +++ b/src/stream/udp/udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_module.h b/src/stream/udp/udp_module.h index 2d76c70b8..54cdee21c 100644 --- a/src/stream/udp/udp_module.h +++ b/src/stream/udp/udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_session.cc b/src/stream/udp/udp_session.cc index 16ff6018d..2ad1907bd 100644 --- a/src/stream/udp/udp_session.cc +++ b/src/stream/udp/udp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/udp/udp_session.h b/src/stream/udp/udp_session.h index ea78af55b..66720929f 100644 --- a/src/stream/udp/udp_session.h +++ b/src/stream/udp/udp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/user/stream_user.cc b/src/stream/user/stream_user.cc index 8d4fe1eb0..0885d9071 100644 --- a/src/stream/user/stream_user.cc +++ b/src/stream/user/stream_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/stream_user.h b/src/stream/user/stream_user.h index 6604ded21..fd0edd2cf 100644 --- a/src/stream/user/stream_user.h +++ b/src/stream/user/stream_user.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_module.cc b/src/stream/user/user_module.cc index c3c605054..22be2af44 100644 --- a/src/stream/user/user_module.cc +++ b/src/stream/user/user_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_module.h b/src/stream/user/user_module.h index 9973874c6..d8d12018f 100644 --- a/src/stream/user/user_module.h +++ b/src/stream/user/user_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_session.cc b/src/stream/user/user_session.cc index e992c9af4..7f57e3b83 100644 --- a/src/stream/user/user_session.cc +++ b/src/stream/user/user_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_session.h b/src/stream/user/user_session.h index 4d8e85352..dfadc13d5 100644 --- a/src/stream/user/user_session.h +++ b/src/stream/user/user_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/target_based/sftarget_data.h b/src/target_based/sftarget_data.h index fb8138ef9..674af7d99 100644 --- a/src/target_based/sftarget_data.h +++ b/src/target_based/sftarget_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/sftarget_hostentry.cc b/src/target_based/sftarget_hostentry.cc index 9789e775e..c007754f5 100644 --- a/src/target_based/sftarget_hostentry.cc +++ b/src/target_based/sftarget_hostentry.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/sftarget_hostentry.h b/src/target_based/sftarget_hostentry.h index 6897b3abb..fa3ec9d93 100644 --- a/src/target_based/sftarget_hostentry.h +++ b/src/target_based/sftarget_hostentry.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/sftarget_reader.cc b/src/target_based/sftarget_reader.cc index 50ebef2ad..0ab10423e 100644 --- a/src/target_based/sftarget_reader.cc +++ b/src/target_based/sftarget_reader.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/sftarget_reader.h b/src/target_based/sftarget_reader.h index 4913ec3c1..71eac4fec 100644 --- a/src/target_based/sftarget_reader.h +++ b/src/target_based/sftarget_reader.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/snort_protocols.cc b/src/target_based/snort_protocols.cc index dd677b551..413d34d49 100644 --- a/src/target_based/snort_protocols.cc +++ b/src/target_based/snort_protocols.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/snort_protocols.h b/src/target_based/snort_protocols.h index 845336b98..511cac6d4 100644 --- a/src/target_based/snort_protocols.h +++ b/src/target_based/snort_protocols.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/clock_defs.h b/src/time/clock_defs.h index c6ddfbd93..2a2d12c80 100644 --- a/src/time/clock_defs.h +++ b/src/time/clock_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/packet_time.cc b/src/time/packet_time.cc index 2071129c2..844e9d761 100644 --- a/src/time/packet_time.cc +++ b/src/time/packet_time.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/packet_time.h b/src/time/packet_time.h index a73b43f7b..135f35c4a 100644 --- a/src/time/packet_time.h +++ b/src/time/packet_time.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/periodic.cc b/src/time/periodic.cc index a4f05d8f5..53aa33e7e 100644 --- a/src/time/periodic.cc +++ b/src/time/periodic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/periodic.h b/src/time/periodic.h index f8241387d..6b1472d8b 100644 --- a/src/time/periodic.h +++ b/src/time/periodic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/stopwatch.h b/src/time/stopwatch.h index c95ad4228..3c937b6f0 100644 --- a/src/time/stopwatch.h +++ b/src/time/stopwatch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/stopwatch_test.cc b/src/time/stopwatch_test.cc index ad16abe9d..c02aa5731 100644 --- a/src/time/stopwatch_test.cc +++ b/src/time/stopwatch_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/tsc_clock.cc b/src/time/tsc_clock.cc index e684a4282..952244315 100644 --- a/src/time/tsc_clock.cc +++ b/src/time/tsc_clock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/tsc_clock.h b/src/time/tsc_clock.h index 76eccbc02..68dd81b53 100644 --- a/src/time/tsc_clock.h +++ b/src/time/tsc_clock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/bitop.h b/src/utils/bitop.h index c0bb2e2c3..0744f21f6 100644 --- a/src/utils/bitop.h +++ b/src/utils/bitop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/bitop_test.cc b/src/utils/bitop_test.cc index dba80d4e8..590c29af7 100644 --- a/src/utils/bitop_test.cc +++ b/src/utils/bitop_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/boyer_moore.cc b/src/utils/boyer_moore.cc index 1064616f8..e10124495 100644 --- a/src/utils/boyer_moore.cc +++ b/src/utils/boyer_moore.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/utils/boyer_moore.h b/src/utils/boyer_moore.h index c54b3ff5f..7d5cecb75 100644 --- a/src/utils/boyer_moore.h +++ b/src/utils/boyer_moore.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/utils/cpp_macros.h b/src/utils/cpp_macros.h index 434721598..06a8235f5 100644 --- a/src/utils/cpp_macros.h +++ b/src/utils/cpp_macros.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/dnet_header.h b/src/utils/dnet_header.h index 9690cd9ff..299399d8a 100644 --- a/src/utils/dnet_header.h +++ b/src/utils/dnet_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/dyn_array.cc b/src/utils/dyn_array.cc index 4f22e4dce..590852fd3 100644 --- a/src/utils/dyn_array.cc +++ b/src/utils/dyn_array.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/dyn_array.h b/src/utils/dyn_array.h index e8a34883a..b7c42c1d4 100644 --- a/src/utils/dyn_array.h +++ b/src/utils/dyn_array.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/kmap.cc b/src/utils/kmap.cc index 786dde38c..fb91d302b 100644 --- a/src/utils/kmap.cc +++ b/src/utils/kmap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/kmap.h b/src/utils/kmap.h index 89ad65080..364152e88 100644 --- a/src/utils/kmap.h +++ b/src/utils/kmap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/safec.h b/src/utils/safec.h index b6893bca1..1dbcc8eb4 100644 --- a/src/utils/safec.h +++ b/src/utils/safec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/segment_mem.cc b/src/utils/segment_mem.cc index 936e46301..b9656c0c6 100644 --- a/src/utils/segment_mem.cc +++ b/src/utils/segment_mem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/segment_mem.h b/src/utils/segment_mem.h index aca245ec1..50229e0c7 100644 --- a/src/utils/segment_mem.h +++ b/src/utils/segment_mem.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sflsq.cc b/src/utils/sflsq.cc index fe49c6253..f42e12ad9 100644 --- a/src/utils/sflsq.cc +++ b/src/utils/sflsq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sflsq.h b/src/utils/sflsq.h index dfd40b9d4..977ab4ae5 100644 --- a/src/utils/sflsq.h +++ b/src/utils/sflsq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sfmemcap.cc b/src/utils/sfmemcap.cc index 0410ea7ee..066ee1608 100644 --- a/src/utils/sfmemcap.cc +++ b/src/utils/sfmemcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sfmemcap.h b/src/utils/sfmemcap.h index 354cfe1b0..2f1a97ef8 100644 --- a/src/utils/sfmemcap.h +++ b/src/utils/sfmemcap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/snort_bounds.h b/src/utils/snort_bounds.h index 28c127a5c..c2a4e98ab 100644 --- a/src/utils/snort_bounds.h +++ b/src/utils/snort_bounds.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/stats.cc b/src/utils/stats.cc index db6523207..d5bf92179 100644 --- a/src/utils/stats.cc +++ b/src/utils/stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/stats.h b/src/utils/stats.h index 044aa8b6f..ef76d6b43 100644 --- a/src/utils/stats.h +++ b/src/utils/stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util.cc b/src/utils/util.cc index 0135309f7..c88e5327a 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // @@ -111,7 +111,7 @@ int DisplayBanner() VERSION, BUILD, info); LogMessage(" '''' By Martin Roesch & The Snort Team\n"); LogMessage(" http://snort.org/contact#team\n"); - LogMessage(" Copyright (C) 2014-2017 Cisco and/or its affiliates." + LogMessage(" Copyright (C) 2014-2018 Cisco and/or its affiliates." " All rights reserved.\n"); LogMessage(" Copyright (C) 1998-2013 Sourcefire, Inc., et al.\n"); LogMessage(" Using DAQ version %s\n", daq_version_string()); diff --git a/src/utils/util.h b/src/utils/util.h index faa922e99..79b1d1a35 100644 --- a/src/utils/util.h +++ b/src/utils/util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_cstring.cc b/src/utils/util_cstring.cc index 2f2c2ac38..f652e2a4a 100644 --- a/src/utils/util_cstring.cc +++ b/src/utils/util_cstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_cstring.h b/src/utils/util_cstring.h index a2eed69d5..488b08889 100644 --- a/src/utils/util_cstring.h +++ b/src/utils/util_cstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_jsnorm.cc b/src/utils/util_jsnorm.cc index 72bc47c09..33a78b741 100644 --- a/src/utils/util_jsnorm.cc +++ b/src/utils/util_jsnorm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_jsnorm.h b/src/utils/util_jsnorm.h index 7527d794b..c745a5501 100644 --- a/src/utils/util_jsnorm.h +++ b/src/utils/util_jsnorm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_net.cc b/src/utils/util_net.cc index c91ac0239..efed54752 100644 --- a/src/utils/util_net.cc +++ b/src/utils/util_net.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_net.h b/src/utils/util_net.h index 0b0bca2f2..8bfe6cadf 100644 --- a/src/utils/util_net.h +++ b/src/utils/util_net.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_unfold.cc b/src/utils/util_unfold.cc index e784b74e7..3c3d29e43 100644 --- a/src/utils/util_unfold.cc +++ b/src/utils/util_unfold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_unfold.h b/src/utils/util_unfold.h index 873e86d3a..7890df20c 100644 --- a/src/utils/util_unfold.h +++ b/src/utils/util_unfold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_utf.cc b/src/utils/util_utf.cc index 4a4a3b239..f519cdcc1 100644 --- a/src/utils/util_utf.cc +++ b/src/utils/util_utf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_utf.h b/src/utils/util_utf.h index ec070551d..01afb019f 100644 --- a/src/utils/util_utf.h +++ b/src/utils/util_utf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/flatbuffers/fbstreamer.cc b/tools/flatbuffers/fbstreamer.cc index 1b5679fac..a25dd7367 100644 --- a/tools/flatbuffers/fbstreamer.cc +++ b/tools/flatbuffers/fbstreamer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_alertfile.cc b/tools/snort2lua/config_states/config_alertfile.cc index 480046d29..b11b38d96 100644 --- a/tools/snort2lua/config_states/config_alertfile.cc +++ b/tools/snort2lua/config_states/config_alertfile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_api.cc b/tools/snort2lua/config_states/config_api.cc index 8495bbe64..94e2aa54b 100644 --- a/tools/snort2lua/config_states/config_api.cc +++ b/tools/snort2lua/config_states/config_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_api.h b/tools/snort2lua/config_states/config_api.h index 2b6d0d1c9..4f2ad77be 100644 --- a/tools/snort2lua/config_states/config_api.h +++ b/tools/snort2lua/config_states/config_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_binding.cc b/tools/snort2lua/config_states/config_binding.cc index 458c7879e..c3304fd10 100644 --- a/tools/snort2lua/config_states/config_binding.cc +++ b/tools/snort2lua/config_states/config_binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_checksums.cc b/tools/snort2lua/config_states/config_checksums.cc index 7320a1573..1792aac26 100644 --- a/tools/snort2lua/config_states/config_checksums.cc +++ b/tools/snort2lua/config_states/config_checksums.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_classification.cc b/tools/snort2lua/config_states/config_classification.cc index 51ab569e1..c1b8ccb3a 100644 --- a/tools/snort2lua/config_states/config_classification.cc +++ b/tools/snort2lua/config_states/config_classification.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_decode_esp.cc b/tools/snort2lua/config_states/config_decode_esp.cc index 8fe2a4143..911442e00 100644 --- a/tools/snort2lua/config_states/config_decode_esp.cc +++ b/tools/snort2lua/config_states/config_decode_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_default_rule_state.cc b/tools/snort2lua/config_states/config_default_rule_state.cc index c3383fd26..9a360ec25 100644 --- a/tools/snort2lua/config_states/config_default_rule_state.cc +++ b/tools/snort2lua/config_states/config_default_rule_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_deleted.cc b/tools/snort2lua/config_states/config_deleted.cc index a2eaad686..fcd607645 100644 --- a/tools/snort2lua/config_states/config_deleted.cc +++ b/tools/snort2lua/config_states/config_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_detection.cc b/tools/snort2lua/config_states/config_detection.cc index 4a0e51c4e..0f8d1ce5d 100644 --- a/tools/snort2lua/config_states/config_detection.cc +++ b/tools/snort2lua/config_states/config_detection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_event_queue.cc b/tools/snort2lua/config_states/config_event_queue.cc index a56d43d34..3f7e2201d 100644 --- a/tools/snort2lua/config_states/config_event_queue.cc +++ b/tools/snort2lua/config_states/config_event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_event_trace.cc b/tools/snort2lua/config_states/config_event_trace.cc index 90ba97f09..64de2af7b 100644 --- a/tools/snort2lua/config_states/config_event_trace.cc +++ b/tools/snort2lua/config_states/config_event_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_file.cc b/tools/snort2lua/config_states/config_file.cc index 06a5b7d51..3da5e7557 100644 --- a/tools/snort2lua/config_states/config_file.cc +++ b/tools/snort2lua/config_states/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ignore_ports.cc b/tools/snort2lua/config_states/config_ignore_ports.cc index b19b659fc..9019ef713 100644 --- a/tools/snort2lua/config_states/config_ignore_ports.cc +++ b/tools/snort2lua/config_states/config_ignore_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ipv6_frag.cc b/tools/snort2lua/config_states/config_ipv6_frag.cc index 91af08820..a9701f8c6 100644 --- a/tools/snort2lua/config_states/config_ipv6_frag.cc +++ b/tools/snort2lua/config_states/config_ipv6_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_memcaps.cc b/tools/snort2lua/config_states/config_memcaps.cc index e104b080a..4e032ab78 100644 --- a/tools/snort2lua/config_states/config_memcaps.cc +++ b/tools/snort2lua/config_states/config_memcaps.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_mpls_payload_type.cc b/tools/snort2lua/config_states/config_mpls_payload_type.cc index 5aca2d040..6addadcb2 100644 --- a/tools/snort2lua/config_states/config_mpls_payload_type.cc +++ b/tools/snort2lua/config_states/config_mpls_payload_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_na_policy_mode.cc b/tools/snort2lua/config_states/config_na_policy_mode.cc index 41927b1b9..a83f2947d 100644 --- a/tools/snort2lua/config_states/config_na_policy_mode.cc +++ b/tools/snort2lua/config_states/config_na_policy_mode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_no_option.cc b/tools/snort2lua/config_states/config_no_option.cc index c0f57683a..911e84318 100644 --- a/tools/snort2lua/config_states/config_no_option.cc +++ b/tools/snort2lua/config_states/config_no_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_one_int_option.cc b/tools/snort2lua/config_states/config_one_int_option.cc index 1e18cdbaf..3c1e3e908 100644 --- a/tools/snort2lua/config_states/config_one_int_option.cc +++ b/tools/snort2lua/config_states/config_one_int_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_one_string_option.cc b/tools/snort2lua/config_states/config_one_string_option.cc index 04f3b8b9f..846af24a7 100644 --- a/tools/snort2lua/config_states/config_one_string_option.cc +++ b/tools/snort2lua/config_states/config_one_string_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_order.cc b/tools/snort2lua/config_states/config_order.cc index 156435f5e..6e382eac6 100644 --- a/tools/snort2lua/config_states/config_order.cc +++ b/tools/snort2lua/config_states/config_order.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_paf_max.cc b/tools/snort2lua/config_states/config_paf_max.cc index 5b8c3fe1a..92a667bc5 100644 --- a/tools/snort2lua/config_states/config_paf_max.cc +++ b/tools/snort2lua/config_states/config_paf_max.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_id.cc b/tools/snort2lua/config_states/config_policy_id.cc index 5c6d1e2d4..bab93ac6e 100644 --- a/tools/snort2lua/config_states/config_policy_id.cc +++ b/tools/snort2lua/config_states/config_policy_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_mode.cc b/tools/snort2lua/config_states/config_policy_mode.cc index cc942f917..e744c043b 100644 --- a/tools/snort2lua/config_states/config_policy_mode.cc +++ b/tools/snort2lua/config_states/config_policy_mode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_uuid.cc b/tools/snort2lua/config_states/config_policy_uuid.cc index bcae370f7..936c02786 100644 --- a/tools/snort2lua/config_states/config_policy_uuid.cc +++ b/tools/snort2lua/config_states/config_policy_uuid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ppm.cc b/tools/snort2lua/config_states/config_ppm.cc index 5f8a84c99..d6c50bcb7 100644 --- a/tools/snort2lua/config_states/config_ppm.cc +++ b/tools/snort2lua/config_states/config_ppm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_profile.cc b/tools/snort2lua/config_states/config_profile.cc index 424410bba..7fe825458 100644 --- a/tools/snort2lua/config_states/config_profile.cc +++ b/tools/snort2lua/config_states/config_profile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_reference.cc b/tools/snort2lua/config_states/config_reference.cc index 6303f7de1..ab2d98ba6 100644 --- a/tools/snort2lua/config_states/config_reference.cc +++ b/tools/snort2lua/config_states/config_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_response.cc b/tools/snort2lua/config_states/config_response.cc index 75fce75b1..699050139 100644 --- a/tools/snort2lua/config_states/config_response.cc +++ b/tools/snort2lua/config_states/config_response.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_tunnel_verdicts.cc b/tools/snort2lua/config_states/config_tunnel_verdicts.cc index 99f943f1d..f8a094f41 100644 --- a/tools/snort2lua/config_states/config_tunnel_verdicts.cc +++ b/tools/snort2lua/config_states/config_tunnel_verdicts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/conversion_defines.h b/tools/snort2lua/conversion_defines.h index 87bb91ad1..0b5ea2144 100644 --- a/tools/snort2lua/conversion_defines.h +++ b/tools/snort2lua/conversion_defines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/conversion_state.h b/tools/snort2lua/conversion_state.h index 8b6fa8be1..2bfea05f8 100644 --- a/tools/snort2lua/conversion_state.h +++ b/tools/snort2lua/conversion_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_comment.cc b/tools/snort2lua/data/data_types/dt_comment.cc index ce8ffd18c..20aba81b1 100644 --- a/tools/snort2lua/data/data_types/dt_comment.cc +++ b/tools/snort2lua/data/data_types/dt_comment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_comment.h b/tools/snort2lua/data/data_types/dt_comment.h index 3c25c91e3..b0d139190 100644 --- a/tools/snort2lua/data/data_types/dt_comment.h +++ b/tools/snort2lua/data/data_types/dt_comment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_include.cc b/tools/snort2lua/data/data_types/dt_include.cc index f0fb9f931..98d6c5feb 100644 --- a/tools/snort2lua/data/data_types/dt_include.cc +++ b/tools/snort2lua/data/data_types/dt_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_include.h b/tools/snort2lua/data/data_types/dt_include.h index 3b4dc9638..3e6f4f19b 100644 --- a/tools/snort2lua/data/data_types/dt_include.h +++ b/tools/snort2lua/data/data_types/dt_include.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_option.cc b/tools/snort2lua/data/data_types/dt_option.cc index cb31fdcac..5c49a3de5 100644 --- a/tools/snort2lua/data/data_types/dt_option.cc +++ b/tools/snort2lua/data/data_types/dt_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_option.h b/tools/snort2lua/data/data_types/dt_option.h index 8c7aa729f..4bfe07267 100644 --- a/tools/snort2lua/data/data_types/dt_option.h +++ b/tools/snort2lua/data/data_types/dt_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule.cc b/tools/snort2lua/data/data_types/dt_rule.cc index 7e8c2f598..cc095f58a 100644 --- a/tools/snort2lua/data/data_types/dt_rule.cc +++ b/tools/snort2lua/data/data_types/dt_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule.h b/tools/snort2lua/data/data_types/dt_rule.h index c74c69c2e..96228218c 100644 --- a/tools/snort2lua/data/data_types/dt_rule.h +++ b/tools/snort2lua/data/data_types/dt_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_option.cc b/tools/snort2lua/data/data_types/dt_rule_option.cc index 84ff25acf..a4d6f5d73 100644 --- a/tools/snort2lua/data/data_types/dt_rule_option.cc +++ b/tools/snort2lua/data/data_types/dt_rule_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_option.h b/tools/snort2lua/data/data_types/dt_rule_option.h index ef94fa060..d908e4e16 100644 --- a/tools/snort2lua/data/data_types/dt_rule_option.h +++ b/tools/snort2lua/data/data_types/dt_rule_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_suboption.cc b/tools/snort2lua/data/data_types/dt_rule_suboption.cc index f32ea292b..b6b94ddf5 100644 --- a/tools/snort2lua/data/data_types/dt_rule_suboption.cc +++ b/tools/snort2lua/data/data_types/dt_rule_suboption.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_suboption.h b/tools/snort2lua/data/data_types/dt_rule_suboption.h index 66a1146e9..e40d85602 100644 --- a/tools/snort2lua/data/data_types/dt_rule_suboption.h +++ b/tools/snort2lua/data/data_types/dt_rule_suboption.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_table.cc b/tools/snort2lua/data/data_types/dt_table.cc index 6b57009b4..40c18a237 100644 --- a/tools/snort2lua/data/data_types/dt_table.cc +++ b/tools/snort2lua/data/data_types/dt_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_table.h b/tools/snort2lua/data/data_types/dt_table.h index a7c8d1a8f..2a05aff26 100644 --- a/tools/snort2lua/data/data_types/dt_table.h +++ b/tools/snort2lua/data/data_types/dt_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_var.cc b/tools/snort2lua/data/data_types/dt_var.cc index 75b873a97..a8ad7e45a 100644 --- a/tools/snort2lua/data/data_types/dt_var.cc +++ b/tools/snort2lua/data/data_types/dt_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_var.h b/tools/snort2lua/data/data_types/dt_var.h index b9ca2f97f..fc2d0f256 100644 --- a/tools/snort2lua/data/data_types/dt_var.h +++ b/tools/snort2lua/data/data_types/dt_var.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_data.cc b/tools/snort2lua/data/dt_data.cc index f7c17480c..e9599ad29 100644 --- a/tools/snort2lua/data/dt_data.cc +++ b/tools/snort2lua/data/dt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_data.h b/tools/snort2lua/data/dt_data.h index 91d8a42a0..79544cda0 100644 --- a/tools/snort2lua/data/dt_data.h +++ b/tools/snort2lua/data/dt_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_rule_api.cc b/tools/snort2lua/data/dt_rule_api.cc index 7d725c884..10f59666f 100644 --- a/tools/snort2lua/data/dt_rule_api.cc +++ b/tools/snort2lua/data/dt_rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_rule_api.h b/tools/snort2lua/data/dt_rule_api.h index 30e4a3d32..fa7504e3a 100644 --- a/tools/snort2lua/data/dt_rule_api.h +++ b/tools/snort2lua/data/dt_rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_table_api.cc b/tools/snort2lua/data/dt_table_api.cc index b6b9b290f..3f8aacf8a 100644 --- a/tools/snort2lua/data/dt_table_api.cc +++ b/tools/snort2lua/data/dt_table_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_table_api.h b/tools/snort2lua/data/dt_table_api.h index e5f570a44..268468b13 100644 --- a/tools/snort2lua/data/dt_table_api.h +++ b/tools/snort2lua/data/dt_table_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/snort2lua/helpers/converter.cc b/tools/snort2lua/helpers/converter.cc index cf93e1ad3..2ee0f47f9 100644 --- a/tools/snort2lua/helpers/converter.cc +++ b/tools/snort2lua/helpers/converter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/converter.h b/tools/snort2lua/helpers/converter.h index db4fc876a..4fa2d9d75 100644 --- a/tools/snort2lua/helpers/converter.h +++ b/tools/snort2lua/helpers/converter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/parse_cmd_line.cc b/tools/snort2lua/helpers/parse_cmd_line.cc index 2dd059a68..a5c48feb2 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/parse_cmd_line.h b/tools/snort2lua/helpers/parse_cmd_line.h index cb6bbb872..8bb35d3a1 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.h +++ b/tools/snort2lua/helpers/parse_cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_markup.cc b/tools/snort2lua/helpers/s2l_markup.cc index dd0ebb325..8f0a6b18b 100644 --- a/tools/snort2lua/helpers/s2l_markup.cc +++ b/tools/snort2lua/helpers/s2l_markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_markup.h b/tools/snort2lua/helpers/s2l_markup.h index 0923624ce..70242a9d7 100644 --- a/tools/snort2lua/helpers/s2l_markup.h +++ b/tools/snort2lua/helpers/s2l_markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_util.cc b/tools/snort2lua/helpers/s2l_util.cc index 8c80c5c5c..590f0d251 100644 --- a/tools/snort2lua/helpers/s2l_util.cc +++ b/tools/snort2lua/helpers/s2l_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_util.h b/tools/snort2lua/helpers/s2l_util.h index 65c4ddc55..f7e9db45a 100644 --- a/tools/snort2lua/helpers/s2l_util.h +++ b/tools/snort2lua/helpers/s2l_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/util_binder.cc b/tools/snort2lua/helpers/util_binder.cc index 1e3d8e430..814f61a67 100644 --- a/tools/snort2lua/helpers/util_binder.cc +++ b/tools/snort2lua/helpers/util_binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/util_binder.h b/tools/snort2lua/helpers/util_binder.h index 1b271955e..5b7d41258 100644 --- a/tools/snort2lua/helpers/util_binder.h +++ b/tools/snort2lua/helpers/util_binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/init_state.cc b/tools/snort2lua/init_state.cc index ad5b1b471..51b49464a 100644 --- a/tools/snort2lua/init_state.cc +++ b/tools/snort2lua/init_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/init_state.h b/tools/snort2lua/init_state.h index 1d3592e3f..0e04b3d01 100644 --- a/tools/snort2lua/init_state.h +++ b/tools/snort2lua/init_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/keywords_api.cc b/tools/snort2lua/keyword_states/keywords_api.cc index 38c3abcf5..c908ab376 100644 --- a/tools/snort2lua/keyword_states/keywords_api.cc +++ b/tools/snort2lua/keyword_states/keywords_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/keywords_api.h b/tools/snort2lua/keyword_states/keywords_api.h index 8727acc4a..5365ead0e 100644 --- a/tools/snort2lua/keyword_states/keywords_api.h +++ b/tools/snort2lua/keyword_states/keywords_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_attribute_table.cc b/tools/snort2lua/keyword_states/kws_attribute_table.cc index 8bc53a808..e8a12f308 100644 --- a/tools/snort2lua/keyword_states/kws_attribute_table.cc +++ b/tools/snort2lua/keyword_states/kws_attribute_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_config.cc b/tools/snort2lua/keyword_states/kws_config.cc index f5ef769dd..0adf1f211 100644 --- a/tools/snort2lua/keyword_states/kws_config.cc +++ b/tools/snort2lua/keyword_states/kws_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_deleted.cc b/tools/snort2lua/keyword_states/kws_deleted.cc index e40664737..45ac3744c 100644 --- a/tools/snort2lua/keyword_states/kws_deleted.cc +++ b/tools/snort2lua/keyword_states/kws_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_event_filter.cc b/tools/snort2lua/keyword_states/kws_event_filter.cc index b4c20c862..43957a7c4 100644 --- a/tools/snort2lua/keyword_states/kws_event_filter.cc +++ b/tools/snort2lua/keyword_states/kws_event_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_file.cc b/tools/snort2lua/keyword_states/kws_file.cc index 92e993e72..270183066 100644 --- a/tools/snort2lua/keyword_states/kws_file.cc +++ b/tools/snort2lua/keyword_states/kws_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_include.cc b/tools/snort2lua/keyword_states/kws_include.cc index 6dc6bdcc9..e6f2b6ba0 100644 --- a/tools/snort2lua/keyword_states/kws_include.cc +++ b/tools/snort2lua/keyword_states/kws_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_output.cc b/tools/snort2lua/keyword_states/kws_output.cc index 140c9a38f..e30eaa4d7 100644 --- a/tools/snort2lua/keyword_states/kws_output.cc +++ b/tools/snort2lua/keyword_states/kws_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_paths.cc b/tools/snort2lua/keyword_states/kws_paths.cc index a198901e8..b87d444c8 100644 --- a/tools/snort2lua/keyword_states/kws_paths.cc +++ b/tools/snort2lua/keyword_states/kws_paths.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_preprocessor.cc b/tools/snort2lua/keyword_states/kws_preprocessor.cc index 767ed32f6..962df5a88 100644 --- a/tools/snort2lua/keyword_states/kws_preprocessor.cc +++ b/tools/snort2lua/keyword_states/kws_preprocessor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rate_filter.cc b/tools/snort2lua/keyword_states/kws_rate_filter.cc index 394d3dad8..691db0bbc 100644 --- a/tools/snort2lua/keyword_states/kws_rate_filter.cc +++ b/tools/snort2lua/keyword_states/kws_rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rule.cc b/tools/snort2lua/keyword_states/kws_rule.cc index a043e2c36..15b1bbb21 100644 --- a/tools/snort2lua/keyword_states/kws_rule.cc +++ b/tools/snort2lua/keyword_states/kws_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rule_state.cc b/tools/snort2lua/keyword_states/kws_rule_state.cc index 865c26364..6f0108961 100644 --- a/tools/snort2lua/keyword_states/kws_rule_state.cc +++ b/tools/snort2lua/keyword_states/kws_rule_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_ruletype.cc b/tools/snort2lua/keyword_states/kws_ruletype.cc index efafd2514..e5dc2a451 100644 --- a/tools/snort2lua/keyword_states/kws_ruletype.cc +++ b/tools/snort2lua/keyword_states/kws_ruletype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_suppress.cc b/tools/snort2lua/keyword_states/kws_suppress.cc index 88523f750..226db1ef1 100644 --- a/tools/snort2lua/keyword_states/kws_suppress.cc +++ b/tools/snort2lua/keyword_states/kws_suppress.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_var.cc b/tools/snort2lua/keyword_states/kws_var.cc index a0c4f7274..c28258497 100644 --- a/tools/snort2lua/keyword_states/kws_var.cc +++ b/tools/snort2lua/keyword_states/kws_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_csv.cc b/tools/snort2lua/output_states/out_csv.cc index 1c270a5fc..320aee2d2 100644 --- a/tools/snort2lua/output_states/out_csv.cc +++ b/tools/snort2lua/output_states/out_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_deleted.cc b/tools/snort2lua/output_states/out_deleted.cc index c8b6640b5..200cea27c 100644 --- a/tools/snort2lua/output_states/out_deleted.cc +++ b/tools/snort2lua/output_states/out_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_fast.cc b/tools/snort2lua/output_states/out_fast.cc index ea6cd28dd..1428d70f1 100644 --- a/tools/snort2lua/output_states/out_fast.cc +++ b/tools/snort2lua/output_states/out_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_full.cc b/tools/snort2lua/output_states/out_full.cc index 4952e5c1c..098c94e8f 100644 --- a/tools/snort2lua/output_states/out_full.cc +++ b/tools/snort2lua/output_states/out_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_null.cc b/tools/snort2lua/output_states/out_null.cc index 5286bb89d..a49098ea5 100644 --- a/tools/snort2lua/output_states/out_null.cc +++ b/tools/snort2lua/output_states/out_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_sfunified2.cc b/tools/snort2lua/output_states/out_sfunified2.cc index 47c517ea6..272ecced9 100644 --- a/tools/snort2lua/output_states/out_sfunified2.cc +++ b/tools/snort2lua/output_states/out_sfunified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_syslog.cc b/tools/snort2lua/output_states/out_syslog.cc index 151bda5ce..d37a4ccc0 100644 --- a/tools/snort2lua/output_states/out_syslog.cc +++ b/tools/snort2lua/output_states/out_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_tcpdump.cc b/tools/snort2lua/output_states/out_tcpdump.cc index 62c221185..f820ef8f7 100644 --- a/tools/snort2lua/output_states/out_tcpdump.cc +++ b/tools/snort2lua/output_states/out_tcpdump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_test.cc b/tools/snort2lua/output_states/out_test.cc index 9cf164ae8..6e64cbbc3 100644 --- a/tools/snort2lua/output_states/out_test.cc +++ b/tools/snort2lua/output_states/out_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_unified2.cc b/tools/snort2lua/output_states/out_unified2.cc index f3bc51dee..7020ec408 100644 --- a/tools/snort2lua/output_states/out_unified2.cc +++ b/tools/snort2lua/output_states/out_unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_unixsock.cc b/tools/snort2lua/output_states/out_unixsock.cc index 33686dda7..52115069b 100644 --- a/tools/snort2lua/output_states/out_unixsock.cc +++ b/tools/snort2lua/output_states/out_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/output_api.cc b/tools/snort2lua/output_states/output_api.cc index b2476a583..b30577cdf 100644 --- a/tools/snort2lua/output_states/output_api.cc +++ b/tools/snort2lua/output_states/output_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/output_api.h b/tools/snort2lua/output_states/output_api.h index 9d614609b..1fe1d0418 100644 --- a/tools/snort2lua/output_states/output_api.h +++ b/tools/snort2lua/output_states/output_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_appid.cc b/tools/snort2lua/preprocessor_states/pps_appid.cc index 8359b0df8..271849664 100644 --- a/tools/snort2lua/preprocessor_states/pps_appid.cc +++ b/tools/snort2lua/preprocessor_states/pps_appid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc index 064ff2cd9..5f4489819 100644 --- a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc +++ b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_bo.cc b/tools/snort2lua/preprocessor_states/pps_bo.cc index 41f41e399..296f1ed6d 100644 --- a/tools/snort2lua/preprocessor_states/pps_bo.cc +++ b/tools/snort2lua/preprocessor_states/pps_bo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc index b75c37062..7364dcb30 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc index 0e8e408c6..91e386d13 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h index ccf7396fb..b917a52c5 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dnp3.cc b/tools/snort2lua/preprocessor_states/pps_dnp3.cc index 663b70ee8..1a5bfbffb 100644 --- a/tools/snort2lua/preprocessor_states/pps_dnp3.cc +++ b/tools/snort2lua/preprocessor_states/pps_dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dns.cc b/tools/snort2lua/preprocessor_states/pps_dns.cc index 1e5bc66fe..1ff88aee1 100644 --- a/tools/snort2lua/preprocessor_states/pps_dns.cc +++ b/tools/snort2lua/preprocessor_states/pps_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_firewall.cc b/tools/snort2lua/preprocessor_states/pps_firewall.cc index 3a2a2f37e..011775b41 100644 --- a/tools/snort2lua/preprocessor_states/pps_firewall.cc +++ b/tools/snort2lua/preprocessor_states/pps_firewall.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc b/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc index 29ff1e3ad..7c96d6076 100644 --- a/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc +++ b/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_frag3_global.cc b/tools/snort2lua/preprocessor_states/pps_frag3_global.cc index dcf21380f..bb3442a2f 100644 --- a/tools/snort2lua/preprocessor_states/pps_frag3_global.cc +++ b/tools/snort2lua/preprocessor_states/pps_frag3_global.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc b/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc index 8225ccd4a..063ff79a1 100644 --- a/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc +++ b/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc b/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc index 154db7c4c..bc2475790 100644 --- a/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc +++ b/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_gtp.cc b/tools/snort2lua/preprocessor_states/pps_gtp.cc index f4d524c88..c17a15a42 100644 --- a/tools/snort2lua/preprocessor_states/pps_gtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_http_inspect.cc b/tools/snort2lua/preprocessor_states/pps_http_inspect.cc index 94a004801..d4843548d 100644 --- a/tools/snort2lua/preprocessor_states/pps_http_inspect.cc +++ b/tools/snort2lua/preprocessor_states/pps_http_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc b/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc index f9e10e279..a09d00729 100644 --- a/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc +++ b/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_imap.cc b/tools/snort2lua/preprocessor_states/pps_imap.cc index fd369e1fa..0cc3e49d0 100644 --- a/tools/snort2lua/preprocessor_states/pps_imap.cc +++ b/tools/snort2lua/preprocessor_states/pps_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_modbus.cc b/tools/snort2lua/preprocessor_states/pps_modbus.cc index e09aa8dd6..885cba868 100644 --- a/tools/snort2lua/preprocessor_states/pps_modbus.cc +++ b/tools/snort2lua/preprocessor_states/pps_modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_nap_selector.cc b/tools/snort2lua/preprocessor_states/pps_nap_selector.cc index 0abbe250d..aac7d2493 100644 --- a/tools/snort2lua/preprocessor_states/pps_nap_selector.cc +++ b/tools/snort2lua/preprocessor_states/pps_nap_selector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_normalizers.cc b/tools/snort2lua/preprocessor_states/pps_normalizers.cc index 0d4bfdb61..ddf9e3158 100644 --- a/tools/snort2lua/preprocessor_states/pps_normalizers.cc +++ b/tools/snort2lua/preprocessor_states/pps_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc index 995d29214..184712964 100644 --- a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc +++ b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_pop.cc b/tools/snort2lua/preprocessor_states/pps_pop.cc index 07fe7ac06..4c21b21ca 100644 --- a/tools/snort2lua/preprocessor_states/pps_pop.cc +++ b/tools/snort2lua/preprocessor_states/pps_pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_reputation.cc b/tools/snort2lua/preprocessor_states/pps_reputation.cc index 9fd8fd87a..8886f20d3 100644 --- a/tools/snort2lua/preprocessor_states/pps_reputation.cc +++ b/tools/snort2lua/preprocessor_states/pps_reputation.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc b/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc index 1e5906732..6b6ed6907 100644 --- a/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc +++ b/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sdf.cc b/tools/snort2lua/preprocessor_states/pps_sdf.cc index 6da255af4..5511974ce 100644 --- a/tools/snort2lua/preprocessor_states/pps_sdf.cc +++ b/tools/snort2lua/preprocessor_states/pps_sdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc index 26b343f05..8532f14a9 100644 --- a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc +++ b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sip.cc b/tools/snort2lua/preprocessor_states/pps_sip.cc index b74df8e8b..59f8462ae 100644 --- a/tools/snort2lua/preprocessor_states/pps_sip.cc +++ b/tools/snort2lua/preprocessor_states/pps_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_smtp.cc b/tools/snort2lua/preprocessor_states/pps_smtp.cc index da5e96cb2..7a4b6a244 100644 --- a/tools/snort2lua/preprocessor_states/pps_smtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ssh.cc b/tools/snort2lua/preprocessor_states/pps_ssh.cc index a1406ed78..1be3b6de8 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssh.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ssl.cc b/tools/snort2lua/preprocessor_states/pps_ssl.cc index 851034062..75845e180 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssl.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_global.cc b/tools/snort2lua/preprocessor_states/pps_stream5_global.cc index 95546384a..c66dabd0d 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_global.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_global.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc b/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc index 02c9907b4..77d7d3192 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc b/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc index 932e51c90..88c9445a8 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc b/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc index 0e99421c3..365220619 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/preprocessor_api.cc b/tools/snort2lua/preprocessor_states/preprocessor_api.cc index 8cfc4e65f..18b72f51e 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.cc +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/preprocessor_api.h b/tools/snort2lua/preprocessor_states/preprocessor_api.h index 19bcbd7cb..f9a3f797f 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.h +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_api.cc b/tools/snort2lua/rule_states/rule_api.cc index 9eef851d5..6890f1639 100644 --- a/tools/snort2lua/rule_states/rule_api.cc +++ b/tools/snort2lua/rule_states/rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_api.h b/tools/snort2lua/rule_states/rule_api.h index 6bea405c0..ab342fb1b 100644 --- a/tools/snort2lua/rule_states/rule_api.h +++ b/tools/snort2lua/rule_states/rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_base64_decode.cc b/tools/snort2lua/rule_states/rule_base64_decode.cc index a9694f96a..f35b01bb3 100644 --- a/tools/snort2lua/rule_states/rule_base64_decode.cc +++ b/tools/snort2lua/rule_states/rule_base64_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_content.cc b/tools/snort2lua/rule_states/rule_content.cc index 76d6afef8..8817b7929 100644 --- a/tools/snort2lua/rule_states/rule_content.cc +++ b/tools/snort2lua/rule_states/rule_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_convert_comma_list.cc b/tools/snort2lua/rule_states/rule_convert_comma_list.cc index 2a28ab146..13760feeb 100644 --- a/tools/snort2lua/rule_states/rule_convert_comma_list.cc +++ b/tools/snort2lua/rule_states/rule_convert_comma_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dce_iface.cc b/tools/snort2lua/rule_states/rule_dce_iface.cc index 90091a611..efef94e00 100644 --- a/tools/snort2lua/rule_states/rule_dce_iface.cc +++ b/tools/snort2lua/rule_states/rule_dce_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dnp3_obj.cc b/tools/snort2lua/rule_states/rule_dnp3_obj.cc index e683f9a01..39616ffd6 100644 --- a/tools/snort2lua/rule_states/rule_dnp3_obj.cc +++ b/tools/snort2lua/rule_states/rule_dnp3_obj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dsize.cc b/tools/snort2lua/rule_states/rule_dsize.cc index 241d8c8eb..a69454c75 100644 --- a/tools/snort2lua/rule_states/rule_dsize.cc +++ b/tools/snort2lua/rule_states/rule_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_file_data.cc b/tools/snort2lua/rule_states/rule_file_data.cc index c3fec8869..b11abfca6 100644 --- a/tools/snort2lua/rule_states/rule_file_data.cc +++ b/tools/snort2lua/rule_states/rule_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_http_encode.cc b/tools/snort2lua/rule_states/rule_http_encode.cc index ef48e5f6b..a94fa6540 100644 --- a/tools/snort2lua/rule_states/rule_http_encode.cc +++ b/tools/snort2lua/rule_states/rule_http_encode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_isdataat.cc b/tools/snort2lua/rule_states/rule_isdataat.cc index 8ce969433..d5d2c9014 100644 --- a/tools/snort2lua/rule_states/rule_isdataat.cc +++ b/tools/snort2lua/rule_states/rule_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_metadata.cc b/tools/snort2lua/rule_states/rule_metadata.cc index 0b8cc5a5e..5cf7d3241 100644 --- a/tools/snort2lua/rule_states/rule_metadata.cc +++ b/tools/snort2lua/rule_states/rule_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_pcre.cc b/tools/snort2lua/rule_states/rule_pcre.cc index 7d3b7521c..926e19d7e 100644 --- a/tools/snort2lua/rule_states/rule_pcre.cc +++ b/tools/snort2lua/rule_states/rule_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_react.cc b/tools/snort2lua/rule_states/rule_react.cc index 745dd1839..1d8141a4a 100644 --- a/tools/snort2lua/rule_states/rule_react.cc +++ b/tools/snort2lua/rule_states/rule_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_resp.cc b/tools/snort2lua/rule_states/rule_resp.cc index 22adc587b..b00da7b76 100644 --- a/tools/snort2lua/rule_states/rule_resp.cc +++ b/tools/snort2lua/rule_states/rule_resp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_sd_pattern.cc b/tools/snort2lua/rule_states/rule_sd_pattern.cc index 7893d9ae2..0975cbd0c 100644 --- a/tools/snort2lua/rule_states/rule_sd_pattern.cc +++ b/tools/snort2lua/rule_states/rule_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_stream_reassemble.cc b/tools/snort2lua/rule_states/rule_stream_reassemble.cc index 26010bf67..4ae4c3000 100644 --- a/tools/snort2lua/rule_states/rule_stream_reassemble.cc +++ b/tools/snort2lua/rule_states/rule_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_stream_size.cc b/tools/snort2lua/rule_states/rule_stream_size.cc index 024a44996..373c18a8a 100644 --- a/tools/snort2lua/rule_states/rule_stream_size.cc +++ b/tools/snort2lua/rule_states/rule_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_tag.cc b/tools/snort2lua/rule_states/rule_tag.cc index 9472de86c..9af3967bf 100644 --- a/tools/snort2lua/rule_states/rule_tag.cc +++ b/tools/snort2lua/rule_states/rule_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_threshold.cc b/tools/snort2lua/rule_states/rule_threshold.cc index 30449f37f..74d7b51b5 100644 --- a/tools/snort2lua/rule_states/rule_threshold.cc +++ b/tools/snort2lua/rule_states/rule_threshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_ttl.cc b/tools/snort2lua/rule_states/rule_ttl.cc index 03115d165..00587be5b 100644 --- a/tools/snort2lua/rule_states/rule_ttl.cc +++ b/tools/snort2lua/rule_states/rule_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_unchanged.cc b/tools/snort2lua/rule_states/rule_unchanged.cc index 6334c7a72..55a07d7bb 100644 --- a/tools/snort2lua/rule_states/rule_unchanged.cc +++ b/tools/snort2lua/rule_states/rule_unchanged.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_unsupported.cc b/tools/snort2lua/rule_states/rule_unsupported.cc index b50800083..2eea265a4 100644 --- a/tools/snort2lua/rule_states/rule_unsupported.cc +++ b/tools/snort2lua/rule_states/rule_unsupported.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_urilen.cc b/tools/snort2lua/rule_states/rule_urilen.cc index d15209763..95a87cd3d 100644 --- a/tools/snort2lua/rule_states/rule_urilen.cc +++ b/tools/snort2lua/rule_states/rule_urilen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/snort2lua.cc b/tools/snort2lua/snort2lua.cc index ceb7928e1..e4eade603 100644 --- a/tools/snort2lua/snort2lua.cc +++ b/tools/snort2lua/snort2lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/u2boat/u2boat.cc b/tools/u2boat/u2boat.cc index ab6a150c1..3e79c345e 100644 --- a/tools/u2boat/u2boat.cc +++ b/tools/u2boat/u2boat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/u2spewfoo/u2_common.h b/tools/u2spewfoo/u2_common.h index 97819aaeb..008ad05f5 100644 --- a/tools/u2spewfoo/u2_common.h +++ b/tools/u2spewfoo/u2_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/u2spewfoo/u2spewfoo.cc b/tools/u2spewfoo/u2spewfoo.cc index 811c715ca..8a1b7af75 100644 --- a/tools/u2spewfoo/u2spewfoo.cc +++ b/tools/u2spewfoo/u2spewfoo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2017 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch //