diff --git a/agent/src/main/java/com/orientechnologies/agent/OEnterpriseAgent.java b/agent/src/main/java/com/orientechnologies/agent/OEnterpriseAgent.java index b2cd389b..d1f8e9b8 100755 --- a/agent/src/main/java/com/orientechnologies/agent/OEnterpriseAgent.java +++ b/agent/src/main/java/com/orientechnologies/agent/OEnterpriseAgent.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandAuditing.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandAuditing.java index ccbcca0a..4b837976 100644 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandAuditing.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandAuditing.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandDistributedManager.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandDistributedManager.java index 8647221d..45ecd03f 100644 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandDistributedManager.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandDistributedManager.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetProfiler.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetProfiler.java index 37fb8516..3e9ed692 100644 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetProfiler.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetProfiler.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSQLProfiler.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSQLProfiler.java index fa7f9371..b3388ee9 100644 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSQLProfiler.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSQLProfiler.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSecurityConfig.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSecurityConfig.java index 5bae27c0..6b1a66e4 100755 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSecurityConfig.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandGetSecurityConfig.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2016 OrientDB LTD - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientdb.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandPostSecurityReload.java b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandPostSecurityReload.java index 13c00394..d190bc09 100755 --- a/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandPostSecurityReload.java +++ b/agent/src/main/java/com/orientechnologies/agent/http/command/OServerCommandPostSecurityReload.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2016 OrientDB LTD - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientdb.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.http.command; diff --git a/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfiler.java b/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfiler.java index 8fa64492..1a25ffdd 100644 --- a/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfiler.java +++ b/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfiler.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.profiler; diff --git a/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfilerListener.java b/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfilerListener.java index 9c3d5750..bc6ccedc 100644 --- a/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfilerListener.java +++ b/agent/src/main/java/com/orientechnologies/agent/profiler/OEnterpriseProfilerListener.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.profiler; diff --git a/agent/src/main/java/com/orientechnologies/agent/profiler/OProfilerData.java b/agent/src/main/java/com/orientechnologies/agent/profiler/OProfilerData.java index 3dc925b5..50fea207 100644 --- a/agent/src/main/java/com/orientechnologies/agent/profiler/OProfilerData.java +++ b/agent/src/main/java/com/orientechnologies/agent/profiler/OProfilerData.java @@ -1,19 +1,19 @@ /* - * Copyright 2010-2013 Orient Technologies LTD (info--at--orientechnologies.com) - * All Rights Reserved. Commercial License. + * Copyright 2016 OrientDB LTD (info(at)orientdb.com) * - * NOTICE: All information contained herein is, and remains the property of - * Orient Technologies LTD and its suppliers, if any. The intellectual and - * technical concepts contained herein are proprietary to - * Orient Technologies LTD and its suppliers and may be covered by United - * Kingdom and Foreign Patents, patents in process, and are protected by trade - * secret or copyright law. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Orient Technologies LTD. + * http://www.apache.org/licenses/LICENSE-2.0 * - * For more information: http://www.orientechnologies.com + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * For more information: http://www.orientdb.com */ package com.orientechnologies.agent.profiler;