Repository: incubator-juneau Updated Branches: refs/heads/master 5674cb907 -> d1e00a01a
Fixing comments for header. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/d1e00a01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/d1e00a01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/d1e00a01 Branch: refs/heads/master Commit: d1e00a01a0ecd2dd27b26beadb27ff3e1e284374 Parents: 5674cb9 Author: John D. Ament <[email protected]> Authored: Wed Jan 25 22:03:32 2017 -0500 Committer: John D. Ament <[email protected]> Committed: Wed Jan 25 22:03:32 2017 -0500 ---------------------------------------------------------------------- juneau-examples/juneau-examples-core/README.md | 26 +++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/d1e00a01/juneau-examples/juneau-examples-core/README.md ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/README.md b/juneau-examples/juneau-examples-core/README.md index 27b5799..c5ca9cb 100644 --- a/juneau-examples/juneau-examples-core/README.md +++ b/juneau-examples/juneau-examples-core/README.md @@ -1,15 +1,17 @@ -// *************************************************************************************************************************** -// * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * -// * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * -// * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * -// * with the License. You may obtain a copy of the License at * -// * * -// * http://www.apache.org/licenses/LICENSE-2.0 * -// * * -// * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an * -// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * -// * specific language governing permissions and limitations under the License. * -// *************************************************************************************************************************** +<!-- + *************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * + * with the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an * + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * + * specific language governing permissions and limitations under the License. * + *************************************************************************************************************************** +--> # Juneau Core Examples
