Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f636dc7

Browse files
committed
Removed unnecessary last updated/compatible text
1 parent 52b286b commit f636dc7

19 files changed

Lines changed: 18 additions & 71 deletions

maec/bundle/action_reference_list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#Copyright (c) 2015, The MITRE Corporation
44
#All rights reserved
55

6-
#Compatible with MAEC v4.1
7-
#Last updated 02/18/2014
86

97
from cybox.core import ActionReference
108

maec/bundle/av_classification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 09/26/2014
86

97
import maec
108
from . import _namespace

maec/bundle/behavior.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 08/27/2014
8-
96
import maec
107
from . import _namespace
118
import maec.bindings.maec_bundle as bundle_binding

maec/bundle/behavior_reference.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 08/28/2014
86

97
import maec
108
from . import _namespace

maec/bundle/bundle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 10/21/2014
8-
96
from cybox.core import Object
107
from cybox.utils.normalize import normalize_object_properties
118

maec/bundle/bundle_reference.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#Copyright (c) 2015, The MITRE Corporation
44
#All rights reserved
55

6-
#Compatible with MAEC v4.1
7-
#Last updated 08/14/2014
8-
96
import maec
107
from . import _namespace
118
import maec.bindings.maec_bundle as bundle_binding

maec/bundle/candidate_indicator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 08/27/2014
8-
96
import maec
107
from . import _namespace
118
import maec.bindings.maec_bundle as bundle_binding

maec/bundle/capability.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 8/26/2014
8-
96
import maec
107
from . import _namespace
118
import maec.bindings.maec_bundle as bundle_binding

maec/bundle/malware_action.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 08/27/2014
8-
96
import cybox
107
from cybox.core import Action
118
from cybox.objects.code_object import Code

maec/bundle/object_history.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright (c) 2015, The MITRE Corporation
44
# All rights reserved
55

6-
# Compatible with MAEC v4.1
7-
# Last updated 11/12/2014
8-
96
class ObjectHistory(object):
107
@classmethod
118
def build(cls, bundle):

0 commit comments

Comments
 (0)