]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
removing CMake licenses
authorJosh <jrosenba@cisco.com>
Mon, 17 Nov 2014 15:11:05 +0000 (09:11 -0600)
committerJosh <jrosenba@cisco.com>
Mon, 17 Nov 2014 15:11:05 +0000 (09:11 -0600)
75 files changed:
CMakeLists.txt
doc/CMakeLists.txt
extra/CMakeLists.txt
extra/src/CMakeLists.txt
extra/src/codecs/CMakeLists.txt
extra/src/inspectors/CMakeLists.txt
extra/src/ips_options/CMakeLists.txt
extra/src/loggers/CMakeLists.txt
extra/src/search_engines/CMakeLists.txt
extra/src/so_rules/CMakeLists.txt
lua/CMakeLists.txt
src/CMakeLists.txt
src/actions/CMakeLists.txt
src/codecs/CMakeLists.txt
src/codecs/ip/CMakeLists.txt
src/codecs/link/CMakeLists.txt
src/codecs/misc/CMakeLists.txt
src/codecs/root/CMakeLists.txt
src/control/CMakeLists.txt
src/detection/CMakeLists.txt
src/events/CMakeLists.txt
src/file_api/CMakeLists.txt
src/file_api/libs/CMakeLists.txt
src/filters/CMakeLists.txt
src/flow/CMakeLists.txt
src/framework/CMakeLists.txt
src/hash/CMakeLists.txt
src/helpers/CMakeLists.txt
src/ips_options/CMakeLists.txt
src/log/CMakeLists.txt
src/loggers/CMakeLists.txt
src/main/CMakeLists.txt
src/managers/CMakeLists.txt
src/network_inspectors/CMakeLists.txt
src/network_inspectors/arp_spoof/CMakeLists.txt
src/network_inspectors/binder/CMakeLists.txt
src/network_inspectors/normalize/CMakeLists.txt
src/network_inspectors/perf_monitor/CMakeLists.txt
src/network_inspectors/port_scan/CMakeLists.txt
src/packet_io/CMakeLists.txt
src/parser/CMakeLists.txt
src/protocols/CMakeLists.txt
src/search_engines/CMakeLists.txt
src/service_inspectors/CMakeLists.txt
src/service_inspectors/back_orifice/CMakeLists.txt
src/service_inspectors/ftp_telnet/CMakeLists.txt
src/service_inspectors/http_inspect/CMakeLists.txt
src/service_inspectors/nhttp_inspect/CMakeLists.txt
src/service_inspectors/rpc_decode/CMakeLists.txt
src/service_inspectors/wizard/CMakeLists.txt
src/sfip/CMakeLists.txt
src/sfrt/CMakeLists.txt
src/stream/CMakeLists.txt
src/stream/base/CMakeLists.txt
src/stream/icmp/CMakeLists.txt
src/stream/ip/CMakeLists.txt
src/stream/tcp/CMakeLists.txt
src/stream/udp/CMakeLists.txt
src/target_based/CMakeLists.txt
src/test/CMakeLists.txt
src/time/CMakeLists.txt
src/utils/CMakeLists.txt
tools/CMakeLists.txt
tools/snort2lua/CMakeLists.txt
tools/snort2lua/config_states/CMakeLists.txt
tools/snort2lua/data/CMakeLists.txt
tools/snort2lua/data/data_types/CMakeLists.txt
tools/snort2lua/helpers/CMakeLists.txt
tools/snort2lua/keyword_states/CMakeLists.txt
tools/snort2lua/output_states/CMakeLists.txt
tools/snort2lua/preprocessor_states/CMakeLists.txt
tools/snort2lua/rule_states/CMakeLists.txt
tools/snort2lua/tests/CMakeLists.txt
tools/u2boat/CMakeLists.txt
tools/u2spewfoo/CMakeLists.txt

index 72cba0b88f83170f7db8884a246a0b7b3de48a23..f244a9f7f515a28cf68dde1b999cf21259baf108 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
-
 cmake_minimum_required(VERSION 2.9)
 project (snort CXX C)
 
index f24324d2304bdd3eba0b11a07ed225f34f0ced93..398f5f71d1924ced1745855780de13054314ff3e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
-
 ##############################################################################
 #                                                                            #
 #  To build another .txt file, add the file to the BUILT_SOURCES variable.   #
index 0f944f2b514d23e9b18fc0799daab4edb22cefca..17c3ba45eb96b405440b667d799615d4e4e1d6c8 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 if (BUILD_EXTRA_PLUGINS)
     set(SNORT_EXECUTABLE $<TARGET_FILE:snort> CACHE INTERNAL "Snort binary" FORCE)
     add_subdirectory(src)
