From 73dc776567bc33aaf45b0928a4ef8f01f2764cf9 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 21 Feb 2009 02:42:50 +0000 Subject: [PATCH] pdate various source filed to GPL 3 svn path=/trunk/boinc/; revision=17330 --- checkin_notes | 34 +++++++++++++++++++++++++++ clientgui/mac/MacGUI.pch | 20 +++++++--------- clientgui/mac/SystemMenu.m | 20 +++++++--------- clientgui/mac/browser_safari.mm | 20 +++++++--------- clientgui/res/macbadgemask.xpm | 17 ++++++++++++++ clientgui/res/macdisconnectbadge.xpm | 20 +++++++--------- clientscr/Mac_Saver_ModuleView.m | 20 +++++++--------- clientscr/screensaver.cpp | 20 +++++++--------- mac_build/BuildMacBOINC.sh | 20 +++++++--------- mac_build/Mac_SA_Insecure.sh | 17 ++++++++------ mac_build/Mac_SA_Secure.sh | 20 +++++++--------- mac_build/Make_BOINC_Service.sh | 19 +++++++-------- mac_build/buildWxMac.sh | 20 +++++++--------- mac_build/buildc-ares.sh | 20 +++++++--------- mac_build/buildcurl.sh | 20 +++++++--------- mac_build/buildjpeg.sh | 20 +++++++--------- mac_build/setupForBOINC.sh | 20 +++++++--------- mac_installer/make_GridRepublic.sh | 34 +++++++++++++-------------- mac_installer/release_GridRepublic.sh | 34 +++++++++++++-------------- mac_installer/release_boinc.sh | 34 +++++++++++++-------------- samples/example_app/MakeMacExample.sh | 20 +++++++--------- 21 files changed, 244 insertions(+), 225 deletions(-) diff --git a/checkin_notes b/checkin_notes index e5d4c5239f..0aa91b1ef1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1827,3 +1827,37 @@ David 20 Feb 2009 client/ cpu_sched.cpp + +Charlie 20 Feb 2009 + - Update various source filed to GPL 3. Note: I've only updated those + files which I created or have been maintaining. There are many + others which still have the GPL 2.1 license. + + clientgui/ + mac/ + browser_safari.mm + MacGUI.pch + SystemMenu.m + res/ + macbadgemask.xpm + macdisconnectbadge.xpm + clientscr/ + Mac_Saver_ModuleView.m + screensaver.cpp + mac_build/ + buildcurl.sh + buildjpeg.sh + buildc-ares.sh + BuildMacBOINC.sh + buildWxMac.sh + Make_BOINC_Service.sh + Mac_SA_Insecure.sh + Mac_SA_Secure.sh + setupForBOINC.sh + mac_installer/ + release_boinc.sh + release_GridRepublic.sh + make_GridRepublic.sh + samples/ + example_app/ + MakeMacExample.sh diff --git a/clientgui/mac/MacGUI.pch b/clientgui/mac/MacGUI.pch index c0eb3b7f9a..26bddedc71 100644 --- a/clientgui/mac/MacGUI.pch +++ b/clientgui/mac/MacGUI.pch @@ -1,21 +1,19 @@ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2005 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . // HTTP_OP represents an HTTP operation. // There are variants for GET and POST, diff --git a/clientgui/mac/SystemMenu.m b/clientgui/mac/SystemMenu.m index 2929f48a0c..68236dbde3 100644 --- a/clientgui/mac/SystemMenu.m +++ b/clientgui/mac/SystemMenu.m @@ -1,23 +1,21 @@ /* SystemMenu.m */ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2005 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . /* Cocoa routines for BOINC Manager OS X System Icon Menu. Written by Charlie Fenton for UC Berkeley Space Sciences Laboratory 2005 diff --git a/clientgui/mac/browser_safari.mm b/clientgui/mac/browser_safari.mm index d5de4f774f..abb61b2b6d 100644 --- a/clientgui/mac/browser_safari.mm +++ b/clientgui/mac/browser_safari.mm @@ -1,21 +1,19 @@ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2005 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . #include "str_util.h" #include "browser.h" diff --git a/clientgui/res/macbadgemask.xpm b/clientgui/res/macbadgemask.xpm index cd51dd6ed5..09e869078a 100644 --- a/clientgui/res/macbadgemask.xpm +++ b/clientgui/res/macbadgemask.xpm @@ -1,3 +1,20 @@ +// This file is part of BOINC. +// http://boinc.berkeley.edu +// Copyright (C) 2008 University of California +// +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. +// +// BOINC 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 Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . + /* XPM */ static char *macbadgemask[] = { /* width height ncolors chars_per_pixel */ diff --git a/clientgui/res/macdisconnectbadge.xpm b/clientgui/res/macdisconnectbadge.xpm index 2941de05e4..949971c61d 100644 --- a/clientgui/res/macdisconnectbadge.xpm +++ b/clientgui/res/macdisconnectbadge.xpm @@ -1,21 +1,19 @@ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2006 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . /* XPM */ static char *macdisconnectbadge[] = { diff --git a/clientscr/Mac_Saver_ModuleView.m b/clientscr/Mac_Saver_ModuleView.m index 6161be9587..d22e7272e1 100644 --- a/clientscr/Mac_Saver_ModuleView.m +++ b/clientscr/Mac_Saver_ModuleView.m @@ -1,21 +1,19 @@ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2005 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . // // Mac_Saver_ModuleView.m diff --git a/clientscr/screensaver.cpp b/clientscr/screensaver.cpp index 534cb6526e..5aa9f34fdd 100644 --- a/clientscr/screensaver.cpp +++ b/clientscr/screensaver.cpp @@ -1,21 +1,19 @@ -// Berkeley Open Infrastructure for Network Computing +// This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2005 University of California +// Copyright (C) 2008 University of California // -// This is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// either version 2.1 of the License, or (at your option) any later version. +// BOINC is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. // -// This software is distributed in the hope that it will be useful, +// BOINC 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 Lesser General Public License for more details. // -// To view the GNU Lesser General Public License visit -// http://www.gnu.org/copyleft/lesser.html -// or write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// You should have received a copy of the GNU Lesser General Public License +// along with BOINC. If not, see . // #ifdef _WIN32 diff --git a/mac_build/BuildMacBOINC.sh b/mac_build/BuildMacBOINC.sh index d443db80b3..cb5b918fc9 100644 --- a/mac_build/BuildMacBOINC.sh +++ b/mac_build/BuildMacBOINC.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # ## diff --git a/mac_build/Mac_SA_Insecure.sh b/mac_build/Mac_SA_Insecure.sh index c94702cdc1..07d1887b34 100755 --- a/mac_build/Mac_SA_Insecure.sh +++ b/mac_build/Mac_SA_Insecure.sh @@ -1,19 +1,22 @@ #! /bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2006 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . +# # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or write to the Free Software Foundation, Inc., diff --git a/mac_build/Mac_SA_Secure.sh b/mac_build/Mac_SA_Secure.sh index 356c14a20a..914fbda0db 100755 --- a/mac_build/Mac_SA_Secure.sh +++ b/mac_build/Mac_SA_Secure.sh @@ -1,23 +1,21 @@ #! /bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2006 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # Make a BOINC installation "secure" on a Macintosh with stand-alone BOINC Client # The BOINC installer does this for a Macintosh installation with BOINC Manager; diff --git a/mac_build/Make_BOINC_Service.sh b/mac_build/Make_BOINC_Service.sh index 94d4432ee8..4474c87b6f 100644 --- a/mac_build/Make_BOINC_Service.sh +++ b/mac_build/Make_BOINC_Service.sh @@ -1,22 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2007 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # diff --git a/mac_build/buildWxMac.sh b/mac_build/buildWxMac.sh index 328e6bee4c..efe2953c71 100644 --- a/mac_build/buildWxMac.sh +++ b/mac_build/buildWxMac.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Script to build the wxMac-2.8.7 library for BOINC as a Universal Binary diff --git a/mac_build/buildc-ares.sh b/mac_build/buildc-ares.sh index eeff65d789..9dd2cdb73f 100644 --- a/mac_build/buildc-ares.sh +++ b/mac_build/buildc-ares.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Script to build Macintosh Universal Binary library of c-ares-1.6.0 for diff --git a/mac_build/buildcurl.sh b/mac_build/buildcurl.sh index b662480d30..6ba80a84dd 100644 --- a/mac_build/buildcurl.sh +++ b/mac_build/buildcurl.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Script to build Macintosh Universal Binary library of curl-7.19.2 for diff --git a/mac_build/buildjpeg.sh b/mac_build/buildjpeg.sh index c8bcb9ae66..b52cc44ebd 100644 --- a/mac_build/buildjpeg.sh +++ b/mac_build/buildjpeg.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Script to build Macintosh Universal Binary library of jpeg-6b for diff --git a/mac_build/setupForBOINC.sh b/mac_build/setupForBOINC.sh index ea325b9e5d..0afab0bc41 100644 --- a/mac_build/setupForBOINC.sh +++ b/mac_build/setupForBOINC.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Master script to build Universal Binary libraries needed by BOINC: diff --git a/mac_installer/make_GridRepublic.sh b/mac_installer/make_GridRepublic.sh index a9b4ee59c2..a12f555f5a 100644 --- a/mac_installer/make_GridRepublic.sh +++ b/mac_installer/make_GridRepublic.sh @@ -1,23 +1,21 @@ #!/bin/csh -## Berkeley Open Infrastructure for Network Computing -## http://boinc.berkeley.edu -## Copyright (C) 2005 University of California -## -## This is free software; you can redistribute it and/or -## modify it under the terms of the GNU Lesser General Public -## License as published by the Free Software Foundation; -## either version 2.1 of the License, or (at your option) any later version. -## -## This software 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 Lesser General Public License for more details. -## -## To view the GNU Lesser General Public License visit -## http://www.gnu.org/copyleft/lesser.html -## or write to the Free Software Foundation, Inc., -## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# This file is part of BOINC. +# http://boinc.berkeley.edu +# Copyright (C) 2008 University of California +# +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. +# +# BOINC 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . ## # Script to convert Macintosh BOINC installer to GridRepublic Desktop installer diff --git a/mac_installer/release_GridRepublic.sh b/mac_installer/release_GridRepublic.sh index 5790abeb20..74fc0bf215 100644 --- a/mac_installer/release_GridRepublic.sh +++ b/mac_installer/release_GridRepublic.sh @@ -1,23 +1,21 @@ #!/bin/csh -## Berkeley Open Infrastructure for Network Computing -## http://boinc.berkeley.edu -## Copyright (C) 2005 University of California -## -## This is free software; you can redistribute it and/or -## modify it under the terms of the GNU Lesser General Public -## License as published by the Free Software Foundation; -## either version 2.1 of the License, or (at your option) any later version. -## -## This software 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 Lesser General Public License for more details. -## -## To view the GNU Lesser General Public License visit -## http://www.gnu.org/copyleft/lesser.html -## or write to the Free Software Foundation, Inc., -## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# This file is part of BOINC. +# http://boinc.berkeley.edu +# Copyright (C) 2008 University of California +# +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. +# +# BOINC 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . ## # Release Script for Macintosh GridRepublic Desktop by Charlie Fenton diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index 08405be131..415bedaa42 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -1,23 +1,21 @@ #!/bin/csh -## Berkeley Open Infrastructure for Network Computing -## http://boinc.berkeley.edu -## Copyright (C) 2005 University of California -## -## This is free software; you can redistribute it and/or -## modify it under the terms of the GNU Lesser General Public -## License as published by the Free Software Foundation; -## either version 2.1 of the License, or (at your option) any later version. -## -## This software 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 Lesser General Public License for more details. -## -## To view the GNU Lesser General Public License visit -## http://www.gnu.org/copyleft/lesser.html -## or write to the Free Software Foundation, Inc., -## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# This file is part of BOINC. +# http://boinc.berkeley.edu +# Copyright (C) 2008 University of California +# +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. +# +# BOINC 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . ## # Release Script for Macintosh BOINC Manager 10/31/07 by Charlie Fenton diff --git a/samples/example_app/MakeMacExample.sh b/samples/example_app/MakeMacExample.sh index 9bbef2649e..867ce01af7 100644 --- a/samples/example_app/MakeMacExample.sh +++ b/samples/example_app/MakeMacExample.sh @@ -1,23 +1,21 @@ #!/bin/sh -# Berkeley Open Infrastructure for Network Computing +# This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2005 University of California +# Copyright (C) 2008 University of California # -# This is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any later version. +# BOINC is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License +# as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. # -# This software is distributed in the hope that it will be useful, +# BOINC 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 Lesser General Public License for more details. # -# To view the GNU Lesser General Public License visit -# http://www.gnu.org/copyleft/lesser.html -# or write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# You should have received a copy of the GNU Lesser General Public License +# along with BOINC. If not, see . # # # Script to build Macintosh example_app using Makefile