Skip to content

Commit 52610ff

Browse files
author
frank
committed
add copyright header to shell scripts
1 parent 4bd58bf commit 52610ff

223 files changed

Lines changed: 3333 additions & 2186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent-simulator/scripts/__old__/deletePod.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
x=$1

agent-simulator/scripts/__old__/deleteServiceOffering.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
x=$1

agent-simulator/scripts/__old__/deleteVlan.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
x=$1

agent-simulator/scripts/__old__/deployVirtualMachine.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
zoneid=$1

agent-simulator/scripts/__old__/listRouters.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
query="GET http://10.91.30.226:8096/client/?command=listRouters&zoneId=$1&account=admin&domainid=1 HTTP/1.0\n\n"

agent-simulator/scripts/__old__/listVirtualMachine.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
query="GET http://10.91.28.33:8096/client/?command=listVirtualMachines&zoneId=$1&account=admin&domainid=1 HTTP/1.0\n\n"

agent-simulator/scripts/__old__/queryAsyncJobResult.sh

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
#!/bin/bash
2-
#
3-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
4-
#
5-
#
6-
# This software is licensed under the GNU General Public License v3 or later.
7-
#
8-
# It is free software: you can redistribute it and/or modify
9-
# it under the terms of the GNU General Public License as published by
10-
# the Free Software Foundation, either version 3 of the License, or any later version.
11-
# This program is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU General Public License
17-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18-
#
19-
#
2+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
3+
#
4+
# This software is licensed under the GNU General Public License v3 or later.
5+
#
6+
# It is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or any later version.
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
#
2017

2118

2219
usage() {

agent-simulator/scripts/__old__/run.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
#!/usr/bin/env bash
2+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
3+
#
4+
# This software is licensed under the GNU General Public License v3 or later.
5+
#
6+
# It is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or any later version.
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
#
217

318

419

5-
#
6-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
7-
#
820

921

1022
#run.sh runs the agent simulator client.

agent-simulator/scripts/__old__/setupDirectPods.sh

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
4-
#
517

618

719
x=$1

agent-simulator/scripts/__old__/setupHosts.sh

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1+
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2+
#
3+
# This software is licensed under the GNU General Public License v3 or later.
4+
#
5+
# It is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 3 of the License, or any later version.
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
# GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
#
116

2-
#
3-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
4-
#
5-
#
6-
# This software is licensed under the GNU General Public License v3 or later.
7-
#
8-
# It is free software: you can redistribute it and/or modify
9-
# it under the terms of the GNU General Public License as published by
10-
# the Free Software Foundation, either version 3 of the License, or any later version.
11-
# This program is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU General Public License
17-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18-
#
19-
#
2017

2118

2219
name=$1

0 commit comments

Comments
 (0)