Skip to content

Commit

Permalink
Remove references to Apache license from source code headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Meisinger committed Jun 16, 2014
1 parent 623a626 commit e5eefa8
Show file tree
Hide file tree
Showing 80 changed files with 48 additions and 80 deletions.
1 change: 0 additions & 1 deletion prototype/app_integration_service.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Thomas R. Lennan'
__license__ = 'Apache 2.0'

from M2Crypto import X509

Expand Down
1 change: 0 additions & 1 deletion prototype/bridge/bridge.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'

from pyon.public import log
from pyon.service import service
Expand Down
1 change: 0 additions & 1 deletion prototype/graph/fourstore.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'

from gevent import monkey; monkey.patch_all()
import gevent
Expand Down
1 change: 0 additions & 1 deletion prototype/graph/orientdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'

from gevent import monkey; monkey.patch_all()
from compass.client import CompassException, Server, ADMIN
Expand Down
1 change: 0 additions & 1 deletion prototype/graph/surflib.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'

from surf import Store, Session, ns

Expand Down
1 change: 0 additions & 1 deletion prototype/service.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'

from pyon.public import log
from pyon.service.service import BaseService
Expand Down
1 change: 0 additions & 1 deletion putil/clog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Dave Foster <dfoster@asascience.com>'
__license__ = 'Apache 2.0'

# adapted from http://stackoverflow.com/questions/384076/how-can-i-make-the-python-logging-output-to-be-colored

Expand Down
2 changes: 1 addition & 1 deletion pyon/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__author__ = 'Edward Hunter'
__license__ = 'Apache 2.0'



# Pyon imports.
Expand Down
2 changes: 1 addition & 1 deletion pyon/agent/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__author__ = 'Steve Foley'
__license__ = 'Apache 2.0'


# MI logger
import logging
Expand Down
2 changes: 1 addition & 1 deletion pyon/agent/instrument_fsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__author__ = 'Edward Hunter'
__license__ = 'Apache 2.0'


from gevent.coros import RLock

Expand Down
2 changes: 1 addition & 1 deletion pyon/agent/simple_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__author__ = 'Michael Meisinger'
__license__ = 'Apache 2.0'


import traceback

Expand Down
2 changes: 1 addition & 1 deletion pyon/core/bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith, Michael Meisinger'
__license__ = 'Apache 2.0'


import uuid
import os
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


__author__ = 'Thomas R. Lennan'
__license__ = 'Apache 2.0'


BAD_REQUEST = 400
UNAUTHORIZED = 401
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __builtin__ import classmethod

__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'


import os
from pyon.core.governance.governance_interceptor import BaseInternalGovernanceInterceptor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Rumyana Neykova'
__license__ = 'Apache 2.0'



class ConversationContext(object):
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/governance_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'


import types

Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/governance_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'




Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/governance_interceptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'


from pyon.public import Container
from pyon.core.interceptor.interceptor import Interceptor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'



from pyon.core.governance.governance_interceptor import BaseInternalGovernanceInterceptor
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/negotiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'


import copy
import datetime
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/policy/policy_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'



from os import path
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/policy/policy_interceptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'

import pickle

from pyon.core.bootstrap import CFG
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/test/test_governance.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'



from pyon.util.unit_test import PyonTestCase
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/governance/test/test_negotiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!/usr/bin/env python

__author__ = 'Stephen P. Henrie'
__license__ = 'Apache 2.0'



from pyon.util.unit_test import PyonTestCase
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/interceptor/interceptor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Dave Foster <dfoster@asascience.com>, Thomas R. Lennan'
__license__ = 'Apache 2.0'



class Invocation(object):
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/interfaces/message_object_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Functions for generating Python message interfaces from service definitions"""

__author__ = 'Adam R. Smith, Thomas Lennan, Stephen Henrie, Dave Foster, Seman Said'
__license__ = 'Apache 2.0'



import ast
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/interfaces/object_model_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Functions for generating Python object interfaces from object definitions"""

__author__ = 'Adam R. Smith, Thomas Lennan, Stephen Henrie, Dave Foster, Seman Said'
__license__ = 'Apache 2.0'