index ee38c34fa6e6ba8b583b40a9ae2d9100c669c05d..e6fc6ee91f5cf7f091ea9d2fbf2489120b919c2a 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
-
 ################################################
 #  MACRO FOR ADDING EXAMPLE LIBRARIES
 #
index 69e96c32f7cca23790b47a01eba34b709fbb6c8b..d01f92d1eb237f7d69d3d2cf8afc0d7eec640641 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 
 ###################################
index e9578be96f1fafe87370439eeae90fe6b632bb5f..74803e7599f1ca63fb01b6beccfc24b0cbe87fef 100644 (file)
@@ -1,17 +1,2 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 add_example_library(dpx inspectors dpx.cc)
index 2b3effff110f964c5b20cca2b8802fc6c0539e20..8e36a3312800124909afe5e6669f0255aa264efc 100644 (file)
@@ -1,18 +1,2 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_example_library(ips_urg ips_options ips_urg.cc)
index 15063e741267bc71ea6a2fccbbc8733f3c14e919..61989fba5afde30b4f574e5d3fe83d42efff88b1 100644 (file)
@@ -1,17 +1,2 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 add_example_library(alert_ex loggers alert_ex.cc)
index eabb9baffb4079c31ce16975c95945448c1f14b2..8525347a327419fc0c1eb6afef1a408759a78b7c 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_example_library(lowmem search_engines
     lowmem.cc
index 25e749b39d72c23f75c2642da328e29ca810a0a6..1293e799054c2dd9cb008f0e6b159d615d616c02 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 # Use this macro to create text files
 macro (create_txt_header txt_file hdr_file)
index 424dc1d30b6af31cf59cb858ec9f4c3692a76606..b797239bab207c98024cc27a06ae217d39d111ae 100644 (file)
@@ -1,18 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (LUA_SCRIPTS
     snort.lua
index 32e64c2a6d9b2d98dd984f85be73728fa2cb7555..7b99b4c4ec88fab3649e6408275155241dee94ba 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 # keeping track of external libraries seperately for use in pkg-config.
 set(EXTERNAL_LIBRARIES
index a60e2dd0c6320d20c6b1c755141bf5d592d9b4fa..02acf837543e845dc9910f8232e767de20213bfd 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set ( ACTIONS_INCLUDES
     actions.h
index 06800de6a76d8cea7ef7fc8a7968637f87fd0a60..8345f565e7e058c41b2b1ed7f846ded3cea94060 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 add_subdirectory(root)
 add_subdirectory(link)
index 7ea5410ecf6e424a435702e902ddb48b24d54080..664c06c7c1e4b68d9246bd6bd48737eb55c8bc5d 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 if( STATIC_CODECS )
     set( PLUGIN_SOURCES
index ff5c86f1bf1d7ef52db6ee004276828618c8b75b..e66e0247147b7fd91dfe3c214d45c53c9f7a7764 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 if(STATIC_CODECS)
     set( PLUGIN_SOURCES
index 65d2f50151c9fa475621c9a389cbff0c21fe2b6e..b2f4a2946c0663b81f7a5715087d991786d1f268 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 if(STATIC_CODECS)
     set(PLUGIN_LIST
index 9b8677a14cdf50c2e88c3024b237dfd167941a91..5e344de4ff105cc308be2f8aa7b29ced28c202e8 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 include_directories (${PCAP_INCLUDE_DIR})
 
index a419453a69e648499861bee453bfbf5549abc910..3a467cd100a5fbcc31dd14baab12b0a691607325 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library ( control STATIC 
     idle_processing.h
index d2b29a8ca24adb09ed87a0a707199cfc79cff033..f177a72fa38511cb0446fd0b59383d34ba064468 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (DETECTION_INCLUDES
     detection_defines.h
index 682d7edc05f87632ad7f095ef4071a18f35ca9c3..166f2cd21317c9e0bda5ecf1f51524b93a7d7906 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (INCLUDES
     event.h
index bc38f98bcb2583eb151c1187825e20643fe1d43f..e664efb3549018297ce21e61cc95502e709656fb 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 add_subdirectory(libs)
index c1ea5bcf4b89580e0c15444dce0f84e63aeaa975..51267e7e4869027a3fb694c4df291f568f9925d0 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 add_library ( file STATIC
index 1b7b3beffb6b1797d9f599704d40b0d342cf17a6..9d77ec749206f465fa99315d2bc0ce50c866080d 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (FILTER_INCLUDES
     sfrf.h 
index 4e96c486a1e8995dc8a58b38d4c8de93b01aeeec..66aff707bf31c6e888b5c7f08b8cdcad9eb8939f 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 set (FLOW_INCLUDES
index 850b9550ef37472cd81072682bacd46c779b9ea9..aae3236cfe8178837c5729750d6c3bc1581c4095 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (FRAMEWORK_INCLUDES
     base_api.h
index f08e0e77a053314225804e174e876054b2612425..823564df5e191640d16e9adcb48661c2ee2dca9e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (HASH_INCLUDES
     sfghash.h 
index d0e835ff6a2c68cb4f2fa6b2b887732a8ce75078..c4325bbe8da9ef7d16a962c6d50ef9533e01da8f 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library (helpers STATIC
     chunk.cc
index 5278ee1c1d4887ffdb77f62663c06fd3e5fb0cb6..671796b7271fe14ea38a62d6dfb416142b689de9 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories(${LUAJIT_INCLUDE_DIR})
 
index d69d64b20ac56ebb2f31890a818d409329e2fd0d..c24471ac2ed560f623c450b5657de9f9a625fbfa 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 set (LOG_INCLUDES
index 1ae3963185b0fdc55dba8a8d514daf44a88b30d6..5c9cbd661c161ca2de379f9335ba5b02198a4857 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories(${LUAJIT_INCLUDE_DIR})
 
index e4a069e79748ac8607f615ce513a9a5eac47e147..046bb64dd15823f30475788b1ba7d9a8c1d82506 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (INCLUDES
     thread.h
index 612fa15e734bfd63b291b40a01345dbcc18cec52..1eb0d5ec06e170f5352ea8264b0ba6dd49788943 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories(${LUAJIT_INCLUDE_DIR})
 
index a3ecaa17786fa3f0fdf4305cd9bf760539d8750a..7fe796299cca8f560d229a44ccd7733a1ab700d2 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_subdirectory(arp_spoof)
 add_subdirectory(binder)
index afaa0cf72a4d284bd86677544c228b148e48ec05..8ccb338b5de970236497cd0ccf6084b478ef1e10 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set(FILE_LIST
     arp_spoof.cc
index 31dcdaeb52f564f70c51065fa6bc54812c1112b9..ad21cbd85e1250e1250ba869758e2b57560122ff 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set(FILE_LIST
     binder.cc
index afd05cc0dd5e3046c30af682c4e4f394ed485664..54deaa895f1fa4b9ce52b9c09e502ca77f7886e0 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( normalize STATIC
     normalize.cc
index 950bdd6ad9779194c5f369c772d711508a9e9727..943f1f89899d6bd0a058da8d0c74022e89705b60 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 if( BUILD_PROCPIDSTATS )
     set (PROCPIDSTATS_SOURCE
index 3a74c073ce1589514d980c8fb8cc49c6cf4eb9bc..00f167e02fe6f61eeca34295f421591ed4e3a67e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( port_scan
     port_scan.cc
index 992b5fe19651588e8212183fb20e18ab3a55a466..5e816577d98d5709f1a54673b38446ac390dccce 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (PACKET_IO_INCLUDES
     active.h
index ba00e37d0ec326242b507a1e4c349b4664bffec3..ce980a4f90a2287ff1ca1b8134a825fed8180c0b 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library (parser STATIC 
     arg_list.cc 
index 9821c3d415db516a39a3171af5416dc8e9ae307b..79fdbb0f5c7890c6ed74466fc4c1cfe390faac0e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (PROTOCOL_HEADERS
     arp.h
index b976500ffdd0f7d3c9c64a2b4197f0c578f04894..fed42ee003c85742888dc7ab1514a77e564f2f20 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (SEARCH_ENGINE_INCLUDES
     pat_stats.h
index 64a3d8bd88ee9a0a5d2c78f0cdc1208a51f1f668..dad9e6a1d38abcc3a5ad71a0ec1716936512c0da 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_subdirectory(back_orifice)
 add_subdirectory(ftp_telnet)
index ae25e7a3d50b9033c4ecb75fb432c9116d2e83d0..1f657bf0b0d802298cae302d46ad55f87cbd39df 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set( FILE_LIST
     back_orifice.cc
index 1af590c12deb70de568ba9510966f2ef1c229423..c596601eec3457f53442fdac20fab9956fc3ba40 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (FILE_LIST
     ft_main.cc
index 4864b96a938c77c0988b6ea080e84b4841e2bed0..27e3c4818b7a44bf462c2e17348e7f2b06d18640 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set (FILE_LIST
     http_inspect.cc
index 0fa85eea45ebfcf078d51a645337070b45e74532..af789dbd860bbad58c36ad734da6f71d4a266332 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (FILE_LIST
     nhttp_inspect.cc
index a1a627088f270c51dbcb56171f85874172404630..b1b88ee090be8f887fb7b6126de3554112cbbbbb 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set( FILE_LIST
     rpc_decode.cc
index 790d84574a0c12abace97c8ab6f06fd20410a67d..5655fdd7413f5d0c55846f335c2e2a736b5787d9 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set(FILE_LIST
     magic.cc
index e36faeace479baa087ba1f823ea8f9cff66d0835..c0afe1d565036debb76d29b2f6cf03fb7b7809e0 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 set(SFIP_INCLUDES
     sf_returns.h
index 6e2f912c5e99729a2efeaa9266d64fd6cce1caec..699e19ecba42619fc0668963c82aa748d35123b4 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library ( sfrt STATIC
     sfrt.cc
index 990cc391d9dd810203d0d4f84f2e0a044769e53c..262c0ce6aaa2645ff5397fbe3279d89dd345f7ef 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_subdirectory(base)
 add_subdirectory(ip)
index bb32539468785f2425f54465e979ca85cd02cf1b..b6a3a5751c8f139cc546492fd9f2903e29be8515 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( stream_base STATIC
     stream_base.cc
index f6dd475ce0a159384fe968d1024a22801ce700f5..74b6e1d92d2115d41ce142d9a54724f18cbeab31 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( stream_icmp STATIC
     icmp_module.cc
index 24ee4081df7e849c01d2dfec8b4886e7a86b9fe3..f0f2c6449abd074636df764dfd88fd73ab654aa0 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( stream_ip STATIC
     ip_defrag.cc
index d640433f6ba0fe2a4c4dc8ef1d1c3c3127aea5e4..b9e85072931ed67e1b56205240e58a61215abc01 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( stream_tcp STATIC
     stream_paf.cc
index 939fc93fc007422ea1759644152ff1022f7a44c8..805c7fdcf5eece9a661f8807be7fc2a2f21f515d 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( stream_udp STATIC
     stream_udp.cc
index e1a5d1e07a8769bf0135cdb8afc80416ca5cdd9a..8d9da2870692612b7cae10c7f5166de91ff686bb 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( target_based STATIC
     sftarget_reader.cc 
index e98d9c1ef1785fe46668d5756a5d3a16aafc6118..dc240aee3d9cc75d2931da7bd97c4dbffb06165f 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 if ( BUILD_UNIT_TESTS )
 
index 844497524b369a6315e1d57d8fcd0b1f3b66f744..59abc148fd530a798e3f7c06bcba9ccdae7de598 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 set (TIME_INCLUDES
     cpuclock.h
index 2d3166bff5a8de2558e0c002fa8828c5da3ce30f..67dda67fbbb96ac2770ca604e661053c3abe400b 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 find_package(Threads REQUIRED)
 
index 6826b71d22c05d6e0f44f822dc6762729e3a53c8..c1c78e046baf53ff8def22cba7fc5f859c1eeec2 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_subdirectory(u2boat)
 add_subdirectory(u2spewfoo)
index dda423c8853c1706498d0ac94e1e8ab0081cef48..cb013724b88c4a6aef569e375b98d560a0897780 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
 
index 54fb6a903190dabc16d55f873832cfa84f8187e3..fa0797f651d1c0523294455b53326c13441f331e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( config_states
     config_alertfile.cc
index 0246dcf987e1f5783a10461500806124f26633c6..176ff22d12cd56ff21539d6379636348c5440373 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_subdirectory (data_types)
 
index 98a9c95e5cfa48cd83f7de683679649e7921132f..97aeadf7375b0fd07a3b0cae6134cc21d5492ef4 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( data_types
     dt_comment.h
index 1a0786ff12338ed3283635342c8ef803b5c0cf94..bda7a9b0c6a74082540905581329311a500c57b7 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( snort2lua_helpers
     converter.h
index e7e88e22d5d3a86ac9278f43832c2407c16a0125..02b110e0cd07f377b9d22b1917340d5f906c120e 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library( keyword_states
     kws_attribute_table.cc
index e59040d314c4e5cd40f7184f14a882789bd304de..f0cf236b92056b1165e80d02b90da02435bffe86 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 add_library(output_states
     out_csv.cc
index 94f2fd96b9089671b7b7a37de897028b50ca6493..492f9f0ce0e5272ec72578fb746b956922db2340 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 add_library(preprocessor_states
     pps_arpspoof.cc
index 612b97246a3a37ee82024237346151e3bb3822c2..69f433c1ae8db1d9137dd87b6f48ac65ec4743a4 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 add_library( rule_states
     rule_base64_decode.cc
index bce29acd702c64929446b5a884eac1b789f1e594..27ca0587c9bfcc482b3cad3fb9394fe896b16bc8 100644 (file)
@@ -1,20 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 # TESTING RULES
 
index 5373ab74331bed992dfa7e2eabd19470e9b383df..7717327e296152ac102e515398b730f6b686c92d 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories(${PROJECT_SOURCE_DIR}/src/loggers)
 
index 1d9d75aced0b6717450304a272d4cd3473188288..0e1a4ed796e7759f8555318f547733dce160a31a 100644 (file)
@@ -1,19 +1,3 @@
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation.  You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
 
 include_directories(${PROJECT_SOURCE_DIR}/src/loggers)