From 45e68b0cae66c4e67098bfab5877c172ed8c584e Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 25 Nov 2011 17:54:22 +0530 Subject: Added copyright notice. --- build/create-rpms.sh | 21 +++++++++++++++++++++ build/gmc-buckminster.commands | 21 ++++++++++++++++++++- build/gmg-buckminster.commands | 21 ++++++++++++++++++++- build/junit-buckminster.commands | 20 ++++++++++++++++++++ build/package-backend.sh | 21 +++++++++++++++++++++ build/package-gateway.sh | 21 +++++++++++++++++++++ 6 files changed, 123 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/create-rpms.sh b/build/create-rpms.sh index db7ea679..d0ad909b 100755 --- a/build/create-rpms.sh +++ b/build/create-rpms.sh @@ -1,3 +1,24 @@ +#!/bin/bash + +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Gateway is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + FILE_ERR=1 RPM_ERR=2 sudo cp glustermg-backend-${VERSION}.tar.gz /usr/src/redhat/SOURCES || exit ${FILE_ERR} diff --git a/build/gmc-buckminster.commands b/build/gmc-buckminster.commands index 86b254e1..1a2a88e9 100755 --- a/build/gmc-buckminster.commands +++ b/build/gmc-buckminster.commands @@ -1,4 +1,23 @@ -# Buckminster commands to build Gluster Management Console projects +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Console is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + +# Buckminster commands to build Gluster Management Console importtarget --active gmc-target/com.gluster.storage.management.console.target/gmc.target diff --git a/build/gmg-buckminster.commands b/build/gmg-buckminster.commands index 2d6ea9e6..46c9886b 100755 --- a/build/gmg-buckminster.commands +++ b/build/gmg-buckminster.commands @@ -1,4 +1,23 @@ -# Buckminster commands to build Gluster Management Console projects +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Gateway is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + +# Buckminster commands to build Gluster Management Gateway importtarget --active gmc-target/com.gluster.storage.management.console.target/gmc.target diff --git a/build/junit-buckminster.commands b/build/junit-buckminster.commands index bfd7a320..6f604a74 100755 --- a/build/junit-buckminster.commands +++ b/build/junit-buckminster.commands @@ -1,3 +1,23 @@ +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Console is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + +# Buckminster commands for JUnit test run importtarget --active gmc-target/com.gluster.storage.management.console.target/gmc.target import build/com.gluster.storage.management.core.cquery diff --git a/build/package-backend.sh b/build/package-backend.sh index f9fc57be..93fb7542 100755 --- a/build/package-backend.sh +++ b/build/package-backend.sh @@ -1,3 +1,24 @@ +#!/bin/bash + +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Gateway is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + ROOT_DIR=glustermg-backend-${VERSION} DIR_NAME=${ROOT_DIR}/gmg-scripts TAR_NAME=${ROOT_DIR}.tar diff --git a/build/package-gateway.sh b/build/package-gateway.sh index bce436d9..2a50855c 100755 --- a/build/package-gateway.sh +++ b/build/package-gateway.sh @@ -1,3 +1,24 @@ +#!/bin/bash + +#------------------------------------------------------------------ +# Copyright (c) 2006-2011 Gluster, Inc. +# This file is part of GlusterFS. +# +# Gluster Management Gateway is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# GlusterFS 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . +#------------------------------------------------------------------ + WAR_NAME="glustermg.war" WAR_SCRIPTS_DIR=${WAR_NAME}/scripts NEW_WAR_NAME="glustermg" -- cgit