diff options
Diffstat (limited to 'include/ruby/subst.h')
| -rw-r--r-- | include/ruby/subst.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/ruby/subst.h b/include/ruby/subst.h index 6c01b25900..d7b9a63050 100644 --- a/include/ruby/subst.h +++ b/include/ruby/subst.h @@ -1,5 +1,12 @@ -#ifndef RUBY_SUBST_H +#ifndef RUBY_SUBST_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_SUBST_H 1 +/** + * @author Ruby developers <ruby-core@ruby-lang.org> + * @copyright This file is a part of the programming language Ruby. + * Permission is hereby granted, to either redistribute and/or + * modify this file, provided that the conditions mentioned in the + * file COPYING are met. Consult the file for details. + */ #undef snprintf #undef vsnprintf @@ -16,5 +23,4 @@ #undef close #define close ruby_close #endif - #endif |
