diff options
Diffstat (limited to 'include/ruby/backward.h')
-rw-r--r-- | include/ruby/backward.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ruby/backward.h b/include/ruby/backward.h index 04ce2b8c52..8380152db5 100644 --- a/include/ruby/backward.h +++ b/include/ruby/backward.h @@ -1,5 +1,13 @@ -#ifndef RUBY_RUBY_BACKWARD_H +#ifndef RUBY_RUBY_BACKWARD_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_RUBY_BACKWARD_H 1 +/** + * @file + * @author Ruby developers <[email protected]> + * @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. + */ #include "ruby/3/core/rbasic.h" #include "ruby/3/value.h" #include "ruby/3/interpreter.h" |