From: cedlemo <nu...@co...> - 2017-08-09 00:33:47
|
cedlemo 2017-08-08 18:00:03 +0900 (Tue, 08 Aug 2017) New Revision: 2560a530b7e277e44582fbf5d7bccfa55bbc0bc3 https://github.com/ruby-gnome2/ruby-gnome2/commit/2560a530b7e277e44582fbf5d7bccfa55bbc0bc3 Merged 4aa713b: Merge pull request #1089 from cedlemo/poppler_sample_number_pdf Message: Add copyrights and usage information Modified files: poppler/sample/number-pdf.rb Modified: poppler/sample/number-pdf.rb (+18 -0) =================================================================== --- poppler/sample/number-pdf.rb 2017-08-08 17:54:43 +0900 (21e8319ee) +++ poppler/sample/number-pdf.rb 2017-08-08 18:00:03 +0900 (ece32ca09) @@ -1,4 +1,22 @@ #!/usr/bin/env ruby +# Copyright (C) 2017 Ruby-GNOME2 Project Team +# +# This library 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 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. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +# usage : +# ruby number-pdf.rb example.pdf require "poppler" require "pango" |