comparison truffle/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/package-info.java @ 22004:11e0412c5b0e

Make headers valid for checkstyle again.
author Christian Humer <christian.humer@gmail.com>
date Tue, 21 Jul 2015 11:08:04 +0200
parents 5bc7f7b867ab
children
comparison
equal deleted inserted replaced
22003:5bc7f7b867ab 22004:11e0412c5b0e
1 /* 1 /*
2 * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR 2 * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
3 * REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it under the terms of the GNU 5 * This code is free software; you can redistribute it and/or modify it
6 * General Public License version 2 only, as published by the Free Software Foundation. 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.
7 * 8 *
8 * This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 9 * This code is distributed in the hope that it will be useful, but WITHOUT
9 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * General Public License version 2 for more details (a copy is included in the LICENSE file that 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * version 2 for more details (a copy is included in the LICENSE file that
11 * accompanied this code). 13 * accompanied this code).
12 * 14 *
13 * You should have received a copy of the GNU General Public License version 2 along with this work; 15 * You should have received a copy of the GNU General Public License version
14 * if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 16 * 2 along with this work; if not, write to the Free Software Foundation,
15 * 02110-1301 USA. 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
16 * 18 *
17 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
18 * if you need additional information or have any questions. 20 * or visit www.oracle.com if you need additional information or have any
21 * questions.
19 */ 22 */
20 /** 23 /**
21 * <p> 24 * <p>
22 * This package contains basic tests of the Truffle API and serves at the same time as an 25 * This package contains basic tests of the Truffle API and serves at the same time as an
23 * introduction to the Truffle API for language implementors. Every test gives an example on how to 26 * introduction to the Truffle API for language implementors. Every test gives an example on how to