From: cedlemo <nu...@co...> - 2017-07-21 12:58:16
|
cedlemo 2017-07-20 02:02:59 +0900 (Thu, 20 Jul 2017) New Revision: 6252d9f8367045150a6363da701eb1897c6779ba https://github.com/ruby-gnome2/ruby-gnome2/commit/6252d9f8367045150a6363da701eb1897c6779ba Merged 7316c70: Merge pull request #1068 from cedlemo/poppler_gi_form Message: run-test.rb : Add copyright Modified files: poppler/test/run-test.rb Modified: poppler/test/run-test.rb (+17 -0) =================================================================== --- poppler/test/run-test.rb 2017-07-20 02:00:02 +0900 (c0028ab) +++ poppler/test/run-test.rb 2017-07-20 02:02:59 +0900 (f44965c) @@ -1,4 +1,21 @@ #!/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 + base_dir = File.expand_path(File.join(File.dirname(__FILE__), "..")) |