diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:35:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:35:12 +0000 |
commit | cc4f8b66f7fb893d48ec9acb99eafda65f1bec0d (patch) | |
tree | be3024c6247b440580d4bf110f598a87c9eaff78 /sandbox/test | |
parent | 70c1e1a3c0aa3b5ac67c247d64b2c61d75a4c83c (diff) |
INTEGRATION: CWS changefileheader (1.1.142); FILE MERGED
2008/03/31 12:49:21 rt 1.1.142.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sandbox/test')
-rw-r--r-- | sandbox/test/com/sun/star/lib/sandbox/ResourceTest.java | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sandbox/test/com/sun/star/lib/sandbox/ResourceTest.java b/sandbox/test/com/sun/star/lib/sandbox/ResourceTest.java index 46125d60458d..8d512b757176 100644 --- a/sandbox/test/com/sun/star/lib/sandbox/ResourceTest.java +++ b/sandbox/test/com/sun/star/lib/sandbox/ResourceTest.java @@ -1,3 +1,33 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: ResourceTest.java,v $ + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + package com.sun.star.lib.sandbox; import java.net.URL; |