summaryrefslogtreecommitdiff
path: root/lib/ffi/enum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffi/enum.rb')
-rw-r--r--lib/ffi/enum.rb21
1 files changed, 2 insertions, 19 deletions
diff --git a/lib/ffi/enum.rb b/lib/ffi/enum.rb
index b7358c8..9dcf4fa 100644
--- a/lib/ffi/enum.rb
+++ b/lib/ffi/enum.rb
@@ -1,26 +1,9 @@
#
# Copyright (C) 2009, 2010 Wayne Meissner
-#
-# All rights reserved.
+# Copyright (C) 2009 Luc Heinrich
#
# This file is part of ruby-ffi.
#
-# This code is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Lesser General Public License version 3 only, as
-# published by the Free Software Foundation.
-#
-# This code 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
-# version 3 for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with this work. If not, see <http://www.gnu.org/licenses/>.
-#
-# Parts of this file are derived from code under the following license.
-#
-# Copyright (C) 2009 Luc Heinrich
-#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +14,7 @@
# * Redistributions in binary form must reproduce the above copyright notice
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of the Evan Phoenix nor the names of its contributors
+# * Neither the name of the Ruby FFI project nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#