Skip to content

Commit

Permalink
For #1498/#5342: add copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 authored and ebruchez committed Dec 2, 2022
1 parent dd6e6c9 commit d4d542d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/scala/org/orbeon/oxf/processor/pdf/CustomUserAgent.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/**
* Copyright (C) 2022 Orbeon, Inc.
*
* This program is free software; you can redistribute it and/or modify it under the terms of the
* GNU Lesser General Public License as published by the Free Software Foundation; either version
* 2.1 of the License, or (at your option) any later version.
*
* This program 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.
*
* The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
*/
package org.orbeon.oxf.processor.pdf

import com.openhtmltopdf.layout.SharedContext
Expand Down

0 comments on commit d4d542d

Please sign in to comment.