from collections import OrderedDict
import csv
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/interfaces/service_object_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Functions for generating Python service interfaces from service definitions"""

__author__ = 'Adam R. Smith, Thomas Lennan, Stephen Henrie, Dave Foster, Seman Said'
__license__ = 'Apache 2.0'


import datetime
import fnmatch
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/object.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith, Michael Meisinger, Tom Lennan'
__license__ = 'Apache 2.0'


import os
import re
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/path.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'


import fnmatch
import os
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/test/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## coding: utf-8

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'


from pyon.core.registry import IonObjectRegistry
from pyon.core.bootstrap import IonObject
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/test/test_thread.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'


from pyon.core.thread import PyonThreadManager, PyonThread
from pyon.core.exception import ContainerError
Expand Down
2 changes: 1 addition & 1 deletion pyon/core/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Classes to build and manage pyon container worker processes."""

__author__ = 'Adam R. Smith'
__license__ = 'Apache 2.0'


from pyon.util.async import *
from pyon.util.log import log
Expand Down
2 changes: 1 addition & 1 deletion pyon/datastore/couchdb/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Thomas R. Lennan, Michael Meisinger'
__license__ = 'Apache 2.0'



# A profile is a collection of views
Expand Down
2 changes: 1 addition & 1 deletion pyon/datastore/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Management of datastores in the container"""

__author__ = 'Thomas R. Lennan, Michael Meisinger'
__license__ = 'Apache 2.0'


from pyon.core.bootstrap import get_sys_name, CFG
from pyon.datastore.datastore_common import DatastoreFactory, DataStore
Expand Down
2 changes: 1 addition & 1 deletion pyon/datastore/postgresql/test/test_pg_query.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Brian McKenna'
__license__ = 'Apache 2.0'


from nose.plugins.attrib import attr
from unittest import SkipTest
Expand Down
2 changes: 1 addition & 1 deletion pyon/datastore/test/test_datastores.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Thomas R. Lennan, Michael Meisinger'
__license__ = 'Apache 2.0'


from nose.plugins.attrib import attr
from unittest import SkipTest
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/conversation_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Conversation Log"""

__author__ = 'Prashant Kediyal'
__license__ = 'Apache 2.0'


from pyon.core import bootstrap
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Coverage Postgres Table implementation"""

__author__ = 'Casey Bryant'
__license__ = 'Apache 2.0'

from pyon.core import bootstrap
from pyon.datastore.datastore import DataStore
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Directory is fronting a system-wide directory datastore containing system config and registrations."""

__author__ = 'Thomas R. Lennan, Michael Meisinger'
__license__ = 'Apache 2.0'

from pyon.core import bootstrap
from pyon.core.bootstrap import CFG
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""ION messaging endpoints"""

__author__ = 'Michael Meisinger, David Stuebe, Dave Foster <dfoster@asascience.com>'
__license__ = 'Apache 2.0'

from pyon.net.endpoint import Publisher, Subscriber, EndpointUnit, process_interceptors, RPCRequestEndpointUnit, BaseEndpoint, RPCClient, RPCResponseEndpointUnit, RPCServer, PublisherEndpointUnit, SubscriberEndpointUnit
from pyon.ion.event import BaseEventSubscriberMixin
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Events framework with publisher, subscriber and repository."""

__author__ = 'Dave Foster <dfoster@asascience.com>, Michael Meisinger'
__license__ = 'Apache 2.0'

import functools
import sys
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Exchange management classes."""

__author__ = 'Michael Meisinger, Dave Foster'
__license__ = 'Apache 2.0'

from pyon.core import bootstrap
from pyon.core.bootstrap import CFG, get_service_registry
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/process.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

__author__ = 'Adam R. Smith, Michael Meisinger, Dave Foster <dfoster@asascience.com>'
__license__ = 'Apache 2.0'

from pyon.util.log import log
from pyon.core.thread import PyonThreadManager, PyonThread, ThreadManager, PyonThreadTraceback, PyonHeartbeatError
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""ION Resource definitions and functions, resource lifecycle framework, extended resource framework"""

__author__ = 'Michael Meisinger, Stephen Henrie'
__license__ = 'Apache 2.0'

import inspect
import types
Expand Down
1 change: 0 additions & 1 deletion pyon/ion/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Mechanisms for ION services and service management infrastructure"""

__author__ = 'Adam R. Smith, Michael Meisinger'
__license__ = 'Apache 2.0'

from zope.interface import implementedBy

Expand Down
Loading

0 comments on commit e5eefa8

Please sign in to comment.