You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2014/11/14 10:30:55 UTC

svn commit: r1639588 - in /pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms: FillFormField.java package-info.java

Author: msahyoun
Date: Fri Nov 14 09:30:53 2014
New Revision: 1639588

URL: http://svn.apache.org/r1639588
Log:
PDFBOX-2340 add missing license header

Added:
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java   (with props)
Modified:
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java?rev=1639588&r1=1639587&r2=1639588&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java Fri Nov 14 09:30:53 2014
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.pdfbox.examples.acroforms;
 
 import java.io.File;

Added: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java?rev=1639588&view=auto
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java (added)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java Fri Nov 14 09:30:53 2014
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * AcroForms samples for PDFBox.
+ *
+ */
+
+package org.apache.pdfbox.examples.acroforms;
\ No newline at end of file

Propchange: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain