Skip to content

Commit

Permalink
tests: strip CONFIDENTIAL notices from tests
Browse files Browse the repository at this point in the history
Closes: #104
  • Loading branch information
davvid committed Nov 9, 2023
1 parent 2200a23 commit 321ae0e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 47 deletions.
15 changes: 1 addition & 14 deletions src/tests/testpartjson.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
#!/usr/bin/env python

"""
Test for partjson - back and forth
"""

__copyright__ = """
CONFIDENTIAL INFORMATION: This software is the confidential and
proprietary information of Walt Disney Animation Studios ("WDAS").
This software may not be used, disclosed, reproduced or distributed
for any purpose without prior written authorization and license
from WDAS. Reproduction of any section of this software must
include this legend and all copyright notices.
Copyright Disney Enterprises, Inc. All rights reserved.
"""
"""Test for partjson - back and forth"""

import os, unittest
import partjson, partio
Expand Down
10 changes: 0 additions & 10 deletions src/tools/partedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
# - delete fixed attribute
# - rename fixed attribute

__copyright__ = """
CONFIDENTIAL INFORMATION: This software is the confidential and
proprietary information of Walt Disney Animation Studios ("WDAS").
This software may not be used, disclosed, reproduced or distributed
for any purpose without prior written authorization and license
from WDAS. Reproduction of any section of this software must
include this legend and all copyright notices.
Copyright Disney Enterprises, Inc. All rights reserved.
"""

import os, sys, math
import partio

Expand Down
10 changes: 0 additions & 10 deletions src/tools/partinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
-h/--help : Print this help message
"""

__copyright__ = """
CONFIDENTIAL INFORMATION: This software is the confidential and
proprietary information of Walt Disney Animation Studios ("WDAS").
This software may not be used, disclosed, reproduced or distributed
for any purpose without prior written authorization and license
from WDAS. Reproduction of any section of this software must
include this legend and all copyright notices.
Copyright Disney Enterprises, Inc. All rights reserved.
"""

import os, sys, re
from Qt import QtCore, QtWidgets # pylint:disable=E0611
from Qt.QtGui import QKeySequence # pylint:disable=E0611,E0401
Expand Down
13 changes: 0 additions & 13 deletions src/tools/partjson.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python

"""
Converts partio files to and from json.
Expand All @@ -11,18 +10,6 @@
-h/--help : Print this help message
"""

# TODO: Unicode compliance

__copyright__ = """
CONFIDENTIAL INFORMATION: This software is the confidential and
proprietary information of Walt Disney Animation Studios ("WDAS").
This software may not be used, disclosed, reproduced or distributed
for any purpose without prior written authorization and license
from WDAS. Reproduction of any section of this software must
include this legend and all copyright notices.
Copyright Disney Enterprises, Inc. All rights reserved.
"""

import os, sys, json
import partio

Expand Down

0 comments on commit 321ae0e

Please sign in to comment.