diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/AbstractSleeCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/AbstractSleeCommand.java index f737b7185a..b5b75a2ac6 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/AbstractSleeCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/AbstractSleeCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/Utils.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/Utils.java index 90a5ea743f..c580e48ded 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/Utils.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/Utils.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AbstractUsageCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AbstractUsageCommand.java index b835561cef..a580725494 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AbstractUsageCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AbstractUsageCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AlarmCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AlarmCommand.java index 94020e33ec..03310f56e1 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AlarmCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/AlarmCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/DeployCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/DeployCommand.java index da54e088cb..0ad861fe24 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/DeployCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/DeployCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileCommand.java index cebabd076e..062e8e550d 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileEditCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileEditCommand.java index 719f99c50d..ff869fa430 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileEditCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileEditCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileUsageCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileUsageCommand.java index af8f0f2e65..47bdb6a80c 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileUsageCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ProfileUsageCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceCommand.java index c1279d2b79..5548b1bb1e 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceUsageCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceUsageCommand.java index e233e5d309..9584a0d235 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceUsageCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ResourceUsageCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceCommand.java index 138cfbca16..62738510f8 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceUsageCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceUsageCommand.java index bbeeeb7494..29d980bcdb 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceUsageCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/ServiceUsageCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/SleeCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/SleeCommand.java index c12cf050b5..238cf7f3b8 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/SleeCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/SleeCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/TraceCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/TraceCommand.java index 233d3c1ce1..236bc8d37a 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/TraceCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jslee/TraceCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jslee; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/ActivityCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/ActivityCommand.java index a616a34a52..0c7968abf8 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/ActivityCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/ActivityCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/CongestionCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/CongestionCommand.java index 0e69e645f2..112f540489 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/CongestionCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/CongestionCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/DeployerCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/DeployerCommand.java index 86f6297bb5..6cc5e217fb 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/DeployerCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/DeployerCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterCfgCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterCfgCommand.java index 765a2d985a..77edf9c956 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterCfgCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterCfgCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterStatsCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterStatsCommand.java index 45177f2a70..840a6bc432 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterStatsCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/RouterStatsCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/TimerCommand.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/TimerCommand.java index 392c3e2b60..92d2e99522 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/TimerCommand.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/jsleex/TimerCommand.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.jsleex; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AbstractOperation.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AbstractOperation.java index 6cf6f18cbf..21d7408c16 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AbstractOperation.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AbstractOperation.java @@ -1,19 +1,20 @@ /* - * JBoss, Home of Professional Open Source - * Copyright XXXX, Red Hat Middleware LLC, and individual contributors as indicated - * by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a full listing - * of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License, v. 2.0. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * 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, - * v. 2.0 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see */ package org.mobicents.tools.twiddle.op; diff --git a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AccessorOperation.java b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AccessorOperation.java index 591b3f468a..55360459ca 100644 --- a/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AccessorOperation.java +++ b/tools/twiddle/cli/src/main/java/org/mobicents/tools/twiddle/op/AccessorOperation.java @@ -1,3 +1,21 @@ +/* + * TeleStax, Open Source Cloud Communications + * Copyright 2011-2017, Telestax Inc and individual contributors + * by the @authors tag. + * + * This program is free software: you can redistribute it and/or modify + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + */ package org.mobicents.tools.twiddle.op; import java.lang.reflect.Constructor;