annotate truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/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 e110ab9f91fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
1 /*
22004
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
4 *
22004
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
7 * published by the Free Software Foundation. Oracle designates this
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
8 * particular file as subject to the "Classpath" exception as provided
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
9 * by Oracle in the LICENSE file that accompanied this code.
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
10 *
22004
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
11 * This code is distributed in the hope that it will be useful, but WITHOUT
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
14 * version 2 for more details (a copy is included in the LICENSE file that
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
15 * accompanied this code).
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
16 *
22004
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
17 * You should have received a copy of the GNU General Public License version
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
18 * 2 along with this work; if not, write to the Free Software Foundation,
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
20 *
22004
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
22 * or visit www.oracle.com if you need additional information or have any
11e0412c5b0e Make headers valid for checkstyle again.
Christian Humer <christian.humer@gmail.com>
parents: 22003
diff changeset
23 * questions.
21972
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
24 */
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
25
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
26 /**
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
27 * Advanced node manipulation instruments.
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
28 */
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
29 package com.oracle.truffle.api.instrument;
ff6f34159b8a Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
30