X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcopyleft.h;h=8abb426d5271975c7ebfee4c7ef4e95e73b41b42;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=0467aada2f85094ff737c9da1a916d53853cc76b;hpb=def7e6026513a3ee7c2b38416b30a2e890e34311;p=pspp-builds.git diff --git a/src/copyleft.h b/src/copyleft.h index 0467aada..8abb426d 100644 --- a/src/copyleft.h +++ b/src/copyleft.h @@ -14,13 +14,14 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !copyleft_h #define copyleft_h 1 -extern char lack_of_warranty[]; -extern char copyleft[]; +extern const char lack_of_warranty[]; +extern const char copyleft[]; +extern const char legal[]; #endif