Skip to content

Commit

Permalink
NXP-18664: fix JAutodoc templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Dec 28, 2015
1 parent e7616f7 commit aac302b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
23 changes: 12 additions & 11 deletions tools/jautodoc_header_al.txt
@@ -1,17 +1,18 @@
/*
* (C) Copyright ${year} Nuxeo SA (http://nuxeo.com/) and contributors.
* (C) Copyright ${year} Nuxeo SA (http://nuxeo.com/) and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-2.1.html
* Licensed 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
*
* This library 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 for more details.
* 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.
*
* Contributors:
* ${user}
*
*/
*/
18 changes: 6 additions & 12 deletions tools/jautodoc_header_epl.txt
@@ -1,17 +1,11 @@
/*
* (C) Copyright ${year} Nuxeo SA (http://nuxeo.com/) and contributors.
* (C) Copyright ${year} Nuxeo SA (http://nuxeo.com/) and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-2.1.html
*
* This library 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 for more details.
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ${user}
*
*/
* ...
*/

0 comments on commit aac302b

Please sign in to comment.